[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-cloudflare-frontend-design-landing-page":3,"mdc--uwdy44-key":42,"related-org-cloudflare-frontend-design-landing-page":56397,"related-repo-cloudflare-frontend-design-landing-page":56566},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":37,"sourceUrl":40,"mdContent":41},"frontend-design-landing-page","build marketing landing pages","Marketing landing page and conversion-focused product page reference. Use this skill when building hero sections, feature grids, pricing pages, testimonials, CTAs, footers, navigation bars, or any public-facing marketing surface. Covers a warm, professional, developer-friendly design language (cream backgrounds, generous whitespace, pill CTAs, corner-bracket card decorations) and a complete token set, animation system, and copy-paste component snippets. NOT for product\u002Fdashboard UIs — use frontend-design-saas for those.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"cloudflare","Cloudflare","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fcloudflare.jpg",[12,16,19,22],{"name":13,"slug":14,"type":15},"Marketing","marketing","tag",{"name":17,"slug":18,"type":15},"HTML","html",{"name":20,"slug":21,"type":15},"Web Development","web-development",{"name":23,"slug":24,"type":15},"Frontend","frontend",5145,"https:\u002F\u002Fgithub.com\u002Fcloudflare\u002Fvibesdk","2026-06-16T09:46:00.515859",null,1217,[31,32,33,34,35,36],"ai","cloudflare-workers","coding-agent","durable-objects","text-to-app","vibe-coding",{"repoUrl":26,"stars":25,"forks":29,"topics":38,"description":39},[31,32,33,34,35,36],"An open-source vibe coding platform that helps you build your own vibe-coding platform, built entirely on Cloudflare stack ","https:\u002F\u002Fgithub.com\u002Fcloudflare\u002Fvibesdk\u002Ftree\u002FHEAD\u002Fworker\u002Fagents\u002Fthink\u002Fskills\u002Ffrontend-design-landing-page","---\nname: frontend-design-landing-page\ndescription: Marketing landing page and conversion-focused product page reference. Use this skill when building hero sections, feature grids, pricing pages, testimonials, CTAs, footers, navigation bars, or any public-facing marketing surface. Covers a warm, professional, developer-friendly design language (cream backgrounds, generous whitespace, pill CTAs, corner-bracket card decorations) and a complete token set, animation system, and copy-paste component snippets. NOT for product\u002Fdashboard UIs — use frontend-design-saas for those.\n---\n\n# Landing Page Design System\n\n> **AI-Optimized Design Reference** for building warm, professional, conversion-focused marketing landing pages, product pages, feature pages, and pricing pages.\n\nThis skill captures a specific landing-page register: warm cream backgrounds (NOT pure white), brown text (NOT pure black), a single bold accent for CTAs, pill-rounded buttons, and signature corner-bracket card decorations. It's tuned for developer-adjacent \u002F B2B products — the aesthetic feels human and crafted without being playful or consumer-y. Pin the accent color to your brand; the rest of the system is reusable as-is.\n\n> **When to use this vs. `frontend-design-saas`:** Landing-page surfaces (homepage, \u002Ffeatures, \u002Fpricing, \u002Fabout, blog) → this skill. Product UI behind the login (dashboards, settings, tables) → `frontend-design-saas`.\n\n---\n\n## Quick Reference (TL;DR)\n\n```\nBrand Accent:    #FF4801 (replace with your brand) \u002F #FF7038 (hover)\nBackground:      #FFFBF5 (warm cream) \u002F #121212 (dark mode)\nText:            #521000 (warm brown) \u002F #F0E3DE (dark mode)\nBorder:          #EBD5C1 (cream-tinted)\nFont Sans:       \"Inter\" \u002F \"Geist\" \u002F \"Manrope\" \u002F any modern grotesk\nFont Mono:       \"JetBrains Mono\" \u002F \"IBM Plex Mono\" \u002F \"Geist Mono\"\nBase Spacing:    4px (multiples: 8, 12, 16, 24, 32, 48, 64)\nBorder Radius:   Buttons = pill (9999px), Cards = 12-16px, Inputs = 8px, Hero = 16-20px\nSignature:       Corner brackets on cards (8px decorative squares at corners)\n```\n\nThis is a **landing-page** register, not a product-UI register. Buttons are pills (consumer\u002Fmarketing read), backgrounds are warm cream (inviting, not sterile), and decorative idioms like corner brackets are welcome. For product surfaces behind auth, use the SaaS skill instead.\n\n---\n\n## 1. Brand Foundation\n\n### Design Philosophy\n\n| Principle | Description |\n|-----------|-------------|\n| **Warm but Technical** | Cream tones soften technical content |\n| **Professional yet Approachable** | Modern typography, generous whitespace |\n| **Developer-Focused** | Monospace for code, terminal aesthetics |\n| **Performance-Oriented** | Smooth animations convey speed |\n\n### Visual Identity\n\n- **Never use pure white** (`#FFFFFF`) for backgrounds — always warm cream (`#FFFBF5`)\n- **Never use pure black** (`#000000`) for text — always warm brown (`#521000`)\n- **Orange is the accent**, not the dominant color\n- **Corner brackets** on cards are a signature decorative element\n- **Dot patterns** and **dashed lines** add visual texture\n\n---\n\n## 2. Color System\n\n### 2.1 Primary Palette (Light Mode)\n\n| Token | Hex | RGB | Usage |\n|-------|-----|-----|-------|\n| `--lp-accent` | `#FF4801` | `rgb(255, 72, 1)` | Primary accent, CTAs, links |\n| `--lp-accent-hover` | `#FF7038` | `rgb(255, 112, 56)` | Hover states |\n| `--lp-accent-light` | `rgba(255, 72, 1, 0.1)` | — | Badges, light backgrounds |\n| `--lp-text` | `#521000` | `rgb(82, 16, 0)` | Primary text |\n| `--lp-text-muted` | `rgba(82, 16, 0, 0.6)` | — | Secondary text |\n| `--lp-text-subtle` | `rgba(82, 16, 0, 0.38)` | — | Tertiary text, placeholders |\n| `--lp-bg-page` | `#F5F1EB` | `rgb(245, 241, 235)` | Page background (outer) |\n| `--lp-bg-100` | `#FFFBF5` | `rgb(255, 251, 245)` | Primary background |\n| `--lp-bg-200` | `#FFFDFB` | `rgb(255, 253, 251)` | Card backgrounds |\n| `--lp-bg-300` | `#FEF7ED` | `rgb(254, 247, 237)` | Hover backgrounds |\n| `--lp-border` | `#EBD5C1` | `rgb(235, 213, 193)` | Borders, dividers |\n| `--lp-border-light` | `rgba(235, 213, 193, 0.5)` | — | Subtle borders |\n\n### 2.2 Primary Palette (Dark Mode)\n\n| Token | Hex | Usage |\n|-------|-----|-------|\n| `--lp-accent` | `#F14602` | Primary accent |\n| `--lp-accent-hover` | `#FF6D33` | Hover states |\n| `--lp-text` | `#F0E3DE` | Primary text |\n| `--lp-text-muted` | `rgba(255, 253, 251, 0.56)` | Secondary text |\n| `--lp-bg-100` | `#121212` | Primary background |\n| `--lp-bg-200` | `#191817` | Card backgrounds |\n| `--lp-bg-300` | `#2A2927` | Hover backgrounds |\n| `--lp-border` | `rgba(240, 227, 222, 0.13)` | Borders |\n\n### 2.3 Category \u002F Tag Colors (optional)\n\nIf your product has multiple feature categories that appear as tags or pills throughout the page (feature cards, navigation, etc.), define a small categorical palette. Keep luminance similar across the set so no single color overpowers the others.\n\n| Slot | Primary | Background | Example use |\n|----------|---------|------------|-------|\n| Category A | `#0A95FF` | `rgba(10, 149, 255, 0.1)` | \"Compute\" \u002F \"Performance\" |\n| Category B | `#EE0DDB` | `rgba(238, 13, 219, 0.1)` | \"Storage\" \u002F \"Data\" |\n| Category C | `#19E306` | `#F2F5E1` | \"AI\" \u002F \"Intelligence\" |\n| Category D | `#9616FF` | `#F8EBEE` | \"Media\" \u002F \"Edge\" |\n\nThese are placeholders — swap to your product's category palette. The goal is a small set of visually distinct accent colors used only on category labels, NEVER on primary CTAs (the brand accent owns that role).\n\n### 2.4 Semantic Colors\n\n| Purpose | Light Mode | Dark Mode |\n|---------|------------|-----------|\n| Success | `#16A34A` | `#4ADE80` |\n| Warning | `#EAB308` | `#FACC15` |\n| Error | `#DC2626` | `#F87171` |\n| Info | `#2563EB` | `#60A5FA` |\n\n---\n\n## 3. Typography\n\n### 3.1 Font Families\n\n```css\n--font-sans: \"Inter\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n--font-mono: \"JetBrains Mono\", \"SF Mono\", \"Fira Code\", \"Consolas\", monospace;\n```\n\n**Font Files:**\n- `Kunst Grotesk Regular.woff2` (400)\n- `Kunst Grotesk Medium.woff2` (500)\n- `JetBrains Mono Regular.woff2` (400)\n\n### 3.2 Type Scale\n\n| Name | Size | Line Height | Weight | Usage |\n|------|------|-------------|--------|-------|\n| `xs` | 12px (0.75rem) | 1.33 | 400 | Badges, captions, footnotes |\n| `sm` | 14px (0.875rem) | 1.43 | 400 | Secondary text, labels |\n| `base` | 16px (1rem) | 1.5 | 400 | Body text |\n| `lg` | 18px (1.125rem) | 1.56 | 400\u002F500 | Large body, subheadings |\n| `xl` | 20px (1.25rem) | 1.4 | 500 | Section titles |\n| `2xl` | 24px (1.5rem) | 1.33 | 500 | Card headings |\n| `3xl` | 30px (1.875rem) | 1.2 | 500 | Section headings |\n| `4xl` | 36px (2.25rem) | 1.11 | 500 | Page headings |\n| `5xl` | 48px (3rem) | 1.0 | 500 | Hero headings |\n\n### 3.3 Font Weights\n\n| Weight | Value | Usage |\n|--------|-------|-------|\n| Normal | 400 | Body text, descriptions |\n| Medium | 500 | Headings, buttons, emphasis |\n\n### 3.4 Letter Spacing\n\n| Context | Value | CSS |\n|---------|-------|-----|\n| Headings | -0.02em | `letter-spacing: -0.02em` |\n| Body | Normal | `letter-spacing: normal` |\n| Uppercase labels | 0.05em | `letter-spacing: 0.05em` |\n| Logo text | -0.46px | `letter-spacing: -0.46px` |\n\n### 3.5 Text Rendering\n\n```css\nbody {\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n  text-rendering: optimizeLegibility;\n  font-feature-settings: \"kern\" 1, \"liga\" 1;\n}\n```\n\n---\n\n## 4. Spacing System\n\n### 4.1 Base Unit\n\n```css\n--spacing-unit: 4px;\n```\n\n### 4.2 Spacing Scale\n\n| Token | Value | Pixels | Common Usage |\n|-------|-------|--------|--------------|\n| `0` | 0 | 0px | Reset |\n| `0.5` | 0.125rem | 2px | Tiny gaps |\n| `1` | 0.25rem | 4px | Tight spacing |\n| `1.5` | 0.375rem | 6px | Small gaps |\n| `2` | 0.5rem | 8px | Default small padding |\n| `3` | 0.75rem | 12px | Input padding, card gaps |\n| `4` | 1rem | 16px | Standard padding |\n| `5` | 1.25rem | 20px | Medium spacing |\n| `6` | 1.5rem | 24px | Section padding (mobile) |\n| `8` | 2rem | 32px | Large padding |\n| `10` | 2.5rem | 40px | Section gaps |\n| `12` | 3rem | 48px | Large section gaps |\n| `16` | 4rem | 64px | Hero padding |\n| `20` | 5rem | 80px | Major sections |\n| `24` | 6rem | 96px | Max section spacing |\n\n### 4.3 Common Spacing Patterns\n\n```css\n\u002F* Card padding *\u002F\npadding: 24px;  \u002F* p-6 *\u002F\n\n\u002F* Input padding *\u002F\npadding: 12px;  \u002F* p-3 *\u002F\n\n\u002F* Button padding *\u002F\npadding: 12px 24px;  \u002F* py-3 px-6 *\u002F\n\n\u002F* Section padding (responsive) *\u002F\npadding: 32px 16px;  \u002F* Mobile *\u002F\npadding: 48px 32px;  \u002F* Tablet *\u002F\npadding: 64px 48px;  \u002F* Desktop *\u002F\n\n\u002F* Grid gaps *\u002F\ngap: 16px;  \u002F* Cards *\u002F\ngap: 24px;  \u002F* Sections *\u002F\n```\n\n---\n\n## 5. Border Radius\n\n| Token | Value | Usage |\n|-------|-------|-------|\n| `rounded-sm` | 4px | Small badges |\n| `rounded` | 6px | Tags, small elements |\n| `rounded-md` | 8px | Inputs |\n| `rounded-lg` | 12px | Icon containers, panels |\n| `rounded-xl` | 16px | Hero sections |\n| `rounded-2xl` | 20px | Large hero sections |\n| `rounded-full` | 9999px | Buttons, pills, avatars |\n| `rounded-none` | 0 | Cards (sharp edges) |\n\n### Common Patterns\n\n```css\n\u002F* Buttons - always fully rounded *\u002F\nborder-radius: 9999px;\n\n\u002F* Cards - sharp edges *\u002F\nborder-radius: 0;\n\n\u002F* Inputs *\u002F\nborder-radius: 8px;\n\n\u002F* Hero sections (desktop) *\u002F\nborder-radius: 16px;\n\n\u002F* Progress bars *\u002F\nborder-radius: 9999px;\n\n\u002F* Icon containers *\u002F\nborder-radius: 8px;\n```\n\n---\n\n## 6. Shadow System\n\n### 6.1 Shadow Stack (Signature Effect)\n\nUsed on hero sections and elevated cards for depth with inner glow.\n\n```css\n\u002F* Light Mode *\u002F\n--shadow-stack: \n  1px 6px 6px 0 rgba(255, 255, 255, 0.2) inset,\n  0 0 0px 0 rgba(255, 255, 255, 0.35) inset,\n  0 4px 12px 0 rgba(0, 0, 0, 0.02),\n  0 2px 12px 0 rgba(0, 0, 0, 0.03);\n\n\u002F* Dark Mode *\u002F\n--shadow-stack-dark:\n  1px 6px 16px 0 rgba(255, 255, 255, 0.05) inset,\n  0 4px 12px 0 rgba(0, 0, 0, 0.02),\n  0 2px 12px 0 rgba(0, 0, 0, 0.03);\n```\n\n### 6.2 Utility Shadows\n\n```css\n\u002F* Subtle shadow for cards *\u002F\n--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n\n\u002F* Standard card shadow *\u002F\n--shadow-card: \n  0 1px 3px rgba(82, 16, 0, 0.04),\n  0 4px 12px rgba(82, 16, 0, 0.02);\n\n\u002F* Elevated shadow *\u002F\n--shadow-lg: \n  0 10px 15px -3px rgba(0, 0, 0, 0.1),\n  0 4px 6px -4px rgba(0, 0, 0, 0.1);\n\n\u002F* Focus ring shadow *\u002F\n--shadow-focus: 0 0 0 3px rgba(255, 72, 1, 0.2);\n```\n\n---\n\n## 7. Animation System\n\n### 7.1 Timing Functions\n\n```css\n\u002F* Standard ease-out (default for most transitions) *\u002F\n--ease-out: cubic-bezier(0, 0, 0.2, 1);\n\n\u002F* Button interactions *\u002F\n--ease-button: cubic-bezier(0.25, 0.46, 0.45, 0.94);\n\n\u002F* Active\u002Fpress states *\u002F\n--ease-active: cubic-bezier(0.55, 0.085, 0.68, 0.53);\n\n\u002F* Smooth deceleration *\u002F\n--ease-decel: cubic-bezier(0.4, 0, 0.2, 1);\n```\n\n### 7.2 Duration Scale\n\n| Token | Value | Usage |\n|-------|-------|-------|\n| `--duration-instant` | 100ms | Micro-interactions |\n| `--duration-fast` | 150ms | Default transitions |\n| `--duration-normal` | 200ms | Hover states |\n| `--duration-medium` | 300ms | Theme transitions |\n| `--duration-slow` | 500ms | Complex animations |\n| `--duration-long` | 1000ms | Page transitions |\n\n### 7.3 Standard Transitions\n\n```css\n\u002F* Color transitions (default) *\u002F\ntransition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;\n\n\u002F* Button transitions *\u002F\ntransition: all 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n\n\u002F* Card hover *\u002F\ntransition: box-shadow 0.2s ease, transform 0.2s ease;\n\n\u002F* Input focus *\u002F\ntransition: border-color 0.15s ease, box-shadow 0.15s ease;\n```\n\n### 7.4 Keyframe Animations\n\n```css\n\u002F* Fade in *\u002F\n@keyframes fadeIn {\n  from { opacity: 0; }\n  to { opacity: 1; }\n}\n\n\u002F* Slide up *\u002F\n@keyframes slideUp {\n  from { opacity: 0; transform: translateY(10px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n\u002F* Pulse (loading) *\u002F\n@keyframes pulse {\n  0%, 100% { opacity: 1; }\n  50% { opacity: 0.5; }\n}\n\n\u002F* Progress bar fill *\u002F\n@keyframes progressFill {\n  from { width: 0; }\n  to { width: var(--progress-width); }\n}\n\n\u002F* Infinite scroll (logos) *\u002F\n@keyframes infiniteScroll {\n  from { transform: translateX(0); }\n  to { transform: translateX(-50%); }\n}\n```\n\n### 7.5 Framer Motion Presets (React)\n\n```javascript\n\u002F\u002F Fade in\nconst fadeIn = {\n  initial: { opacity: 0 },\n  animate: { opacity: 1 },\n  transition: { duration: 0.3 }\n};\n\n\u002F\u002F Slide up\nconst slideUp = {\n  initial: { opacity: 0, y: 20 },\n  animate: { opacity: 1, y: 0 },\n  transition: { duration: 0.4, ease: [0.25, 0.46, 0.45, 0.94] }\n};\n\n\u002F\u002F Stagger children\nconst staggerContainer = {\n  animate: { transition: { staggerChildren: 0.1 } }\n};\n\n\u002F\u002F Scale on hover\nconst scaleHover = {\n  whileHover: { scale: 1.02 },\n  whileTap: { scale: 0.98 }\n};\n\n\u002F\u002F Button press\nconst buttonPress = {\n  whileTap: { scale: 0.98, y: 1 }\n};\n```\n\n---\n\n## 8. Layout System\n\n### 8.1 Container Widths\n\n| Token | Value | Usage |\n|-------|-------|-------|\n| `--container-sm` | 640px | Narrow content |\n| `--container-md` | 768px | Medium content |\n| `--container-lg` | 1024px | Standard content |\n| `--container-xl` | 1200px | Wide content |\n| `--container-2xl` | 1480px | Full-width sections |\n\n### 8.2 Breakpoints\n\n| Name | Min Width | Usage |\n|------|-----------|-------|\n| `sm` | 640px | Large phones |\n| `md` | 768px | Tablets |\n| `lg` | 1024px | Laptops |\n| `xl` | 1280px | Desktops |\n| `2xl` | 1536px | Large screens |\n\n### 8.3 Grid Patterns\n\n```css\n\u002F* 2-column grid *\u002F\ndisplay: grid;\ngrid-template-columns: repeat(2, 1fr);\ngap: 16px;\n\n\u002F* 3-column grid *\u002F\ndisplay: grid;\ngrid-template-columns: repeat(3, 1fr);\ngap: 16px;\n\n\u002F* 4-column grid *\u002F\ndisplay: grid;\ngrid-template-columns: repeat(4, 1fr);\ngap: 16px;\n\n\u002F* Calculator layout (2 columns, different widths) *\u002F\ndisplay: grid;\ngrid-template-columns: 1fr 1fr;\ngap: 24px;\n\n\u002F* Responsive grid *\u002F\ndisplay: grid;\ngrid-template-columns: repeat(1, 1fr);  \u002F* Mobile *\u002F\ngrid-template-columns: repeat(2, 1fr);  \u002F* md: *\u002F\ngrid-template-columns: repeat(3, 1fr);  \u002F* lg: *\u002F\n```\n\n### 8.4 Bento Grid\n\n```css\n\u002F* Bento layout with varying sizes *\u002F\ndisplay: grid;\ngrid-template-columns: repeat(12, 1fr);\ngap: 8px;\n\n\u002F* Bento cell sizes *\u002F\n.bento-sm { grid-column: span 4; }    \u002F* 1\u002F3 width *\u002F\n.bento-md { grid-column: span 6; }    \u002F* 1\u002F2 width *\u002F\n.bento-lg { grid-column: span 8; }    \u002F* 2\u002F3 width *\u002F\n.bento-full { grid-column: span 12; } \u002F* Full width *\u002F\n```\n\n---\n\n## 9. Dark Mode Implementation\n\n### 9.1 Detection Script\n\nPlace in `\u003Chead>` before any styles load:\n\n```html\n\u003Cscript>\n(function() {\n  if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {\n    document.documentElement.classList.add('dark');\n  }\n})();\n\u003C\u002Fscript>\n```\n\n### 9.2 CSS Token Mapping\n\n```css\n:root {\n  --lp-accent: #FF4801;\n  --lp-text: #521000;\n  --lp-text-muted: rgba(82, 16, 0, 0.6);\n  --lp-bg-100: #FFFBF5;\n  --lp-bg-200: #FFFDFB;\n  --lp-border: #EBD5C1;\n}\n\n:root.dark, html.dark {\n  --lp-accent: #F14602;\n  --lp-text: #F0E3DE;\n  --lp-text-muted: rgba(255, 253, 251, 0.56);\n  --lp-bg-100: #121212;\n  --lp-bg-200: #191817;\n  --lp-border: rgba(240, 227, 222, 0.13);\n}\n```\n\n### 9.3 Theme Transition\n\n```css\nhtml.theme-transitioning,\nhtml.theme-transitioning * {\n  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;\n}\n```\n\n### 9.4 System Preference Listener\n\n```javascript\nconst mediaQuery = window.matchMedia('(prefers-color-scheme: dark)');\nmediaQuery.addEventListener('change', (e) => {\n  document.documentElement.classList.toggle('dark', e.matches);\n});\n```\n\n---\n\n## 10. Accessibility\n\n### 10.1 Focus States\n\n```css\n\u002F* Default focus ring *\u002F\n:focus-visible {\n  outline: 2px solid var(--lp-accent);\n  outline-offset: 2px;\n}\n\n\u002F* Button focus *\u002F\nbutton:focus-visible {\n  outline: none;\n  box-shadow: 0 0 0 3px rgba(255, 72, 1, 0.3);\n}\n\n\u002F* Input focus *\u002F\ninput:focus-visible,\nselect:focus-visible,\ntextarea:focus-visible {\n  outline: none;\n  border-color: var(--lp-accent);\n  box-shadow: 0 0 0 3px rgba(255, 72, 1, 0.1);\n}\n```\n\n### 10.2 Disabled States\n\n```css\n:disabled,\n[disabled],\n.disabled {\n  opacity: 0.5;\n  cursor: not-allowed;\n  pointer-events: none;\n}\n```\n\n### 10.3 Error States\n\n```css\n[aria-invalid=\"true\"],\n.input-error {\n  border-color: #DC2626;\n  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);\n}\n\n.error-message {\n  color: #DC2626;\n  font-size: 14px;\n  margin-top: 4px;\n}\n```\n\n### 10.4 Screen Reader Utilities\n\n```css\n.sr-only {\n  position: absolute;\n  width: 1px;\n  height: 1px;\n  padding: 0;\n  margin: -1px;\n  overflow: hidden;\n  clip: rect(0, 0, 0, 0);\n  white-space: nowrap;\n  border: 0;\n}\n```\n\n### 10.5 Selection Styling\n\n```css\n::selection {\n  background-color: rgba(255, 72, 1, 0.2);\n  color: var(--lp-text);\n}\n```\n\n---\n\n## 11. Decorative Elements\n\n### 11.1 Corner Brackets\n\nSignature decorative element for cards:\n\n```css\n\u002F* Corner bracket container *\u002F\n.corner-brackets {\n  position: relative;\n}\n\n\u002F* Individual bracket *\u002F\n.corner-bracket {\n  position: absolute;\n  width: 8px;\n  height: 8px;\n  border: 1px solid var(--lp-border);\n  border-radius: 1.5px;\n  background: var(--lp-bg-100);\n}\n\n\u002F* Positions *\u002F\n.corner-bracket.top-left { top: -4px; left: -4px; }\n.corner-bracket.top-right { top: -4px; right: -4px; }\n.corner-bracket.bottom-left { bottom: -4px; left: -4px; }\n.corner-bracket.bottom-right { bottom: -4px; right: -4px; }\n```\n\n### 11.2 Dot Pattern Background\n\n```css\n.dot-pattern {\n  background-image: radial-gradient(\n    circle,\n    var(--lp-border) 0.75px,\n    transparent 0.75px\n  );\n  background-size: 12px 12px;\n}\n```\n\n### 11.3 Dashed Line Borders\n\n```css\n\u002F* Vertical dashed line *\u002F\n.dashed-line-vertical {\n  width: 1px;\n  background-image: linear-gradient(\n    to bottom,\n    var(--lp-border) 50%,\n    transparent 50%\n  );\n  background-size: 1px 16px;\n  background-repeat: repeat-y;\n}\n\n\u002F* Horizontal dashed line *\u002F\n.dashed-line-horizontal {\n  height: 1px;\n  background-image: linear-gradient(\n    to right,\n    var(--lp-border) 50%,\n    transparent 50%\n  );\n  background-size: 16px 1px;\n  background-repeat: repeat-x;\n}\n```\n\n### 11.4 Gradient Masks\n\n```css\n\u002F* Fade edges *\u002F\n.fade-left {\n  mask-image: linear-gradient(to right, transparent, black 20%);\n}\n\n.fade-right {\n  mask-image: linear-gradient(to left, transparent, black 20%);\n}\n\n.fade-both {\n  mask-image: linear-gradient(\n    to right,\n    transparent,\n    black 15%,\n    black 85%,\n    transparent\n  );\n}\n```\n\n---\n\n## 12. Component Quick Reference\n\n### Buttons\n\n| Variant | Background | Text | Border |\n|---------|------------|------|--------|\n| Primary | `#FFFBF5` | `#FF4801` | `#FFFBF5` |\n| Secondary | `#FF4801` | `#FFFBF5` | transparent |\n| Ghost | transparent | `#FF4801` | `#EBD5C1` |\n| Outline | transparent | `#521000` | `#EBD5C1` |\n\n### Cards\n\n| Variant | Background | Border | Shadow |\n|---------|------------|--------|--------|\n| Default | `#FFFDFB` | `#EBD5C1` | shadow-card |\n| Elevated | `#FFFBF5` | `#EBD5C1` | shadow-lg |\n| Interactive | `#FFFDFB` | `#EBD5C1` | hover: shadow-lg |\n\n### Inputs\n\n| State | Border | Shadow |\n|-------|--------|--------|\n| Default | `#EBD5C1` | none |\n| Focus | `#FF4801` | `0 0 0 3px rgba(255,72,1,0.1)` |\n| Error | `#DC2626` | `0 0 0 3px rgba(220,38,38,0.1)` |\n| Disabled | `#EBD5C1` | none, opacity: 0.5 |\n\n---\n\n## 13. File Structure Recommendation\n\n```\nproject\u002F\n├── styles\u002F\n│   ├── tokens.css          # CSS custom properties\n│   ├── base.css            # Reset, typography, global styles\n│   ├── components\u002F\n│   │   ├── buttons.css\n│   │   ├── cards.css\n│   │   ├── forms.css\n│   │   ├── navigation.css\n│   │   └── calculator.css\n│   └── utilities.css       # Helper classes\n├── fonts\u002F\n│   ├── Kunst Grotesk Regular.woff2\n│   ├── Kunst Grotesk Medium.woff2\n│   └── JetBrains Mono Regular.woff2\n└── components\u002F             # React\u002FVue components\n    ├── Button.tsx\n    ├── Card.tsx\n    ├── Input.tsx\n    └── Calculator\u002F\n        ├── InputPanel.tsx\n        ├── OutputPanel.tsx\n        └── ComparisonBar.tsx\n```\n\n---\n\n## 14. CSS Custom Properties (Full Set)\n\nCopy this into your project's CSS:\n\n```css\n:root {\n  \u002F* Colors - Primary *\u002F\n  --lp-accent: #FF4801;\n  --lp-accent-hover: #FF7038;\n  --lp-accent-light: rgba(255, 72, 1, 0.1);\n  \n  \u002F* Colors - Text *\u002F\n  --lp-text: #521000;\n  --lp-text-muted: rgba(82, 16, 0, 0.6);\n  --lp-text-subtle: rgba(82, 16, 0, 0.38);\n  \n  \u002F* Colors - Backgrounds *\u002F\n  --lp-bg-page: #F5F1EB;\n  --lp-bg-100: #FFFBF5;\n  --lp-bg-200: #FFFDFB;\n  --lp-bg-300: #FEF7ED;\n  \n  \u002F* Colors - Borders *\u002F\n  --lp-border: #EBD5C1;\n  --lp-border-light: rgba(235, 213, 193, 0.5);\n  \n  \u002F* Colors - Semantic *\u002F\n  --lp-success: #16A34A;\n  --lp-warning: #EAB308;\n  --lp-error: #DC2626;\n  --lp-info: #2563EB;\n  \n  \u002F* Colors - Product Categories *\u002F\n  --lp-compute: #0A95FF;\n  --lp-storage: #EE0DDB;\n  --lp-ai: #19E306;\n  --lp-media: #9616FF;\n  \n  \u002F* Colors - Provider Comparisons *\u002F\n  --lp-aws: #FF9900;\n  --lp-gcp: #4285F4;\n  --lp-azure: #0078D4;\n  \n  \u002F* Typography *\u002F\n  --font-sans: \"Inter\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n  --font-mono: \"JetBrains Mono\", \"SF Mono\", \"Fira Code\", monospace;\n  \n  \u002F* Spacing *\u002F\n  --spacing-unit: 4px;\n  \n  \u002F* Border Radius *\u002F\n  --radius-sm: 4px;\n  --radius-md: 8px;\n  --radius-lg: 12px;\n  --radius-xl: 16px;\n  --radius-full: 9999px;\n  \n  \u002F* Shadows *\u002F\n  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);\n  --shadow-card: 0 1px 3px rgba(82, 16, 0, 0.04), 0 4px 12px rgba(82, 16, 0, 0.02);\n  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);\n  --shadow-focus: 0 0 0 3px rgba(255, 72, 1, 0.2);\n  \n  \u002F* Transitions *\u002F\n  --ease-out: cubic-bezier(0, 0, 0.2, 1);\n  --ease-button: cubic-bezier(0.25, 0.46, 0.45, 0.94);\n  --duration-fast: 150ms;\n  --duration-normal: 200ms;\n  --duration-slow: 300ms;\n  \n  \u002F* Containers *\u002F\n  --container-sm: 640px;\n  --container-md: 768px;\n  --container-lg: 1024px;\n  --container-xl: 1200px;\n  --container-2xl: 1480px;\n}\n```\n\n---\n\n## 15. Forensic Visual Analysis\n\n> **Design Language DNA & Animation Physics**\n> A specification so precise that a developer could rebuild it without seeing the original.\n\n### 15.1 Visual Hierarchy & Spatial Logic\n\n#### Grid System\n\n| Aspect | Value | Notes |\n|--------|-------|-------|\n| **Layout Type** | Asymmetrical fluid with max-width constraints | NOT a strict 12-column grid |\n| **Max Container** | `1480px` (homepage \u002F wide marketing) \u002F `1024px` (focused content \u002F docs) | Content centered with `mx-auto` |\n| **Content Width** | `64rem` (1024px) for tools\u002Fcalculators | Narrower for focused interfaces |\n| **Grid Columns** | 1-col mobile → 2-col tablet → responsive desktop | Uses CSS Grid, not flexbox grids |\n\n#### Spacing Constants (The \"Airiness\")\n\n```\nSection Padding (Y-axis):\n├── Mobile:   32px (py-8)\n├── Tablet:   48px (pt-12)\n└── Desktop:  64px-80px (py-16 to py-20)\n\nGrid Gaps (X-axis):\n├── Card grids:     24px (gap-6)\n├── Form elements:  24px (gap-6)\n├── Tight grids:    12px (gap-3)\n└── Use-case cards: 12px (gap-3)\n\nComponent Internal Padding:\n├── Cards:          24px (p-6) to 32px (p-8)\n├── Buttons:        12px 24px (py-3 px-6)\n├── Inputs:         12px (p-3)\n└── Hero sections:  48px-64px (p-12 to p-16)\n```\n\n#### Density Classification\n\n| Context | Density | Characteristics |\n|---------|---------|-----------------|\n| **Landing pages** | Expressive (Marketing) | Generous whitespace, large text, breathing room |\n| **Calculator tools** | Moderate | Balanced density, functional spacing |\n| **Data tables** | Compact | Tighter padding (py-3 pr-4) |\n\n### 15.2 Color Science & Elevation\n\n#### Primary Palette (Extracted Exact Values)\n\n```css\n\u002F* Core landing-page palette *\u002F\n:root {\n  --lp-accent: #ff4801;        \u002F* Primary accent - EXACT *\u002F\n  --lp-text: #521000;          \u002F* Primary text - warm brown *\u002F\n  --lp-bg-page: #fffbf5;       \u002F* Page background - warm cream *\u002F\n  --lp-border: #EBD5C1;        \u002F* Border color *\u002F\n}\n\n\u002F* Background Layers (Light Mode) *\u002F\n--lp-bg-100: rgb(255, 251, 245);  \u002F* #FFFBF5 - Primary *\u002F\n--lp-bg-200: rgb(255, 253, 251);  \u002F* #FFFDFB - Cards\u002Felevated *\u002F\n--lp-bg-300: rgb(254, 247, 237);  \u002F* #FEF7ED - Hover states *\u002F\n\n\u002F* Text Opacity Variations *\u002F\n--lp-text-muted: rgba(82, 16, 0, 0.7);   \u002F* #521000b3 - Secondary *\u002F\n--lp-text-subtle: rgba(82, 16, 0, 0.4);  \u002F* #52100066 - Tertiary *\u002F\n```\n\n#### Semantic Colors (from components)\n\n| Purpose | Color | Usage Example |\n|---------|-------|---------------|\n| Success | `#16A34A` (green-600) | Savings badges, positive indicators |\n| Success Background | `#DCF7E3` (green-100) | Badge backgrounds |\n| Warning | `#EAB308` | Caution states |\n| Error | `#DC2626` | Error borders, messages |\n| Info | `#2563EB` | Informational highlights |\n\n#### Depth Strategy\n\n**NO Glassmorphism** - The design uses:\n\n1. **Solid backgrounds** with subtle layering (`bg-100` → `bg-200` → `bg-300`)\n2. **Border lines** for separation (1px solid `#EBD5C1`)\n3. **Minimal shadows** - shadows are subtle, not dramatic\n\n```css\n\u002F* Card Shadow (Light\u002FSubtle) *\u002F\n--tw-shadow: 0 4px 6px -1px rgb(0 0 0 \u002F .1), 0 2px 4px -2px rgb(0 0 0 \u002F .1);\n\n\u002F* Focus Shadow *\u002F\nbox-shadow: 0 0 0 3px rgba(255, 72, 1, 0.1);\n\n\u002F* NO backdrop-filter: blur() usage *\u002F\n\u002F* NO heavy drop shadows *\u002F\n```\n\n### 15.3 Typography & Micro-Copy Specs\n\n#### Type Personality: **Grotesk Sans**\n\nThe typography uses **Inter** - a modern grotesk with humanist touches. Fallback chain:\n```css\nfont-family: Inter, -apple-system, system-ui, BlinkMacSystemFont, \n             Segoe UI, sans-serif, ui-sans-serif, system-ui, sans-serif;\n```\n\n#### Monospace for Code\n```css\nfont-family: JetBrains Mono, ui-monospace, SFMono-Regular, SF Mono, \n             Monaco, Consolas, monospace;\n```\n\n#### Hierarchy Definition\n\n| Level | Size | Weight | Line Height | Letter Spacing | Example |\n|-------|------|--------|-------------|----------------|---------|\n| **h1** | 24px-30px (`text-2xl` to `text-3xl`) | 500 (medium) | 1.2-1.33 | `-0.035em` | \"Pricing\", \"Build faster\" |\n| **h2** | 18px (`text-lg`) | 500 | 1.4 | normal | \"Pricing Details\" |\n| **h3** | 16px (`text-base`) | 500 | 1.5 | normal | Form labels |\n| **p** (body) | 14px-16px (`text-sm` to `text-base`) | 400 | 1.4-1.5 | normal | Descriptions |\n| **p** (muted) | 14px (`text-sm`) | 400 | 1.4 | normal | Secondary info |\n| **small** | 12px (`text-xs`) | 400 | 1.33 | normal | Footnotes, captions |\n\n#### Typography Style: **Tight and Medium Weight**\n\n- **Headings**: Tighter tracking (`letter-spacing: -0.035em`)\n- **Body**: Normal tracking\n- **Weight distribution**: Primarily 400 (regular) and 500 (medium)\n- **NO bold (700)** used in the interfaces\n\n### 15.4 Component Anatomy\n\n#### The \"Radius\" Strategy\n\n| Element | Radius | CSS |\n|---------|--------|-----|\n| **Buttons** | Hyper-rounded | `border-radius: 9999px` (rounded-full) |\n| **Inputs** | Soft | `border-radius: 8px` (rounded-lg) |\n| **Cards** | Sharp | `border-radius: 0` (no rounding) |\n| **Progress bars** | Hyper-rounded | `border-radius: 9999px` |\n| **Dropdowns** | Soft | `border-radius: 8px` |\n| **Badges\u002FPills** | Hyper-rounded | `border-radius: 9999px` |\n| **Hero sections** | Large soft | `border-radius: 16px` (md:rounded-2xl) |\n\n#### Interactive States\n\n**Hover Effects:**\n```css\n\u002F* Buttons - Dashed border reveal *\u002F\n.button:hover {\n  border-style: dashed;\n  opacity: 0.95;\n}\n\n\u002F* Cards - Dashed border *\u002F\n.card:hover {\n  border-style: dashed;\n}\n\n\u002F* Links - Underline *\u002F\n.link:hover {\n  text-decoration: underline;\n}\n\n\u002F* Background shift *\u002F\n.interactive:hover {\n  background-color: var(--lp-bg-300);  \u002F* Warmer cream *\u002F\n}\n```\n\n**Active\u002FPress States:**\n```css\nbutton:active {\n  transform: translateY(1px);\n  scale: 0.98;\n}\n```\n\n**Focus States:**\n```css\n:focus-visible {\n  outline: 2px solid var(--lp-accent);\n  outline-offset: 2px;\n}\n\ninput:focus {\n  border-color: var(--lp-accent);\n  box-shadow: 0 0 0 3px rgba(255, 72, 1, 0.1);\n}\n```\n\n**NO \"Grow\" effects, \"Glow\" borders, or \"Shimmer\" overlays** - The design is subtle and professional.\n\n#### Corner Brackets (Signature Element)\n\nThe 8px corner bracket decorations are the **signature decorative element** of this design language — they appear at the four outer corners of cards and feature blocks, suggesting precision and crafted technical detail without adding visual noise:\n\n```html\n\u003C!-- Corner bracket structure -->\n\u003Cdiv class=\"pointer-events-none absolute inset-0 z-10 select-none\">\n  \u003Cdiv class=\"absolute bg-cf-bg-100\" \n       style=\"top:-4px;left:-4px;width:8px;height:8px;border:1px solid #EBD5C1;border-radius:1.5px\">\u003C\u002Fdiv>\n  \u003Cdiv class=\"absolute bg-cf-bg-100\" \n       style=\"top:-4px;right:-4px;width:8px;height:8px;border:1px solid #EBD5C1;border-radius:1.5px\">\u003C\u002Fdiv>\n  \u003Cdiv class=\"absolute bg-cf-bg-100\" \n       style=\"left:-4px;bottom:-4px;width:8px;height:8px;border:1px solid #EBD5C1;border-radius:1.5px\">\u003C\u002Fdiv>\n  \u003Cdiv class=\"absolute bg-cf-bg-100\" \n       style=\"right:-4px;bottom:-4px;width:8px;height:8px;border:1px solid #EBD5C1;border-radius:1.5px\">\u003C\u002Fdiv>\n\u003C\u002Fdiv>\n```\n\n### 15.5 Animation Physics (The Motion Signature)\n\n#### The Easing Curves\n\n```css\n\u002F* Standard ease-out (most transitions) *\u002F\n--ease-standard: cubic-bezier(0, 0, 0.2, 1);  \u002F* Tailwind's ease-out *\u002F\n\n\u002F* Button interactions - High-end feel *\u002F\n--ease-button: cubic-bezier(0.25, 0.46, 0.45, 0.94);\n\n\u002F* Active\u002Fpress response *\u002F\n--ease-active: cubic-bezier(0.55, 0.085, 0.68, 0.53);\n\n\u002F* Page entrance - Apple-style smooth deceleration *\u002F\n--ease-entrance: cubic-bezier(0.16, 1, 0.3, 1);\n```\n\n#### Duration Scale\n\n| Context | Duration | Usage |\n|---------|----------|-------|\n| Instant feedback | `0.15s` (150ms) | Color changes, opacity |\n| Standard transitions | `0.16s` (160ms) | Button presses |\n| Hover effects | `0.2s` (200ms) | Background color shifts |\n| Complex animations | `0.5s` (500ms) | Progress bars, entrance |\n| Page transitions | `2s` (2000ms) | Background fade-in |\n\n#### Orchestration: **Fade-Slide as Single Block**\n\nThe content does NOT stagger in one-by-one. Instead, entire sections fade and slide together:\n\n```css\n\u002F* Page entrance animation *\u002F\n.animate-in {\n  animation: fadeSlideUp 0.5s ease-out forwards;\n}\n\n@keyframes fadeSlideUp {\n  from {\n    opacity: 0;\n    transform: translateY(10px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n\u002F* Background lines fade in slowly *\u002F\n.fade-in {\n  transition: opacity 2000ms ease-out;\n  transition-delay: 100ms;\n}\n```\n\n#### Micro-interactions\n\n**Button Press Physics:**\n```css\nbutton {\n  transition: scale 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94),\n              translate 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n}\n\nbutton:active {\n  scale: 0.98;\n  transform: translateY(1px);\n}\n```\n\n**Progress Bar Animation:**\n```css\n.progress-bar {\n  transition: width 0.5s ease-out;\n}\n```\n\n**Slider Thumb:**\n```css\n.slider-thumb {\n  cursor: grab;\n  transition: box-shadow 0.15s ease;\n}\n\n.slider-thumb:active {\n  cursor: grabbing;\n}\n\n.slider-thumb:hover {\n  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);\n}\n```\n\n**NO \"Magnetic\" follow effects or \"Tilt\" effects** - Interactions are clean and direct.\n\n### 15.6 Technical Deliverables\n\n#### Tailwind Configuration\n\n```javascript\n\u002F\u002F tailwind.config.js\nmodule.exports = {\n  theme: {\n    extend: {\n      colors: {\n        'cf': {\n          'orange': '#FF4801',\n          'orange-hover': '#FF7038',\n          'orange-light': 'rgba(255, 72, 1, 0.06)',\n          'text': '#521000',\n          'text-muted': 'rgba(82, 16, 0, 0.7)',\n          'text-subtle': 'rgba(82, 16, 0, 0.4)',\n          'bg-page': '#FFFBF5',\n          'bg-100': '#FFFBF5',\n          'bg-200': '#FFFDFB',\n          'bg-300': '#FEF7ED',\n          'border': '#EBD5C1',\n          'border-light': 'rgba(235, 213, 193, 0.5)',\n        },\n        'aws-orange': '#FF9900',\n        'gcp-blue': '#4285F4',\n      },\n      fontFamily: {\n        sans: ['Inter', '-apple-system', 'system-ui', 'BlinkMacSystemFont', 'Segoe UI', 'sans-serif'],\n        mono: ['JetBrains Mono', 'ui-monospace', 'SFMono-Regular', 'SF Mono', 'Monaco', 'Consolas', 'monospace'],\n      },\n      fontSize: {\n        'sm': ['0.9rem', { lineHeight: '1.4' }],\n        'base': ['1rem', { lineHeight: '1.5' }],\n        'lg': ['1.125rem', { lineHeight: '1.75rem' }],\n        '2xl': ['1.5rem', { lineHeight: '2rem' }],\n        '3xl': ['1.875rem', { lineHeight: '2.25rem' }],\n      },\n      letterSpacing: {\n        'tight-heading': '-0.035em',\n        'logo': '-0.46px',\n      },\n      borderRadius: {\n        'lg': '0.5rem',\n        'xl': '0.75rem',\n        '2xl': '1rem',\n      },\n      transitionTimingFunction: {\n        'button': 'cubic-bezier(0.25, 0.46, 0.45, 0.94)',\n        'active': 'cubic-bezier(0.55, 0.085, 0.68, 0.53)',\n        'entrance': 'cubic-bezier(0.16, 1, 0.3, 1)',\n      },\n      transitionDuration: {\n        '160': '160ms',\n        '2000': '2000ms',\n      },\n      animation: {\n        'float-subtle': 'float-subtle 3s ease-in-out infinite',\n        'dash-draw': 'dashdraw 0.5s linear infinite',\n      },\n      keyframes: {\n        'float-subtle': {\n          '0%, 100%': { transform: 'translateY(0)' },\n          '50%': { transform: 'translateY(-3px)' },\n        },\n        'dashdraw': {\n          '0%': { strokeDashoffset: '10' },\n        },\n      },\n      boxShadow: {\n        'focus': '0 0 0 3px rgba(255, 72, 1, 0.1)',\n        'card': '0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)',\n      },\n      maxWidth: {\n        '5xl': '64rem',\n        '8xl': '1480px',\n      },\n    },\n  },\n  plugins: [],\n}\n```\n\n#### CSS Variables Block\n\n```css\n:root {\n  \u002F* === COLORS === *\u002F\n  \u002F* Primary *\u002F\n  --lp-accent: #FF4801;\n  --lp-accent-hover: #FF7038;\n  --lp-accent-light: rgba(255, 72, 1, 0.06);\n  \n  \u002F* Text *\u002F\n  --lp-text: #521000;\n  --lp-text-muted: rgba(82, 16, 0, 0.7);\n  --lp-text-subtle: rgba(82, 16, 0, 0.4);\n  \n  \u002F* Backgrounds *\u002F\n  --lp-bg-page: #FFFBF5;\n  --lp-bg-100: #FFFBF5;\n  --lp-bg-200: #FFFDFB;\n  --lp-bg-300: #FEF7ED;\n  \n  \u002F* Borders *\u002F\n  --lp-border: #EBD5C1;\n  --lp-border-light: rgba(235, 213, 193, 0.5);\n  \n  \u002F* Semantic *\u002F\n  --lp-success: #16A34A;\n  --lp-success-bg: #DCF7E3;\n  --lp-warning: #EAB308;\n  --lp-error: #DC2626;\n  \n  \u002F* Provider Colors *\u002F\n  --aws-orange: #FF9900;\n  --gcp-blue: #4285F4;\n  \n  \u002F* === TYPOGRAPHY === *\u002F\n  --font-sans: \"Inter\", -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n  --font-mono: \"JetBrains Mono\", ui-monospace, SFMono-Regular, \"SF Mono\", Monaco, Consolas, monospace;\n  \n  \u002F* === SPACING === *\u002F\n  --spacing-unit: 4px;\n  \n  \u002F* === BORDER RADIUS === *\u002F\n  --radius-sm: 4px;\n  --radius-md: 8px;\n  --radius-lg: 12px;\n  --radius-full: 9999px;\n  \n  \u002F* === SHADOWS === *\u002F\n  --shadow-focus: 0 0 0 3px rgba(255, 72, 1, 0.1);\n  --shadow-card: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);\n  --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);\n  \n  \u002F* === TRANSITIONS === *\u002F\n  --ease-standard: cubic-bezier(0, 0, 0.2, 1);\n  --ease-button: cubic-bezier(0.25, 0.46, 0.45, 0.94);\n  --ease-active: cubic-bezier(0.55, 0.085, 0.68, 0.53);\n  --ease-entrance: cubic-bezier(0.16, 1, 0.3, 1);\n  \n  --duration-instant: 100ms;\n  --duration-fast: 150ms;\n  --duration-normal: 200ms;\n  --duration-slow: 500ms;\n  \n  \u002F* === CONTAINERS === *\u002F\n  --container-sm: 640px;\n  --container-md: 768px;\n  --container-lg: 1024px;\n  --container-xl: 1280px;\n  --container-2xl: 1480px;\n}\n\n\u002F* Dark Mode *\u002F\n:root.dark {\n  --lp-accent: #F14602;\n  --lp-text: #F0E3DE;\n  --lp-text-muted: rgba(255, 253, 251, 0.56);\n  --lp-bg-page: #0D0D0D;\n  --lp-bg-100: #121212;\n  --lp-bg-200: #191817;\n  --lp-bg-300: #2A2927;\n  --lp-border: rgba(240, 227, 222, 0.13);\n}\n\n\u002F* Base Styles *\u002F\nhtml {\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n\nbody {\n  margin: 0;\n  background-color: var(--lp-bg-page);\n  color: var(--lp-text);\n  font-family: var(--font-sans);\n  overflow-x: hidden;\n}\n\n\u002F* Focus States *\u002F\n:focus-visible {\n  outline: 2px solid var(--lp-accent);\n  outline-offset: 2px;\n}\n\ninput:focus,\nselect:focus {\n  border-color: var(--lp-accent);\n  box-shadow: var(--shadow-focus);\n}\n\n\u002F* Transitions *\u002F\nbutton,\na,\ninput,\nselect {\n  transition: all 0.2s ease-in-out;\n}\n```\n\n#### Framer Motion Variants\n\n```javascript\n\u002F\u002F framer-motion-variants.js\n\n\u002F\u002F Page entrance animation\nexport const pageEntrance = {\n  initial: { opacity: 0 },\n  animate: { \n    opacity: 1,\n    transition: { \n      duration: 0.5, \n      ease: [0.16, 1, 0.3, 1] \n    }\n  }\n};\n\n\u002F\u002F Section slide-up\nexport const sectionSlideUp = {\n  initial: { opacity: 0, y: 20 },\n  animate: { \n    opacity: 1, \n    y: 0,\n    transition: { \n      duration: 0.4, \n      ease: [0.25, 0.46, 0.45, 0.94] \n    }\n  }\n};\n\n\u002F\u002F Stagger container (for card grids)\nexport const staggerContainer = {\n  animate: {\n    transition: {\n      staggerChildren: 0.08,\n      delayChildren: 0.1\n    }\n  }\n};\n\n\u002F\u002F Stagger child item\nexport const staggerItem = {\n  initial: { opacity: 0, y: 16 },\n  animate: { \n    opacity: 1, \n    y: 0,\n    transition: { \n      duration: 0.35, \n      ease: [0.25, 0.46, 0.45, 0.94] \n    }\n  }\n};\n\n\u002F\u002F Button hover and tap\nexport const buttonInteraction = {\n  whileHover: { scale: 1.01 },\n  whileTap: { \n    scale: 0.98, \n    y: 1,\n    transition: { \n      duration: 0.16, \n      ease: [0.55, 0.085, 0.68, 0.53] \n    }\n  }\n};\n\n\u002F\u002F Card hover\nexport const cardHover = {\n  initial: { scale: 1 },\n  whileHover: { \n    scale: 1.01,\n    transition: { \n      duration: 0.2, \n      ease: [0.25, 0.46, 0.45, 0.94] \n    }\n  }\n};\n\n\u002F\u002F Progress bar fill\nexport const progressFill = {\n  initial: { width: 0 },\n  animate: (width) => ({\n    width: `${width}%`,\n    transition: { \n      duration: 0.5, \n      ease: \"easeOut\" \n    }\n  })\n};\n\n\u002F\u002F Floating animation (for icons\u002Fdecorations)\nexport const floatSubtle = {\n  animate: {\n    y: [0, -3, 0],\n    transition: {\n      duration: 3,\n      ease: \"easeInOut\",\n      repeat: Infinity\n    }\n  }\n};\n\n\u002F\u002F Background fade-in (slow entrance)\nexport const backgroundFadeIn = {\n  initial: { opacity: 0 },\n  animate: { \n    opacity: 1,\n    transition: { \n      duration: 2, \n      delay: 0.1,\n      ease: \"easeOut\" \n    }\n  }\n};\n\n\u002F\u002F Usage example with React\n\u002F*\nimport { motion } from 'framer-motion';\nimport { pageEntrance, staggerContainer, staggerItem } from '.\u002Fframer-motion-variants';\n\nfunction Page() {\n  return (\n    \u003Cmotion.main {...pageEntrance}>\n      \u003Cmotion.div \n        variants={staggerContainer}\n        initial=\"initial\"\n        animate=\"animate\"\n        className=\"grid grid-cols-3 gap-6\"\n      >\n        {items.map((item) => (\n          \u003Cmotion.div key={item.id} variants={staggerItem}>\n            {item.content}\n          \u003C\u002Fmotion.div>\n        ))}\n      \u003C\u002Fmotion.div>\n    \u003C\u002Fmotion.main>\n  );\n}\n*\u002F\n```\n\n---\n\n*Synthesized from analysis of warm-cream developer-marketing landing pages. The aesthetic — warm cream backgrounds, brown text, single bold accent for CTAs, corner-bracket decorations — is portable to any B2B \u002F developer-tools \u002F dev-adjacent product brand.*\n\n\n\n# ===== SNIPPETS.md =====\n\n# Landing Page Design - Component Snippets\n\n> **Copy-paste ready components** for building warm-cream landing-page interfaces.\n> Each snippet includes React + Tailwind AND Vanilla HTML versions.\n\n---\n\n## Table of Contents\n\n1. [Buttons](#buttons)\n2. [Cards](#cards)\n3. [Forms](#forms)\n4. [Calculator Tools](#calculator-tools)\n5. [Navigation](#navigation)\n6. [Hero Sections](#hero-sections)\n7. [Data Display](#data-display)\n8. [Layout](#layout)\n9. [Decorative](#decorative)\n\n---\n\n# Buttons\n\n## BTN-PRIMARY\n\nPrimary CTA button - cream background, orange text, fully rounded.\n\n### React + Tailwind\n\n```jsx\n\u003Cbutton className=\"inline-flex items-center justify-center gap-2 px-6 py-3 rounded-full font-medium bg-[#FFFBF5] text-[#FF4801] border border-[#FFFBF5] transition-all duration-150 ease-out hover:bg-transparent hover:border-[#FF4801] active:scale-[0.98] active:translate-y-[1px] focus:outline-none focus:ring-2 focus:ring-[#FF4801]\u002F30 disabled:opacity-50 disabled:cursor-not-allowed\">\n  Get started\n\u003C\u002Fbutton>\n```\n\n### Vanilla HTML\n\n```html\n\u003Cbutton style=\"\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n  padding: 12px 24px;\n  border-radius: 9999px;\n  font-family: 'Inter', sans-serif;\n  font-weight: 500;\n  font-size: 16px;\n  background: #FFFBF5;\n  color: #FF4801;\n  border: 1px solid #FFFBF5;\n  cursor: pointer;\n  transition: all 0.15s ease;\n\" onmouseover=\"this.style.background='transparent'; this.style.borderColor='#FF4801';\" onmouseout=\"this.style.background='#FFFBF5'; this.style.borderColor='#FFFBF5';\">\n  Get started\n\u003C\u002Fbutton>\n```\n\n---\n\n## BTN-SECONDARY\n\nSecondary button - orange background, white text.\n\n### React + Tailwind\n\n```jsx\n\u003Cbutton className=\"inline-flex items-center justify-center gap-2 px-6 py-3 rounded-full font-medium bg-[#FF4801] text-white border border-transparent transition-all duration-150 ease-out hover:opacity-95 hover:border-dashed hover:border-white\u002F50 active:scale-[0.98] active:translate-y-[1px] focus:outline-none focus:ring-2 focus:ring-[#FF4801]\u002F30 disabled:opacity-50 disabled:cursor-not-allowed\">\n  Learn more\n\u003C\u002Fbutton>\n```\n\n### Vanilla HTML\n\n```html\n\u003Cbutton style=\"\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n  padding: 12px 24px;\n  border-radius: 9999px;\n  font-family: 'Inter', sans-serif;\n  font-weight: 500;\n  font-size: 16px;\n  background: #FF4801;\n  color: white;\n  border: 1px solid transparent;\n  cursor: pointer;\n  transition: all 0.15s ease;\n\" onmouseover=\"this.style.opacity='0.95';\" onmouseout=\"this.style.opacity='1';\">\n  Learn more\n\u003C\u002Fbutton>\n```\n\n---\n\n## BTN-GHOST\n\nGhost button - transparent with border, for secondary actions.\n\n### React + Tailwind\n\n```jsx\n\u003Cbutton className=\"inline-flex items-center justify-center gap-2 px-6 py-3 rounded-full font-medium bg-transparent text-[#FF4801] border border-[#EBD5C1] transition-all duration-150 ease-out hover:border-dashed hover:border-[#FF4801] hover:text-[#521000] active:scale-[0.98] focus:outline-none focus:ring-2 focus:ring-[#FF4801]\u002F20 disabled:opacity-50 disabled:cursor-not-allowed\">\n  View docs\n\u003C\u002Fbutton>\n```\n\n### Vanilla HTML\n\n```html\n\u003Cbutton style=\"\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n  padding: 12px 24px;\n  border-radius: 9999px;\n  font-family: 'Inter', sans-serif;\n  font-weight: 500;\n  font-size: 16px;\n  background: transparent;\n  color: #FF4801;\n  border: 1px solid #EBD5C1;\n  cursor: pointer;\n  transition: all 0.15s ease;\n\" onmouseover=\"this.style.borderStyle='dashed'; this.style.borderColor='#FF4801';\" onmouseout=\"this.style.borderStyle='solid'; this.style.borderColor='#EBD5C1';\">\n  View docs\n\u003C\u002Fbutton>\n```\n\n---\n\n## BTN-OUTLINE\n\nOutline button - for less prominent actions.\n\n### React + Tailwind\n\n```jsx\n\u003Cbutton className=\"inline-flex items-center justify-center gap-2 px-6 py-3 rounded-full font-medium bg-[#FFFDFB] text-[#521000] border border-[#EBD5C1] transition-all duration-150 ease-out hover:bg-[#FEF7ED] hover:border-dashed active:scale-[0.98] focus:outline-none focus:ring-2 focus:ring-[#EBD5C1]\u002F50 disabled:opacity-50 disabled:cursor-not-allowed\">\n  Cancel\n\u003C\u002Fbutton>\n```\n\n### Vanilla HTML\n\n```html\n\u003Cbutton style=\"\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n  padding: 12px 24px;\n  border-radius: 9999px;\n  font-family: 'Inter', sans-serif;\n  font-weight: 500;\n  font-size: 16px;\n  background: #FFFDFB;\n  color: #521000;\n  border: 1px solid #EBD5C1;\n  cursor: pointer;\n  transition: all 0.15s ease;\n\">\n  Cancel\n\u003C\u002Fbutton>\n```\n\n---\n\n## BTN-ICON\n\nIcon-only button with tooltip.\n\n### React + Tailwind\n\n```jsx\n\u003Cbutton \n  className=\"inline-flex items-center justify-center w-10 h-10 rounded-full bg-[#FFFDFB] text-[#521000] border border-[#EBD5C1] transition-all duration-150 ease-out hover:bg-[#FEF7ED] hover:text-[#FF4801] hover:border-[#FF4801] active:scale-[0.95] focus:outline-none focus:ring-2 focus:ring-[#FF4801]\u002F20\"\n  aria-label=\"Settings\"\n  title=\"Settings\"\n>\n  \u003Csvg className=\"w-5 h-5\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" strokeWidth={1.5}>\n    \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.325.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 0 1 1.37.49l1.296 2.247a1.125 1.125 0 0 1-.26 1.431l-1.003.827c-.293.241-.438.613-.43.992a7.723 7.723 0 0 1 0 .255c-.008.378.137.75.43.991l1.004.827c.424.35.534.955.26 1.43l-1.298 2.247a1.125 1.125 0 0 1-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.47 6.47 0 0 1-.22.128c-.331.183-.581.495-.644.869l-.213 1.281c-.09.543-.56.94-1.11.94h-2.594c-.55 0-1.019-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 0 1-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 0 1-1.369-.49l-1.297-2.247a1.125 1.125 0 0 1 .26-1.431l1.004-.827c.292-.24.437-.613.43-.991a6.932 6.932 0 0 1 0-.255c.007-.38-.138-.751-.43-.992l-1.004-.827a1.125 1.125 0 0 1-.26-1.43l1.297-2.247a1.125 1.125 0 0 1 1.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.086.22-.128.332-.183.582-.495.644-.869l.214-1.28Z\" \u002F>\n    \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z\" \u002F>\n  \u003C\u002Fsvg>\n\u003C\u002Fbutton>\n```\n\n### Vanilla HTML\n\n```html\n\u003Cbutton style=\"\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 40px;\n  height: 40px;\n  border-radius: 9999px;\n  background: #FFFDFB;\n  color: #521000;\n  border: 1px solid #EBD5C1;\n  cursor: pointer;\n  transition: all 0.15s ease;\n\" aria-label=\"Settings\" title=\"Settings\">\n  \u003Csvg width=\"20\" height=\"20\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.5\">\n    \u003Cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.325.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 0 1 1.37.49l1.296 2.247a1.125 1.125 0 0 1-.26 1.431l-1.003.827c-.293.241-.438.613-.43.992a7.723 7.723 0 0 1 0 .255c-.008.378.137.75.43.991l1.004.827c.424.35.534.955.26 1.43l-1.298 2.247a1.125 1.125 0 0 1-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.47 6.47 0 0 1-.22.128c-.331.183-.581.495-.644.869l-.213 1.281c-.09.543-.56.94-1.11.94h-2.594c-.55 0-1.019-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 0 1-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 0 1-1.369-.49l-1.297-2.247a1.125 1.125 0 0 1 .26-1.431l1.004-.827c.292-.24.437-.613.43-.991a6.932 6.932 0 0 1 0-.255c.007-.38-.138-.751-.43-.992l-1.004-.827a1.125 1.125 0 0 1-.26-1.43l1.297-2.247a1.125 1.125 0 0 1 1.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.086.22-.128.332-.183.582-.495.644-.869l.214-1.28Z\" \u002F>\n    \u003Cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z\" \u002F>\n  \u003C\u002Fsvg>\n\u003C\u002Fbutton>\n```\n\n---\n\n## BTN-LINK\n\nLink styled as text with arrow.\n\n### React + Tailwind\n\n```jsx\n\u003Ca href=\"#\" className=\"inline-flex items-center gap-1 font-medium text-[#FF4801] hover:underline hover:underline-offset-4 transition-all duration-150\">\n  View documentation\n  \u003Csvg className=\"w-4 h-4\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" strokeWidth={2}>\n    \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3\" \u002F>\n  \u003C\u002Fsvg>\n\u003C\u002Fa>\n```\n\n### Vanilla HTML\n\n```html\n\u003Ca href=\"#\" style=\"\n  display: inline-flex;\n  align-items: center;\n  gap: 4px;\n  font-family: 'Inter', sans-serif;\n  font-weight: 500;\n  color: #FF4801;\n  text-decoration: none;\n  transition: all 0.15s ease;\n\">\n  View documentation\n  \u003Csvg width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\">\n    \u003Cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3\" \u002F>\n  \u003C\u002Fsvg>\n\u003C\u002Fa>\n```\n\n---\n\n## BTN-LOADING\n\nButton with loading spinner state.\n\n### React + Tailwind\n\n```jsx\n\u003Cbutton \n  disabled\n  className=\"inline-flex items-center justify-center gap-2 px-6 py-3 rounded-full font-medium bg-[#FF4801] text-white border border-transparent transition-all duration-150 disabled:opacity-70 disabled:cursor-not-allowed\"\n>\n  \u003Csvg className=\"animate-spin h-4 w-4\" fill=\"none\" viewBox=\"0 0 24 24\">\n    \u003Ccircle className=\"opacity-25\" cx=\"12\" cy=\"12\" r=\"10\" stroke=\"currentColor\" strokeWidth=\"4\" \u002F>\n    \u003Cpath className=\"opacity-75\" fill=\"currentColor\" d=\"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z\" \u002F>\n  \u003C\u002Fsvg>\n  Processing...\n\u003C\u002Fbutton>\n```\n\n### Vanilla HTML\n\n```html\n\u003Cbutton disabled style=\"\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n  padding: 12px 24px;\n  border-radius: 9999px;\n  font-family: 'Inter', sans-serif;\n  font-weight: 500;\n  font-size: 16px;\n  background: #FF4801;\n  color: white;\n  border: none;\n  opacity: 0.7;\n  cursor: not-allowed;\n\">\n  \u003Csvg width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 24 24\" style=\"animation: spin 1s linear infinite;\">\n    \u003Ccircle opacity=\"0.25\" cx=\"12\" cy=\"12\" r=\"10\" stroke=\"currentColor\" stroke-width=\"4\" \u002F>\n    \u003Cpath opacity=\"0.75\" fill=\"currentColor\" d=\"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z\" \u002F>\n  \u003C\u002Fsvg>\n  Processing...\n\u003C\u002Fbutton>\n\u003Cstyle>\n  @keyframes spin { to { transform: rotate(360deg); } }\n\u003C\u002Fstyle>\n```\n\n---\n\n# Cards\n\n## CARD-DEFAULT\n\nStandard card with corner bracket decorations.\n\n### React + Tailwind\n\n```jsx\n\u003Cdiv className=\"relative bg-[#FFFDFB] border border-[#EBD5C1] p-6 shadow-[0_1px_3px_rgba(82,16,0,0.04),0_4px_12px_rgba(82,16,0,0.02)]\">\n  {\u002F* Corner brackets *\u002F}\n  \u003Cdiv className=\"absolute -top-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \u003Cdiv className=\"absolute -top-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \u003Cdiv className=\"absolute -bottom-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \u003Cdiv className=\"absolute -bottom-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \n  \u003Ch3 className=\"text-lg font-medium text-[#521000] mb-2\">Card Title\u003C\u002Fh3>\n  \u003Cp className=\"text-sm text-[#521000]\u002F60 leading-relaxed\">\n    Card description goes here. This is a standard card with the signature corner bracket decorations.\n  \u003C\u002Fp>\n\u003C\u002Fdiv>\n```\n\n### Vanilla HTML\n\n```html\n\u003Cdiv style=\"\n  position: relative;\n  background: #FFFDFB;\n  border: 1px solid #EBD5C1;\n  padding: 24px;\n  box-shadow: 0 1px 3px rgba(82,16,0,0.04), 0 4px 12px rgba(82,16,0,0.02);\n\">\n  \u003C!-- Corner brackets -->\n  \u003Cdiv style=\"position: absolute; top: -4px; left: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;\">\u003C\u002Fdiv>\n  \u003Cdiv style=\"position: absolute; top: -4px; right: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;\">\u003C\u002Fdiv>\n  \u003Cdiv style=\"position: absolute; bottom: -4px; left: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;\">\u003C\u002Fdiv>\n  \u003Cdiv style=\"position: absolute; bottom: -4px; right: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;\">\u003C\u002Fdiv>\n  \n  \u003Ch3 style=\"font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 500; color: #521000; margin: 0 0 8px 0;\">Card Title\u003C\u002Fh3>\n  \u003Cp style=\"font-family: 'Inter', sans-serif; font-size: 14px; color: rgba(82,16,0,0.6); line-height: 1.6; margin: 0;\">\n    Card description goes here. This is a standard card with the signature corner bracket decorations.\n  \u003C\u002Fp>\n\u003C\u002Fdiv>\n```\n\n---\n\n## CARD-FEATURE\n\nFeature card with icon, title, and description.\n\n### React + Tailwind\n\n```jsx\n\u003Cdiv className=\"relative bg-[#FFFDFB] border border-[#EBD5C1] p-6 transition-all duration-200 hover:bg-[#FEF7ED] hover:shadow-lg\">\n  {\u002F* Corner brackets *\u002F}\n  \u003Cdiv className=\"absolute -top-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \u003Cdiv className=\"absolute -top-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \u003Cdiv className=\"absolute -bottom-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \u003Cdiv className=\"absolute -bottom-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \n  {\u002F* Icon *\u002F}\n  \u003Cdiv className=\"w-10 h-10 rounded-lg bg-[#FF4801]\u002F10 flex items-center justify-center mb-4\">\n    \u003Csvg className=\"w-5 h-5 text-[#FF4801]\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" strokeWidth={1.5}>\n      \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M3.75 13.5l10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75z\" \u002F>\n    \u003C\u002Fsvg>\n  \u003C\u002Fdiv>\n  \n  \u003Ch3 className=\"text-base font-medium text-[#521000] mb-2\">Lightning Fast\u003C\u002Fh3>\n  \u003Cp className=\"text-sm text-[#521000]\u002F60 leading-relaxed\">\n    Deploy to 300+ locations worldwide. Your code runs milliseconds from your users.\n  \u003C\u002Fp>\n\u003C\u002Fdiv>\n```\n\n### Vanilla HTML\n\n```html\n\u003Cdiv style=\"\n  position: relative;\n  background: #FFFDFB;\n  border: 1px solid #EBD5C1;\n  padding: 24px;\n  transition: all 0.2s ease;\n\">\n  \u003C!-- Corner brackets -->\n  \u003Cdiv style=\"position: absolute; top: -4px; left: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;\">\u003C\u002Fdiv>\n  \u003Cdiv style=\"position: absolute; top: -4px; right: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;\">\u003C\u002Fdiv>\n  \u003Cdiv style=\"position: absolute; bottom: -4px; left: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;\">\u003C\u002Fdiv>\n  \u003Cdiv style=\"position: absolute; bottom: -4px; right: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;\">\u003C\u002Fdiv>\n  \n  \u003C!-- Icon -->\n  \u003Cdiv style=\"width: 40px; height: 40px; border-radius: 8px; background: rgba(255,72,1,0.1); display: flex; align-items: center; justify-content: center; margin-bottom: 16px;\">\n    \u003Csvg width=\"20\" height=\"20\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"#FF4801\" stroke-width=\"1.5\">\n      \u003Cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 13.5l10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75z\" \u002F>\n    \u003C\u002Fsvg>\n  \u003C\u002Fdiv>\n  \n  \u003Ch3 style=\"font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 500; color: #521000; margin: 0 0 8px 0;\">Lightning Fast\u003C\u002Fh3>\n  \u003Cp style=\"font-family: 'Inter', sans-serif; font-size: 14px; color: rgba(82,16,0,0.6); line-height: 1.6; margin: 0;\">\n    Deploy to 300+ locations worldwide. Your code runs milliseconds from your users.\n  \u003C\u002Fp>\n\u003C\u002Fdiv>\n```\n\n---\n\n## CARD-STAT\n\nStatistics card with large number and label.\n\n### React + Tailwind\n\n```jsx\n\u003Cdiv className=\"relative bg-[#FFFDFB] border border-[#EBD5C1] p-6 text-center\">\n  {\u002F* Corner brackets *\u002F}\n  \u003Cdiv className=\"absolute -top-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \u003Cdiv className=\"absolute -top-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \u003Cdiv className=\"absolute -bottom-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \u003Cdiv className=\"absolute -bottom-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \n  \u003Cdiv className=\"text-3xl font-medium text-[#FF4801] tracking-tight\">$0.015\u003C\u002Fdiv>\n  \u003Cdiv className=\"text-xs font-mono text-[#521000]\u002F60 uppercase tracking-wider mt-2\">per GB \u002F month\u003C\u002Fdiv>\n\u003C\u002Fdiv>\n```\n\n### Vanilla HTML\n\n```html\n\u003Cdiv style=\"\n  position: relative;\n  background: #FFFDFB;\n  border: 1px solid #EBD5C1;\n  padding: 24px;\n  text-align: center;\n\">\n  \u003C!-- Corner brackets -->\n  \u003Cdiv style=\"position: absolute; top: -4px; left: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;\">\u003C\u002Fdiv>\n  \u003Cdiv style=\"position: absolute; top: -4px; right: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;\">\u003C\u002Fdiv>\n  \u003Cdiv style=\"position: absolute; bottom: -4px; left: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;\">\u003C\u002Fdiv>\n  \u003Cdiv style=\"position: absolute; bottom: -4px; right: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;\">\u003C\u002Fdiv>\n  \n  \u003Cdiv style=\"font-family: 'Inter', sans-serif; font-size: 30px; font-weight: 500; color: #FF4801; letter-spacing: -0.02em;\">$0.015\u003C\u002Fdiv>\n  \u003Cdiv style=\"font-family: 'JetBrains Mono', monospace; font-size: 12px; color: rgba(82,16,0,0.6); text-transform: uppercase; letter-spacing: 0.05em; margin-top: 8px;\">per GB \u002F month\u003C\u002Fdiv>\n\u003C\u002Fdiv>\n```\n\n---\n\n## CARD-PRICING\n\nPricing tier card with features list.\n\n### React + Tailwind\n\n```jsx\n\u003Cdiv className=\"relative bg-[#FFFDFB] border border-[#EBD5C1] overflow-hidden\">\n  {\u002F* Corner brackets *\u002F}\n  \u003Cdiv className=\"absolute -top-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5] z-10\" \u002F>\n  \u003Cdiv className=\"absolute -top-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5] z-10\" \u002F>\n  \u003Cdiv className=\"absolute -bottom-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5] z-10\" \u002F>\n  \u003Cdiv className=\"absolute -bottom-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5] z-10\" \u002F>\n  \n  {\u002F* Header *\u002F}\n  \u003Cdiv className=\"p-6 border-b border-[#EBD5C1]\u002F50\">\n    \u003Ch3 className=\"text-lg font-medium text-[#521000]\">Pro\u003C\u002Fh3>\n    \u003Cdiv className=\"mt-2\">\n      \u003Cspan className=\"text-3xl font-medium text-[#521000]\">$20\u003C\u002Fspan>\n      \u003Cspan className=\"text-sm text-[#521000]\u002F60\">\u002Fmonth\u003C\u002Fspan>\n    \u003C\u002Fdiv>\n    \u003Cp className=\"text-sm text-[#521000]\u002F60 mt-2\">For growing teams and projects\u003C\u002Fp>\n  \u003C\u002Fdiv>\n  \n  {\u002F* Features *\u002F}\n  \u003Cdiv className=\"p-6\">\n    \u003Cul className=\"space-y-3\">\n      \u003Cli className=\"flex items-start gap-3 text-sm text-[#521000]\">\n        \u003Csvg className=\"w-5 h-5 text-[#FF4801] shrink-0 mt-0.5\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" strokeWidth={2}>\n          \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\" \u002F>\n        \u003C\u002Fsvg>\n        100 GB storage included\n      \u003C\u002Fli>\n      \u003Cli className=\"flex items-start gap-3 text-sm text-[#521000]\">\n        \u003Csvg className=\"w-5 h-5 text-[#FF4801] shrink-0 mt-0.5\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" strokeWidth={2}>\n          \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\" \u002F>\n        \u003C\u002Fsvg>\n        10 million requests\u002Fmonth\n      \u003C\u002Fli>\n      \u003Cli className=\"flex items-start gap-3 text-sm text-[#521000]\">\n        \u003Csvg className=\"w-5 h-5 text-[#FF4801] shrink-0 mt-0.5\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" strokeWidth={2}>\n          \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\" \u002F>\n        \u003C\u002Fsvg>\n        Zero egress fees\n      \u003C\u002Fli>\n    \u003C\u002Ful>\n    \n    \u003Cbutton className=\"w-full mt-6 px-4 py-3 rounded-full font-medium bg-[#FF4801] text-white transition-all duration-150 hover:opacity-95\">\n      Get started\n    \u003C\u002Fbutton>\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n```\n\n### Vanilla HTML\n\n```html\n\u003Cdiv style=\"\n  position: relative;\n  background: #FFFDFB;\n  border: 1px solid #EBD5C1;\n  overflow: hidden;\n\">\n  \u003C!-- Corner brackets -->\n  \u003Cdiv style=\"position: absolute; top: -4px; left: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5; z-index: 10;\">\u003C\u002Fdiv>\n  \u003Cdiv style=\"position: absolute; top: -4px; right: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5; z-index: 10;\">\u003C\u002Fdiv>\n  \u003Cdiv style=\"position: absolute; bottom: -4px; left: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5; z-index: 10;\">\u003C\u002Fdiv>\n  \u003Cdiv style=\"position: absolute; bottom: -4px; right: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5; z-index: 10;\">\u003C\u002Fdiv>\n  \n  \u003C!-- Header -->\n  \u003Cdiv style=\"padding: 24px; border-bottom: 1px solid rgba(235,213,193,0.5);\">\n    \u003Ch3 style=\"font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 500; color: #521000; margin: 0;\">Pro\u003C\u002Fh3>\n    \u003Cdiv style=\"margin-top: 8px;\">\n      \u003Cspan style=\"font-family: 'Inter', sans-serif; font-size: 30px; font-weight: 500; color: #521000;\">$20\u003C\u002Fspan>\n      \u003Cspan style=\"font-family: 'Inter', sans-serif; font-size: 14px; color: rgba(82,16,0,0.6);\">\u002Fmonth\u003C\u002Fspan>\n    \u003C\u002Fdiv>\n    \u003Cp style=\"font-family: 'Inter', sans-serif; font-size: 14px; color: rgba(82,16,0,0.6); margin: 8px 0 0 0;\">For growing teams and projects\u003C\u002Fp>\n  \u003C\u002Fdiv>\n  \n  \u003C!-- Features -->\n  \u003Cdiv style=\"padding: 24px;\">\n    \u003Cul style=\"list-style: none; margin: 0; padding: 0;\">\n      \u003Cli style=\"display: flex; align-items: flex-start; gap: 12px; font-family: 'Inter', sans-serif; font-size: 14px; color: #521000; margin-bottom: 12px;\">\n        \u003Csvg width=\"20\" height=\"20\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"#FF4801\" stroke-width=\"2\" style=\"flex-shrink: 0; margin-top: 2px;\">\n          \u003Cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\" \u002F>\n        \u003C\u002Fsvg>\n        100 GB storage included\n      \u003C\u002Fli>\n      \u003Cli style=\"display: flex; align-items: flex-start; gap: 12px; font-family: 'Inter', sans-serif; font-size: 14px; color: #521000; margin-bottom: 12px;\">\n        \u003Csvg width=\"20\" height=\"20\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"#FF4801\" stroke-width=\"2\" style=\"flex-shrink: 0; margin-top: 2px;\">\n          \u003Cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\" \u002F>\n        \u003C\u002Fsvg>\n        10 million requests\u002Fmonth\n      \u003C\u002Fli>\n      \u003Cli style=\"display: flex; align-items: flex-start; gap: 12px; font-family: 'Inter', sans-serif; font-size: 14px; color: #521000;\">\n        \u003Csvg width=\"20\" height=\"20\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"#FF4801\" stroke-width=\"2\" style=\"flex-shrink: 0; margin-top: 2px;\">\n          \u003Cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\" \u002F>\n        \u003C\u002Fsvg>\n        Zero egress fees\n      \u003C\u002Fli>\n    \u003C\u002Ful>\n    \n    \u003Cbutton style=\"\n      width: 100%;\n      margin-top: 24px;\n      padding: 12px 16px;\n      border-radius: 9999px;\n      font-family: 'Inter', sans-serif;\n      font-weight: 500;\n      font-size: 16px;\n      background: #FF4801;\n      color: white;\n      border: none;\n      cursor: pointer;\n      transition: opacity 0.15s ease;\n    \">Get started\u003C\u002Fbutton>\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n```\n\n---\n\n## CARD-COMPARISON-ROW\n\nSide-by-side comparison row with progress bar — useful for \"us vs. them\" feature\u002Fpricing comparisons.\n\n### React + Tailwind\n\n```jsx\n\u003Cdiv className=\"relative bg-[#FFFDFB] border border-[#EBD5C1] p-4\">\n  \u003Cdiv className=\"flex items-center justify-between mb-3\">\n    \u003Cdiv className=\"flex items-center gap-3\">\n      \u003Cdiv className=\"h-6 w-6 rounded bg-[#FF4801]\u002F10 grid place-items-center text-[#FF4801] text-xs font-semibold\">\n        Y\n      \u003C\u002Fdiv>\n      \u003Cspan className=\"font-medium text-[#521000]\">Your product\u003C\u002Fspan>\n    \u003C\u002Fdiv>\n    \u003Cdiv className=\"text-right\">\n      \u003Cspan className=\"text-lg font-medium text-[#521000]\">$150.00\u003C\u002Fspan>\n      \u003Cspan className=\"text-sm text-[#521000]\u002F60\">\u002Fmo\u003C\u002Fspan>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\n  {\u002F* Progress bar — proportional value shown *\u002F}\n  \u003Cdiv className=\"h-3 bg-[#EBD5C1]\u002F30 rounded-full overflow-hidden\">\n    \u003Cdiv\n      className=\"h-full bg-[#FF4801] rounded-full transition-all duration-500 ease-out\"\n      style={{ width: '15%' }}\n    \u002F>\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n```\n\n### Vanilla HTML\n\n```html\n\u003Cdiv style=\"\n  position: relative;\n  background: #FFFDFB;\n  border: 1px solid #EBD5C1;\n  padding: 16px;\n\">\n  \u003Cdiv style=\"display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px;\">\n    \u003Cdiv style=\"display: flex; align-items: center; gap: 12px;\">\n      \u003Cdiv style=\"height: 24px; width: 24px; border-radius: 4px; background: rgba(255,72,1,0.1); display: grid; place-items: center; color: #FF4801; font-size: 12px; font-weight: 600;\">Y\u003C\u002Fdiv>\n      \u003Cspan style=\"font-family: 'Inter', sans-serif; font-weight: 500; color: #521000;\">Your product\u003C\u002Fspan>\n    \u003C\u002Fdiv>\n    \u003Cdiv style=\"text-align: right;\">\n      \u003Cspan style=\"font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 500; color: #521000;\">$150.00\u003C\u002Fspan>\n      \u003Cspan style=\"font-family: 'Inter', sans-serif; font-size: 14px; color: rgba(82,16,0,0.6);\">\u002Fmo\u003C\u002Fspan>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\n  \u003C!-- Progress bar -->\n  \u003Cdiv style=\"height: 12px; background: rgba(235,213,193,0.3); border-radius: 9999px; overflow: hidden;\">\n    \u003Cdiv style=\"height: 100%; width: 15%; background: #FF4801; border-radius: 9999px; transition: width 0.5s ease-out;\">\u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n```\n\n---\n\n## CARD-USE-CASE\n\nUse case preset card for calculators.\n\n### React + Tailwind\n\n```jsx\n\u003Cbutton \n  type=\"button\"\n  className=\"flex flex-col items-center p-4 border border-[#EBD5C1] bg-[#FFFDFB] transition-all text-center hover:border-dashed hover:border-[#FF4801] focus:outline-none focus:ring-2 focus:ring-[#FF4801]\u002F20\"\n>\n  \u003Cdiv className=\"mb-2 text-[#521000]\u002F60\">\n    \u003Csvg className=\"w-5 h-5\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" strokeWidth=\"1.5\">\n      \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M9.75 3.104v5.714a2.25 2.25 0 01-.659 1.591L5 14.5M9.75 3.104c-.251.023-.501.05-.75.082m.75-.082a24.301 24.301 0 014.5 0m0 0v5.714c0 .597.237 1.17.659 1.591L19.8 15.3M14.25 3.104c.251.023.501.05.75.082M19.8 15.3l-1.57.393A9.065 9.065 0 0112 15a9.065 9.065 0 00-6.23.693L5 14.5m14.8.8l1.402 1.402c1.232 1.232.65 3.318-1.067 3.611A48.309 48.309 0 0112 21c-2.773 0-5.491-.235-8.135-.687-1.718-.293-2.3-2.379-1.067-3.61L5 14.5\" \u002F>\n    \u003C\u002Fsvg>\n  \u003C\u002Fdiv>\n  \u003Cspan className=\"text-sm font-medium text-[#521000]\">AI\u002FML Training\u003C\u002Fspan>\n  \u003Cspan className=\"text-xs text-[#521000]\u002F60 mt-0.5\">100TB\u003C\u002Fspan>\n\u003C\u002Fbutton>\n```\n\n### Vanilla HTML\n\n```html\n\u003Cbutton type=\"button\" style=\"\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  padding: 16px;\n  border: 1px solid #EBD5C1;\n  background: #FFFDFB;\n  text-align: center;\n  cursor: pointer;\n  transition: all 0.15s ease;\n\" onmouseover=\"this.style.borderStyle='dashed'; this.style.borderColor='#FF4801';\" onmouseout=\"this.style.borderStyle='solid'; this.style.borderColor='#EBD5C1';\">\n  \u003Cdiv style=\"margin-bottom: 8px; color: rgba(82,16,0,0.6);\">\n    \u003Csvg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\">\n      \u003Cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.75 3.104v5.714a2.25 2.25 0 01-.659 1.591L5 14.5M9.75 3.104c-.251.023-.501.05-.75.082m.75-.082a24.301 24.301 0 014.5 0m0 0v5.714c0 .597.237 1.17.659 1.591L19.8 15.3M14.25 3.104c.251.023.501.05.75.082M19.8 15.3l-1.57.393A9.065 9.065 0 0112 15a9.065 9.065 0 00-6.23.693L5 14.5m14.8.8l1.402 1.402c1.232 1.232.65 3.318-1.067 3.611A48.309 48.309 0 0112 21c-2.773 0-5.491-.235-8.135-.687-1.718-.293-2.3-2.379-1.067-3.61L5 14.5\" \u002F>\n    \u003C\u002Fsvg>\n  \u003C\u002Fdiv>\n  \u003Cspan style=\"font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; color: #521000;\">AI\u002FML Training\u003C\u002Fspan>\n  \u003Cspan style=\"font-family: 'Inter', sans-serif; font-size: 12px; color: rgba(82,16,0,0.6); margin-top: 2px;\">100TB\u003C\u002Fspan>\n\u003C\u002Fbutton>\n```\n\n---\n\n## CARD-TESTIMONIAL\n\nTestimonial card with quote, avatar, and attribution.\n\n### React + Tailwind\n\n```jsx\n\u003Cdiv className=\"relative bg-[#FFFDFB] border border-[#EBD5C1] p-6\">\n  {\u002F* Corner brackets *\u002F}\n  \u003Cdiv className=\"absolute -top-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \u003Cdiv className=\"absolute -top-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \u003Cdiv className=\"absolute -bottom-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \u003Cdiv className=\"absolute -bottom-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \n  {\u002F* Quote icon *\u002F}\n  \u003Csvg className=\"w-8 h-8 text-[#FF4801]\u002F20 mb-4\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n    \u003Cpath d=\"M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z\" \u002F>\n  \u003C\u002Fsvg>\n  \n  \u003Cblockquote className=\"text-base text-[#521000] leading-relaxed mb-4\">\n    \"We cut our infrastructure costs by 60% and eliminated an entire category of vendor lock-in. The migration was seamless.\"\n  \u003C\u002Fblockquote>\n  \n  \u003Cdiv className=\"flex items-center gap-3\">\n    \u003Cdiv className=\"w-10 h-10 rounded-full bg-[#FF4801]\u002F10 flex items-center justify-center\">\n      \u003Cspan className=\"text-sm font-medium text-[#FF4801]\">JD\u003C\u002Fspan>\n    \u003C\u002Fdiv>\n    \u003Cdiv>\n      \u003Cdiv className=\"text-sm font-medium text-[#521000]\">Jane Doe\u003C\u002Fdiv>\n      \u003Cdiv className=\"text-xs text-[#521000]\u002F60\">CTO, TechCorp\u003C\u002Fdiv>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n```\n\n---\n\n# Forms\n\n## FORM-INPUT\n\nText input with label and optional error state.\n\n### React + Tailwind\n\n```jsx\n\u003Cdiv className=\"flex flex-col\">\n  \u003Clabel htmlFor=\"storage\" className=\"block mb-2 text-base font-medium text-[#521000] leading-tight\">\n    How much data will you store?\n  \u003C\u002Flabel>\n  \u003Cinput\n    type=\"text\"\n    id=\"storage\"\n    className=\"border border-[#EBD5C1] bg-[#FFFDFB] text-[#521000] text-sm rounded-lg p-3 text-right focus:border-[#FF4801] focus:ring-1 focus:ring-[#FF4801] outline-none transition-all duration-150\"\n    placeholder=\"10\"\n    defaultValue=\"10\"\n  \u002F>\n\u003C\u002Fdiv>\n```\n\n### Vanilla HTML\n\n```html\n\u003Cdiv style=\"display: flex; flex-direction: column;\">\n  \u003Clabel for=\"storage\" style=\"\n    display: block;\n    margin-bottom: 8px;\n    font-family: 'Inter', sans-serif;\n    font-size: 16px;\n    font-weight: 500;\n    color: #521000;\n    line-height: 1.4;\n  \">\n    How much data will you store?\n  \u003C\u002Flabel>\n  \u003Cinput\n    type=\"text\"\n    id=\"storage\"\n    placeholder=\"10\"\n    value=\"10\"\n    style=\"\n      border: 1px solid #EBD5C1;\n      background: #FFFDFB;\n      color: #521000;\n      font-family: 'Inter', sans-serif;\n      font-size: 14px;\n      border-radius: 8px;\n      padding: 12px;\n      text-align: right;\n      outline: none;\n      transition: all 0.15s ease;\n    \"\n    onfocus=\"this.style.borderColor='#FF4801'; this.style.boxShadow='0 0 0 1px #FF4801';\"\n    onblur=\"this.style.borderColor='#EBD5C1'; this.style.boxShadow='none';\"\n  \u002F>\n\u003C\u002Fdiv>\n```\n\n---\n\n## FORM-INPUT-WITH-UNIT\n\nInput with unit selector dropdown (e.g., for pricing calculators or quantity inputs).\n\n### React + Tailwind\n\n```jsx\n\u003Cdiv className=\"flex flex-col\">\n  \u003Clabel htmlFor=\"data_stored\" className=\"block mb-2 text-base font-medium text-[#521000] leading-tight\">\n    How much data will you store?\n  \u003C\u002Flabel>\n  \u003Cdiv className=\"flex\">\n    \u003Cinput\n      id=\"data_stored\"\n      type=\"text\"\n      className=\"flex-1 border border-[#EBD5C1] bg-[#FFFDFB] text-[#521000] text-sm rounded-lg p-3 text-right focus:border-[#FF4801] focus:ring-1 focus:ring-[#FF4801] outline-none\"\n      defaultValue=\"10\"\n    \u002F>\n    \u003Cdiv className=\"relative ml-2\">\n      \u003Cselect\n        aria-label=\"Storage unit\"\n        className=\"appearance-none pl-3 pr-8 py-3 text-sm text-[#521000] bg-[#FEF7ED] border border-[#EBD5C1] rounded-lg cursor-pointer focus:border-[#FF4801] focus:ring-1 focus:ring-[#FF4801] outline-none\"\n        defaultValue=\"TB\"\n      >\n        \u003Coption value=\"GB\">GB\u003C\u002Foption>\n        \u003Coption value=\"TB\">TB\u003C\u002Foption>\n        \u003Coption value=\"PB\">PB\u003C\u002Foption>\n      \u003C\u002Fselect>\n      \u003Csvg className=\"pointer-events-none absolute right-3 top-1\u002F2 -translate-y-1\u002F2 w-4 h-4 text-[#521000]\u002F60\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n        \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" strokeWidth={2} d=\"M19 9l-7 7-7-7\" \u002F>\n      \u003C\u002Fsvg>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n```\n\n### Vanilla HTML\n\n```html\n\u003Cdiv style=\"display: flex; flex-direction: column;\">\n  \u003Clabel for=\"data_stored\" style=\"\n    display: block;\n    margin-bottom: 8px;\n    font-family: 'Inter', sans-serif;\n    font-size: 16px;\n    font-weight: 500;\n    color: #521000;\n    line-height: 1.4;\n  \">\n    How much data will you store?\n  \u003C\u002Flabel>\n  \u003Cdiv style=\"display: flex;\">\n    \u003Cinput\n      id=\"data_stored\"\n      type=\"text\"\n      value=\"10\"\n      style=\"\n        flex: 1;\n        border: 1px solid #EBD5C1;\n        background: #FFFDFB;\n        color: #521000;\n        font-family: 'Inter', sans-serif;\n        font-size: 14px;\n        border-radius: 8px;\n        padding: 12px;\n        text-align: right;\n        outline: none;\n      \"\n    \u002F>\n    \u003Cdiv style=\"position: relative; margin-left: 8px;\">\n      \u003Cselect aria-label=\"Storage unit\" style=\"\n        appearance: none;\n        padding: 12px 32px 12px 12px;\n        font-family: 'Inter', sans-serif;\n        font-size: 14px;\n        color: #521000;\n        background: #FEF7ED;\n        border: 1px solid #EBD5C1;\n        border-radius: 8px;\n        cursor: pointer;\n        outline: none;\n      \">\n        \u003Coption value=\"GB\">GB\u003C\u002Foption>\n        \u003Coption value=\"TB\" selected>TB\u003C\u002Foption>\n        \u003Coption value=\"PB\">PB\u003C\u002Foption>\n      \u003C\u002Fselect>\n      \u003Csvg style=\"pointer-events: none; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: rgba(82,16,0,0.6);\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n        \u003Cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\" \u002F>\n      \u003C\u002Fsvg>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n```\n\n---\n\n## FORM-RANGE-SLIDER\n\nRange slider with floating value badge (useful for usage\u002Fpricing inputs).\n\n### React + Tailwind\n\n```jsx\nfunction RangeSlider() {\n  const [value, setValue] = useState(75);\n  \n  return (\n    \u003Cdiv className=\"flex flex-col\">\n      \u003Clabel htmlFor=\"egress\" className=\"block mb-2 text-base font-medium text-[#521000] leading-tight\">\n        What % of stored data will be downloaded (egress) monthly?\n      \u003C\u002Flabel>\n      \u003Cdiv className=\"pt-8 relative\">\n        \u003Cinput\n          type=\"range\"\n          id=\"egress\"\n          min=\"0\"\n          max=\"500\"\n          value={value}\n          onChange={(e) => setValue(Number(e.target.value))}\n          className=\"w-full h-2 bg-[#EBD5C1] rounded-full appearance-none cursor-pointer\n            [&::-webkit-slider-thumb]:appearance-none\n            [&::-webkit-slider-thumb]:w-5\n            [&::-webkit-slider-thumb]:h-5\n            [&::-webkit-slider-thumb]:bg-white\n            [&::-webkit-slider-thumb]:border-2\n            [&::-webkit-slider-thumb]:border-[#FF4801]\n            [&::-webkit-slider-thumb]:rounded-full\n            [&::-webkit-slider-thumb]:shadow-md\n            [&::-webkit-slider-thumb]:cursor-grab\n            [&::-webkit-slider-thumb]:active:cursor-grabbing\"\n          style={{\n            background: `linear-gradient(to right, #FF4801 0%, #FF4801 ${(value \u002F 500) * 100}%, #EBD5C1 ${(value \u002F 500) * 100}%, #EBD5C1 100%)`\n          }}\n        \u002F>\n        {\u002F* Floating badge *\u002F}\n        \u003Cdiv \n          className=\"absolute -top-1 text-xs font-medium text-[#FF4801] bg-[#FF4801]\u002F10 px-2 py-1 rounded-full whitespace-nowrap\"\n          style={{ left: `calc(${(value \u002F 500) * 100}% - 20px)` }}\n        >\n          {value}%\n        \u003C\u002Fdiv>\n        \u003Cdiv className=\"flex justify-between pt-2 text-xs text-[#521000]\u002F60\">\n          \u003Cspan>0%\u003C\u002Fspan>\n          \u003Cspan>500%\u003C\u002Fspan>\n        \u003C\u002Fdiv>\n      \u003C\u002Fdiv>\n    \u003C\u002Fdiv>\n  );\n}\n```\n\n### Vanilla HTML + JavaScript\n\n```html\n\u003Cdiv style=\"display: flex; flex-direction: column;\">\n  \u003Clabel for=\"egress\" style=\"\n    display: block;\n    margin-bottom: 8px;\n    font-family: 'Inter', sans-serif;\n    font-size: 16px;\n    font-weight: 500;\n    color: #521000;\n    line-height: 1.4;\n  \">\n    What % of stored data will be downloaded (egress) monthly?\n  \u003C\u002Flabel>\n  \u003Cdiv style=\"padding-top: 32px; position: relative;\">\n    \u003Cinput\n      type=\"range\"\n      id=\"egress\"\n      min=\"0\"\n      max=\"500\"\n      value=\"75\"\n      style=\"\n        width: 100%;\n        height: 8px;\n        border-radius: 9999px;\n        appearance: none;\n        cursor: pointer;\n        background: linear-gradient(to right, #FF4801 15%, #EBD5C1 15%);\n      \"\n      oninput=\"updateSlider(this)\"\n    \u002F>\n    \u003Cdiv id=\"slider-badge\" style=\"\n      position: absolute;\n      top: 0;\n      left: calc(15% - 20px);\n      font-family: 'Inter', sans-serif;\n      font-size: 12px;\n      font-weight: 500;\n      color: #FF4801;\n      background: rgba(255,72,1,0.1);\n      padding: 4px 8px;\n      border-radius: 9999px;\n      white-space: nowrap;\n    \">75%\u003C\u002Fdiv>\n    \u003Cdiv style=\"display: flex; justify-content: space-between; padding-top: 8px; font-family: 'Inter', sans-serif; font-size: 12px; color: rgba(82,16,0,0.6);\">\n      \u003Cspan>0%\u003C\u002Fspan>\n      \u003Cspan>500%\u003C\u002Fspan>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n\n\u003Cscript>\nfunction updateSlider(input) {\n  const value = input.value;\n  const percent = (value \u002F 500) * 100;\n  input.style.background = `linear-gradient(to right, #FF4801 ${percent}%, #EBD5C1 ${percent}%)`;\n  const badge = document.getElementById('slider-badge');\n  badge.textContent = value + '%';\n  badge.style.left = `calc(${percent}% - 20px)`;\n}\n\u003C\u002Fscript>\n\n\u003Cstyle>\ninput[type=\"range\"]::-webkit-slider-thumb {\n  appearance: none;\n  width: 20px;\n  height: 20px;\n  background: white;\n  border: 2px solid #FF4801;\n  border-radius: 50%;\n  box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n  cursor: grab;\n}\ninput[type=\"range\"]::-webkit-slider-thumb:active {\n  cursor: grabbing;\n}\n\u003C\u002Fstyle>\n```\n\n---\n\n## FORM-TOGGLE\n\nToggle switch for on\u002Foff states.\n\n### React + Tailwind\n\n```jsx\nfunction Toggle({ enabled, onChange, label }) {\n  return (\n    \u003Clabel className=\"inline-flex items-center cursor-pointer\">\n      \u003Cdiv className=\"relative\">\n        \u003Cinput\n          type=\"checkbox\"\n          checked={enabled}\n          onChange={(e) => onChange(e.target.checked)}\n          className=\"sr-only peer\"\n        \u002F>\n        \u003Cdiv className=\"w-11 h-6 bg-[#EBD5C1] peer-focus:ring-2 peer-focus:ring-[#FF4801]\u002F20 rounded-full peer peer-checked:after:translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:bg-white after:border-[#EBD5C1] after:border after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-[#FF4801]\">\u003C\u002Fdiv>\n      \u003C\u002Fdiv>\n      {label && \u003Cspan className=\"ml-3 text-sm font-medium text-[#521000]\">{label}\u003C\u002Fspan>}\n    \u003C\u002Flabel>\n  );\n}\n```\n\n### Vanilla HTML\n\n```html\n\u003Clabel style=\"display: inline-flex; align-items: center; cursor: pointer;\">\n  \u003Cdiv style=\"position: relative;\">\n    \u003Cinput type=\"checkbox\" id=\"toggle\" style=\"position: absolute; width: 1px; height: 1px; opacity: 0;\" onchange=\"updateToggle(this)\">\n    \u003Cdiv id=\"toggle-track\" style=\"\n      width: 44px;\n      height: 24px;\n      background: #EBD5C1;\n      border-radius: 9999px;\n      position: relative;\n      transition: background 0.2s ease;\n    \">\n      \u003Cdiv id=\"toggle-thumb\" style=\"\n        position: absolute;\n        top: 2px;\n        left: 2px;\n        width: 20px;\n        height: 20px;\n        background: white;\n        border-radius: 50%;\n        box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n        transition: transform 0.2s ease;\n      \">\u003C\u002Fdiv>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n  \u003Cspan style=\"margin-left: 12px; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; color: #521000;\">Enable feature\u003C\u002Fspan>\n\u003C\u002Flabel>\n\n\u003Cscript>\nfunction updateToggle(input) {\n  const track = document.getElementById('toggle-track');\n  const thumb = document.getElementById('toggle-thumb');\n  if (input.checked) {\n    track.style.background = '#FF4801';\n    thumb.style.transform = 'translateX(20px)';\n  } else {\n    track.style.background = '#EBD5C1';\n    thumb.style.transform = 'translateX(0)';\n  }\n}\n\u003C\u002Fscript>\n```\n\n---\n\n## FORM-TOGGLE-GROUP\n\nToggle button group for binary or small-set selection (e.g., month\u002Fyear billing).\n\n### React + Tailwind\n\n```jsx\nfunction ToggleGroup({ options, value, onChange }) {\n  return (\n    \u003Cdiv className=\"inline-flex rounded-full border border-[#EBD5C1] overflow-hidden\">\n      {options.map((option) => (\n        \u003Cbutton\n          key={option.value}\n          type=\"button\"\n          onClick={() => onChange(option.value)}\n          className={`px-4 py-2 text-sm font-medium transition-all ${\n            value === option.value\n              ? 'bg-[#FF4801] text-white hover:opacity-95'\n              : 'bg-[#FFFDFB] text-[#521000] hover:bg-[#FEF7ED]'\n          }`}\n        >\n          {option.label}\n        \u003C\u002Fbutton>\n      ))}\n    \u003C\u002Fdiv>\n  );\n}\n\n\u002F\u002F Usage\n\u003CToggleGroup\n  options={[\n    { value: 'month', label: 'month' },\n    { value: 'year', label: 'year' }\n  ]}\n  value=\"month\"\n  onChange={(v) => setPeriod(v)}\n\u002F>\n```\n\n### Vanilla HTML\n\n```html\n\u003Cdiv style=\"display: inline-flex; border-radius: 9999px; border: 1px solid #EBD5C1; overflow: hidden;\">\n  \u003Cbutton type=\"button\" id=\"btn-month\" onclick=\"selectPeriod('month')\" style=\"\n    padding: 8px 16px;\n    font-family: 'Inter', sans-serif;\n    font-size: 14px;\n    font-weight: 500;\n    background: #FF4801;\n    color: white;\n    border: none;\n    cursor: pointer;\n    transition: all 0.15s ease;\n  \">month\u003C\u002Fbutton>\n  \u003Cbutton type=\"button\" id=\"btn-year\" onclick=\"selectPeriod('year')\" style=\"\n    padding: 8px 16px;\n    font-family: 'Inter', sans-serif;\n    font-size: 14px;\n    font-weight: 500;\n    background: #FFFDFB;\n    color: #521000;\n    border: none;\n    cursor: pointer;\n    transition: all 0.15s ease;\n  \">year\u003C\u002Fbutton>\n\u003C\u002Fdiv>\n\n\u003Cscript>\nfunction selectPeriod(period) {\n  const monthBtn = document.getElementById('btn-month');\n  const yearBtn = document.getElementById('btn-year');\n  \n  if (period === 'month') {\n    monthBtn.style.background = '#FF4801';\n    monthBtn.style.color = 'white';\n    yearBtn.style.background = '#FFFDFB';\n    yearBtn.style.color = '#521000';\n  } else {\n    yearBtn.style.background = '#FF4801';\n    yearBtn.style.color = 'white';\n    monthBtn.style.background = '#FFFDFB';\n    monthBtn.style.color = '#521000';\n  }\n}\n\u003C\u002Fscript>\n```\n\n---\n\n## FORM-NUMBER-INPUT\n\nNumber input with increment\u002Fdecrement buttons.\n\n### React + Tailwind\n\n```jsx\nfunction NumberInput({ value, onChange, min = 0, max = Infinity, step = 1 }) {\n  return (\n    \u003Cdiv className=\"flex items-center border border-[#EBD5C1] rounded-lg overflow-hidden\">\n      \u003Cbutton\n        type=\"button\"\n        onClick={() => onChange(Math.max(min, value - step))}\n        className=\"px-3 py-2 bg-[#FEF7ED] text-[#521000] hover:bg-[#EBD5C1] transition-colors\"\n      >\n        \u003Csvg className=\"w-4 h-4\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" strokeWidth={2}>\n          \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M20 12H4\" \u002F>\n        \u003C\u002Fsvg>\n      \u003C\u002Fbutton>\n      \u003Cinput\n        type=\"text\"\n        value={value.toLocaleString()}\n        onChange={(e) => onChange(Number(e.target.value.replace(\u002F,\u002Fg, '')))}\n        className=\"w-24 px-3 py-2 text-center text-sm text-[#521000] bg-[#FFFDFB] border-none outline-none\"\n      \u002F>\n      \u003Cbutton\n        type=\"button\"\n        onClick={() => onChange(Math.min(max, value + step))}\n        className=\"px-3 py-2 bg-[#FEF7ED] text-[#521000] hover:bg-[#EBD5C1] transition-colors\"\n      >\n        \u003Csvg className=\"w-4 h-4\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" strokeWidth={2}>\n          \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M12 4v16m8-8H4\" \u002F>\n        \u003C\u002Fsvg>\n      \u003C\u002Fbutton>\n    \u003C\u002Fdiv>\n  );\n}\n```\n\n---\n\n## FORM-SELECT\n\nCustom styled select dropdown.\n\n### React + Tailwind\n\n```jsx\n\u003Cdiv className=\"relative\">\n  \u003Cselect\n    className=\"appearance-none w-full pl-4 pr-10 py-3 text-sm text-[#521000] bg-[#FFFDFB] border border-[#EBD5C1] rounded-lg cursor-pointer focus:border-[#FF4801] focus:ring-1 focus:ring-[#FF4801] outline-none\"\n    defaultValue=\"us-east\"\n  >\n    \u003Coption value=\"us-east\">US East (N. Virginia)\u003C\u002Foption>\n    \u003Coption value=\"us-west\">US West (Oregon)\u003C\u002Foption>\n    \u003Coption value=\"eu-west\">EU West (Ireland)\u003C\u002Foption>\n    \u003Coption value=\"ap-south\">Asia Pacific (Singapore)\u003C\u002Foption>\n  \u003C\u002Fselect>\n  \u003Csvg className=\"pointer-events-none absolute right-3 top-1\u002F2 -translate-y-1\u002F2 w-5 h-5 text-[#521000]\u002F60\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n    \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" strokeWidth={2} d=\"M19 9l-7 7-7-7\" \u002F>\n  \u003C\u002Fsvg>\n\u003C\u002Fdiv>\n```\n\n---\n\n# Calculator Tools\n\n## CALC-LAYOUT\n\nFull calculator layout with input panel and results panel.\n\n### React + Tailwind\n\n```jsx\n\u003Cmain className=\"max-w-5xl mx-auto\">\n  \u003Cdiv className=\"relative overflow-visible bg-[#FFFDFB] border border-[#EBD5C1] p-6 sm:p-8 mt-6 sm:mt-10\">\n    {\u002F* Corner brackets *\u002F}\n    \u003Cdiv className=\"pointer-events-none absolute inset-0 z-10 select-none\" aria-hidden=\"true\">\n      \u003Cdiv className=\"absolute bg-[#FFFBF5]\" style={{ top: '-4px', left: '-4px', width: '8px', height: '8px', border: '1px solid #EBD5C1', borderRadius: '1.5px' }} \u002F>\n      \u003Cdiv className=\"absolute bg-[#FFFBF5]\" style={{ top: '-4px', right: '-4px', width: '8px', height: '8px', border: '1px solid #EBD5C1', borderRadius: '1.5px' }} \u002F>\n      \u003Cdiv className=\"absolute bg-[#FFFBF5]\" style={{ left: '-4px', bottom: '-4px', width: '8px', height: '8px', border: '1px solid #EBD5C1', borderRadius: '1.5px' }} \u002F>\n      \u003Cdiv className=\"absolute bg-[#FFFBF5]\" style={{ right: '-4px', bottom: '-4px', width: '8px', height: '8px', border: '1px solid #EBD5C1', borderRadius: '1.5px' }} \u002F>\n    \u003C\u002Fdiv>\n    \n    {\u002F* Form inputs *\u002F}\n    \u003Cform>\n      \u003Cdiv className=\"grid grid-cols-1 sm:grid-cols-2 gap-6\">\n        {\u002F* Input fields go here *\u002F}\n      \u003C\u002Fdiv>\n    \u003C\u002Fform>\n    \n    {\u002F* Period toggle *\u002F}\n    \u003Cdiv className=\"flex justify-end mt-6 mb-4\">\n      {\u002F* Toggle group *\u002F}\n    \u003C\u002Fdiv>\n    \n    {\u002F* Results *\u002F}\n    \u003Cdiv className=\"space-y-3\">\n      {\u002F* Provider comparison cards *\u002F}\n    \u003C\u002Fdiv>\n    \n    {\u002F* Use case presets *\u002F}\n    \u003Cdiv className=\"mt-6 pt-6 border-t border-[#EBD5C1]\u002F50\">\n      \u003Cp className=\"text-sm text-[#521000]\u002F60 mb-3\">Try a use case\u003C\u002Fp>\n      \u003Cdiv className=\"grid grid-cols-3 gap-3\">\n        {\u002F* Use case buttons *\u002F}\n      \u003C\u002Fdiv>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\u003C\u002Fmain>\n```\n\n---\n\n## CALC-PRICING-TABLE\n\nPricing details table for showing tiered or itemized costs.\n\n### React + Tailwind\n\n```jsx\n\u003Cdiv className=\"bg-[#FFFDFB] border border-[#EBD5C1] p-6\">\n  \u003Cdiv className=\"mb-6\">\n    \u003Ch2 className=\"font-medium text-lg text-[#521000] mb-2\">Pricing Details\u003C\u002Fh2>\n    \u003Cp className=\"text-sm text-[#521000]\u002F60\">\n      Pricing is based on actual usage. Pay only for what you consume — no commitments, no per-seat fees.\n      \u003Ca className=\"underline text-[#FF4801] hover:text-[#FF4801]\u002F80 transition-colors ml-1\" href=\"#\">\n        View pricing documentation\n      \u003C\u002Fa>\n    \u003C\u002Fp>\n  \u003C\u002Fdiv>\n  \n  \u003Cdiv className=\"overflow-x-auto -mx-6 px-6\">\n    \u003Ctable className=\"w-full text-sm\">\n      \u003Cthead>\n        \u003Ctr className=\"border-b border-[#EBD5C1]\">\n          \u003Cth className=\"text-left py-3 pr-4 font-medium text-[#521000]\">\u003C\u002Fth>\n          \u003Cth className=\"text-left py-3 px-4 font-medium text-[#521000]\">Forever Free\u003C\u002Fth>\n          \u003Cth className=\"text-left py-3 pl-4 font-medium text-[#521000]\">Monthly Rates\u003C\u002Fth>\n        \u003C\u002Ftr>\n      \u003C\u002Fthead>\n      \u003Ctbody className=\"text-[#521000]\u002F60\">\n        \u003Ctr className=\"border-b border-[#EBD5C1]\u002F50\">\n          \u003Ctd className=\"py-3 pr-4 font-medium text-[#521000]\">Storage\u003C\u002Ftd>\n          \u003Ctd className=\"py-3 px-4\">10 GB \u002F month\u003C\u002Ftd>\n          \u003Ctd className=\"py-3 pl-4\">$0.015 \u002F GB storage\u003C\u002Ftd>\n        \u003C\u002Ftr>\n        \u003Ctr className=\"border-b border-[#EBD5C1]\u002F50\">\n          \u003Ctd className=\"py-3 pr-4 font-medium text-[#521000]\">Class A operations: write or list\u003C\u002Ftd>\n          \u003Ctd className=\"py-3 px-4\">1,000,000 \u002F month\u003C\u002Ftd>\n          \u003Ctd className=\"py-3 pl-4\">$4.50 \u002F million\u003C\u002Ftd>\n        \u003C\u002Ftr>\n        \u003Ctr className=\"border-b border-[#EBD5C1]\u002F50\">\n          \u003Ctd className=\"py-3 pr-4 font-medium text-[#521000]\">Class B operations: read\u003C\u002Ftd>\n          \u003Ctd className=\"py-3 px-4\">10,000,000 \u002F month\u003C\u002Ftd>\n          \u003Ctd className=\"py-3 pl-4\">$0.36 \u002F million\u003C\u002Ftd>\n        \u003C\u002Ftr>\n        \u003Ctr>\n          \u003Ctd className=\"py-3 pr-4 font-medium text-[#521000]\">Egress (data transfer to Internet)\u003C\u002Ftd>\n          \u003Ctd className=\"py-3 px-4\">Free\u003C\u002Ftd>\n          \u003Ctd className=\"py-3 pl-4\">Free\u003C\u002Ftd>\n        \u003C\u002Ftr>\n      \u003C\u002Ftbody>\n    \u003C\u002Ftable>\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n```\n\n---\n\n# Navigation\n\n## NAV-HEADER\n\nMain site header with logo, navigation links, and CTAs.\n\n### React + Tailwind\n\n```jsx\n\u003Cheader className=\"border-b border-[#EBD5C1] bg-[#FFFBF5] relative z-20\">\n  \u003Cdiv className=\"max-w-5xl mx-auto px-4 py-4 flex justify-between items-center gap-4\">\n    {\u002F* Logo *\u002F}\n    \u003Ca href=\"\u002F\" className=\"shrink-0 flex items-center gap-2\">\n      \u003Cimg className=\"h-[30px]\" src=\"\u002Flogo.svg\" alt=\"Your brand\" \u002F>\n      \u003Cdiv className=\"hidden lg:flex flex-col items-start -mb-1\">\n        \u003Cspan className=\"text-[9px] leading-none font-medium text-[#521000] uppercase\">Your brand\u003C\u002Fspan>\n        \u003Cspan className=\"text-[23px] leading-none font-medium text-[#521000] whitespace-nowrap\" style={{ letterSpacing: '-0.46px' }}>\n          Product Name\n        \u003C\u002Fspan>\n      \u003C\u002Fdiv>\n    \u003C\u002Fa>\n    \n    {\u002F* Actions *\u002F}\n    \u003Cdiv className=\"flex items-center gap-2 sm:gap-3\">\n      \u003Ca\n        href=\"\u002Fdocs\"\n        className=\"hidden sm:block border border-[#EBD5C1] bg-[#FFFBF5] text-[#FF4801] hover:text-[#521000] hover:border-dashed font-medium px-4 sm:px-6 py-2 sm:py-3 rounded-full transition-all text-center text-sm\"\n      >\n        View docs\n      \u003C\u002Fa>\n      \u003Ca\n        href=\"\u002Fsignup\"\n        className=\"bg-[#FF4801] border border-transparent hover:border-dashed hover:border-white\u002F50 hover:opacity-95 text-white font-medium px-4 sm:px-6 py-2 sm:py-3 rounded-full transition-all text-center text-sm\"\n      >\n        Get started\n      \u003C\u002Fa>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\u003C\u002Fheader>\n```\n\n### Vanilla HTML\n\n```html\n\u003Cheader style=\"\n  border-bottom: 1px solid #EBD5C1;\n  background: #FFFBF5;\n  position: relative;\n  z-index: 20;\n\">\n  \u003Cdiv style=\"\n    max-width: 1024px;\n    margin: 0 auto;\n    padding: 16px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 16px;\n  \">\n    \u003C!-- Logo -->\n    \u003Ca href=\"\u002F\" style=\"flex-shrink: 0; display: flex; align-items: center; gap: 8px; text-decoration: none;\">\n      \u003Cimg src=\"\u002Flogo.svg\" alt=\"Your brand\" style=\"height: 30px;\" \u002F>\n      \u003Cdiv style=\"display: flex; flex-direction: column; align-items: flex-start;\">\n        \u003Cspan style=\"font-family: 'Inter', sans-serif; font-size: 9px; font-weight: 500; color: #521000; text-transform: uppercase;\">Your brand\u003C\u002Fspan>\n        \u003Cspan style=\"font-family: 'Inter', sans-serif; font-size: 23px; font-weight: 500; color: #521000; white-space: nowrap; letter-spacing: -0.46px;\">Product Name\u003C\u002Fspan>\n      \u003C\u002Fdiv>\n    \u003C\u002Fa>\n    \n    \u003C!-- Actions -->\n    \u003Cdiv style=\"display: flex; align-items: center; gap: 12px;\">\n      \u003Ca href=\"\u002Fdocs\" style=\"\n        display: inline-block;\n        border: 1px solid #EBD5C1;\n        background: #FFFBF5;\n        color: #FF4801;\n        font-family: 'Inter', sans-serif;\n        font-weight: 500;\n        font-size: 14px;\n        padding: 12px 24px;\n        border-radius: 9999px;\n        text-decoration: none;\n        text-align: center;\n        transition: all 0.15s ease;\n      \">View docs\u003C\u002Fa>\n      \u003Ca href=\"\u002Fsignup\" style=\"\n        display: inline-block;\n        background: #FF4801;\n        color: white;\n        font-family: 'Inter', sans-serif;\n        font-weight: 500;\n        font-size: 14px;\n        padding: 12px 24px;\n        border-radius: 9999px;\n        text-decoration: none;\n        text-align: center;\n        transition: all 0.15s ease;\n      \">Get started\u003C\u002Fa>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\u003C\u002Fheader>\n```\n\n---\n\n## NAV-FOOTER\n\nSite footer with links and legal text.\n\n### React + Tailwind\n\n```jsx\n\u003Cfooter className=\"mt-8 py-6 bg-[#FFFBF5] border-t border-[#EBD5C1]\">\n  \u003Cul className=\"flex flex-col sm:flex-row flex-1 flex-wrap sm:items-center gap-2 max-w-5xl mx-auto px-6 sm:px-8 text-xs text-[#521000]\u002F60\">\n    \u003Cli>© 2024 Your Company, Inc.\u003C\u002Fli>\n    \u003Cli>\n      \u003Ca href=\"\u002Fprivacy\" className=\"hover:text-[#521000] transition-colors\">Privacy Policy\u003C\u002Fa>\n    \u003C\u002Fli>\n    \u003Cli>\n      \u003Ca href=\"\u002Fterms\" className=\"hover:text-[#521000] transition-colors\">Terms of Use\u003C\u002Fa>\n    \u003C\u002Fli>\n    \u003Cli>\n      \u003Ca href=\"\u002Fsecurity\" className=\"hover:text-[#521000] transition-colors\">Report Security Issues\u003C\u002Fa>\n    \u003C\u002Fli>\n    \u003Cli>\n      \u003Ca href=\"\u002Ftrademark\" className=\"hover:text-[#521000] transition-colors\">Trademark\u003C\u002Fa>\n    \u003C\u002Fli>\n  \u003C\u002Ful>\n\u003C\u002Ffooter>\n```\n\n---\n\n# Hero Sections\n\n## HERO-CENTERED\n\nCentered hero section with headline, description, and CTAs.\n\n### React + Tailwind\n\n```jsx\n\u003Csection className=\"pt-8 sm:pt-12 max-w-5xl mx-auto\">\n  \u003Cdiv className=\"text-center sm:text-left px-6 sm:px-8\">\n    \u003Ch1 className=\"font-medium text-2xl sm:text-3xl text-[#521000] mb-3\" style={{ letterSpacing: '-0.035em' }}>\n      Build faster. Ship more.\n    \u003C\u002Fh1>\n    \u003Cp className=\"text-sm sm:text-base text-[#521000]\u002F60 leading-tight\">\n      Replace your fragmented toolchain with a single platform that scales with your team. From zero to production in minutes, not days.\n    \u003C\u002Fp>\n    \u003Cp className=\"text-sm sm:text-base text-[#521000] font-medium mt-3\">\n      Free to start. No credit card required.\n    \u003C\u002Fp>\n  \u003C\u002Fdiv>\n\u003C\u002Fsection>\n```\n\n---\n\n## HERO-PRODUCT\n\nHero section with accent background for product pages.\n\n### React + Tailwind\n\n```jsx\n\u003Csection className=\"bg-[#FF4801] relative overflow-hidden min-h-[400px] flex items-center\">\n  \u003Cdiv className=\"max-w-5xl mx-auto px-6 sm:px-8 py-16 relative z-10\">\n    \u003Ch1 className=\"font-medium text-3xl sm:text-4xl lg:text-5xl text-white mb-4\" style={{ letterSpacing: '-0.02em' }}>\n      Build full-stack applications\n      \u003Cbr \u002F>\n      at the edge\n    \u003C\u002Fh1>\n    \u003Cp className=\"text-lg text-white\u002F75 max-w-xl mb-8\">\n      Deploy globally distributed code instantly. Exceptional performance, reliability, and scale — without the ops overhead.\n    \u003C\u002Fp>\n    \u003Cdiv className=\"flex flex-wrap gap-3\">\n      \u003Ca href=\"\u002Fsignup\" className=\"inline-flex items-center justify-center px-6 py-3 rounded-full font-medium bg-white text-[#FF4801] transition-all hover:opacity-95\">\n        Start building\n      \u003C\u002Fa>\n      \u003Ca href=\"\u002Fdocs\" className=\"inline-flex items-center justify-center px-6 py-3 rounded-full font-medium bg-transparent text-white border border-white\u002F50 transition-all hover:bg-white\u002F10\">\n        View documentation\n      \u003C\u002Fa>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\u003C\u002Fsection>\n```\n\n---\n\n# Data Display\n\n## DATA-PROGRESS-BAR\n\nProgress bar with label and percentage.\n\n### React + Tailwind\n\n```jsx\n\u003Cdiv className=\"space-y-2\">\n  \u003Cdiv className=\"flex justify-between text-sm\">\n    \u003Cspan className=\"font-medium text-[#521000]\">Storage used\u003C\u002Fspan>\n    \u003Cspan className=\"text-[#521000]\u002F60\">75%\u003C\u002Fspan>\n  \u003C\u002Fdiv>\n  \u003Cdiv className=\"h-3 bg-[#EBD5C1]\u002F30 rounded-full overflow-hidden\">\n    \u003Cdiv \n      className=\"h-full bg-[#FF4801] rounded-full transition-all duration-500 ease-out\"\n      style={{ width: '75%' }}\n    \u002F>\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n```\n\n---\n\n## DATA-METRIC-BADGE\n\nInline metric badge for highlighting values.\n\n### React + Tailwind\n\n```jsx\n\u003Cspan className=\"inline-flex items-center gap-1 px-2 py-1 rounded-full text-xs font-medium bg-[#FF4801]\u002F10 text-[#FF4801]\">\n  \u003Csvg className=\"w-3 h-3\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" strokeWidth={2}>\n    \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M2.25 18L9 11.25l4.306 4.307a11.95 11.95 0 015.814-5.519l2.74-1.22m0 0l-5.94-2.28m5.94 2.28l-2.28 5.941\" \u002F>\n  \u003C\u002Fsvg>\n  +24%\n\u003C\u002Fspan>\n```\n\n---\n\n# Layout\n\n## LAYOUT-CONTAINER\n\nMax-width centered container.\n\n### React + Tailwind\n\n```jsx\n\u003Cdiv className=\"max-w-5xl mx-auto px-4 sm:px-6 lg:px-8\">\n  {\u002F* Content *\u002F}\n\u003C\u002Fdiv>\n```\n\n### Vanilla HTML\n\n```html\n\u003Cdiv style=\"\n  max-width: 1024px;\n  margin: 0 auto;\n  padding: 0 16px;\n\">\n  \u003C!-- Content -->\n\u003C\u002Fdiv>\n```\n\n---\n\n## LAYOUT-SECTION\n\nFull-width section with vertical padding.\n\n### React + Tailwind\n\n```jsx\n\u003Csection className=\"py-12 sm:py-16 lg:py-20 bg-[#FFFBF5]\">\n  \u003Cdiv className=\"max-w-5xl mx-auto px-4 sm:px-6 lg:px-8\">\n    {\u002F* Section content *\u002F}\n  \u003C\u002Fdiv>\n\u003C\u002Fsection>\n```\n\n---\n\n## LAYOUT-GRID-2\n\nTwo-column responsive grid.\n\n### React + Tailwind\n\n```jsx\n\u003Cdiv className=\"grid grid-cols-1 sm:grid-cols-2 gap-4 sm:gap-6\">\n  {\u002F* Grid items *\u002F}\n\u003C\u002Fdiv>\n```\n\n---\n\n## LAYOUT-GRID-3\n\nThree-column responsive grid.\n\n### React + Tailwind\n\n```jsx\n\u003Cdiv className=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 sm:gap-6\">\n  {\u002F* Grid items *\u002F}\n\u003C\u002Fdiv>\n```\n\n---\n\n# Decorative\n\n## DECOR-DOT-PATTERN\n\nSVG dot pattern background.\n\n### React + Tailwind\n\n```jsx\n\u003Cdiv className=\"relative\">\n  {\u002F* Dot pattern *\u002F}\n  \u003Cdiv className=\"absolute inset-0 pointer-events-none\" aria-hidden=\"true\">\n    \u003Csvg className=\"w-full h-full\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\">\n      \u003Cpattern id=\"dot-pattern\" x=\"0\" y=\"0\" width=\"12\" height=\"12\" patternUnits=\"userSpaceOnUse\">\n        \u003Ccircle cx=\"6\" cy=\"6\" r=\"0.75\" fill=\"#EBD5C1\" \u002F>\n      \u003C\u002Fpattern>\n      \u003Crect width=\"100%\" height=\"100%\" fill=\"url(#dot-pattern)\" \u002F>\n    \u003C\u002Fsvg>\n  \u003C\u002Fdiv>\n  \n  {\u002F* Content *\u002F}\n  \u003Cdiv className=\"relative z-10\">\n    {\u002F* Your content here *\u002F}\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n```\n\n---\n\n## DECOR-CORNER-BRACKETS\n\nCorner bracket decorations for cards.\n\n### React + Tailwind\n\n```jsx\n{\u002F* Add these as children of a relative-positioned container *\u002F}\n\u003Cdiv className=\"absolute -top-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n\u003Cdiv className=\"absolute -top-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n\u003Cdiv className=\"absolute -bottom-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n\u003Cdiv className=\"absolute -bottom-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n```\n\n### CSS Component\n\n```css\n.corner-brackets {\n  position: relative;\n}\n\n.corner-brackets::before,\n.corner-brackets::after,\n.corner-brackets > .corner-tl,\n.corner-brackets > .corner-tr,\n.corner-brackets > .corner-bl,\n.corner-brackets > .corner-br {\n  content: \"\";\n  position: absolute;\n  width: 8px;\n  height: 8px;\n  border: 1px solid #EBD5C1;\n  border-radius: 1.5px;\n  background: #FFFBF5;\n  pointer-events: none;\n}\n\n.corner-brackets > .corner-tl { top: -4px; left: -4px; }\n.corner-brackets > .corner-tr { top: -4px; right: -4px; }\n.corner-brackets > .corner-bl { bottom: -4px; left: -4px; }\n.corner-brackets > .corner-br { bottom: -4px; right: -4px; }\n```\n\n---\n\n## DECOR-DASHED-BORDER\n\nDashed border container for grouping.\n\n### React + Tailwind\n\n```jsx\n\u003Cdiv className=\"border border-dashed border-[#EBD5C1] p-6\">\n  {\u002F* Content *\u002F}\n\u003C\u002Fdiv>\n```\n\n---\n\n## DECOR-GRADIENT-MASK\n\nGradient fade overlay for scrollable content.\n\n### React + Tailwind\n\n```jsx\n\u003Cdiv className=\"relative overflow-hidden\">\n  {\u002F* Scrollable content *\u002F}\n  \u003Cdiv className=\"overflow-x-auto\">\n    {\u002F* Content *\u002F}\n  \u003C\u002Fdiv>\n  \n  {\u002F* Left fade *\u002F}\n  \u003Cdiv className=\"absolute left-0 top-0 bottom-0 w-8 bg-gradient-to-r from-[#FFFBF5] to-transparent pointer-events-none\" \u002F>\n  \n  {\u002F* Right fade *\u002F}\n  \u003Cdiv className=\"absolute right-0 top-0 bottom-0 w-8 bg-gradient-to-l from-[#FFFBF5] to-transparent pointer-events-none\" \u002F>\n\u003C\u002Fdiv>\n```\n\n---\n",{"data":43,"body":44},{"name":4,"description":6},{"type":45,"children":46},"root",[47,56,72,77,106,110,117,129,141,144,150,157,249,255,347,350,356,362,793,799,1017,1023,1028,1184,1189,1195,1326,1329,1335,1341,1460,1468,1503,1509,1826,1832,1891,1897,2010,2016,2171,2174,2180,2186,2200,2206,2639,2645,2838,2841,2847,3040,3046,3207,3210,3216,3222,3227,3601,3607,3950,3953,3959,3965,4258,4264,4419,4425,4744,4750,5367,5373,6036,6039,6045,6051,6185,6191,6319,6325,6613,6619,6866,6869,6875,6881,6894,7127,7133,7603,7609,7736,7742,7950,7953,7959,7965,8388,8394,8517,8523,8775,8781,9029,9035,9146,9149,9155,9161,9166,9664,9670,9809,9815,10179,10185,10476,10479,10485,10491,10638,10644,10760,10765,10880,10883,10889,10898,10901,10907,10912,12764,12767,12773,12786,12792,12799,12933,12939,12948,12954,13043,13049,13055,13428,13434,13566,13572,13582,13644,13771,13777,13788,13799,13898,13904,13983,13989,14289,14300,14348,14354,14360,14559,14565,14573,14870,14878,14961,14969,15180,15190,15196,15208,15564,15570,15576,15864,15870,16012,16023,16028,16345,16350,16358,16574,16582,16640,16648,16888,16898,16904,16910,19239,19245,21784,21790,24017,24020,24029,24035,24041,24054,24057,24063,24145,24148,24153,24159,24164,24170,24239,24245,24560,24563,24569,24574,24579,24645,24650,24888,24891,24897,24902,24907,24973,24978,25272,25275,25281,25286,25291,25357,25362,25525,25528,25534,25539,25544,25954,25959,26440,26443,26449,26454,26459,26746,26751,27117,27120,27126,27131,27136,27528,27533,28134,28137,28142,28148,28153,28158,28497,28502,28897,28900,28906,28911,28916,29522,29527,30205,30208,30214,30219,30224,30550,30555,30937,30940,30946,30951,30956,32474,32479,34253,34256,34262,34267,34272,34856,34861,35417,35420,35426,35431,35436,35891,35896,36546,36549,36555,36560,36565,37290,37293,37298,37304,37309,37314,37595,37600,38145,38148,38154,38159,38164,38986,38991,39974,39977,39983,39988,39993,41016,41022,42538,42541,42547,42552,42557,42998,43003,43935,43938,43944,43949,43954,44637,44642,45692,45695,45701,45706,45711,46761,46764,46770,46775,46780,47332,47335,47340,47346,47351,47356,48785,48788,48794,48799,48804,50301,50304,50309,50315,50320,50325,51049,51054,51933,51936,51942,51947,51952,52507,52510,52515,52521,52526,52531,52846,52849,52855,52860,52865,53353,53356,53361,53367,53372,53377,53719,53722,53728,53733,53738,54003,54006,54011,54017,54022,54027,54101,54106,54194,54197,54203,54208,54213,54337,54340,54346,54351,54356,54430,54433,54439,54444,54449,54522,54525,54530,54536,54541,54546,55178,55181,55187,55192,55197,55361,55367,56020,56023,56029,56034,56039,56112,56115,56121,56126,56131,56389,56392],{"type":48,"tag":49,"props":50,"children":52},"element","h1",{"id":51},"landing-page-design-system",[53],{"type":54,"value":55},"text","Landing Page Design System",{"type":48,"tag":57,"props":58,"children":59},"blockquote",{},[60],{"type":48,"tag":61,"props":62,"children":63},"p",{},[64,70],{"type":48,"tag":65,"props":66,"children":67},"strong",{},[68],{"type":54,"value":69},"AI-Optimized Design Reference",{"type":54,"value":71}," for building warm, professional, conversion-focused marketing landing pages, product pages, feature pages, and pricing pages.",{"type":48,"tag":61,"props":73,"children":74},{},[75],{"type":54,"value":76},"This skill captures a specific landing-page register: warm cream backgrounds (NOT pure white), brown text (NOT pure black), a single bold accent for CTAs, pill-rounded buttons, and signature corner-bracket card decorations. It's tuned for developer-adjacent \u002F B2B products — the aesthetic feels human and crafted without being playful or consumer-y. Pin the accent color to your brand; the rest of the system is reusable as-is.",{"type":48,"tag":57,"props":78,"children":79},{},[80],{"type":48,"tag":61,"props":81,"children":82},{},[83,97,99,104],{"type":48,"tag":65,"props":84,"children":85},{},[86,88,95],{"type":54,"value":87},"When to use this vs. ",{"type":48,"tag":89,"props":90,"children":92},"code",{"className":91},[],[93],{"type":54,"value":94},"frontend-design-saas",{"type":54,"value":96},":",{"type":54,"value":98}," Landing-page surfaces (homepage, \u002Ffeatures, \u002Fpricing, \u002Fabout, blog) → this skill. Product UI behind the login (dashboards, settings, tables) → ",{"type":48,"tag":89,"props":100,"children":102},{"className":101},[],[103],{"type":54,"value":94},{"type":54,"value":105},".",{"type":48,"tag":107,"props":108,"children":109},"hr",{},[],{"type":48,"tag":111,"props":112,"children":114},"h2",{"id":113},"quick-reference-tldr",[115],{"type":54,"value":116},"Quick Reference (TL;DR)",{"type":48,"tag":118,"props":119,"children":123},"pre",{"className":120,"code":122,"language":54},[121],"language-text","Brand Accent:    #FF4801 (replace with your brand) \u002F #FF7038 (hover)\nBackground:      #FFFBF5 (warm cream) \u002F #121212 (dark mode)\nText:            #521000 (warm brown) \u002F #F0E3DE (dark mode)\nBorder:          #EBD5C1 (cream-tinted)\nFont Sans:       \"Inter\" \u002F \"Geist\" \u002F \"Manrope\" \u002F any modern grotesk\nFont Mono:       \"JetBrains Mono\" \u002F \"IBM Plex Mono\" \u002F \"Geist Mono\"\nBase Spacing:    4px (multiples: 8, 12, 16, 24, 32, 48, 64)\nBorder Radius:   Buttons = pill (9999px), Cards = 12-16px, Inputs = 8px, Hero = 16-20px\nSignature:       Corner brackets on cards (8px decorative squares at corners)\n",[124],{"type":48,"tag":89,"props":125,"children":127},{"__ignoreMap":126},"",[128],{"type":54,"value":122},{"type":48,"tag":61,"props":130,"children":131},{},[132,134,139],{"type":54,"value":133},"This is a ",{"type":48,"tag":65,"props":135,"children":136},{},[137],{"type":54,"value":138},"landing-page",{"type":54,"value":140}," register, not a product-UI register. Buttons are pills (consumer\u002Fmarketing read), backgrounds are warm cream (inviting, not sterile), and decorative idioms like corner brackets are welcome. For product surfaces behind auth, use the SaaS skill instead.",{"type":48,"tag":107,"props":142,"children":143},{},[],{"type":48,"tag":111,"props":145,"children":147},{"id":146},"_1-brand-foundation",[148],{"type":54,"value":149},"1. Brand Foundation",{"type":48,"tag":151,"props":152,"children":154},"h3",{"id":153},"design-philosophy",[155],{"type":54,"value":156},"Design Philosophy",{"type":48,"tag":158,"props":159,"children":160},"table",{},[161,180],{"type":48,"tag":162,"props":163,"children":164},"thead",{},[165],{"type":48,"tag":166,"props":167,"children":168},"tr",{},[169,175],{"type":48,"tag":170,"props":171,"children":172},"th",{},[173],{"type":54,"value":174},"Principle",{"type":48,"tag":170,"props":176,"children":177},{},[178],{"type":54,"value":179},"Description",{"type":48,"tag":181,"props":182,"children":183},"tbody",{},[184,201,217,233],{"type":48,"tag":166,"props":185,"children":186},{},[187,196],{"type":48,"tag":188,"props":189,"children":190},"td",{},[191],{"type":48,"tag":65,"props":192,"children":193},{},[194],{"type":54,"value":195},"Warm but Technical",{"type":48,"tag":188,"props":197,"children":198},{},[199],{"type":54,"value":200},"Cream tones soften technical content",{"type":48,"tag":166,"props":202,"children":203},{},[204,212],{"type":48,"tag":188,"props":205,"children":206},{},[207],{"type":48,"tag":65,"props":208,"children":209},{},[210],{"type":54,"value":211},"Professional yet Approachable",{"type":48,"tag":188,"props":213,"children":214},{},[215],{"type":54,"value":216},"Modern typography, generous whitespace",{"type":48,"tag":166,"props":218,"children":219},{},[220,228],{"type":48,"tag":188,"props":221,"children":222},{},[223],{"type":48,"tag":65,"props":224,"children":225},{},[226],{"type":54,"value":227},"Developer-Focused",{"type":48,"tag":188,"props":229,"children":230},{},[231],{"type":54,"value":232},"Monospace for code, terminal aesthetics",{"type":48,"tag":166,"props":234,"children":235},{},[236,244],{"type":48,"tag":188,"props":237,"children":238},{},[239],{"type":48,"tag":65,"props":240,"children":241},{},[242],{"type":54,"value":243},"Performance-Oriented",{"type":48,"tag":188,"props":245,"children":246},{},[247],{"type":54,"value":248},"Smooth animations convey speed",{"type":48,"tag":151,"props":250,"children":252},{"id":251},"visual-identity",[253],{"type":54,"value":254},"Visual Identity",{"type":48,"tag":256,"props":257,"children":258},"ul",{},[259,286,310,320,330],{"type":48,"tag":260,"props":261,"children":262},"li",{},[263,268,270,276,278,284],{"type":48,"tag":65,"props":264,"children":265},{},[266],{"type":54,"value":267},"Never use pure white",{"type":54,"value":269}," (",{"type":48,"tag":89,"props":271,"children":273},{"className":272},[],[274],{"type":54,"value":275},"#FFFFFF",{"type":54,"value":277},") for backgrounds — always warm cream (",{"type":48,"tag":89,"props":279,"children":281},{"className":280},[],[282],{"type":54,"value":283},"#FFFBF5",{"type":54,"value":285},")",{"type":48,"tag":260,"props":287,"children":288},{},[289,294,295,301,303,309],{"type":48,"tag":65,"props":290,"children":291},{},[292],{"type":54,"value":293},"Never use pure black",{"type":54,"value":269},{"type":48,"tag":89,"props":296,"children":298},{"className":297},[],[299],{"type":54,"value":300},"#000000",{"type":54,"value":302},") for text — always warm brown (",{"type":48,"tag":89,"props":304,"children":306},{"className":305},[],[307],{"type":54,"value":308},"#521000",{"type":54,"value":285},{"type":48,"tag":260,"props":311,"children":312},{},[313,318],{"type":48,"tag":65,"props":314,"children":315},{},[316],{"type":54,"value":317},"Orange is the accent",{"type":54,"value":319},", not the dominant color",{"type":48,"tag":260,"props":321,"children":322},{},[323,328],{"type":48,"tag":65,"props":324,"children":325},{},[326],{"type":54,"value":327},"Corner brackets",{"type":54,"value":329}," on cards are a signature decorative element",{"type":48,"tag":260,"props":331,"children":332},{},[333,338,340,345],{"type":48,"tag":65,"props":334,"children":335},{},[336],{"type":54,"value":337},"Dot patterns",{"type":54,"value":339}," and ",{"type":48,"tag":65,"props":341,"children":342},{},[343],{"type":54,"value":344},"dashed lines",{"type":54,"value":346}," add visual texture",{"type":48,"tag":107,"props":348,"children":349},{},[],{"type":48,"tag":111,"props":351,"children":353},{"id":352},"_2-color-system",[354],{"type":54,"value":355},"2. Color System",{"type":48,"tag":151,"props":357,"children":359},{"id":358},"_21-primary-palette-light-mode",[360],{"type":54,"value":361},"2.1 Primary Palette (Light Mode)",{"type":48,"tag":158,"props":363,"children":364},{},[365,391],{"type":48,"tag":162,"props":366,"children":367},{},[368],{"type":48,"tag":166,"props":369,"children":370},{},[371,376,381,386],{"type":48,"tag":170,"props":372,"children":373},{},[374],{"type":54,"value":375},"Token",{"type":48,"tag":170,"props":377,"children":378},{},[379],{"type":54,"value":380},"Hex",{"type":48,"tag":170,"props":382,"children":383},{},[384],{"type":54,"value":385},"RGB",{"type":48,"tag":170,"props":387,"children":388},{},[389],{"type":54,"value":390},"Usage",{"type":48,"tag":181,"props":392,"children":393},{},[394,429,464,495,529,559,589,624,658,693,728,763],{"type":48,"tag":166,"props":395,"children":396},{},[397,406,415,424],{"type":48,"tag":188,"props":398,"children":399},{},[400],{"type":48,"tag":89,"props":401,"children":403},{"className":402},[],[404],{"type":54,"value":405},"--lp-accent",{"type":48,"tag":188,"props":407,"children":408},{},[409],{"type":48,"tag":89,"props":410,"children":412},{"className":411},[],[413],{"type":54,"value":414},"#FF4801",{"type":48,"tag":188,"props":416,"children":417},{},[418],{"type":48,"tag":89,"props":419,"children":421},{"className":420},[],[422],{"type":54,"value":423},"rgb(255, 72, 1)",{"type":48,"tag":188,"props":425,"children":426},{},[427],{"type":54,"value":428},"Primary accent, CTAs, links",{"type":48,"tag":166,"props":430,"children":431},{},[432,441,450,459],{"type":48,"tag":188,"props":433,"children":434},{},[435],{"type":48,"tag":89,"props":436,"children":438},{"className":437},[],[439],{"type":54,"value":440},"--lp-accent-hover",{"type":48,"tag":188,"props":442,"children":443},{},[444],{"type":48,"tag":89,"props":445,"children":447},{"className":446},[],[448],{"type":54,"value":449},"#FF7038",{"type":48,"tag":188,"props":451,"children":452},{},[453],{"type":48,"tag":89,"props":454,"children":456},{"className":455},[],[457],{"type":54,"value":458},"rgb(255, 112, 56)",{"type":48,"tag":188,"props":460,"children":461},{},[462],{"type":54,"value":463},"Hover states",{"type":48,"tag":166,"props":465,"children":466},{},[467,476,485,490],{"type":48,"tag":188,"props":468,"children":469},{},[470],{"type":48,"tag":89,"props":471,"children":473},{"className":472},[],[474],{"type":54,"value":475},"--lp-accent-light",{"type":48,"tag":188,"props":477,"children":478},{},[479],{"type":48,"tag":89,"props":480,"children":482},{"className":481},[],[483],{"type":54,"value":484},"rgba(255, 72, 1, 0.1)",{"type":48,"tag":188,"props":486,"children":487},{},[488],{"type":54,"value":489},"—",{"type":48,"tag":188,"props":491,"children":492},{},[493],{"type":54,"value":494},"Badges, light backgrounds",{"type":48,"tag":166,"props":496,"children":497},{},[498,507,515,524],{"type":48,"tag":188,"props":499,"children":500},{},[501],{"type":48,"tag":89,"props":502,"children":504},{"className":503},[],[505],{"type":54,"value":506},"--lp-text",{"type":48,"tag":188,"props":508,"children":509},{},[510],{"type":48,"tag":89,"props":511,"children":513},{"className":512},[],[514],{"type":54,"value":308},{"type":48,"tag":188,"props":516,"children":517},{},[518],{"type":48,"tag":89,"props":519,"children":521},{"className":520},[],[522],{"type":54,"value":523},"rgb(82, 16, 0)",{"type":48,"tag":188,"props":525,"children":526},{},[527],{"type":54,"value":528},"Primary text",{"type":48,"tag":166,"props":530,"children":531},{},[532,541,550,554],{"type":48,"tag":188,"props":533,"children":534},{},[535],{"type":48,"tag":89,"props":536,"children":538},{"className":537},[],[539],{"type":54,"value":540},"--lp-text-muted",{"type":48,"tag":188,"props":542,"children":543},{},[544],{"type":48,"tag":89,"props":545,"children":547},{"className":546},[],[548],{"type":54,"value":549},"rgba(82, 16, 0, 0.6)",{"type":48,"tag":188,"props":551,"children":552},{},[553],{"type":54,"value":489},{"type":48,"tag":188,"props":555,"children":556},{},[557],{"type":54,"value":558},"Secondary text",{"type":48,"tag":166,"props":560,"children":561},{},[562,571,580,584],{"type":48,"tag":188,"props":563,"children":564},{},[565],{"type":48,"tag":89,"props":566,"children":568},{"className":567},[],[569],{"type":54,"value":570},"--lp-text-subtle",{"type":48,"tag":188,"props":572,"children":573},{},[574],{"type":48,"tag":89,"props":575,"children":577},{"className":576},[],[578],{"type":54,"value":579},"rgba(82, 16, 0, 0.38)",{"type":48,"tag":188,"props":581,"children":582},{},[583],{"type":54,"value":489},{"type":48,"tag":188,"props":585,"children":586},{},[587],{"type":54,"value":588},"Tertiary text, placeholders",{"type":48,"tag":166,"props":590,"children":591},{},[592,601,610,619],{"type":48,"tag":188,"props":593,"children":594},{},[595],{"type":48,"tag":89,"props":596,"children":598},{"className":597},[],[599],{"type":54,"value":600},"--lp-bg-page",{"type":48,"tag":188,"props":602,"children":603},{},[604],{"type":48,"tag":89,"props":605,"children":607},{"className":606},[],[608],{"type":54,"value":609},"#F5F1EB",{"type":48,"tag":188,"props":611,"children":612},{},[613],{"type":48,"tag":89,"props":614,"children":616},{"className":615},[],[617],{"type":54,"value":618},"rgb(245, 241, 235)",{"type":48,"tag":188,"props":620,"children":621},{},[622],{"type":54,"value":623},"Page background (outer)",{"type":48,"tag":166,"props":625,"children":626},{},[627,636,644,653],{"type":48,"tag":188,"props":628,"children":629},{},[630],{"type":48,"tag":89,"props":631,"children":633},{"className":632},[],[634],{"type":54,"value":635},"--lp-bg-100",{"type":48,"tag":188,"props":637,"children":638},{},[639],{"type":48,"tag":89,"props":640,"children":642},{"className":641},[],[643],{"type":54,"value":283},{"type":48,"tag":188,"props":645,"children":646},{},[647],{"type":48,"tag":89,"props":648,"children":650},{"className":649},[],[651],{"type":54,"value":652},"rgb(255, 251, 245)",{"type":48,"tag":188,"props":654,"children":655},{},[656],{"type":54,"value":657},"Primary background",{"type":48,"tag":166,"props":659,"children":660},{},[661,670,679,688],{"type":48,"tag":188,"props":662,"children":663},{},[664],{"type":48,"tag":89,"props":665,"children":667},{"className":666},[],[668],{"type":54,"value":669},"--lp-bg-200",{"type":48,"tag":188,"props":671,"children":672},{},[673],{"type":48,"tag":89,"props":674,"children":676},{"className":675},[],[677],{"type":54,"value":678},"#FFFDFB",{"type":48,"tag":188,"props":680,"children":681},{},[682],{"type":48,"tag":89,"props":683,"children":685},{"className":684},[],[686],{"type":54,"value":687},"rgb(255, 253, 251)",{"type":48,"tag":188,"props":689,"children":690},{},[691],{"type":54,"value":692},"Card backgrounds",{"type":48,"tag":166,"props":694,"children":695},{},[696,705,714,723],{"type":48,"tag":188,"props":697,"children":698},{},[699],{"type":48,"tag":89,"props":700,"children":702},{"className":701},[],[703],{"type":54,"value":704},"--lp-bg-300",{"type":48,"tag":188,"props":706,"children":707},{},[708],{"type":48,"tag":89,"props":709,"children":711},{"className":710},[],[712],{"type":54,"value":713},"#FEF7ED",{"type":48,"tag":188,"props":715,"children":716},{},[717],{"type":48,"tag":89,"props":718,"children":720},{"className":719},[],[721],{"type":54,"value":722},"rgb(254, 247, 237)",{"type":48,"tag":188,"props":724,"children":725},{},[726],{"type":54,"value":727},"Hover backgrounds",{"type":48,"tag":166,"props":729,"children":730},{},[731,740,749,758],{"type":48,"tag":188,"props":732,"children":733},{},[734],{"type":48,"tag":89,"props":735,"children":737},{"className":736},[],[738],{"type":54,"value":739},"--lp-border",{"type":48,"tag":188,"props":741,"children":742},{},[743],{"type":48,"tag":89,"props":744,"children":746},{"className":745},[],[747],{"type":54,"value":748},"#EBD5C1",{"type":48,"tag":188,"props":750,"children":751},{},[752],{"type":48,"tag":89,"props":753,"children":755},{"className":754},[],[756],{"type":54,"value":757},"rgb(235, 213, 193)",{"type":48,"tag":188,"props":759,"children":760},{},[761],{"type":54,"value":762},"Borders, dividers",{"type":48,"tag":166,"props":764,"children":765},{},[766,775,784,788],{"type":48,"tag":188,"props":767,"children":768},{},[769],{"type":48,"tag":89,"props":770,"children":772},{"className":771},[],[773],{"type":54,"value":774},"--lp-border-light",{"type":48,"tag":188,"props":776,"children":777},{},[778],{"type":48,"tag":89,"props":779,"children":781},{"className":780},[],[782],{"type":54,"value":783},"rgba(235, 213, 193, 0.5)",{"type":48,"tag":188,"props":785,"children":786},{},[787],{"type":54,"value":489},{"type":48,"tag":188,"props":789,"children":790},{},[791],{"type":54,"value":792},"Subtle borders",{"type":48,"tag":151,"props":794,"children":796},{"id":795},"_22-primary-palette-dark-mode",[797],{"type":54,"value":798},"2.2 Primary Palette (Dark Mode)",{"type":48,"tag":158,"props":800,"children":801},{},[802,820],{"type":48,"tag":162,"props":803,"children":804},{},[805],{"type":48,"tag":166,"props":806,"children":807},{},[808,812,816],{"type":48,"tag":170,"props":809,"children":810},{},[811],{"type":54,"value":375},{"type":48,"tag":170,"props":813,"children":814},{},[815],{"type":54,"value":380},{"type":48,"tag":170,"props":817,"children":818},{},[819],{"type":54,"value":390},{"type":48,"tag":181,"props":821,"children":822},{},[823,848,872,896,920,944,968,992],{"type":48,"tag":166,"props":824,"children":825},{},[826,834,843],{"type":48,"tag":188,"props":827,"children":828},{},[829],{"type":48,"tag":89,"props":830,"children":832},{"className":831},[],[833],{"type":54,"value":405},{"type":48,"tag":188,"props":835,"children":836},{},[837],{"type":48,"tag":89,"props":838,"children":840},{"className":839},[],[841],{"type":54,"value":842},"#F14602",{"type":48,"tag":188,"props":844,"children":845},{},[846],{"type":54,"value":847},"Primary accent",{"type":48,"tag":166,"props":849,"children":850},{},[851,859,868],{"type":48,"tag":188,"props":852,"children":853},{},[854],{"type":48,"tag":89,"props":855,"children":857},{"className":856},[],[858],{"type":54,"value":440},{"type":48,"tag":188,"props":860,"children":861},{},[862],{"type":48,"tag":89,"props":863,"children":865},{"className":864},[],[866],{"type":54,"value":867},"#FF6D33",{"type":48,"tag":188,"props":869,"children":870},{},[871],{"type":54,"value":463},{"type":48,"tag":166,"props":873,"children":874},{},[875,883,892],{"type":48,"tag":188,"props":876,"children":877},{},[878],{"type":48,"tag":89,"props":879,"children":881},{"className":880},[],[882],{"type":54,"value":506},{"type":48,"tag":188,"props":884,"children":885},{},[886],{"type":48,"tag":89,"props":887,"children":889},{"className":888},[],[890],{"type":54,"value":891},"#F0E3DE",{"type":48,"tag":188,"props":893,"children":894},{},[895],{"type":54,"value":528},{"type":48,"tag":166,"props":897,"children":898},{},[899,907,916],{"type":48,"tag":188,"props":900,"children":901},{},[902],{"type":48,"tag":89,"props":903,"children":905},{"className":904},[],[906],{"type":54,"value":540},{"type":48,"tag":188,"props":908,"children":909},{},[910],{"type":48,"tag":89,"props":911,"children":913},{"className":912},[],[914],{"type":54,"value":915},"rgba(255, 253, 251, 0.56)",{"type":48,"tag":188,"props":917,"children":918},{},[919],{"type":54,"value":558},{"type":48,"tag":166,"props":921,"children":922},{},[923,931,940],{"type":48,"tag":188,"props":924,"children":925},{},[926],{"type":48,"tag":89,"props":927,"children":929},{"className":928},[],[930],{"type":54,"value":635},{"type":48,"tag":188,"props":932,"children":933},{},[934],{"type":48,"tag":89,"props":935,"children":937},{"className":936},[],[938],{"type":54,"value":939},"#121212",{"type":48,"tag":188,"props":941,"children":942},{},[943],{"type":54,"value":657},{"type":48,"tag":166,"props":945,"children":946},{},[947,955,964],{"type":48,"tag":188,"props":948,"children":949},{},[950],{"type":48,"tag":89,"props":951,"children":953},{"className":952},[],[954],{"type":54,"value":669},{"type":48,"tag":188,"props":956,"children":957},{},[958],{"type":48,"tag":89,"props":959,"children":961},{"className":960},[],[962],{"type":54,"value":963},"#191817",{"type":48,"tag":188,"props":965,"children":966},{},[967],{"type":54,"value":692},{"type":48,"tag":166,"props":969,"children":970},{},[971,979,988],{"type":48,"tag":188,"props":972,"children":973},{},[974],{"type":48,"tag":89,"props":975,"children":977},{"className":976},[],[978],{"type":54,"value":704},{"type":48,"tag":188,"props":980,"children":981},{},[982],{"type":48,"tag":89,"props":983,"children":985},{"className":984},[],[986],{"type":54,"value":987},"#2A2927",{"type":48,"tag":188,"props":989,"children":990},{},[991],{"type":54,"value":727},{"type":48,"tag":166,"props":993,"children":994},{},[995,1003,1012],{"type":48,"tag":188,"props":996,"children":997},{},[998],{"type":48,"tag":89,"props":999,"children":1001},{"className":1000},[],[1002],{"type":54,"value":739},{"type":48,"tag":188,"props":1004,"children":1005},{},[1006],{"type":48,"tag":89,"props":1007,"children":1009},{"className":1008},[],[1010],{"type":54,"value":1011},"rgba(240, 227, 222, 0.13)",{"type":48,"tag":188,"props":1013,"children":1014},{},[1015],{"type":54,"value":1016},"Borders",{"type":48,"tag":151,"props":1018,"children":1020},{"id":1019},"_23-category-tag-colors-optional",[1021],{"type":54,"value":1022},"2.3 Category \u002F Tag Colors (optional)",{"type":48,"tag":61,"props":1024,"children":1025},{},[1026],{"type":54,"value":1027},"If your product has multiple feature categories that appear as tags or pills throughout the page (feature cards, navigation, etc.), define a small categorical palette. Keep luminance similar across the set so no single color overpowers the others.",{"type":48,"tag":158,"props":1029,"children":1030},{},[1031,1057],{"type":48,"tag":162,"props":1032,"children":1033},{},[1034],{"type":48,"tag":166,"props":1035,"children":1036},{},[1037,1042,1047,1052],{"type":48,"tag":170,"props":1038,"children":1039},{},[1040],{"type":54,"value":1041},"Slot",{"type":48,"tag":170,"props":1043,"children":1044},{},[1045],{"type":54,"value":1046},"Primary",{"type":48,"tag":170,"props":1048,"children":1049},{},[1050],{"type":54,"value":1051},"Background",{"type":48,"tag":170,"props":1053,"children":1054},{},[1055],{"type":54,"value":1056},"Example use",{"type":48,"tag":181,"props":1058,"children":1059},{},[1060,1091,1122,1153],{"type":48,"tag":166,"props":1061,"children":1062},{},[1063,1068,1077,1086],{"type":48,"tag":188,"props":1064,"children":1065},{},[1066],{"type":54,"value":1067},"Category A",{"type":48,"tag":188,"props":1069,"children":1070},{},[1071],{"type":48,"tag":89,"props":1072,"children":1074},{"className":1073},[],[1075],{"type":54,"value":1076},"#0A95FF",{"type":48,"tag":188,"props":1078,"children":1079},{},[1080],{"type":48,"tag":89,"props":1081,"children":1083},{"className":1082},[],[1084],{"type":54,"value":1085},"rgba(10, 149, 255, 0.1)",{"type":48,"tag":188,"props":1087,"children":1088},{},[1089],{"type":54,"value":1090},"\"Compute\" \u002F \"Performance\"",{"type":48,"tag":166,"props":1092,"children":1093},{},[1094,1099,1108,1117],{"type":48,"tag":188,"props":1095,"children":1096},{},[1097],{"type":54,"value":1098},"Category B",{"type":48,"tag":188,"props":1100,"children":1101},{},[1102],{"type":48,"tag":89,"props":1103,"children":1105},{"className":1104},[],[1106],{"type":54,"value":1107},"#EE0DDB",{"type":48,"tag":188,"props":1109,"children":1110},{},[1111],{"type":48,"tag":89,"props":1112,"children":1114},{"className":1113},[],[1115],{"type":54,"value":1116},"rgba(238, 13, 219, 0.1)",{"type":48,"tag":188,"props":1118,"children":1119},{},[1120],{"type":54,"value":1121},"\"Storage\" \u002F \"Data\"",{"type":48,"tag":166,"props":1123,"children":1124},{},[1125,1130,1139,1148],{"type":48,"tag":188,"props":1126,"children":1127},{},[1128],{"type":54,"value":1129},"Category C",{"type":48,"tag":188,"props":1131,"children":1132},{},[1133],{"type":48,"tag":89,"props":1134,"children":1136},{"className":1135},[],[1137],{"type":54,"value":1138},"#19E306",{"type":48,"tag":188,"props":1140,"children":1141},{},[1142],{"type":48,"tag":89,"props":1143,"children":1145},{"className":1144},[],[1146],{"type":54,"value":1147},"#F2F5E1",{"type":48,"tag":188,"props":1149,"children":1150},{},[1151],{"type":54,"value":1152},"\"AI\" \u002F \"Intelligence\"",{"type":48,"tag":166,"props":1154,"children":1155},{},[1156,1161,1170,1179],{"type":48,"tag":188,"props":1157,"children":1158},{},[1159],{"type":54,"value":1160},"Category D",{"type":48,"tag":188,"props":1162,"children":1163},{},[1164],{"type":48,"tag":89,"props":1165,"children":1167},{"className":1166},[],[1168],{"type":54,"value":1169},"#9616FF",{"type":48,"tag":188,"props":1171,"children":1172},{},[1173],{"type":48,"tag":89,"props":1174,"children":1176},{"className":1175},[],[1177],{"type":54,"value":1178},"#F8EBEE",{"type":48,"tag":188,"props":1180,"children":1181},{},[1182],{"type":54,"value":1183},"\"Media\" \u002F \"Edge\"",{"type":48,"tag":61,"props":1185,"children":1186},{},[1187],{"type":54,"value":1188},"These are placeholders — swap to your product's category palette. The goal is a small set of visually distinct accent colors used only on category labels, NEVER on primary CTAs (the brand accent owns that role).",{"type":48,"tag":151,"props":1190,"children":1192},{"id":1191},"_24-semantic-colors",[1193],{"type":54,"value":1194},"2.4 Semantic Colors",{"type":48,"tag":158,"props":1196,"children":1197},{},[1198,1219],{"type":48,"tag":162,"props":1199,"children":1200},{},[1201],{"type":48,"tag":166,"props":1202,"children":1203},{},[1204,1209,1214],{"type":48,"tag":170,"props":1205,"children":1206},{},[1207],{"type":54,"value":1208},"Purpose",{"type":48,"tag":170,"props":1210,"children":1211},{},[1212],{"type":54,"value":1213},"Light Mode",{"type":48,"tag":170,"props":1215,"children":1216},{},[1217],{"type":54,"value":1218},"Dark Mode",{"type":48,"tag":181,"props":1220,"children":1221},{},[1222,1248,1274,1300],{"type":48,"tag":166,"props":1223,"children":1224},{},[1225,1230,1239],{"type":48,"tag":188,"props":1226,"children":1227},{},[1228],{"type":54,"value":1229},"Success",{"type":48,"tag":188,"props":1231,"children":1232},{},[1233],{"type":48,"tag":89,"props":1234,"children":1236},{"className":1235},[],[1237],{"type":54,"value":1238},"#16A34A",{"type":48,"tag":188,"props":1240,"children":1241},{},[1242],{"type":48,"tag":89,"props":1243,"children":1245},{"className":1244},[],[1246],{"type":54,"value":1247},"#4ADE80",{"type":48,"tag":166,"props":1249,"children":1250},{},[1251,1256,1265],{"type":48,"tag":188,"props":1252,"children":1253},{},[1254],{"type":54,"value":1255},"Warning",{"type":48,"tag":188,"props":1257,"children":1258},{},[1259],{"type":48,"tag":89,"props":1260,"children":1262},{"className":1261},[],[1263],{"type":54,"value":1264},"#EAB308",{"type":48,"tag":188,"props":1266,"children":1267},{},[1268],{"type":48,"tag":89,"props":1269,"children":1271},{"className":1270},[],[1272],{"type":54,"value":1273},"#FACC15",{"type":48,"tag":166,"props":1275,"children":1276},{},[1277,1282,1291],{"type":48,"tag":188,"props":1278,"children":1279},{},[1280],{"type":54,"value":1281},"Error",{"type":48,"tag":188,"props":1283,"children":1284},{},[1285],{"type":48,"tag":89,"props":1286,"children":1288},{"className":1287},[],[1289],{"type":54,"value":1290},"#DC2626",{"type":48,"tag":188,"props":1292,"children":1293},{},[1294],{"type":48,"tag":89,"props":1295,"children":1297},{"className":1296},[],[1298],{"type":54,"value":1299},"#F87171",{"type":48,"tag":166,"props":1301,"children":1302},{},[1303,1308,1317],{"type":48,"tag":188,"props":1304,"children":1305},{},[1306],{"type":54,"value":1307},"Info",{"type":48,"tag":188,"props":1309,"children":1310},{},[1311],{"type":48,"tag":89,"props":1312,"children":1314},{"className":1313},[],[1315],{"type":54,"value":1316},"#2563EB",{"type":48,"tag":188,"props":1318,"children":1319},{},[1320],{"type":48,"tag":89,"props":1321,"children":1323},{"className":1322},[],[1324],{"type":54,"value":1325},"#60A5FA",{"type":48,"tag":107,"props":1327,"children":1328},{},[],{"type":48,"tag":111,"props":1330,"children":1332},{"id":1331},"_3-typography",[1333],{"type":54,"value":1334},"3. Typography",{"type":48,"tag":151,"props":1336,"children":1338},{"id":1337},"_31-font-families",[1339],{"type":54,"value":1340},"3.1 Font Families",{"type":48,"tag":118,"props":1342,"children":1346},{"className":1343,"code":1344,"language":1345,"meta":126,"style":126},"language-css shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","--font-sans: \"Inter\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n--font-mono: \"JetBrains Mono\", \"SF Mono\", \"Fira Code\", \"Consolas\", monospace;\n","css",[1347],{"type":48,"tag":89,"props":1348,"children":1349},{"__ignoreMap":126},[1350,1415],{"type":48,"tag":1351,"props":1352,"children":1355},"span",{"class":1353,"line":1354},"line",1,[1356,1362,1368,1373,1377,1382,1386,1391,1395,1400,1404,1410],{"type":48,"tag":1351,"props":1357,"children":1359},{"style":1358},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[1360],{"type":54,"value":1361},"--font-sans: \"Inter\"",{"type":48,"tag":1351,"props":1363,"children":1365},{"style":1364},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[1366],{"type":54,"value":1367},",",{"type":48,"tag":1351,"props":1369,"children":1370},{"style":1358},[1371],{"type":54,"value":1372}," -apple-system",{"type":48,"tag":1351,"props":1374,"children":1375},{"style":1364},[1376],{"type":54,"value":1367},{"type":48,"tag":1351,"props":1378,"children":1379},{"style":1358},[1380],{"type":54,"value":1381}," BlinkMacSystemFont",{"type":48,"tag":1351,"props":1383,"children":1384},{"style":1364},[1385],{"type":54,"value":1367},{"type":48,"tag":1351,"props":1387,"children":1388},{"style":1358},[1389],{"type":54,"value":1390}," \"Segoe UI\"",{"type":48,"tag":1351,"props":1392,"children":1393},{"style":1364},[1394],{"type":54,"value":1367},{"type":48,"tag":1351,"props":1396,"children":1397},{"style":1358},[1398],{"type":54,"value":1399}," Roboto",{"type":48,"tag":1351,"props":1401,"children":1402},{"style":1364},[1403],{"type":54,"value":1367},{"type":48,"tag":1351,"props":1405,"children":1407},{"style":1406},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[1408],{"type":54,"value":1409}," sans-serif",{"type":48,"tag":1351,"props":1411,"children":1412},{"style":1358},[1413],{"type":54,"value":1414},";\n",{"type":48,"tag":1351,"props":1416,"children":1418},{"class":1353,"line":1417},2,[1419,1424,1428,1433,1437,1442,1446,1451,1455],{"type":48,"tag":1351,"props":1420,"children":1421},{"style":1358},[1422],{"type":54,"value":1423},"--font-mono: \"JetBrains Mono\"",{"type":48,"tag":1351,"props":1425,"children":1426},{"style":1364},[1427],{"type":54,"value":1367},{"type":48,"tag":1351,"props":1429,"children":1430},{"style":1358},[1431],{"type":54,"value":1432}," \"SF Mono\"",{"type":48,"tag":1351,"props":1434,"children":1435},{"style":1364},[1436],{"type":54,"value":1367},{"type":48,"tag":1351,"props":1438,"children":1439},{"style":1358},[1440],{"type":54,"value":1441}," \"Fira Code\"",{"type":48,"tag":1351,"props":1443,"children":1444},{"style":1364},[1445],{"type":54,"value":1367},{"type":48,"tag":1351,"props":1447,"children":1448},{"style":1358},[1449],{"type":54,"value":1450}," \"Consolas\"",{"type":48,"tag":1351,"props":1452,"children":1453},{"style":1364},[1454],{"type":54,"value":1367},{"type":48,"tag":1351,"props":1456,"children":1457},{"style":1358},[1458],{"type":54,"value":1459}," monospace;\n",{"type":48,"tag":61,"props":1461,"children":1462},{},[1463],{"type":48,"tag":65,"props":1464,"children":1465},{},[1466],{"type":54,"value":1467},"Font Files:",{"type":48,"tag":256,"props":1469,"children":1470},{},[1471,1482,1493],{"type":48,"tag":260,"props":1472,"children":1473},{},[1474,1480],{"type":48,"tag":89,"props":1475,"children":1477},{"className":1476},[],[1478],{"type":54,"value":1479},"Kunst Grotesk Regular.woff2",{"type":54,"value":1481}," (400)",{"type":48,"tag":260,"props":1483,"children":1484},{},[1485,1491],{"type":48,"tag":89,"props":1486,"children":1488},{"className":1487},[],[1489],{"type":54,"value":1490},"Kunst Grotesk Medium.woff2",{"type":54,"value":1492}," (500)",{"type":48,"tag":260,"props":1494,"children":1495},{},[1496,1502],{"type":48,"tag":89,"props":1497,"children":1499},{"className":1498},[],[1500],{"type":54,"value":1501},"JetBrains Mono Regular.woff2",{"type":54,"value":1481},{"type":48,"tag":151,"props":1504,"children":1506},{"id":1505},"_32-type-scale",[1507],{"type":54,"value":1508},"3.2 Type Scale",{"type":48,"tag":158,"props":1510,"children":1511},{},[1512,1542],{"type":48,"tag":162,"props":1513,"children":1514},{},[1515],{"type":48,"tag":166,"props":1516,"children":1517},{},[1518,1523,1528,1533,1538],{"type":48,"tag":170,"props":1519,"children":1520},{},[1521],{"type":54,"value":1522},"Name",{"type":48,"tag":170,"props":1524,"children":1525},{},[1526],{"type":54,"value":1527},"Size",{"type":48,"tag":170,"props":1529,"children":1530},{},[1531],{"type":54,"value":1532},"Line Height",{"type":48,"tag":170,"props":1534,"children":1535},{},[1536],{"type":54,"value":1537},"Weight",{"type":48,"tag":170,"props":1539,"children":1540},{},[1541],{"type":54,"value":390},{"type":48,"tag":181,"props":1543,"children":1544},{},[1545,1577,1608,1639,1671,1703,1733,1764,1795],{"type":48,"tag":166,"props":1546,"children":1547},{},[1548,1557,1562,1567,1572],{"type":48,"tag":188,"props":1549,"children":1550},{},[1551],{"type":48,"tag":89,"props":1552,"children":1554},{"className":1553},[],[1555],{"type":54,"value":1556},"xs",{"type":48,"tag":188,"props":1558,"children":1559},{},[1560],{"type":54,"value":1561},"12px (0.75rem)",{"type":48,"tag":188,"props":1563,"children":1564},{},[1565],{"type":54,"value":1566},"1.33",{"type":48,"tag":188,"props":1568,"children":1569},{},[1570],{"type":54,"value":1571},"400",{"type":48,"tag":188,"props":1573,"children":1574},{},[1575],{"type":54,"value":1576},"Badges, captions, footnotes",{"type":48,"tag":166,"props":1578,"children":1579},{},[1580,1589,1594,1599,1603],{"type":48,"tag":188,"props":1581,"children":1582},{},[1583],{"type":48,"tag":89,"props":1584,"children":1586},{"className":1585},[],[1587],{"type":54,"value":1588},"sm",{"type":48,"tag":188,"props":1590,"children":1591},{},[1592],{"type":54,"value":1593},"14px (0.875rem)",{"type":48,"tag":188,"props":1595,"children":1596},{},[1597],{"type":54,"value":1598},"1.43",{"type":48,"tag":188,"props":1600,"children":1601},{},[1602],{"type":54,"value":1571},{"type":48,"tag":188,"props":1604,"children":1605},{},[1606],{"type":54,"value":1607},"Secondary text, labels",{"type":48,"tag":166,"props":1609,"children":1610},{},[1611,1620,1625,1630,1634],{"type":48,"tag":188,"props":1612,"children":1613},{},[1614],{"type":48,"tag":89,"props":1615,"children":1617},{"className":1616},[],[1618],{"type":54,"value":1619},"base",{"type":48,"tag":188,"props":1621,"children":1622},{},[1623],{"type":54,"value":1624},"16px (1rem)",{"type":48,"tag":188,"props":1626,"children":1627},{},[1628],{"type":54,"value":1629},"1.5",{"type":48,"tag":188,"props":1631,"children":1632},{},[1633],{"type":54,"value":1571},{"type":48,"tag":188,"props":1635,"children":1636},{},[1637],{"type":54,"value":1638},"Body text",{"type":48,"tag":166,"props":1640,"children":1641},{},[1642,1651,1656,1661,1666],{"type":48,"tag":188,"props":1643,"children":1644},{},[1645],{"type":48,"tag":89,"props":1646,"children":1648},{"className":1647},[],[1649],{"type":54,"value":1650},"lg",{"type":48,"tag":188,"props":1652,"children":1653},{},[1654],{"type":54,"value":1655},"18px (1.125rem)",{"type":48,"tag":188,"props":1657,"children":1658},{},[1659],{"type":54,"value":1660},"1.56",{"type":48,"tag":188,"props":1662,"children":1663},{},[1664],{"type":54,"value":1665},"400\u002F500",{"type":48,"tag":188,"props":1667,"children":1668},{},[1669],{"type":54,"value":1670},"Large body, subheadings",{"type":48,"tag":166,"props":1672,"children":1673},{},[1674,1683,1688,1693,1698],{"type":48,"tag":188,"props":1675,"children":1676},{},[1677],{"type":48,"tag":89,"props":1678,"children":1680},{"className":1679},[],[1681],{"type":54,"value":1682},"xl",{"type":48,"tag":188,"props":1684,"children":1685},{},[1686],{"type":54,"value":1687},"20px (1.25rem)",{"type":48,"tag":188,"props":1689,"children":1690},{},[1691],{"type":54,"value":1692},"1.4",{"type":48,"tag":188,"props":1694,"children":1695},{},[1696],{"type":54,"value":1697},"500",{"type":48,"tag":188,"props":1699,"children":1700},{},[1701],{"type":54,"value":1702},"Section titles",{"type":48,"tag":166,"props":1704,"children":1705},{},[1706,1715,1720,1724,1728],{"type":48,"tag":188,"props":1707,"children":1708},{},[1709],{"type":48,"tag":89,"props":1710,"children":1712},{"className":1711},[],[1713],{"type":54,"value":1714},"2xl",{"type":48,"tag":188,"props":1716,"children":1717},{},[1718],{"type":54,"value":1719},"24px (1.5rem)",{"type":48,"tag":188,"props":1721,"children":1722},{},[1723],{"type":54,"value":1566},{"type":48,"tag":188,"props":1725,"children":1726},{},[1727],{"type":54,"value":1697},{"type":48,"tag":188,"props":1729,"children":1730},{},[1731],{"type":54,"value":1732},"Card headings",{"type":48,"tag":166,"props":1734,"children":1735},{},[1736,1745,1750,1755,1759],{"type":48,"tag":188,"props":1737,"children":1738},{},[1739],{"type":48,"tag":89,"props":1740,"children":1742},{"className":1741},[],[1743],{"type":54,"value":1744},"3xl",{"type":48,"tag":188,"props":1746,"children":1747},{},[1748],{"type":54,"value":1749},"30px (1.875rem)",{"type":48,"tag":188,"props":1751,"children":1752},{},[1753],{"type":54,"value":1754},"1.2",{"type":48,"tag":188,"props":1756,"children":1757},{},[1758],{"type":54,"value":1697},{"type":48,"tag":188,"props":1760,"children":1761},{},[1762],{"type":54,"value":1763},"Section headings",{"type":48,"tag":166,"props":1765,"children":1766},{},[1767,1776,1781,1786,1790],{"type":48,"tag":188,"props":1768,"children":1769},{},[1770],{"type":48,"tag":89,"props":1771,"children":1773},{"className":1772},[],[1774],{"type":54,"value":1775},"4xl",{"type":48,"tag":188,"props":1777,"children":1778},{},[1779],{"type":54,"value":1780},"36px (2.25rem)",{"type":48,"tag":188,"props":1782,"children":1783},{},[1784],{"type":54,"value":1785},"1.11",{"type":48,"tag":188,"props":1787,"children":1788},{},[1789],{"type":54,"value":1697},{"type":48,"tag":188,"props":1791,"children":1792},{},[1793],{"type":54,"value":1794},"Page headings",{"type":48,"tag":166,"props":1796,"children":1797},{},[1798,1807,1812,1817,1821],{"type":48,"tag":188,"props":1799,"children":1800},{},[1801],{"type":48,"tag":89,"props":1802,"children":1804},{"className":1803},[],[1805],{"type":54,"value":1806},"5xl",{"type":48,"tag":188,"props":1808,"children":1809},{},[1810],{"type":54,"value":1811},"48px (3rem)",{"type":48,"tag":188,"props":1813,"children":1814},{},[1815],{"type":54,"value":1816},"1.0",{"type":48,"tag":188,"props":1818,"children":1819},{},[1820],{"type":54,"value":1697},{"type":48,"tag":188,"props":1822,"children":1823},{},[1824],{"type":54,"value":1825},"Hero headings",{"type":48,"tag":151,"props":1827,"children":1829},{"id":1828},"_33-font-weights",[1830],{"type":54,"value":1831},"3.3 Font Weights",{"type":48,"tag":158,"props":1833,"children":1834},{},[1835,1854],{"type":48,"tag":162,"props":1836,"children":1837},{},[1838],{"type":48,"tag":166,"props":1839,"children":1840},{},[1841,1845,1850],{"type":48,"tag":170,"props":1842,"children":1843},{},[1844],{"type":54,"value":1537},{"type":48,"tag":170,"props":1846,"children":1847},{},[1848],{"type":54,"value":1849},"Value",{"type":48,"tag":170,"props":1851,"children":1852},{},[1853],{"type":54,"value":390},{"type":48,"tag":181,"props":1855,"children":1856},{},[1857,1874],{"type":48,"tag":166,"props":1858,"children":1859},{},[1860,1865,1869],{"type":48,"tag":188,"props":1861,"children":1862},{},[1863],{"type":54,"value":1864},"Normal",{"type":48,"tag":188,"props":1866,"children":1867},{},[1868],{"type":54,"value":1571},{"type":48,"tag":188,"props":1870,"children":1871},{},[1872],{"type":54,"value":1873},"Body text, descriptions",{"type":48,"tag":166,"props":1875,"children":1876},{},[1877,1882,1886],{"type":48,"tag":188,"props":1878,"children":1879},{},[1880],{"type":54,"value":1881},"Medium",{"type":48,"tag":188,"props":1883,"children":1884},{},[1885],{"type":54,"value":1697},{"type":48,"tag":188,"props":1887,"children":1888},{},[1889],{"type":54,"value":1890},"Headings, buttons, emphasis",{"type":48,"tag":151,"props":1892,"children":1894},{"id":1893},"_34-letter-spacing",[1895],{"type":54,"value":1896},"3.4 Letter Spacing",{"type":48,"tag":158,"props":1898,"children":1899},{},[1900,1920],{"type":48,"tag":162,"props":1901,"children":1902},{},[1903],{"type":48,"tag":166,"props":1904,"children":1905},{},[1906,1911,1915],{"type":48,"tag":170,"props":1907,"children":1908},{},[1909],{"type":54,"value":1910},"Context",{"type":48,"tag":170,"props":1912,"children":1913},{},[1914],{"type":54,"value":1849},{"type":48,"tag":170,"props":1916,"children":1917},{},[1918],{"type":54,"value":1919},"CSS",{"type":48,"tag":181,"props":1921,"children":1922},{},[1923,1945,1966,1988],{"type":48,"tag":166,"props":1924,"children":1925},{},[1926,1931,1936],{"type":48,"tag":188,"props":1927,"children":1928},{},[1929],{"type":54,"value":1930},"Headings",{"type":48,"tag":188,"props":1932,"children":1933},{},[1934],{"type":54,"value":1935},"-0.02em",{"type":48,"tag":188,"props":1937,"children":1938},{},[1939],{"type":48,"tag":89,"props":1940,"children":1942},{"className":1941},[],[1943],{"type":54,"value":1944},"letter-spacing: -0.02em",{"type":48,"tag":166,"props":1946,"children":1947},{},[1948,1953,1957],{"type":48,"tag":188,"props":1949,"children":1950},{},[1951],{"type":54,"value":1952},"Body",{"type":48,"tag":188,"props":1954,"children":1955},{},[1956],{"type":54,"value":1864},{"type":48,"tag":188,"props":1958,"children":1959},{},[1960],{"type":48,"tag":89,"props":1961,"children":1963},{"className":1962},[],[1964],{"type":54,"value":1965},"letter-spacing: normal",{"type":48,"tag":166,"props":1967,"children":1968},{},[1969,1974,1979],{"type":48,"tag":188,"props":1970,"children":1971},{},[1972],{"type":54,"value":1973},"Uppercase labels",{"type":48,"tag":188,"props":1975,"children":1976},{},[1977],{"type":54,"value":1978},"0.05em",{"type":48,"tag":188,"props":1980,"children":1981},{},[1982],{"type":48,"tag":89,"props":1983,"children":1985},{"className":1984},[],[1986],{"type":54,"value":1987},"letter-spacing: 0.05em",{"type":48,"tag":166,"props":1989,"children":1990},{},[1991,1996,2001],{"type":48,"tag":188,"props":1992,"children":1993},{},[1994],{"type":54,"value":1995},"Logo text",{"type":48,"tag":188,"props":1997,"children":1998},{},[1999],{"type":54,"value":2000},"-0.46px",{"type":48,"tag":188,"props":2002,"children":2003},{},[2004],{"type":48,"tag":89,"props":2005,"children":2007},{"className":2006},[],[2008],{"type":54,"value":2009},"letter-spacing: -0.46px",{"type":48,"tag":151,"props":2011,"children":2013},{"id":2012},"_35-text-rendering",[2014],{"type":54,"value":2015},"3.5 Text Rendering",{"type":48,"tag":118,"props":2017,"children":2019},{"className":1343,"code":2018,"language":1345,"meta":126,"style":126},"body {\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n  text-rendering: optimizeLegibility;\n  font-feature-settings: \"kern\" 1, \"liga\" 1;\n}\n",[2020],{"type":48,"tag":89,"props":2021,"children":2022},{"__ignoreMap":126},[2023,2036,2057,2079,2102,2162],{"type":48,"tag":1351,"props":2024,"children":2025},{"class":1353,"line":1354},[2026,2031],{"type":48,"tag":1351,"props":2027,"children":2028},{"style":1406},[2029],{"type":54,"value":2030},"body",{"type":48,"tag":1351,"props":2032,"children":2033},{"style":1364},[2034],{"type":54,"value":2035}," {\n",{"type":48,"tag":1351,"props":2037,"children":2038},{"class":1353,"line":1417},[2039,2044,2048,2053],{"type":48,"tag":1351,"props":2040,"children":2041},{"style":1406},[2042],{"type":54,"value":2043},"  -webkit-font-smoothing",{"type":48,"tag":1351,"props":2045,"children":2046},{"style":1364},[2047],{"type":54,"value":96},{"type":48,"tag":1351,"props":2049,"children":2050},{"style":1358},[2051],{"type":54,"value":2052}," antialiased",{"type":48,"tag":1351,"props":2054,"children":2055},{"style":1364},[2056],{"type":54,"value":1414},{"type":48,"tag":1351,"props":2058,"children":2060},{"class":1353,"line":2059},3,[2061,2066,2070,2075],{"type":48,"tag":1351,"props":2062,"children":2063},{"style":1406},[2064],{"type":54,"value":2065},"  -moz-osx-font-smoothing",{"type":48,"tag":1351,"props":2067,"children":2068},{"style":1364},[2069],{"type":54,"value":96},{"type":48,"tag":1351,"props":2071,"children":2072},{"style":1358},[2073],{"type":54,"value":2074}," grayscale",{"type":48,"tag":1351,"props":2076,"children":2077},{"style":1364},[2078],{"type":54,"value":1414},{"type":48,"tag":1351,"props":2080,"children":2082},{"class":1353,"line":2081},4,[2083,2089,2093,2098],{"type":48,"tag":1351,"props":2084,"children":2086},{"style":2085},"--shiki-light:#8796B0;--shiki-default:#B2CCD6;--shiki-dark:#B2CCD6",[2087],{"type":54,"value":2088},"  text-rendering",{"type":48,"tag":1351,"props":2090,"children":2091},{"style":1364},[2092],{"type":54,"value":96},{"type":48,"tag":1351,"props":2094,"children":2095},{"style":1358},[2096],{"type":54,"value":2097}," optimizeLegibility",{"type":48,"tag":1351,"props":2099,"children":2100},{"style":1364},[2101],{"type":54,"value":1414},{"type":48,"tag":1351,"props":2103,"children":2105},{"class":1353,"line":2104},5,[2106,2111,2115,2120,2126,2131,2137,2141,2145,2150,2154,2158],{"type":48,"tag":1351,"props":2107,"children":2108},{"style":2085},[2109],{"type":54,"value":2110},"  font-feature-settings",{"type":48,"tag":1351,"props":2112,"children":2113},{"style":1364},[2114],{"type":54,"value":96},{"type":48,"tag":1351,"props":2116,"children":2117},{"style":1364},[2118],{"type":54,"value":2119}," \"",{"type":48,"tag":1351,"props":2121,"children":2123},{"style":2122},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[2124],{"type":54,"value":2125},"kern",{"type":48,"tag":1351,"props":2127,"children":2128},{"style":1364},[2129],{"type":54,"value":2130},"\"",{"type":48,"tag":1351,"props":2132,"children":2134},{"style":2133},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[2135],{"type":54,"value":2136}," 1",{"type":48,"tag":1351,"props":2138,"children":2139},{"style":1364},[2140],{"type":54,"value":1367},{"type":48,"tag":1351,"props":2142,"children":2143},{"style":1364},[2144],{"type":54,"value":2119},{"type":48,"tag":1351,"props":2146,"children":2147},{"style":2122},[2148],{"type":54,"value":2149},"liga",{"type":48,"tag":1351,"props":2151,"children":2152},{"style":1364},[2153],{"type":54,"value":2130},{"type":48,"tag":1351,"props":2155,"children":2156},{"style":2133},[2157],{"type":54,"value":2136},{"type":48,"tag":1351,"props":2159,"children":2160},{"style":1364},[2161],{"type":54,"value":1414},{"type":48,"tag":1351,"props":2163,"children":2165},{"class":1353,"line":2164},6,[2166],{"type":48,"tag":1351,"props":2167,"children":2168},{"style":1364},[2169],{"type":54,"value":2170},"}\n",{"type":48,"tag":107,"props":2172,"children":2173},{},[],{"type":48,"tag":111,"props":2175,"children":2177},{"id":2176},"_4-spacing-system",[2178],{"type":54,"value":2179},"4. Spacing System",{"type":48,"tag":151,"props":2181,"children":2183},{"id":2182},"_41-base-unit",[2184],{"type":54,"value":2185},"4.1 Base Unit",{"type":48,"tag":118,"props":2187,"children":2189},{"className":1343,"code":2188,"language":1345,"meta":126,"style":126},"--spacing-unit: 4px;\n",[2190],{"type":48,"tag":89,"props":2191,"children":2192},{"__ignoreMap":126},[2193],{"type":48,"tag":1351,"props":2194,"children":2195},{"class":1353,"line":1354},[2196],{"type":48,"tag":1351,"props":2197,"children":2198},{"style":1358},[2199],{"type":54,"value":2188},{"type":48,"tag":151,"props":2201,"children":2203},{"id":2202},"_42-spacing-scale",[2204],{"type":54,"value":2205},"4.2 Spacing Scale",{"type":48,"tag":158,"props":2207,"children":2208},{},[2209,2233],{"type":48,"tag":162,"props":2210,"children":2211},{},[2212],{"type":48,"tag":166,"props":2213,"children":2214},{},[2215,2219,2223,2228],{"type":48,"tag":170,"props":2216,"children":2217},{},[2218],{"type":54,"value":375},{"type":48,"tag":170,"props":2220,"children":2221},{},[2222],{"type":54,"value":1849},{"type":48,"tag":170,"props":2224,"children":2225},{},[2226],{"type":54,"value":2227},"Pixels",{"type":48,"tag":170,"props":2229,"children":2230},{},[2231],{"type":54,"value":2232},"Common Usage",{"type":48,"tag":181,"props":2234,"children":2235},{},[2236,2262,2289,2316,2342,2369,2396,2423,2450,2477,2504,2531,2558,2585,2612],{"type":48,"tag":166,"props":2237,"children":2238},{},[2239,2248,2252,2257],{"type":48,"tag":188,"props":2240,"children":2241},{},[2242],{"type":48,"tag":89,"props":2243,"children":2245},{"className":2244},[],[2246],{"type":54,"value":2247},"0",{"type":48,"tag":188,"props":2249,"children":2250},{},[2251],{"type":54,"value":2247},{"type":48,"tag":188,"props":2253,"children":2254},{},[2255],{"type":54,"value":2256},"0px",{"type":48,"tag":188,"props":2258,"children":2259},{},[2260],{"type":54,"value":2261},"Reset",{"type":48,"tag":166,"props":2263,"children":2264},{},[2265,2274,2279,2284],{"type":48,"tag":188,"props":2266,"children":2267},{},[2268],{"type":48,"tag":89,"props":2269,"children":2271},{"className":2270},[],[2272],{"type":54,"value":2273},"0.5",{"type":48,"tag":188,"props":2275,"children":2276},{},[2277],{"type":54,"value":2278},"0.125rem",{"type":48,"tag":188,"props":2280,"children":2281},{},[2282],{"type":54,"value":2283},"2px",{"type":48,"tag":188,"props":2285,"children":2286},{},[2287],{"type":54,"value":2288},"Tiny gaps",{"type":48,"tag":166,"props":2290,"children":2291},{},[2292,2301,2306,2311],{"type":48,"tag":188,"props":2293,"children":2294},{},[2295],{"type":48,"tag":89,"props":2296,"children":2298},{"className":2297},[],[2299],{"type":54,"value":2300},"1",{"type":48,"tag":188,"props":2302,"children":2303},{},[2304],{"type":54,"value":2305},"0.25rem",{"type":48,"tag":188,"props":2307,"children":2308},{},[2309],{"type":54,"value":2310},"4px",{"type":48,"tag":188,"props":2312,"children":2313},{},[2314],{"type":54,"value":2315},"Tight spacing",{"type":48,"tag":166,"props":2317,"children":2318},{},[2319,2327,2332,2337],{"type":48,"tag":188,"props":2320,"children":2321},{},[2322],{"type":48,"tag":89,"props":2323,"children":2325},{"className":2324},[],[2326],{"type":54,"value":1629},{"type":48,"tag":188,"props":2328,"children":2329},{},[2330],{"type":54,"value":2331},"0.375rem",{"type":48,"tag":188,"props":2333,"children":2334},{},[2335],{"type":54,"value":2336},"6px",{"type":48,"tag":188,"props":2338,"children":2339},{},[2340],{"type":54,"value":2341},"Small gaps",{"type":48,"tag":166,"props":2343,"children":2344},{},[2345,2354,2359,2364],{"type":48,"tag":188,"props":2346,"children":2347},{},[2348],{"type":48,"tag":89,"props":2349,"children":2351},{"className":2350},[],[2352],{"type":54,"value":2353},"2",{"type":48,"tag":188,"props":2355,"children":2356},{},[2357],{"type":54,"value":2358},"0.5rem",{"type":48,"tag":188,"props":2360,"children":2361},{},[2362],{"type":54,"value":2363},"8px",{"type":48,"tag":188,"props":2365,"children":2366},{},[2367],{"type":54,"value":2368},"Default small padding",{"type":48,"tag":166,"props":2370,"children":2371},{},[2372,2381,2386,2391],{"type":48,"tag":188,"props":2373,"children":2374},{},[2375],{"type":48,"tag":89,"props":2376,"children":2378},{"className":2377},[],[2379],{"type":54,"value":2380},"3",{"type":48,"tag":188,"props":2382,"children":2383},{},[2384],{"type":54,"value":2385},"0.75rem",{"type":48,"tag":188,"props":2387,"children":2388},{},[2389],{"type":54,"value":2390},"12px",{"type":48,"tag":188,"props":2392,"children":2393},{},[2394],{"type":54,"value":2395},"Input padding, card gaps",{"type":48,"tag":166,"props":2397,"children":2398},{},[2399,2408,2413,2418],{"type":48,"tag":188,"props":2400,"children":2401},{},[2402],{"type":48,"tag":89,"props":2403,"children":2405},{"className":2404},[],[2406],{"type":54,"value":2407},"4",{"type":48,"tag":188,"props":2409,"children":2410},{},[2411],{"type":54,"value":2412},"1rem",{"type":48,"tag":188,"props":2414,"children":2415},{},[2416],{"type":54,"value":2417},"16px",{"type":48,"tag":188,"props":2419,"children":2420},{},[2421],{"type":54,"value":2422},"Standard padding",{"type":48,"tag":166,"props":2424,"children":2425},{},[2426,2435,2440,2445],{"type":48,"tag":188,"props":2427,"children":2428},{},[2429],{"type":48,"tag":89,"props":2430,"children":2432},{"className":2431},[],[2433],{"type":54,"value":2434},"5",{"type":48,"tag":188,"props":2436,"children":2437},{},[2438],{"type":54,"value":2439},"1.25rem",{"type":48,"tag":188,"props":2441,"children":2442},{},[2443],{"type":54,"value":2444},"20px",{"type":48,"tag":188,"props":2446,"children":2447},{},[2448],{"type":54,"value":2449},"Medium spacing",{"type":48,"tag":166,"props":2451,"children":2452},{},[2453,2462,2467,2472],{"type":48,"tag":188,"props":2454,"children":2455},{},[2456],{"type":48,"tag":89,"props":2457,"children":2459},{"className":2458},[],[2460],{"type":54,"value":2461},"6",{"type":48,"tag":188,"props":2463,"children":2464},{},[2465],{"type":54,"value":2466},"1.5rem",{"type":48,"tag":188,"props":2468,"children":2469},{},[2470],{"type":54,"value":2471},"24px",{"type":48,"tag":188,"props":2473,"children":2474},{},[2475],{"type":54,"value":2476},"Section padding (mobile)",{"type":48,"tag":166,"props":2478,"children":2479},{},[2480,2489,2494,2499],{"type":48,"tag":188,"props":2481,"children":2482},{},[2483],{"type":48,"tag":89,"props":2484,"children":2486},{"className":2485},[],[2487],{"type":54,"value":2488},"8",{"type":48,"tag":188,"props":2490,"children":2491},{},[2492],{"type":54,"value":2493},"2rem",{"type":48,"tag":188,"props":2495,"children":2496},{},[2497],{"type":54,"value":2498},"32px",{"type":48,"tag":188,"props":2500,"children":2501},{},[2502],{"type":54,"value":2503},"Large padding",{"type":48,"tag":166,"props":2505,"children":2506},{},[2507,2516,2521,2526],{"type":48,"tag":188,"props":2508,"children":2509},{},[2510],{"type":48,"tag":89,"props":2511,"children":2513},{"className":2512},[],[2514],{"type":54,"value":2515},"10",{"type":48,"tag":188,"props":2517,"children":2518},{},[2519],{"type":54,"value":2520},"2.5rem",{"type":48,"tag":188,"props":2522,"children":2523},{},[2524],{"type":54,"value":2525},"40px",{"type":48,"tag":188,"props":2527,"children":2528},{},[2529],{"type":54,"value":2530},"Section gaps",{"type":48,"tag":166,"props":2532,"children":2533},{},[2534,2543,2548,2553],{"type":48,"tag":188,"props":2535,"children":2536},{},[2537],{"type":48,"tag":89,"props":2538,"children":2540},{"className":2539},[],[2541],{"type":54,"value":2542},"12",{"type":48,"tag":188,"props":2544,"children":2545},{},[2546],{"type":54,"value":2547},"3rem",{"type":48,"tag":188,"props":2549,"children":2550},{},[2551],{"type":54,"value":2552},"48px",{"type":48,"tag":188,"props":2554,"children":2555},{},[2556],{"type":54,"value":2557},"Large section gaps",{"type":48,"tag":166,"props":2559,"children":2560},{},[2561,2570,2575,2580],{"type":48,"tag":188,"props":2562,"children":2563},{},[2564],{"type":48,"tag":89,"props":2565,"children":2567},{"className":2566},[],[2568],{"type":54,"value":2569},"16",{"type":48,"tag":188,"props":2571,"children":2572},{},[2573],{"type":54,"value":2574},"4rem",{"type":48,"tag":188,"props":2576,"children":2577},{},[2578],{"type":54,"value":2579},"64px",{"type":48,"tag":188,"props":2581,"children":2582},{},[2583],{"type":54,"value":2584},"Hero padding",{"type":48,"tag":166,"props":2586,"children":2587},{},[2588,2597,2602,2607],{"type":48,"tag":188,"props":2589,"children":2590},{},[2591],{"type":48,"tag":89,"props":2592,"children":2594},{"className":2593},[],[2595],{"type":54,"value":2596},"20",{"type":48,"tag":188,"props":2598,"children":2599},{},[2600],{"type":54,"value":2601},"5rem",{"type":48,"tag":188,"props":2603,"children":2604},{},[2605],{"type":54,"value":2606},"80px",{"type":48,"tag":188,"props":2608,"children":2609},{},[2610],{"type":54,"value":2611},"Major sections",{"type":48,"tag":166,"props":2613,"children":2614},{},[2615,2624,2629,2634],{"type":48,"tag":188,"props":2616,"children":2617},{},[2618],{"type":48,"tag":89,"props":2619,"children":2621},{"className":2620},[],[2622],{"type":54,"value":2623},"24",{"type":48,"tag":188,"props":2625,"children":2626},{},[2627],{"type":54,"value":2628},"6rem",{"type":48,"tag":188,"props":2630,"children":2631},{},[2632],{"type":54,"value":2633},"96px",{"type":48,"tag":188,"props":2635,"children":2636},{},[2637],{"type":54,"value":2638},"Max section spacing",{"type":48,"tag":151,"props":2640,"children":2642},{"id":2641},"_43-common-spacing-patterns",[2643],{"type":54,"value":2644},"4.3 Common Spacing Patterns",{"type":48,"tag":118,"props":2646,"children":2648},{"className":1343,"code":2647,"language":1345,"meta":126,"style":126},"\u002F* Card padding *\u002F\npadding: 24px;  \u002F* p-6 *\u002F\n\n\u002F* Input padding *\u002F\npadding: 12px;  \u002F* p-3 *\u002F\n\n\u002F* Button padding *\u002F\npadding: 12px 24px;  \u002F* py-3 px-6 *\u002F\n\n\u002F* Section padding (responsive) *\u002F\npadding: 32px 16px;  \u002F* Mobile *\u002F\npadding: 48px 32px;  \u002F* Tablet *\u002F\npadding: 64px 48px;  \u002F* Desktop *\u002F\n\n\u002F* Grid gaps *\u002F\ngap: 16px;  \u002F* Cards *\u002F\ngap: 24px;  \u002F* Sections *\u002F\n",[2649],{"type":48,"tag":89,"props":2650,"children":2651},{"__ignoreMap":126},[2652,2661,2674,2683,2691,2704,2711,2720,2734,2742,2751,2765,2779,2793,2801,2810,2824],{"type":48,"tag":1351,"props":2653,"children":2654},{"class":1353,"line":1354},[2655],{"type":48,"tag":1351,"props":2656,"children":2658},{"style":2657},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[2659],{"type":54,"value":2660},"\u002F* Card padding *\u002F\n",{"type":48,"tag":1351,"props":2662,"children":2663},{"class":1353,"line":1417},[2664,2669],{"type":48,"tag":1351,"props":2665,"children":2666},{"style":1358},[2667],{"type":54,"value":2668},"padding: 24px;  ",{"type":48,"tag":1351,"props":2670,"children":2671},{"style":2657},[2672],{"type":54,"value":2673},"\u002F* p-6 *\u002F\n",{"type":48,"tag":1351,"props":2675,"children":2676},{"class":1353,"line":2059},[2677],{"type":48,"tag":1351,"props":2678,"children":2680},{"emptyLinePlaceholder":2679},true,[2681],{"type":54,"value":2682},"\n",{"type":48,"tag":1351,"props":2684,"children":2685},{"class":1353,"line":2081},[2686],{"type":48,"tag":1351,"props":2687,"children":2688},{"style":2657},[2689],{"type":54,"value":2690},"\u002F* Input padding *\u002F\n",{"type":48,"tag":1351,"props":2692,"children":2693},{"class":1353,"line":2104},[2694,2699],{"type":48,"tag":1351,"props":2695,"children":2696},{"style":1358},[2697],{"type":54,"value":2698},"padding: 12px;  ",{"type":48,"tag":1351,"props":2700,"children":2701},{"style":2657},[2702],{"type":54,"value":2703},"\u002F* p-3 *\u002F\n",{"type":48,"tag":1351,"props":2705,"children":2706},{"class":1353,"line":2164},[2707],{"type":48,"tag":1351,"props":2708,"children":2709},{"emptyLinePlaceholder":2679},[2710],{"type":54,"value":2682},{"type":48,"tag":1351,"props":2712,"children":2714},{"class":1353,"line":2713},7,[2715],{"type":48,"tag":1351,"props":2716,"children":2717},{"style":2657},[2718],{"type":54,"value":2719},"\u002F* Button padding *\u002F\n",{"type":48,"tag":1351,"props":2721,"children":2723},{"class":1353,"line":2722},8,[2724,2729],{"type":48,"tag":1351,"props":2725,"children":2726},{"style":1358},[2727],{"type":54,"value":2728},"padding: 12px 24px;  ",{"type":48,"tag":1351,"props":2730,"children":2731},{"style":2657},[2732],{"type":54,"value":2733},"\u002F* py-3 px-6 *\u002F\n",{"type":48,"tag":1351,"props":2735,"children":2737},{"class":1353,"line":2736},9,[2738],{"type":48,"tag":1351,"props":2739,"children":2740},{"emptyLinePlaceholder":2679},[2741],{"type":54,"value":2682},{"type":48,"tag":1351,"props":2743,"children":2745},{"class":1353,"line":2744},10,[2746],{"type":48,"tag":1351,"props":2747,"children":2748},{"style":2657},[2749],{"type":54,"value":2750},"\u002F* Section padding (responsive) *\u002F\n",{"type":48,"tag":1351,"props":2752,"children":2754},{"class":1353,"line":2753},11,[2755,2760],{"type":48,"tag":1351,"props":2756,"children":2757},{"style":1358},[2758],{"type":54,"value":2759},"padding: 32px 16px;  ",{"type":48,"tag":1351,"props":2761,"children":2762},{"style":2657},[2763],{"type":54,"value":2764},"\u002F* Mobile *\u002F\n",{"type":48,"tag":1351,"props":2766,"children":2768},{"class":1353,"line":2767},12,[2769,2774],{"type":48,"tag":1351,"props":2770,"children":2771},{"style":1358},[2772],{"type":54,"value":2773},"padding: 48px 32px;  ",{"type":48,"tag":1351,"props":2775,"children":2776},{"style":2657},[2777],{"type":54,"value":2778},"\u002F* Tablet *\u002F\n",{"type":48,"tag":1351,"props":2780,"children":2782},{"class":1353,"line":2781},13,[2783,2788],{"type":48,"tag":1351,"props":2784,"children":2785},{"style":1358},[2786],{"type":54,"value":2787},"padding: 64px 48px;  ",{"type":48,"tag":1351,"props":2789,"children":2790},{"style":2657},[2791],{"type":54,"value":2792},"\u002F* Desktop *\u002F\n",{"type":48,"tag":1351,"props":2794,"children":2796},{"class":1353,"line":2795},14,[2797],{"type":48,"tag":1351,"props":2798,"children":2799},{"emptyLinePlaceholder":2679},[2800],{"type":54,"value":2682},{"type":48,"tag":1351,"props":2802,"children":2804},{"class":1353,"line":2803},15,[2805],{"type":48,"tag":1351,"props":2806,"children":2807},{"style":2657},[2808],{"type":54,"value":2809},"\u002F* Grid gaps *\u002F\n",{"type":48,"tag":1351,"props":2811,"children":2813},{"class":1353,"line":2812},16,[2814,2819],{"type":48,"tag":1351,"props":2815,"children":2816},{"style":1358},[2817],{"type":54,"value":2818},"gap: 16px;  ",{"type":48,"tag":1351,"props":2820,"children":2821},{"style":2657},[2822],{"type":54,"value":2823},"\u002F* Cards *\u002F\n",{"type":48,"tag":1351,"props":2825,"children":2827},{"class":1353,"line":2826},17,[2828,2833],{"type":48,"tag":1351,"props":2829,"children":2830},{"style":1358},[2831],{"type":54,"value":2832},"gap: 24px;  ",{"type":48,"tag":1351,"props":2834,"children":2835},{"style":2657},[2836],{"type":54,"value":2837},"\u002F* Sections *\u002F\n",{"type":48,"tag":107,"props":2839,"children":2840},{},[],{"type":48,"tag":111,"props":2842,"children":2844},{"id":2843},"_5-border-radius",[2845],{"type":54,"value":2846},"5. Border Radius",{"type":48,"tag":158,"props":2848,"children":2849},{},[2850,2868],{"type":48,"tag":162,"props":2851,"children":2852},{},[2853],{"type":48,"tag":166,"props":2854,"children":2855},{},[2856,2860,2864],{"type":48,"tag":170,"props":2857,"children":2858},{},[2859],{"type":54,"value":375},{"type":48,"tag":170,"props":2861,"children":2862},{},[2863],{"type":54,"value":1849},{"type":48,"tag":170,"props":2865,"children":2866},{},[2867],{"type":54,"value":390},{"type":48,"tag":181,"props":2869,"children":2870},{},[2871,2892,2913,2934,2955,2976,2997,3019],{"type":48,"tag":166,"props":2872,"children":2873},{},[2874,2883,2887],{"type":48,"tag":188,"props":2875,"children":2876},{},[2877],{"type":48,"tag":89,"props":2878,"children":2880},{"className":2879},[],[2881],{"type":54,"value":2882},"rounded-sm",{"type":48,"tag":188,"props":2884,"children":2885},{},[2886],{"type":54,"value":2310},{"type":48,"tag":188,"props":2888,"children":2889},{},[2890],{"type":54,"value":2891},"Small badges",{"type":48,"tag":166,"props":2893,"children":2894},{},[2895,2904,2908],{"type":48,"tag":188,"props":2896,"children":2897},{},[2898],{"type":48,"tag":89,"props":2899,"children":2901},{"className":2900},[],[2902],{"type":54,"value":2903},"rounded",{"type":48,"tag":188,"props":2905,"children":2906},{},[2907],{"type":54,"value":2336},{"type":48,"tag":188,"props":2909,"children":2910},{},[2911],{"type":54,"value":2912},"Tags, small elements",{"type":48,"tag":166,"props":2914,"children":2915},{},[2916,2925,2929],{"type":48,"tag":188,"props":2917,"children":2918},{},[2919],{"type":48,"tag":89,"props":2920,"children":2922},{"className":2921},[],[2923],{"type":54,"value":2924},"rounded-md",{"type":48,"tag":188,"props":2926,"children":2927},{},[2928],{"type":54,"value":2363},{"type":48,"tag":188,"props":2930,"children":2931},{},[2932],{"type":54,"value":2933},"Inputs",{"type":48,"tag":166,"props":2935,"children":2936},{},[2937,2946,2950],{"type":48,"tag":188,"props":2938,"children":2939},{},[2940],{"type":48,"tag":89,"props":2941,"children":2943},{"className":2942},[],[2944],{"type":54,"value":2945},"rounded-lg",{"type":48,"tag":188,"props":2947,"children":2948},{},[2949],{"type":54,"value":2390},{"type":48,"tag":188,"props":2951,"children":2952},{},[2953],{"type":54,"value":2954},"Icon containers, panels",{"type":48,"tag":166,"props":2956,"children":2957},{},[2958,2967,2971],{"type":48,"tag":188,"props":2959,"children":2960},{},[2961],{"type":48,"tag":89,"props":2962,"children":2964},{"className":2963},[],[2965],{"type":54,"value":2966},"rounded-xl",{"type":48,"tag":188,"props":2968,"children":2969},{},[2970],{"type":54,"value":2417},{"type":48,"tag":188,"props":2972,"children":2973},{},[2974],{"type":54,"value":2975},"Hero sections",{"type":48,"tag":166,"props":2977,"children":2978},{},[2979,2988,2992],{"type":48,"tag":188,"props":2980,"children":2981},{},[2982],{"type":48,"tag":89,"props":2983,"children":2985},{"className":2984},[],[2986],{"type":54,"value":2987},"rounded-2xl",{"type":48,"tag":188,"props":2989,"children":2990},{},[2991],{"type":54,"value":2444},{"type":48,"tag":188,"props":2993,"children":2994},{},[2995],{"type":54,"value":2996},"Large hero sections",{"type":48,"tag":166,"props":2998,"children":2999},{},[3000,3009,3014],{"type":48,"tag":188,"props":3001,"children":3002},{},[3003],{"type":48,"tag":89,"props":3004,"children":3006},{"className":3005},[],[3007],{"type":54,"value":3008},"rounded-full",{"type":48,"tag":188,"props":3010,"children":3011},{},[3012],{"type":54,"value":3013},"9999px",{"type":48,"tag":188,"props":3015,"children":3016},{},[3017],{"type":54,"value":3018},"Buttons, pills, avatars",{"type":48,"tag":166,"props":3020,"children":3021},{},[3022,3031,3035],{"type":48,"tag":188,"props":3023,"children":3024},{},[3025],{"type":48,"tag":89,"props":3026,"children":3028},{"className":3027},[],[3029],{"type":54,"value":3030},"rounded-none",{"type":48,"tag":188,"props":3032,"children":3033},{},[3034],{"type":54,"value":2247},{"type":48,"tag":188,"props":3036,"children":3037},{},[3038],{"type":54,"value":3039},"Cards (sharp edges)",{"type":48,"tag":151,"props":3041,"children":3043},{"id":3042},"common-patterns",[3044],{"type":54,"value":3045},"Common Patterns",{"type":48,"tag":118,"props":3047,"children":3049},{"className":1343,"code":3048,"language":1345,"meta":126,"style":126},"\u002F* Buttons - always fully rounded *\u002F\nborder-radius: 9999px;\n\n\u002F* Cards - sharp edges *\u002F\nborder-radius: 0;\n\n\u002F* Inputs *\u002F\nborder-radius: 8px;\n\n\u002F* Hero sections (desktop) *\u002F\nborder-radius: 16px;\n\n\u002F* Progress bars *\u002F\nborder-radius: 9999px;\n\n\u002F* Icon containers *\u002F\nborder-radius: 8px;\n",[3050],{"type":48,"tag":89,"props":3051,"children":3052},{"__ignoreMap":126},[3053,3061,3074,3081,3089,3101,3108,3116,3128,3135,3143,3155,3162,3170,3181,3188,3196],{"type":48,"tag":1351,"props":3054,"children":3055},{"class":1353,"line":1354},[3056],{"type":48,"tag":1351,"props":3057,"children":3058},{"style":2657},[3059],{"type":54,"value":3060},"\u002F* Buttons - always fully rounded *\u002F\n",{"type":48,"tag":1351,"props":3062,"children":3063},{"class":1353,"line":1417},[3064,3069],{"type":48,"tag":1351,"props":3065,"children":3066},{"style":1406},[3067],{"type":54,"value":3068},"border-radius",{"type":48,"tag":1351,"props":3070,"children":3071},{"style":1358},[3072],{"type":54,"value":3073},": 9999px;\n",{"type":48,"tag":1351,"props":3075,"children":3076},{"class":1353,"line":2059},[3077],{"type":48,"tag":1351,"props":3078,"children":3079},{"emptyLinePlaceholder":2679},[3080],{"type":54,"value":2682},{"type":48,"tag":1351,"props":3082,"children":3083},{"class":1353,"line":2081},[3084],{"type":48,"tag":1351,"props":3085,"children":3086},{"style":2657},[3087],{"type":54,"value":3088},"\u002F* Cards - sharp edges *\u002F\n",{"type":48,"tag":1351,"props":3090,"children":3091},{"class":1353,"line":2104},[3092,3096],{"type":48,"tag":1351,"props":3093,"children":3094},{"style":1406},[3095],{"type":54,"value":3068},{"type":48,"tag":1351,"props":3097,"children":3098},{"style":1358},[3099],{"type":54,"value":3100},": 0;\n",{"type":48,"tag":1351,"props":3102,"children":3103},{"class":1353,"line":2164},[3104],{"type":48,"tag":1351,"props":3105,"children":3106},{"emptyLinePlaceholder":2679},[3107],{"type":54,"value":2682},{"type":48,"tag":1351,"props":3109,"children":3110},{"class":1353,"line":2713},[3111],{"type":48,"tag":1351,"props":3112,"children":3113},{"style":2657},[3114],{"type":54,"value":3115},"\u002F* Inputs *\u002F\n",{"type":48,"tag":1351,"props":3117,"children":3118},{"class":1353,"line":2722},[3119,3123],{"type":48,"tag":1351,"props":3120,"children":3121},{"style":1406},[3122],{"type":54,"value":3068},{"type":48,"tag":1351,"props":3124,"children":3125},{"style":1358},[3126],{"type":54,"value":3127},": 8px;\n",{"type":48,"tag":1351,"props":3129,"children":3130},{"class":1353,"line":2736},[3131],{"type":48,"tag":1351,"props":3132,"children":3133},{"emptyLinePlaceholder":2679},[3134],{"type":54,"value":2682},{"type":48,"tag":1351,"props":3136,"children":3137},{"class":1353,"line":2744},[3138],{"type":48,"tag":1351,"props":3139,"children":3140},{"style":2657},[3141],{"type":54,"value":3142},"\u002F* Hero sections (desktop) *\u002F\n",{"type":48,"tag":1351,"props":3144,"children":3145},{"class":1353,"line":2753},[3146,3150],{"type":48,"tag":1351,"props":3147,"children":3148},{"style":1406},[3149],{"type":54,"value":3068},{"type":48,"tag":1351,"props":3151,"children":3152},{"style":1358},[3153],{"type":54,"value":3154},": 16px;\n",{"type":48,"tag":1351,"props":3156,"children":3157},{"class":1353,"line":2767},[3158],{"type":48,"tag":1351,"props":3159,"children":3160},{"emptyLinePlaceholder":2679},[3161],{"type":54,"value":2682},{"type":48,"tag":1351,"props":3163,"children":3164},{"class":1353,"line":2781},[3165],{"type":48,"tag":1351,"props":3166,"children":3167},{"style":2657},[3168],{"type":54,"value":3169},"\u002F* Progress bars *\u002F\n",{"type":48,"tag":1351,"props":3171,"children":3172},{"class":1353,"line":2795},[3173,3177],{"type":48,"tag":1351,"props":3174,"children":3175},{"style":1406},[3176],{"type":54,"value":3068},{"type":48,"tag":1351,"props":3178,"children":3179},{"style":1358},[3180],{"type":54,"value":3073},{"type":48,"tag":1351,"props":3182,"children":3183},{"class":1353,"line":2803},[3184],{"type":48,"tag":1351,"props":3185,"children":3186},{"emptyLinePlaceholder":2679},[3187],{"type":54,"value":2682},{"type":48,"tag":1351,"props":3189,"children":3190},{"class":1353,"line":2812},[3191],{"type":48,"tag":1351,"props":3192,"children":3193},{"style":2657},[3194],{"type":54,"value":3195},"\u002F* Icon containers *\u002F\n",{"type":48,"tag":1351,"props":3197,"children":3198},{"class":1353,"line":2826},[3199,3203],{"type":48,"tag":1351,"props":3200,"children":3201},{"style":1406},[3202],{"type":54,"value":3068},{"type":48,"tag":1351,"props":3204,"children":3205},{"style":1358},[3206],{"type":54,"value":3127},{"type":48,"tag":107,"props":3208,"children":3209},{},[],{"type":48,"tag":111,"props":3211,"children":3213},{"id":3212},"_6-shadow-system",[3214],{"type":54,"value":3215},"6. Shadow System",{"type":48,"tag":151,"props":3217,"children":3219},{"id":3218},"_61-shadow-stack-signature-effect",[3220],{"type":54,"value":3221},"6.1 Shadow Stack (Signature Effect)",{"type":48,"tag":61,"props":3223,"children":3224},{},[3225],{"type":54,"value":3226},"Used on hero sections and elevated cards for depth with inner glow.",{"type":48,"tag":118,"props":3228,"children":3230},{"className":1343,"code":3229,"language":1345,"meta":126,"style":126},"\u002F* Light Mode *\u002F\n--shadow-stack: \n  1px 6px 6px 0 rgba(255, 255, 255, 0.2) inset,\n  0 0 0px 0 rgba(255, 255, 255, 0.35) inset,\n  0 4px 12px 0 rgba(0, 0, 0, 0.02),\n  0 2px 12px 0 rgba(0, 0, 0, 0.03);\n\n\u002F* Dark Mode *\u002F\n--shadow-stack-dark:\n  1px 6px 16px 0 rgba(255, 255, 255, 0.05) inset,\n  0 4px 12px 0 rgba(0, 0, 0, 0.02),\n  0 2px 12px 0 rgba(0, 0, 0, 0.03);\n",[3231],{"type":48,"tag":89,"props":3232,"children":3233},{"__ignoreMap":126},[3234,3242,3250,3302,3351,3397,3443,3450,3458,3466,3515,3558],{"type":48,"tag":1351,"props":3235,"children":3236},{"class":1353,"line":1354},[3237],{"type":48,"tag":1351,"props":3238,"children":3239},{"style":2657},[3240],{"type":54,"value":3241},"\u002F* Light Mode *\u002F\n",{"type":48,"tag":1351,"props":3243,"children":3244},{"class":1353,"line":1417},[3245],{"type":48,"tag":1351,"props":3246,"children":3247},{"style":1358},[3248],{"type":54,"value":3249},"--shadow-stack: \n",{"type":48,"tag":1351,"props":3251,"children":3252},{"class":1353,"line":2059},[3253,3258,3262,3267,3271,3275,3279,3284,3288,3292,3297],{"type":48,"tag":1351,"props":3254,"children":3255},{"style":1358},[3256],{"type":54,"value":3257},"  1px 6px 6px 0 rgba(255",{"type":48,"tag":1351,"props":3259,"children":3260},{"style":1364},[3261],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3263,"children":3264},{"style":1358},[3265],{"type":54,"value":3266}," 255",{"type":48,"tag":1351,"props":3268,"children":3269},{"style":1364},[3270],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3272,"children":3273},{"style":1358},[3274],{"type":54,"value":3266},{"type":48,"tag":1351,"props":3276,"children":3277},{"style":1364},[3278],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3280,"children":3281},{"style":1358},[3282],{"type":54,"value":3283}," 0",{"type":48,"tag":1351,"props":3285,"children":3286},{"style":1364},[3287],{"type":54,"value":105},{"type":48,"tag":1351,"props":3289,"children":3290},{"style":1406},[3291],{"type":54,"value":2353},{"type":48,"tag":1351,"props":3293,"children":3294},{"style":1358},[3295],{"type":54,"value":3296},") inset",{"type":48,"tag":1351,"props":3298,"children":3299},{"style":1364},[3300],{"type":54,"value":3301},",\n",{"type":48,"tag":1351,"props":3303,"children":3304},{"class":1353,"line":2081},[3305,3310,3314,3318,3322,3326,3330,3334,3338,3343,3347],{"type":48,"tag":1351,"props":3306,"children":3307},{"style":1358},[3308],{"type":54,"value":3309},"  0 0 0px 0 rgba(255",{"type":48,"tag":1351,"props":3311,"children":3312},{"style":1364},[3313],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3315,"children":3316},{"style":1358},[3317],{"type":54,"value":3266},{"type":48,"tag":1351,"props":3319,"children":3320},{"style":1364},[3321],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3323,"children":3324},{"style":1358},[3325],{"type":54,"value":3266},{"type":48,"tag":1351,"props":3327,"children":3328},{"style":1364},[3329],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3331,"children":3332},{"style":1358},[3333],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3335,"children":3336},{"style":1364},[3337],{"type":54,"value":105},{"type":48,"tag":1351,"props":3339,"children":3340},{"style":1406},[3341],{"type":54,"value":3342},"35",{"type":48,"tag":1351,"props":3344,"children":3345},{"style":1358},[3346],{"type":54,"value":3296},{"type":48,"tag":1351,"props":3348,"children":3349},{"style":1364},[3350],{"type":54,"value":3301},{"type":48,"tag":1351,"props":3352,"children":3353},{"class":1353,"line":2104},[3354,3359,3363,3367,3371,3375,3379,3383,3387,3392],{"type":48,"tag":1351,"props":3355,"children":3356},{"style":1358},[3357],{"type":54,"value":3358},"  0 4px 12px 0 rgba(0",{"type":48,"tag":1351,"props":3360,"children":3361},{"style":1364},[3362],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3364,"children":3365},{"style":1358},[3366],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3368,"children":3369},{"style":1364},[3370],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3372,"children":3373},{"style":1358},[3374],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3376,"children":3377},{"style":1364},[3378],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3380,"children":3381},{"style":1358},[3382],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3384,"children":3385},{"style":1364},[3386],{"type":54,"value":105},{"type":48,"tag":1351,"props":3388,"children":3389},{"style":1406},[3390],{"type":54,"value":3391},"02",{"type":48,"tag":1351,"props":3393,"children":3394},{"style":1358},[3395],{"type":54,"value":3396},"),\n",{"type":48,"tag":1351,"props":3398,"children":3399},{"class":1353,"line":2164},[3400,3405,3409,3413,3417,3421,3425,3429,3433,3438],{"type":48,"tag":1351,"props":3401,"children":3402},{"style":1358},[3403],{"type":54,"value":3404},"  0 2px 12px 0 rgba(0",{"type":48,"tag":1351,"props":3406,"children":3407},{"style":1364},[3408],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3410,"children":3411},{"style":1358},[3412],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3414,"children":3415},{"style":1364},[3416],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3418,"children":3419},{"style":1358},[3420],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3422,"children":3423},{"style":1364},[3424],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3426,"children":3427},{"style":1358},[3428],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3430,"children":3431},{"style":1364},[3432],{"type":54,"value":105},{"type":48,"tag":1351,"props":3434,"children":3435},{"style":1406},[3436],{"type":54,"value":3437},"03",{"type":48,"tag":1351,"props":3439,"children":3440},{"style":1358},[3441],{"type":54,"value":3442},");\n",{"type":48,"tag":1351,"props":3444,"children":3445},{"class":1353,"line":2713},[3446],{"type":48,"tag":1351,"props":3447,"children":3448},{"emptyLinePlaceholder":2679},[3449],{"type":54,"value":2682},{"type":48,"tag":1351,"props":3451,"children":3452},{"class":1353,"line":2722},[3453],{"type":48,"tag":1351,"props":3454,"children":3455},{"style":2657},[3456],{"type":54,"value":3457},"\u002F* Dark Mode *\u002F\n",{"type":48,"tag":1351,"props":3459,"children":3460},{"class":1353,"line":2736},[3461],{"type":48,"tag":1351,"props":3462,"children":3463},{"style":1358},[3464],{"type":54,"value":3465},"--shadow-stack-dark:\n",{"type":48,"tag":1351,"props":3467,"children":3468},{"class":1353,"line":2744},[3469,3474,3478,3482,3486,3490,3494,3498,3502,3507,3511],{"type":48,"tag":1351,"props":3470,"children":3471},{"style":1358},[3472],{"type":54,"value":3473},"  1px 6px 16px 0 rgba(255",{"type":48,"tag":1351,"props":3475,"children":3476},{"style":1364},[3477],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3479,"children":3480},{"style":1358},[3481],{"type":54,"value":3266},{"type":48,"tag":1351,"props":3483,"children":3484},{"style":1364},[3485],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3487,"children":3488},{"style":1358},[3489],{"type":54,"value":3266},{"type":48,"tag":1351,"props":3491,"children":3492},{"style":1364},[3493],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3495,"children":3496},{"style":1358},[3497],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3499,"children":3500},{"style":1364},[3501],{"type":54,"value":105},{"type":48,"tag":1351,"props":3503,"children":3504},{"style":1406},[3505],{"type":54,"value":3506},"05",{"type":48,"tag":1351,"props":3508,"children":3509},{"style":1358},[3510],{"type":54,"value":3296},{"type":48,"tag":1351,"props":3512,"children":3513},{"style":1364},[3514],{"type":54,"value":3301},{"type":48,"tag":1351,"props":3516,"children":3517},{"class":1353,"line":2753},[3518,3522,3526,3530,3534,3538,3542,3546,3550,3554],{"type":48,"tag":1351,"props":3519,"children":3520},{"style":1358},[3521],{"type":54,"value":3358},{"type":48,"tag":1351,"props":3523,"children":3524},{"style":1364},[3525],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3527,"children":3528},{"style":1358},[3529],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3531,"children":3532},{"style":1364},[3533],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3535,"children":3536},{"style":1358},[3537],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3539,"children":3540},{"style":1364},[3541],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3543,"children":3544},{"style":1358},[3545],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3547,"children":3548},{"style":1364},[3549],{"type":54,"value":105},{"type":48,"tag":1351,"props":3551,"children":3552},{"style":1406},[3553],{"type":54,"value":3391},{"type":48,"tag":1351,"props":3555,"children":3556},{"style":1358},[3557],{"type":54,"value":3396},{"type":48,"tag":1351,"props":3559,"children":3560},{"class":1353,"line":2767},[3561,3565,3569,3573,3577,3581,3585,3589,3593,3597],{"type":48,"tag":1351,"props":3562,"children":3563},{"style":1358},[3564],{"type":54,"value":3404},{"type":48,"tag":1351,"props":3566,"children":3567},{"style":1364},[3568],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3570,"children":3571},{"style":1358},[3572],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3574,"children":3575},{"style":1364},[3576],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3578,"children":3579},{"style":1358},[3580],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3582,"children":3583},{"style":1364},[3584],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3586,"children":3587},{"style":1358},[3588],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3590,"children":3591},{"style":1364},[3592],{"type":54,"value":105},{"type":48,"tag":1351,"props":3594,"children":3595},{"style":1406},[3596],{"type":54,"value":3437},{"type":48,"tag":1351,"props":3598,"children":3599},{"style":1358},[3600],{"type":54,"value":3442},{"type":48,"tag":151,"props":3602,"children":3604},{"id":3603},"_62-utility-shadows",[3605],{"type":54,"value":3606},"6.2 Utility Shadows",{"type":48,"tag":118,"props":3608,"children":3610},{"className":1343,"code":3609,"language":1345,"meta":126,"style":126},"\u002F* Subtle shadow for cards *\u002F\n--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n\n\u002F* Standard card shadow *\u002F\n--shadow-card: \n  0 1px 3px rgba(82, 16, 0, 0.04),\n  0 4px 12px rgba(82, 16, 0, 0.02);\n\n\u002F* Elevated shadow *\u002F\n--shadow-lg: \n  0 10px 15px -3px rgba(0, 0, 0, 0.1),\n  0 4px 6px -4px rgba(0, 0, 0, 0.1);\n\n\u002F* Focus ring shadow *\u002F\n--shadow-focus: 0 0 0 3px rgba(255, 72, 1, 0.2);\n",[3611],{"type":48,"tag":89,"props":3612,"children":3613},{"__ignoreMap":126},[3614,3622,3666,3673,3681,3689,3735,3779,3786,3794,3802,3846,3890,3897,3905],{"type":48,"tag":1351,"props":3615,"children":3616},{"class":1353,"line":1354},[3617],{"type":48,"tag":1351,"props":3618,"children":3619},{"style":2657},[3620],{"type":54,"value":3621},"\u002F* Subtle shadow for cards *\u002F\n",{"type":48,"tag":1351,"props":3623,"children":3624},{"class":1353,"line":1417},[3625,3630,3634,3638,3642,3646,3650,3654,3658,3662],{"type":48,"tag":1351,"props":3626,"children":3627},{"style":1358},[3628],{"type":54,"value":3629},"--shadow-sm: 0 1px 2px 0 rgba(0",{"type":48,"tag":1351,"props":3631,"children":3632},{"style":1364},[3633],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3635,"children":3636},{"style":1358},[3637],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3639,"children":3640},{"style":1364},[3641],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3643,"children":3644},{"style":1358},[3645],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3647,"children":3648},{"style":1364},[3649],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3651,"children":3652},{"style":1358},[3653],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3655,"children":3656},{"style":1364},[3657],{"type":54,"value":105},{"type":48,"tag":1351,"props":3659,"children":3660},{"style":1406},[3661],{"type":54,"value":3506},{"type":48,"tag":1351,"props":3663,"children":3664},{"style":1358},[3665],{"type":54,"value":3442},{"type":48,"tag":1351,"props":3667,"children":3668},{"class":1353,"line":2059},[3669],{"type":48,"tag":1351,"props":3670,"children":3671},{"emptyLinePlaceholder":2679},[3672],{"type":54,"value":2682},{"type":48,"tag":1351,"props":3674,"children":3675},{"class":1353,"line":2081},[3676],{"type":48,"tag":1351,"props":3677,"children":3678},{"style":2657},[3679],{"type":54,"value":3680},"\u002F* Standard card shadow *\u002F\n",{"type":48,"tag":1351,"props":3682,"children":3683},{"class":1353,"line":2104},[3684],{"type":48,"tag":1351,"props":3685,"children":3686},{"style":1358},[3687],{"type":54,"value":3688},"--shadow-card: \n",{"type":48,"tag":1351,"props":3690,"children":3691},{"class":1353,"line":2164},[3692,3697,3701,3706,3710,3714,3718,3722,3726,3731],{"type":48,"tag":1351,"props":3693,"children":3694},{"style":1358},[3695],{"type":54,"value":3696},"  0 1px 3px rgba(82",{"type":48,"tag":1351,"props":3698,"children":3699},{"style":1364},[3700],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3702,"children":3703},{"style":1358},[3704],{"type":54,"value":3705}," 16",{"type":48,"tag":1351,"props":3707,"children":3708},{"style":1364},[3709],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3711,"children":3712},{"style":1358},[3713],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3715,"children":3716},{"style":1364},[3717],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3719,"children":3720},{"style":1358},[3721],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3723,"children":3724},{"style":1364},[3725],{"type":54,"value":105},{"type":48,"tag":1351,"props":3727,"children":3728},{"style":1406},[3729],{"type":54,"value":3730},"04",{"type":48,"tag":1351,"props":3732,"children":3733},{"style":1358},[3734],{"type":54,"value":3396},{"type":48,"tag":1351,"props":3736,"children":3737},{"class":1353,"line":2713},[3738,3743,3747,3751,3755,3759,3763,3767,3771,3775],{"type":48,"tag":1351,"props":3739,"children":3740},{"style":1358},[3741],{"type":54,"value":3742},"  0 4px 12px rgba(82",{"type":48,"tag":1351,"props":3744,"children":3745},{"style":1364},[3746],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3748,"children":3749},{"style":1358},[3750],{"type":54,"value":3705},{"type":48,"tag":1351,"props":3752,"children":3753},{"style":1364},[3754],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3756,"children":3757},{"style":1358},[3758],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3760,"children":3761},{"style":1364},[3762],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3764,"children":3765},{"style":1358},[3766],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3768,"children":3769},{"style":1364},[3770],{"type":54,"value":105},{"type":48,"tag":1351,"props":3772,"children":3773},{"style":1406},[3774],{"type":54,"value":3391},{"type":48,"tag":1351,"props":3776,"children":3777},{"style":1358},[3778],{"type":54,"value":3442},{"type":48,"tag":1351,"props":3780,"children":3781},{"class":1353,"line":2722},[3782],{"type":48,"tag":1351,"props":3783,"children":3784},{"emptyLinePlaceholder":2679},[3785],{"type":54,"value":2682},{"type":48,"tag":1351,"props":3787,"children":3788},{"class":1353,"line":2736},[3789],{"type":48,"tag":1351,"props":3790,"children":3791},{"style":2657},[3792],{"type":54,"value":3793},"\u002F* Elevated shadow *\u002F\n",{"type":48,"tag":1351,"props":3795,"children":3796},{"class":1353,"line":2744},[3797],{"type":48,"tag":1351,"props":3798,"children":3799},{"style":1358},[3800],{"type":54,"value":3801},"--shadow-lg: \n",{"type":48,"tag":1351,"props":3803,"children":3804},{"class":1353,"line":2753},[3805,3810,3814,3818,3822,3826,3830,3834,3838,3842],{"type":48,"tag":1351,"props":3806,"children":3807},{"style":1358},[3808],{"type":54,"value":3809},"  0 10px 15px -3px rgba(0",{"type":48,"tag":1351,"props":3811,"children":3812},{"style":1364},[3813],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3815,"children":3816},{"style":1358},[3817],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3819,"children":3820},{"style":1364},[3821],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3823,"children":3824},{"style":1358},[3825],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3827,"children":3828},{"style":1364},[3829],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3831,"children":3832},{"style":1358},[3833],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3835,"children":3836},{"style":1364},[3837],{"type":54,"value":105},{"type":48,"tag":1351,"props":3839,"children":3840},{"style":1406},[3841],{"type":54,"value":2300},{"type":48,"tag":1351,"props":3843,"children":3844},{"style":1358},[3845],{"type":54,"value":3396},{"type":48,"tag":1351,"props":3847,"children":3848},{"class":1353,"line":2767},[3849,3854,3858,3862,3866,3870,3874,3878,3882,3886],{"type":48,"tag":1351,"props":3850,"children":3851},{"style":1358},[3852],{"type":54,"value":3853},"  0 4px 6px -4px rgba(0",{"type":48,"tag":1351,"props":3855,"children":3856},{"style":1364},[3857],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3859,"children":3860},{"style":1358},[3861],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3863,"children":3864},{"style":1364},[3865],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3867,"children":3868},{"style":1358},[3869],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3871,"children":3872},{"style":1364},[3873],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3875,"children":3876},{"style":1358},[3877],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3879,"children":3880},{"style":1364},[3881],{"type":54,"value":105},{"type":48,"tag":1351,"props":3883,"children":3884},{"style":1406},[3885],{"type":54,"value":2300},{"type":48,"tag":1351,"props":3887,"children":3888},{"style":1358},[3889],{"type":54,"value":3442},{"type":48,"tag":1351,"props":3891,"children":3892},{"class":1353,"line":2781},[3893],{"type":48,"tag":1351,"props":3894,"children":3895},{"emptyLinePlaceholder":2679},[3896],{"type":54,"value":2682},{"type":48,"tag":1351,"props":3898,"children":3899},{"class":1353,"line":2795},[3900],{"type":48,"tag":1351,"props":3901,"children":3902},{"style":2657},[3903],{"type":54,"value":3904},"\u002F* Focus ring shadow *\u002F\n",{"type":48,"tag":1351,"props":3906,"children":3907},{"class":1353,"line":2803},[3908,3913,3917,3922,3926,3930,3934,3938,3942,3946],{"type":48,"tag":1351,"props":3909,"children":3910},{"style":1358},[3911],{"type":54,"value":3912},"--shadow-focus: 0 0 0 3px rgba(255",{"type":48,"tag":1351,"props":3914,"children":3915},{"style":1364},[3916],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3918,"children":3919},{"style":1358},[3920],{"type":54,"value":3921}," 72",{"type":48,"tag":1351,"props":3923,"children":3924},{"style":1364},[3925],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3927,"children":3928},{"style":1358},[3929],{"type":54,"value":2136},{"type":48,"tag":1351,"props":3931,"children":3932},{"style":1364},[3933],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3935,"children":3936},{"style":1358},[3937],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3939,"children":3940},{"style":1364},[3941],{"type":54,"value":105},{"type":48,"tag":1351,"props":3943,"children":3944},{"style":1406},[3945],{"type":54,"value":2353},{"type":48,"tag":1351,"props":3947,"children":3948},{"style":1358},[3949],{"type":54,"value":3442},{"type":48,"tag":107,"props":3951,"children":3952},{},[],{"type":48,"tag":111,"props":3954,"children":3956},{"id":3955},"_7-animation-system",[3957],{"type":54,"value":3958},"7. Animation System",{"type":48,"tag":151,"props":3960,"children":3962},{"id":3961},"_71-timing-functions",[3963],{"type":54,"value":3964},"7.1 Timing Functions",{"type":48,"tag":118,"props":3966,"children":3968},{"className":1343,"code":3967,"language":1345,"meta":126,"style":126},"\u002F* Standard ease-out (default for most transitions) *\u002F\n--ease-out: cubic-bezier(0, 0, 0.2, 1);\n\n\u002F* Button interactions *\u002F\n--ease-button: cubic-bezier(0.25, 0.46, 0.45, 0.94);\n\n\u002F* Active\u002Fpress states *\u002F\n--ease-active: cubic-bezier(0.55, 0.085, 0.68, 0.53);\n\n\u002F* Smooth deceleration *\u002F\n--ease-decel: cubic-bezier(0.4, 0, 0.2, 1);\n",[3969],{"type":48,"tag":89,"props":3970,"children":3971},{"__ignoreMap":126},[3972,3980,4021,4028,4036,4108,4115,4123,4195,4202,4210],{"type":48,"tag":1351,"props":3973,"children":3974},{"class":1353,"line":1354},[3975],{"type":48,"tag":1351,"props":3976,"children":3977},{"style":2657},[3978],{"type":54,"value":3979},"\u002F* Standard ease-out (default for most transitions) *\u002F\n",{"type":48,"tag":1351,"props":3981,"children":3982},{"class":1353,"line":1417},[3983,3988,3992,3996,4000,4004,4008,4012,4016],{"type":48,"tag":1351,"props":3984,"children":3985},{"style":1358},[3986],{"type":54,"value":3987},"--ease-out: cubic-bezier(0",{"type":48,"tag":1351,"props":3989,"children":3990},{"style":1364},[3991],{"type":54,"value":1367},{"type":48,"tag":1351,"props":3993,"children":3994},{"style":1358},[3995],{"type":54,"value":3283},{"type":48,"tag":1351,"props":3997,"children":3998},{"style":1364},[3999],{"type":54,"value":1367},{"type":48,"tag":1351,"props":4001,"children":4002},{"style":1358},[4003],{"type":54,"value":3283},{"type":48,"tag":1351,"props":4005,"children":4006},{"style":1364},[4007],{"type":54,"value":105},{"type":48,"tag":1351,"props":4009,"children":4010},{"style":1406},[4011],{"type":54,"value":2353},{"type":48,"tag":1351,"props":4013,"children":4014},{"style":1364},[4015],{"type":54,"value":1367},{"type":48,"tag":1351,"props":4017,"children":4018},{"style":1358},[4019],{"type":54,"value":4020}," 1);\n",{"type":48,"tag":1351,"props":4022,"children":4023},{"class":1353,"line":2059},[4024],{"type":48,"tag":1351,"props":4025,"children":4026},{"emptyLinePlaceholder":2679},[4027],{"type":54,"value":2682},{"type":48,"tag":1351,"props":4029,"children":4030},{"class":1353,"line":2081},[4031],{"type":48,"tag":1351,"props":4032,"children":4033},{"style":2657},[4034],{"type":54,"value":4035},"\u002F* Button interactions *\u002F\n",{"type":48,"tag":1351,"props":4037,"children":4038},{"class":1353,"line":2104},[4039,4044,4048,4053,4057,4061,4065,4070,4074,4078,4082,4087,4091,4095,4099,4104],{"type":48,"tag":1351,"props":4040,"children":4041},{"style":1358},[4042],{"type":54,"value":4043},"--ease-button: cubic-bezier(0",{"type":48,"tag":1351,"props":4045,"children":4046},{"style":1364},[4047],{"type":54,"value":105},{"type":48,"tag":1351,"props":4049,"children":4050},{"style":1406},[4051],{"type":54,"value":4052},"25",{"type":48,"tag":1351,"props":4054,"children":4055},{"style":1364},[4056],{"type":54,"value":1367},{"type":48,"tag":1351,"props":4058,"children":4059},{"style":1358},[4060],{"type":54,"value":3283},{"type":48,"tag":1351,"props":4062,"children":4063},{"style":1364},[4064],{"type":54,"value":105},{"type":48,"tag":1351,"props":4066,"children":4067},{"style":1406},[4068],{"type":54,"value":4069},"46",{"type":48,"tag":1351,"props":4071,"children":4072},{"style":1364},[4073],{"type":54,"value":1367},{"type":48,"tag":1351,"props":4075,"children":4076},{"style":1358},[4077],{"type":54,"value":3283},{"type":48,"tag":1351,"props":4079,"children":4080},{"style":1364},[4081],{"type":54,"value":105},{"type":48,"tag":1351,"props":4083,"children":4084},{"style":1406},[4085],{"type":54,"value":4086},"45",{"type":48,"tag":1351,"props":4088,"children":4089},{"style":1364},[4090],{"type":54,"value":1367},{"type":48,"tag":1351,"props":4092,"children":4093},{"style":1358},[4094],{"type":54,"value":3283},{"type":48,"tag":1351,"props":4096,"children":4097},{"style":1364},[4098],{"type":54,"value":105},{"type":48,"tag":1351,"props":4100,"children":4101},{"style":1406},[4102],{"type":54,"value":4103},"94",{"type":48,"tag":1351,"props":4105,"children":4106},{"style":1358},[4107],{"type":54,"value":3442},{"type":48,"tag":1351,"props":4109,"children":4110},{"class":1353,"line":2164},[4111],{"type":48,"tag":1351,"props":4112,"children":4113},{"emptyLinePlaceholder":2679},[4114],{"type":54,"value":2682},{"type":48,"tag":1351,"props":4116,"children":4117},{"class":1353,"line":2713},[4118],{"type":48,"tag":1351,"props":4119,"children":4120},{"style":2657},[4121],{"type":54,"value":4122},"\u002F* Active\u002Fpress states *\u002F\n",{"type":48,"tag":1351,"props":4124,"children":4125},{"class":1353,"line":2722},[4126,4131,4135,4140,4144,4148,4152,4157,4161,4165,4169,4174,4178,4182,4186,4191],{"type":48,"tag":1351,"props":4127,"children":4128},{"style":1358},[4129],{"type":54,"value":4130},"--ease-active: cubic-bezier(0",{"type":48,"tag":1351,"props":4132,"children":4133},{"style":1364},[4134],{"type":54,"value":105},{"type":48,"tag":1351,"props":4136,"children":4137},{"style":1406},[4138],{"type":54,"value":4139},"55",{"type":48,"tag":1351,"props":4141,"children":4142},{"style":1364},[4143],{"type":54,"value":1367},{"type":48,"tag":1351,"props":4145,"children":4146},{"style":1358},[4147],{"type":54,"value":3283},{"type":48,"tag":1351,"props":4149,"children":4150},{"style":1364},[4151],{"type":54,"value":105},{"type":48,"tag":1351,"props":4153,"children":4154},{"style":1406},[4155],{"type":54,"value":4156},"085",{"type":48,"tag":1351,"props":4158,"children":4159},{"style":1364},[4160],{"type":54,"value":1367},{"type":48,"tag":1351,"props":4162,"children":4163},{"style":1358},[4164],{"type":54,"value":3283},{"type":48,"tag":1351,"props":4166,"children":4167},{"style":1364},[4168],{"type":54,"value":105},{"type":48,"tag":1351,"props":4170,"children":4171},{"style":1406},[4172],{"type":54,"value":4173},"68",{"type":48,"tag":1351,"props":4175,"children":4176},{"style":1364},[4177],{"type":54,"value":1367},{"type":48,"tag":1351,"props":4179,"children":4180},{"style":1358},[4181],{"type":54,"value":3283},{"type":48,"tag":1351,"props":4183,"children":4184},{"style":1364},[4185],{"type":54,"value":105},{"type":48,"tag":1351,"props":4187,"children":4188},{"style":1406},[4189],{"type":54,"value":4190},"53",{"type":48,"tag":1351,"props":4192,"children":4193},{"style":1358},[4194],{"type":54,"value":3442},{"type":48,"tag":1351,"props":4196,"children":4197},{"class":1353,"line":2736},[4198],{"type":48,"tag":1351,"props":4199,"children":4200},{"emptyLinePlaceholder":2679},[4201],{"type":54,"value":2682},{"type":48,"tag":1351,"props":4203,"children":4204},{"class":1353,"line":2744},[4205],{"type":48,"tag":1351,"props":4206,"children":4207},{"style":2657},[4208],{"type":54,"value":4209},"\u002F* Smooth deceleration *\u002F\n",{"type":48,"tag":1351,"props":4211,"children":4212},{"class":1353,"line":2753},[4213,4218,4222,4226,4230,4234,4238,4242,4246,4250,4254],{"type":48,"tag":1351,"props":4214,"children":4215},{"style":1358},[4216],{"type":54,"value":4217},"--ease-decel: cubic-bezier(0",{"type":48,"tag":1351,"props":4219,"children":4220},{"style":1364},[4221],{"type":54,"value":105},{"type":48,"tag":1351,"props":4223,"children":4224},{"style":1406},[4225],{"type":54,"value":2407},{"type":48,"tag":1351,"props":4227,"children":4228},{"style":1364},[4229],{"type":54,"value":1367},{"type":48,"tag":1351,"props":4231,"children":4232},{"style":1358},[4233],{"type":54,"value":3283},{"type":48,"tag":1351,"props":4235,"children":4236},{"style":1364},[4237],{"type":54,"value":1367},{"type":48,"tag":1351,"props":4239,"children":4240},{"style":1358},[4241],{"type":54,"value":3283},{"type":48,"tag":1351,"props":4243,"children":4244},{"style":1364},[4245],{"type":54,"value":105},{"type":48,"tag":1351,"props":4247,"children":4248},{"style":1406},[4249],{"type":54,"value":2353},{"type":48,"tag":1351,"props":4251,"children":4252},{"style":1364},[4253],{"type":54,"value":1367},{"type":48,"tag":1351,"props":4255,"children":4256},{"style":1358},[4257],{"type":54,"value":4020},{"type":48,"tag":151,"props":4259,"children":4261},{"id":4260},"_72-duration-scale",[4262],{"type":54,"value":4263},"7.2 Duration Scale",{"type":48,"tag":158,"props":4265,"children":4266},{},[4267,4285],{"type":48,"tag":162,"props":4268,"children":4269},{},[4270],{"type":48,"tag":166,"props":4271,"children":4272},{},[4273,4277,4281],{"type":48,"tag":170,"props":4274,"children":4275},{},[4276],{"type":54,"value":375},{"type":48,"tag":170,"props":4278,"children":4279},{},[4280],{"type":54,"value":1849},{"type":48,"tag":170,"props":4282,"children":4283},{},[4284],{"type":54,"value":390},{"type":48,"tag":181,"props":4286,"children":4287},{},[4288,4310,4332,4353,4375,4397],{"type":48,"tag":166,"props":4289,"children":4290},{},[4291,4300,4305],{"type":48,"tag":188,"props":4292,"children":4293},{},[4294],{"type":48,"tag":89,"props":4295,"children":4297},{"className":4296},[],[4298],{"type":54,"value":4299},"--duration-instant",{"type":48,"tag":188,"props":4301,"children":4302},{},[4303],{"type":54,"value":4304},"100ms",{"type":48,"tag":188,"props":4306,"children":4307},{},[4308],{"type":54,"value":4309},"Micro-interactions",{"type":48,"tag":166,"props":4311,"children":4312},{},[4313,4322,4327],{"type":48,"tag":188,"props":4314,"children":4315},{},[4316],{"type":48,"tag":89,"props":4317,"children":4319},{"className":4318},[],[4320],{"type":54,"value":4321},"--duration-fast",{"type":48,"tag":188,"props":4323,"children":4324},{},[4325],{"type":54,"value":4326},"150ms",{"type":48,"tag":188,"props":4328,"children":4329},{},[4330],{"type":54,"value":4331},"Default transitions",{"type":48,"tag":166,"props":4333,"children":4334},{},[4335,4344,4349],{"type":48,"tag":188,"props":4336,"children":4337},{},[4338],{"type":48,"tag":89,"props":4339,"children":4341},{"className":4340},[],[4342],{"type":54,"value":4343},"--duration-normal",{"type":48,"tag":188,"props":4345,"children":4346},{},[4347],{"type":54,"value":4348},"200ms",{"type":48,"tag":188,"props":4350,"children":4351},{},[4352],{"type":54,"value":463},{"type":48,"tag":166,"props":4354,"children":4355},{},[4356,4365,4370],{"type":48,"tag":188,"props":4357,"children":4358},{},[4359],{"type":48,"tag":89,"props":4360,"children":4362},{"className":4361},[],[4363],{"type":54,"value":4364},"--duration-medium",{"type":48,"tag":188,"props":4366,"children":4367},{},[4368],{"type":54,"value":4369},"300ms",{"type":48,"tag":188,"props":4371,"children":4372},{},[4373],{"type":54,"value":4374},"Theme transitions",{"type":48,"tag":166,"props":4376,"children":4377},{},[4378,4387,4392],{"type":48,"tag":188,"props":4379,"children":4380},{},[4381],{"type":48,"tag":89,"props":4382,"children":4384},{"className":4383},[],[4385],{"type":54,"value":4386},"--duration-slow",{"type":48,"tag":188,"props":4388,"children":4389},{},[4390],{"type":54,"value":4391},"500ms",{"type":48,"tag":188,"props":4393,"children":4394},{},[4395],{"type":54,"value":4396},"Complex animations",{"type":48,"tag":166,"props":4398,"children":4399},{},[4400,4409,4414],{"type":48,"tag":188,"props":4401,"children":4402},{},[4403],{"type":48,"tag":89,"props":4404,"children":4406},{"className":4405},[],[4407],{"type":54,"value":4408},"--duration-long",{"type":48,"tag":188,"props":4410,"children":4411},{},[4412],{"type":54,"value":4413},"1000ms",{"type":48,"tag":188,"props":4415,"children":4416},{},[4417],{"type":54,"value":4418},"Page transitions",{"type":48,"tag":151,"props":4420,"children":4422},{"id":4421},"_73-standard-transitions",[4423],{"type":54,"value":4424},"7.3 Standard Transitions",{"type":48,"tag":118,"props":4426,"children":4428},{"className":1343,"code":4427,"language":1345,"meta":126,"style":126},"\u002F* Color transitions (default) *\u002F\ntransition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;\n\n\u002F* Button transitions *\u002F\ntransition: all 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n\n\u002F* Card hover *\u002F\ntransition: box-shadow 0.2s ease, transform 0.2s ease;\n\n\u002F* Input focus *\u002F\ntransition: border-color 0.15s ease, box-shadow 0.15s ease;\n",[4429],{"type":48,"tag":89,"props":4430,"children":4431},{"__ignoreMap":126},[4432,4440,4513,4520,4528,4610,4617,4625,4676,4683,4691],{"type":48,"tag":1351,"props":4433,"children":4434},{"class":1353,"line":1354},[4435],{"type":48,"tag":1351,"props":4436,"children":4437},{"style":2657},[4438],{"type":54,"value":4439},"\u002F* Color transitions (default) *\u002F\n",{"type":48,"tag":1351,"props":4441,"children":4442},{"class":1353,"line":1417},[4443,4448,4452,4457,4462,4466,4471,4475,4479,4483,4487,4491,4496,4500,4504,4508],{"type":48,"tag":1351,"props":4444,"children":4445},{"style":1358},[4446],{"type":54,"value":4447},"transition: color 0",{"type":48,"tag":1351,"props":4449,"children":4450},{"style":1364},[4451],{"type":54,"value":105},{"type":48,"tag":1351,"props":4453,"children":4454},{"style":1406},[4455],{"type":54,"value":4456},"15s",{"type":48,"tag":1351,"props":4458,"children":4459},{"style":1358},[4460],{"type":54,"value":4461}," ease",{"type":48,"tag":1351,"props":4463,"children":4464},{"style":1364},[4465],{"type":54,"value":1367},{"type":48,"tag":1351,"props":4467,"children":4468},{"style":1406},[4469],{"type":54,"value":4470}," background-color",{"type":48,"tag":1351,"props":4472,"children":4473},{"style":1358},[4474],{"type":54,"value":3283},{"type":48,"tag":1351,"props":4476,"children":4477},{"style":1364},[4478],{"type":54,"value":105},{"type":48,"tag":1351,"props":4480,"children":4481},{"style":1406},[4482],{"type":54,"value":4456},{"type":48,"tag":1351,"props":4484,"children":4485},{"style":1358},[4486],{"type":54,"value":4461},{"type":48,"tag":1351,"props":4488,"children":4489},{"style":1364},[4490],{"type":54,"value":1367},{"type":48,"tag":1351,"props":4492,"children":4493},{"style":1406},[4494],{"type":54,"value":4495}," border-color",{"type":48,"tag":1351,"props":4497,"children":4498},{"style":1358},[4499],{"type":54,"value":3283},{"type":48,"tag":1351,"props":4501,"children":4502},{"style":1364},[4503],{"type":54,"value":105},{"type":48,"tag":1351,"props":4505,"children":4506},{"style":1406},[4507],{"type":54,"value":4456},{"type":48,"tag":1351,"props":4509,"children":4510},{"style":1358},[4511],{"type":54,"value":4512}," ease;\n",{"type":48,"tag":1351,"props":4514,"children":4515},{"class":1353,"line":2059},[4516],{"type":48,"tag":1351,"props":4517,"children":4518},{"emptyLinePlaceholder":2679},[4519],{"type":54,"value":2682},{"type":48,"tag":1351,"props":4521,"children":4522},{"class":1353,"line":2081},[4523],{"type":48,"tag":1351,"props":4524,"children":4525},{"style":2657},[4526],{"type":54,"value":4527},"\u002F* Button transitions *\u002F\n",{"type":48,"tag":1351,"props":4529,"children":4530},{"class":1353,"line":2104},[4531,4536,4540,4545,4550,4554,4558,4562,4566,4570,4574,4578,4582,4586,4590,4594,4598,4602,4606],{"type":48,"tag":1351,"props":4532,"children":4533},{"style":1358},[4534],{"type":54,"value":4535},"transition: all 0",{"type":48,"tag":1351,"props":4537,"children":4538},{"style":1364},[4539],{"type":54,"value":105},{"type":48,"tag":1351,"props":4541,"children":4542},{"style":1406},[4543],{"type":54,"value":4544},"16s",{"type":48,"tag":1351,"props":4546,"children":4547},{"style":1358},[4548],{"type":54,"value":4549}," cubic-bezier(0",{"type":48,"tag":1351,"props":4551,"children":4552},{"style":1364},[4553],{"type":54,"value":105},{"type":48,"tag":1351,"props":4555,"children":4556},{"style":1406},[4557],{"type":54,"value":4052},{"type":48,"tag":1351,"props":4559,"children":4560},{"style":1364},[4561],{"type":54,"value":1367},{"type":48,"tag":1351,"props":4563,"children":4564},{"style":1358},[4565],{"type":54,"value":3283},{"type":48,"tag":1351,"props":4567,"children":4568},{"style":1364},[4569],{"type":54,"value":105},{"type":48,"tag":1351,"props":4571,"children":4572},{"style":1406},[4573],{"type":54,"value":4069},{"type":48,"tag":1351,"props":4575,"children":4576},{"style":1364},[4577],{"type":54,"value":1367},{"type":48,"tag":1351,"props":4579,"children":4580},{"style":1358},[4581],{"type":54,"value":3283},{"type":48,"tag":1351,"props":4583,"children":4584},{"style":1364},[4585],{"type":54,"value":105},{"type":48,"tag":1351,"props":4587,"children":4588},{"style":1406},[4589],{"type":54,"value":4086},{"type":48,"tag":1351,"props":4591,"children":4592},{"style":1364},[4593],{"type":54,"value":1367},{"type":48,"tag":1351,"props":4595,"children":4596},{"style":1358},[4597],{"type":54,"value":3283},{"type":48,"tag":1351,"props":4599,"children":4600},{"style":1364},[4601],{"type":54,"value":105},{"type":48,"tag":1351,"props":4603,"children":4604},{"style":1406},[4605],{"type":54,"value":4103},{"type":48,"tag":1351,"props":4607,"children":4608},{"style":1358},[4609],{"type":54,"value":3442},{"type":48,"tag":1351,"props":4611,"children":4612},{"class":1353,"line":2164},[4613],{"type":48,"tag":1351,"props":4614,"children":4615},{"emptyLinePlaceholder":2679},[4616],{"type":54,"value":2682},{"type":48,"tag":1351,"props":4618,"children":4619},{"class":1353,"line":2713},[4620],{"type":48,"tag":1351,"props":4621,"children":4622},{"style":2657},[4623],{"type":54,"value":4624},"\u002F* Card hover *\u002F\n",{"type":48,"tag":1351,"props":4626,"children":4627},{"class":1353,"line":2722},[4628,4633,4638,4642,4646,4651,4655,4659,4664,4668,4672],{"type":48,"tag":1351,"props":4629,"children":4630},{"style":1358},[4631],{"type":54,"value":4632},"transition: ",{"type":48,"tag":1351,"props":4634,"children":4635},{"style":1406},[4636],{"type":54,"value":4637},"box-shadow",{"type":48,"tag":1351,"props":4639,"children":4640},{"style":1358},[4641],{"type":54,"value":3283},{"type":48,"tag":1351,"props":4643,"children":4644},{"style":1364},[4645],{"type":54,"value":105},{"type":48,"tag":1351,"props":4647,"children":4648},{"style":1406},[4649],{"type":54,"value":4650},"2s",{"type":48,"tag":1351,"props":4652,"children":4653},{"style":1358},[4654],{"type":54,"value":4461},{"type":48,"tag":1351,"props":4656,"children":4657},{"style":1364},[4658],{"type":54,"value":1367},{"type":48,"tag":1351,"props":4660,"children":4661},{"style":1358},[4662],{"type":54,"value":4663}," transform 0",{"type":48,"tag":1351,"props":4665,"children":4666},{"style":1364},[4667],{"type":54,"value":105},{"type":48,"tag":1351,"props":4669,"children":4670},{"style":1406},[4671],{"type":54,"value":4650},{"type":48,"tag":1351,"props":4673,"children":4674},{"style":1358},[4675],{"type":54,"value":4512},{"type":48,"tag":1351,"props":4677,"children":4678},{"class":1353,"line":2736},[4679],{"type":48,"tag":1351,"props":4680,"children":4681},{"emptyLinePlaceholder":2679},[4682],{"type":54,"value":2682},{"type":48,"tag":1351,"props":4684,"children":4685},{"class":1353,"line":2744},[4686],{"type":48,"tag":1351,"props":4687,"children":4688},{"style":2657},[4689],{"type":54,"value":4690},"\u002F* Input focus *\u002F\n",{"type":48,"tag":1351,"props":4692,"children":4693},{"class":1353,"line":2753},[4694,4698,4703,4707,4711,4715,4719,4723,4728,4732,4736,4740],{"type":48,"tag":1351,"props":4695,"children":4696},{"style":1358},[4697],{"type":54,"value":4632},{"type":48,"tag":1351,"props":4699,"children":4700},{"style":1406},[4701],{"type":54,"value":4702},"border-color",{"type":48,"tag":1351,"props":4704,"children":4705},{"style":1358},[4706],{"type":54,"value":3283},{"type":48,"tag":1351,"props":4708,"children":4709},{"style":1364},[4710],{"type":54,"value":105},{"type":48,"tag":1351,"props":4712,"children":4713},{"style":1406},[4714],{"type":54,"value":4456},{"type":48,"tag":1351,"props":4716,"children":4717},{"style":1358},[4718],{"type":54,"value":4461},{"type":48,"tag":1351,"props":4720,"children":4721},{"style":1364},[4722],{"type":54,"value":1367},{"type":48,"tag":1351,"props":4724,"children":4725},{"style":1406},[4726],{"type":54,"value":4727}," box-shadow",{"type":48,"tag":1351,"props":4729,"children":4730},{"style":1358},[4731],{"type":54,"value":3283},{"type":48,"tag":1351,"props":4733,"children":4734},{"style":1364},[4735],{"type":54,"value":105},{"type":48,"tag":1351,"props":4737,"children":4738},{"style":1406},[4739],{"type":54,"value":4456},{"type":48,"tag":1351,"props":4741,"children":4742},{"style":1358},[4743],{"type":54,"value":4512},{"type":48,"tag":151,"props":4745,"children":4747},{"id":4746},"_74-keyframe-animations",[4748],{"type":54,"value":4749},"7.4 Keyframe Animations",{"type":48,"tag":118,"props":4751,"children":4753},{"className":1343,"code":4752,"language":1345,"meta":126,"style":126},"\u002F* Fade in *\u002F\n@keyframes fadeIn {\n  from { opacity: 0; }\n  to { opacity: 1; }\n}\n\n\u002F* Slide up *\u002F\n@keyframes slideUp {\n  from { opacity: 0; transform: translateY(10px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n\u002F* Pulse (loading) *\u002F\n@keyframes pulse {\n  0%, 100% { opacity: 1; }\n  50% { opacity: 0.5; }\n}\n\n\u002F* Progress bar fill *\u002F\n@keyframes progressFill {\n  from { width: 0; }\n  to { width: var(--progress-width); }\n}\n\n\u002F* Infinite scroll (logos) *\u002F\n@keyframes infiniteScroll {\n  from { transform: translateX(0); }\n  to { transform: translateX(-50%); }\n}\n",[4754],{"type":48,"tag":89,"props":4755,"children":4756},{"__ignoreMap":126},[4757,4765,4784,4820,4852,4859,4866,4874,4890,4951,5006,5013,5020,5028,5044,5086,5119,5126,5134,5143,5160,5193,5235,5243,5251,5260,5277,5318,5359],{"type":48,"tag":1351,"props":4758,"children":4759},{"class":1353,"line":1354},[4760],{"type":48,"tag":1351,"props":4761,"children":4762},{"style":2657},[4763],{"type":54,"value":4764},"\u002F* Fade in *\u002F\n",{"type":48,"tag":1351,"props":4766,"children":4767},{"class":1353,"line":1417},[4768,4774,4780],{"type":48,"tag":1351,"props":4769,"children":4771},{"style":4770},"--shiki-light:#39ADB5;--shiki-light-font-style:italic;--shiki-default:#89DDFF;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic",[4772],{"type":54,"value":4773},"@keyframes",{"type":48,"tag":1351,"props":4775,"children":4777},{"style":4776},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#EEFFFF;--shiki-default-font-style:italic;--shiki-dark:#BABED8;--shiki-dark-font-style:italic",[4778],{"type":54,"value":4779}," fadeIn",{"type":48,"tag":1351,"props":4781,"children":4782},{"style":1364},[4783],{"type":54,"value":2035},{"type":48,"tag":1351,"props":4785,"children":4786},{"class":1353,"line":2059},[4787,4792,4797,4802,4806,4810,4815],{"type":48,"tag":1351,"props":4788,"children":4789},{"style":1406},[4790],{"type":54,"value":4791},"  from",{"type":48,"tag":1351,"props":4793,"children":4794},{"style":1364},[4795],{"type":54,"value":4796}," {",{"type":48,"tag":1351,"props":4798,"children":4799},{"style":2085},[4800],{"type":54,"value":4801}," opacity",{"type":48,"tag":1351,"props":4803,"children":4804},{"style":1364},[4805],{"type":54,"value":96},{"type":48,"tag":1351,"props":4807,"children":4808},{"style":2133},[4809],{"type":54,"value":3283},{"type":48,"tag":1351,"props":4811,"children":4812},{"style":1364},[4813],{"type":54,"value":4814},";",{"type":48,"tag":1351,"props":4816,"children":4817},{"style":1364},[4818],{"type":54,"value":4819}," }\n",{"type":48,"tag":1351,"props":4821,"children":4822},{"class":1353,"line":2081},[4823,4828,4832,4836,4840,4844,4848],{"type":48,"tag":1351,"props":4824,"children":4825},{"style":1406},[4826],{"type":54,"value":4827},"  to",{"type":48,"tag":1351,"props":4829,"children":4830},{"style":1364},[4831],{"type":54,"value":4796},{"type":48,"tag":1351,"props":4833,"children":4834},{"style":2085},[4835],{"type":54,"value":4801},{"type":48,"tag":1351,"props":4837,"children":4838},{"style":1364},[4839],{"type":54,"value":96},{"type":48,"tag":1351,"props":4841,"children":4842},{"style":2133},[4843],{"type":54,"value":2136},{"type":48,"tag":1351,"props":4845,"children":4846},{"style":1364},[4847],{"type":54,"value":4814},{"type":48,"tag":1351,"props":4849,"children":4850},{"style":1364},[4851],{"type":54,"value":4819},{"type":48,"tag":1351,"props":4853,"children":4854},{"class":1353,"line":2104},[4855],{"type":48,"tag":1351,"props":4856,"children":4857},{"style":1364},[4858],{"type":54,"value":2170},{"type":48,"tag":1351,"props":4860,"children":4861},{"class":1353,"line":2164},[4862],{"type":48,"tag":1351,"props":4863,"children":4864},{"emptyLinePlaceholder":2679},[4865],{"type":54,"value":2682},{"type":48,"tag":1351,"props":4867,"children":4868},{"class":1353,"line":2713},[4869],{"type":48,"tag":1351,"props":4870,"children":4871},{"style":2657},[4872],{"type":54,"value":4873},"\u002F* Slide up *\u002F\n",{"type":48,"tag":1351,"props":4875,"children":4876},{"class":1353,"line":2722},[4877,4881,4886],{"type":48,"tag":1351,"props":4878,"children":4879},{"style":4770},[4880],{"type":54,"value":4773},{"type":48,"tag":1351,"props":4882,"children":4883},{"style":4776},[4884],{"type":54,"value":4885}," slideUp",{"type":48,"tag":1351,"props":4887,"children":4888},{"style":1364},[4889],{"type":54,"value":2035},{"type":48,"tag":1351,"props":4891,"children":4892},{"class":1353,"line":2736},[4893,4897,4901,4905,4909,4913,4917,4922,4926,4932,4937,4942,4947],{"type":48,"tag":1351,"props":4894,"children":4895},{"style":1406},[4896],{"type":54,"value":4791},{"type":48,"tag":1351,"props":4898,"children":4899},{"style":1364},[4900],{"type":54,"value":4796},{"type":48,"tag":1351,"props":4902,"children":4903},{"style":2085},[4904],{"type":54,"value":4801},{"type":48,"tag":1351,"props":4906,"children":4907},{"style":1364},[4908],{"type":54,"value":96},{"type":48,"tag":1351,"props":4910,"children":4911},{"style":2133},[4912],{"type":54,"value":3283},{"type":48,"tag":1351,"props":4914,"children":4915},{"style":1364},[4916],{"type":54,"value":4814},{"type":48,"tag":1351,"props":4918,"children":4919},{"style":2085},[4920],{"type":54,"value":4921}," transform",{"type":48,"tag":1351,"props":4923,"children":4924},{"style":1364},[4925],{"type":54,"value":96},{"type":48,"tag":1351,"props":4927,"children":4929},{"style":4928},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[4930],{"type":54,"value":4931}," translateY",{"type":48,"tag":1351,"props":4933,"children":4934},{"style":1364},[4935],{"type":54,"value":4936},"(",{"type":48,"tag":1351,"props":4938,"children":4939},{"style":2133},[4940],{"type":54,"value":4941},"10px",{"type":48,"tag":1351,"props":4943,"children":4944},{"style":1364},[4945],{"type":54,"value":4946},");",{"type":48,"tag":1351,"props":4948,"children":4949},{"style":1364},[4950],{"type":54,"value":4819},{"type":48,"tag":1351,"props":4952,"children":4953},{"class":1353,"line":2744},[4954,4958,4962,4966,4970,4974,4978,4982,4986,4990,4994,4998,5002],{"type":48,"tag":1351,"props":4955,"children":4956},{"style":1406},[4957],{"type":54,"value":4827},{"type":48,"tag":1351,"props":4959,"children":4960},{"style":1364},[4961],{"type":54,"value":4796},{"type":48,"tag":1351,"props":4963,"children":4964},{"style":2085},[4965],{"type":54,"value":4801},{"type":48,"tag":1351,"props":4967,"children":4968},{"style":1364},[4969],{"type":54,"value":96},{"type":48,"tag":1351,"props":4971,"children":4972},{"style":2133},[4973],{"type":54,"value":2136},{"type":48,"tag":1351,"props":4975,"children":4976},{"style":1364},[4977],{"type":54,"value":4814},{"type":48,"tag":1351,"props":4979,"children":4980},{"style":2085},[4981],{"type":54,"value":4921},{"type":48,"tag":1351,"props":4983,"children":4984},{"style":1364},[4985],{"type":54,"value":96},{"type":48,"tag":1351,"props":4987,"children":4988},{"style":4928},[4989],{"type":54,"value":4931},{"type":48,"tag":1351,"props":4991,"children":4992},{"style":1364},[4993],{"type":54,"value":4936},{"type":48,"tag":1351,"props":4995,"children":4996},{"style":2133},[4997],{"type":54,"value":2247},{"type":48,"tag":1351,"props":4999,"children":5000},{"style":1364},[5001],{"type":54,"value":4946},{"type":48,"tag":1351,"props":5003,"children":5004},{"style":1364},[5005],{"type":54,"value":4819},{"type":48,"tag":1351,"props":5007,"children":5008},{"class":1353,"line":2753},[5009],{"type":48,"tag":1351,"props":5010,"children":5011},{"style":1364},[5012],{"type":54,"value":2170},{"type":48,"tag":1351,"props":5014,"children":5015},{"class":1353,"line":2767},[5016],{"type":48,"tag":1351,"props":5017,"children":5018},{"emptyLinePlaceholder":2679},[5019],{"type":54,"value":2682},{"type":48,"tag":1351,"props":5021,"children":5022},{"class":1353,"line":2781},[5023],{"type":48,"tag":1351,"props":5024,"children":5025},{"style":2657},[5026],{"type":54,"value":5027},"\u002F* Pulse (loading) *\u002F\n",{"type":48,"tag":1351,"props":5029,"children":5030},{"class":1353,"line":2795},[5031,5035,5040],{"type":48,"tag":1351,"props":5032,"children":5033},{"style":4770},[5034],{"type":54,"value":4773},{"type":48,"tag":1351,"props":5036,"children":5037},{"style":4776},[5038],{"type":54,"value":5039}," pulse",{"type":48,"tag":1351,"props":5041,"children":5042},{"style":1364},[5043],{"type":54,"value":2035},{"type":48,"tag":1351,"props":5045,"children":5046},{"class":1353,"line":2803},[5047,5052,5057,5062,5066,5070,5074,5078,5082],{"type":48,"tag":1351,"props":5048,"children":5049},{"style":1406},[5050],{"type":54,"value":5051},"  0%",{"type":48,"tag":1351,"props":5053,"children":5054},{"style":1358},[5055],{"type":54,"value":5056},", ",{"type":48,"tag":1351,"props":5058,"children":5059},{"style":1406},[5060],{"type":54,"value":5061},"100%",{"type":48,"tag":1351,"props":5063,"children":5064},{"style":1364},[5065],{"type":54,"value":4796},{"type":48,"tag":1351,"props":5067,"children":5068},{"style":2085},[5069],{"type":54,"value":4801},{"type":48,"tag":1351,"props":5071,"children":5072},{"style":1364},[5073],{"type":54,"value":96},{"type":48,"tag":1351,"props":5075,"children":5076},{"style":2133},[5077],{"type":54,"value":2136},{"type":48,"tag":1351,"props":5079,"children":5080},{"style":1364},[5081],{"type":54,"value":4814},{"type":48,"tag":1351,"props":5083,"children":5084},{"style":1364},[5085],{"type":54,"value":4819},{"type":48,"tag":1351,"props":5087,"children":5088},{"class":1353,"line":2812},[5089,5094,5098,5102,5106,5111,5115],{"type":48,"tag":1351,"props":5090,"children":5091},{"style":1406},[5092],{"type":54,"value":5093},"  50%",{"type":48,"tag":1351,"props":5095,"children":5096},{"style":1364},[5097],{"type":54,"value":4796},{"type":48,"tag":1351,"props":5099,"children":5100},{"style":2085},[5101],{"type":54,"value":4801},{"type":48,"tag":1351,"props":5103,"children":5104},{"style":1364},[5105],{"type":54,"value":96},{"type":48,"tag":1351,"props":5107,"children":5108},{"style":2133},[5109],{"type":54,"value":5110}," 0.5",{"type":48,"tag":1351,"props":5112,"children":5113},{"style":1364},[5114],{"type":54,"value":4814},{"type":48,"tag":1351,"props":5116,"children":5117},{"style":1364},[5118],{"type":54,"value":4819},{"type":48,"tag":1351,"props":5120,"children":5121},{"class":1353,"line":2826},[5122],{"type":48,"tag":1351,"props":5123,"children":5124},{"style":1364},[5125],{"type":54,"value":2170},{"type":48,"tag":1351,"props":5127,"children":5129},{"class":1353,"line":5128},18,[5130],{"type":48,"tag":1351,"props":5131,"children":5132},{"emptyLinePlaceholder":2679},[5133],{"type":54,"value":2682},{"type":48,"tag":1351,"props":5135,"children":5137},{"class":1353,"line":5136},19,[5138],{"type":48,"tag":1351,"props":5139,"children":5140},{"style":2657},[5141],{"type":54,"value":5142},"\u002F* Progress bar fill *\u002F\n",{"type":48,"tag":1351,"props":5144,"children":5146},{"class":1353,"line":5145},20,[5147,5151,5156],{"type":48,"tag":1351,"props":5148,"children":5149},{"style":4770},[5150],{"type":54,"value":4773},{"type":48,"tag":1351,"props":5152,"children":5153},{"style":4776},[5154],{"type":54,"value":5155}," progressFill",{"type":48,"tag":1351,"props":5157,"children":5158},{"style":1364},[5159],{"type":54,"value":2035},{"type":48,"tag":1351,"props":5161,"children":5163},{"class":1353,"line":5162},21,[5164,5168,5172,5177,5181,5185,5189],{"type":48,"tag":1351,"props":5165,"children":5166},{"style":1406},[5167],{"type":54,"value":4791},{"type":48,"tag":1351,"props":5169,"children":5170},{"style":1364},[5171],{"type":54,"value":4796},{"type":48,"tag":1351,"props":5173,"children":5174},{"style":2085},[5175],{"type":54,"value":5176}," width",{"type":48,"tag":1351,"props":5178,"children":5179},{"style":1364},[5180],{"type":54,"value":96},{"type":48,"tag":1351,"props":5182,"children":5183},{"style":2133},[5184],{"type":54,"value":3283},{"type":48,"tag":1351,"props":5186,"children":5187},{"style":1364},[5188],{"type":54,"value":4814},{"type":48,"tag":1351,"props":5190,"children":5191},{"style":1364},[5192],{"type":54,"value":4819},{"type":48,"tag":1351,"props":5194,"children":5196},{"class":1353,"line":5195},22,[5197,5201,5205,5209,5213,5218,5222,5227,5231],{"type":48,"tag":1351,"props":5198,"children":5199},{"style":1406},[5200],{"type":54,"value":4827},{"type":48,"tag":1351,"props":5202,"children":5203},{"style":1364},[5204],{"type":54,"value":4796},{"type":48,"tag":1351,"props":5206,"children":5207},{"style":2085},[5208],{"type":54,"value":5176},{"type":48,"tag":1351,"props":5210,"children":5211},{"style":1364},[5212],{"type":54,"value":96},{"type":48,"tag":1351,"props":5214,"children":5215},{"style":4928},[5216],{"type":54,"value":5217}," var",{"type":48,"tag":1351,"props":5219,"children":5220},{"style":1364},[5221],{"type":54,"value":4936},{"type":48,"tag":1351,"props":5223,"children":5224},{"style":1358},[5225],{"type":54,"value":5226},"--progress-width",{"type":48,"tag":1351,"props":5228,"children":5229},{"style":1364},[5230],{"type":54,"value":4946},{"type":48,"tag":1351,"props":5232,"children":5233},{"style":1364},[5234],{"type":54,"value":4819},{"type":48,"tag":1351,"props":5236,"children":5238},{"class":1353,"line":5237},23,[5239],{"type":48,"tag":1351,"props":5240,"children":5241},{"style":1364},[5242],{"type":54,"value":2170},{"type":48,"tag":1351,"props":5244,"children":5246},{"class":1353,"line":5245},24,[5247],{"type":48,"tag":1351,"props":5248,"children":5249},{"emptyLinePlaceholder":2679},[5250],{"type":54,"value":2682},{"type":48,"tag":1351,"props":5252,"children":5254},{"class":1353,"line":5253},25,[5255],{"type":48,"tag":1351,"props":5256,"children":5257},{"style":2657},[5258],{"type":54,"value":5259},"\u002F* Infinite scroll (logos) *\u002F\n",{"type":48,"tag":1351,"props":5261,"children":5263},{"class":1353,"line":5262},26,[5264,5268,5273],{"type":48,"tag":1351,"props":5265,"children":5266},{"style":4770},[5267],{"type":54,"value":4773},{"type":48,"tag":1351,"props":5269,"children":5270},{"style":4776},[5271],{"type":54,"value":5272}," infiniteScroll",{"type":48,"tag":1351,"props":5274,"children":5275},{"style":1364},[5276],{"type":54,"value":2035},{"type":48,"tag":1351,"props":5278,"children":5280},{"class":1353,"line":5279},27,[5281,5285,5289,5293,5297,5302,5306,5310,5314],{"type":48,"tag":1351,"props":5282,"children":5283},{"style":1406},[5284],{"type":54,"value":4791},{"type":48,"tag":1351,"props":5286,"children":5287},{"style":1364},[5288],{"type":54,"value":4796},{"type":48,"tag":1351,"props":5290,"children":5291},{"style":2085},[5292],{"type":54,"value":4921},{"type":48,"tag":1351,"props":5294,"children":5295},{"style":1364},[5296],{"type":54,"value":96},{"type":48,"tag":1351,"props":5298,"children":5299},{"style":4928},[5300],{"type":54,"value":5301}," translateX",{"type":48,"tag":1351,"props":5303,"children":5304},{"style":1364},[5305],{"type":54,"value":4936},{"type":48,"tag":1351,"props":5307,"children":5308},{"style":2133},[5309],{"type":54,"value":2247},{"type":48,"tag":1351,"props":5311,"children":5312},{"style":1364},[5313],{"type":54,"value":4946},{"type":48,"tag":1351,"props":5315,"children":5316},{"style":1364},[5317],{"type":54,"value":4819},{"type":48,"tag":1351,"props":5319,"children":5321},{"class":1353,"line":5320},28,[5322,5326,5330,5334,5338,5342,5346,5351,5355],{"type":48,"tag":1351,"props":5323,"children":5324},{"style":1406},[5325],{"type":54,"value":4827},{"type":48,"tag":1351,"props":5327,"children":5328},{"style":1364},[5329],{"type":54,"value":4796},{"type":48,"tag":1351,"props":5331,"children":5332},{"style":2085},[5333],{"type":54,"value":4921},{"type":48,"tag":1351,"props":5335,"children":5336},{"style":1364},[5337],{"type":54,"value":96},{"type":48,"tag":1351,"props":5339,"children":5340},{"style":4928},[5341],{"type":54,"value":5301},{"type":48,"tag":1351,"props":5343,"children":5344},{"style":1364},[5345],{"type":54,"value":4936},{"type":48,"tag":1351,"props":5347,"children":5348},{"style":2133},[5349],{"type":54,"value":5350},"-50%",{"type":48,"tag":1351,"props":5352,"children":5353},{"style":1364},[5354],{"type":54,"value":4946},{"type":48,"tag":1351,"props":5356,"children":5357},{"style":1364},[5358],{"type":54,"value":4819},{"type":48,"tag":1351,"props":5360,"children":5362},{"class":1353,"line":5361},29,[5363],{"type":48,"tag":1351,"props":5364,"children":5365},{"style":1364},[5366],{"type":54,"value":2170},{"type":48,"tag":151,"props":5368,"children":5370},{"id":5369},"_75-framer-motion-presets-react",[5371],{"type":54,"value":5372},"7.5 Framer Motion Presets (React)",{"type":48,"tag":118,"props":5374,"children":5378},{"className":5375,"code":5376,"language":5377,"meta":126,"style":126},"language-javascript shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","\u002F\u002F Fade in\nconst fadeIn = {\n  initial: { opacity: 0 },\n  animate: { opacity: 1 },\n  transition: { duration: 0.3 }\n};\n\n\u002F\u002F Slide up\nconst slideUp = {\n  initial: { opacity: 0, y: 20 },\n  animate: { opacity: 1, y: 0 },\n  transition: { duration: 0.4, ease: [0.25, 0.46, 0.45, 0.94] }\n};\n\n\u002F\u002F Stagger children\nconst staggerContainer = {\n  animate: { transition: { staggerChildren: 0.1 } }\n};\n\n\u002F\u002F Scale on hover\nconst scaleHover = {\n  whileHover: { scale: 1.02 },\n  whileTap: { scale: 0.98 }\n};\n\n\u002F\u002F Button press\nconst buttonPress = {\n  whileTap: { scale: 0.98, y: 1 }\n};\n","javascript",[5379],{"type":48,"tag":89,"props":5380,"children":5381},{"__ignoreMap":126},[5382,5390,5413,5447,5479,5513,5521,5528,5536,5556,5605,5652,5738,5745,5752,5760,5780,5831,5838,5845,5853,5873,5907,5940,5947,5954,5962,5982,6029],{"type":48,"tag":1351,"props":5383,"children":5384},{"class":1353,"line":1354},[5385],{"type":48,"tag":1351,"props":5386,"children":5387},{"style":2657},[5388],{"type":54,"value":5389},"\u002F\u002F Fade in\n",{"type":48,"tag":1351,"props":5391,"children":5392},{"class":1353,"line":1417},[5393,5399,5404,5409],{"type":48,"tag":1351,"props":5394,"children":5396},{"style":5395},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[5397],{"type":54,"value":5398},"const",{"type":48,"tag":1351,"props":5400,"children":5401},{"style":1358},[5402],{"type":54,"value":5403}," fadeIn ",{"type":48,"tag":1351,"props":5405,"children":5406},{"style":1364},[5407],{"type":54,"value":5408},"=",{"type":48,"tag":1351,"props":5410,"children":5411},{"style":1364},[5412],{"type":54,"value":2035},{"type":48,"tag":1351,"props":5414,"children":5415},{"class":1353,"line":2059},[5416,5422,5426,5430,5434,5438,5442],{"type":48,"tag":1351,"props":5417,"children":5419},{"style":5418},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[5420],{"type":54,"value":5421},"  initial",{"type":48,"tag":1351,"props":5423,"children":5424},{"style":1364},[5425],{"type":54,"value":96},{"type":48,"tag":1351,"props":5427,"children":5428},{"style":1364},[5429],{"type":54,"value":4796},{"type":48,"tag":1351,"props":5431,"children":5432},{"style":5418},[5433],{"type":54,"value":4801},{"type":48,"tag":1351,"props":5435,"children":5436},{"style":1364},[5437],{"type":54,"value":96},{"type":48,"tag":1351,"props":5439,"children":5440},{"style":2133},[5441],{"type":54,"value":3283},{"type":48,"tag":1351,"props":5443,"children":5444},{"style":1364},[5445],{"type":54,"value":5446}," },\n",{"type":48,"tag":1351,"props":5448,"children":5449},{"class":1353,"line":2081},[5450,5455,5459,5463,5467,5471,5475],{"type":48,"tag":1351,"props":5451,"children":5452},{"style":5418},[5453],{"type":54,"value":5454},"  animate",{"type":48,"tag":1351,"props":5456,"children":5457},{"style":1364},[5458],{"type":54,"value":96},{"type":48,"tag":1351,"props":5460,"children":5461},{"style":1364},[5462],{"type":54,"value":4796},{"type":48,"tag":1351,"props":5464,"children":5465},{"style":5418},[5466],{"type":54,"value":4801},{"type":48,"tag":1351,"props":5468,"children":5469},{"style":1364},[5470],{"type":54,"value":96},{"type":48,"tag":1351,"props":5472,"children":5473},{"style":2133},[5474],{"type":54,"value":2136},{"type":48,"tag":1351,"props":5476,"children":5477},{"style":1364},[5478],{"type":54,"value":5446},{"type":48,"tag":1351,"props":5480,"children":5481},{"class":1353,"line":2104},[5482,5487,5491,5495,5500,5504,5509],{"type":48,"tag":1351,"props":5483,"children":5484},{"style":5418},[5485],{"type":54,"value":5486},"  transition",{"type":48,"tag":1351,"props":5488,"children":5489},{"style":1364},[5490],{"type":54,"value":96},{"type":48,"tag":1351,"props":5492,"children":5493},{"style":1364},[5494],{"type":54,"value":4796},{"type":48,"tag":1351,"props":5496,"children":5497},{"style":5418},[5498],{"type":54,"value":5499}," duration",{"type":48,"tag":1351,"props":5501,"children":5502},{"style":1364},[5503],{"type":54,"value":96},{"type":48,"tag":1351,"props":5505,"children":5506},{"style":2133},[5507],{"type":54,"value":5508}," 0.3",{"type":48,"tag":1351,"props":5510,"children":5511},{"style":1364},[5512],{"type":54,"value":4819},{"type":48,"tag":1351,"props":5514,"children":5515},{"class":1353,"line":2164},[5516],{"type":48,"tag":1351,"props":5517,"children":5518},{"style":1364},[5519],{"type":54,"value":5520},"};\n",{"type":48,"tag":1351,"props":5522,"children":5523},{"class":1353,"line":2713},[5524],{"type":48,"tag":1351,"props":5525,"children":5526},{"emptyLinePlaceholder":2679},[5527],{"type":54,"value":2682},{"type":48,"tag":1351,"props":5529,"children":5530},{"class":1353,"line":2722},[5531],{"type":48,"tag":1351,"props":5532,"children":5533},{"style":2657},[5534],{"type":54,"value":5535},"\u002F\u002F Slide up\n",{"type":48,"tag":1351,"props":5537,"children":5538},{"class":1353,"line":2736},[5539,5543,5548,5552],{"type":48,"tag":1351,"props":5540,"children":5541},{"style":5395},[5542],{"type":54,"value":5398},{"type":48,"tag":1351,"props":5544,"children":5545},{"style":1358},[5546],{"type":54,"value":5547}," slideUp ",{"type":48,"tag":1351,"props":5549,"children":5550},{"style":1364},[5551],{"type":54,"value":5408},{"type":48,"tag":1351,"props":5553,"children":5554},{"style":1364},[5555],{"type":54,"value":2035},{"type":48,"tag":1351,"props":5557,"children":5558},{"class":1353,"line":2744},[5559,5563,5567,5571,5575,5579,5583,5587,5592,5596,5601],{"type":48,"tag":1351,"props":5560,"children":5561},{"style":5418},[5562],{"type":54,"value":5421},{"type":48,"tag":1351,"props":5564,"children":5565},{"style":1364},[5566],{"type":54,"value":96},{"type":48,"tag":1351,"props":5568,"children":5569},{"style":1364},[5570],{"type":54,"value":4796},{"type":48,"tag":1351,"props":5572,"children":5573},{"style":5418},[5574],{"type":54,"value":4801},{"type":48,"tag":1351,"props":5576,"children":5577},{"style":1364},[5578],{"type":54,"value":96},{"type":48,"tag":1351,"props":5580,"children":5581},{"style":2133},[5582],{"type":54,"value":3283},{"type":48,"tag":1351,"props":5584,"children":5585},{"style":1364},[5586],{"type":54,"value":1367},{"type":48,"tag":1351,"props":5588,"children":5589},{"style":5418},[5590],{"type":54,"value":5591}," y",{"type":48,"tag":1351,"props":5593,"children":5594},{"style":1364},[5595],{"type":54,"value":96},{"type":48,"tag":1351,"props":5597,"children":5598},{"style":2133},[5599],{"type":54,"value":5600}," 20",{"type":48,"tag":1351,"props":5602,"children":5603},{"style":1364},[5604],{"type":54,"value":5446},{"type":48,"tag":1351,"props":5606,"children":5607},{"class":1353,"line":2753},[5608,5612,5616,5620,5624,5628,5632,5636,5640,5644,5648],{"type":48,"tag":1351,"props":5609,"children":5610},{"style":5418},[5611],{"type":54,"value":5454},{"type":48,"tag":1351,"props":5613,"children":5614},{"style":1364},[5615],{"type":54,"value":96},{"type":48,"tag":1351,"props":5617,"children":5618},{"style":1364},[5619],{"type":54,"value":4796},{"type":48,"tag":1351,"props":5621,"children":5622},{"style":5418},[5623],{"type":54,"value":4801},{"type":48,"tag":1351,"props":5625,"children":5626},{"style":1364},[5627],{"type":54,"value":96},{"type":48,"tag":1351,"props":5629,"children":5630},{"style":2133},[5631],{"type":54,"value":2136},{"type":48,"tag":1351,"props":5633,"children":5634},{"style":1364},[5635],{"type":54,"value":1367},{"type":48,"tag":1351,"props":5637,"children":5638},{"style":5418},[5639],{"type":54,"value":5591},{"type":48,"tag":1351,"props":5641,"children":5642},{"style":1364},[5643],{"type":54,"value":96},{"type":48,"tag":1351,"props":5645,"children":5646},{"style":2133},[5647],{"type":54,"value":3283},{"type":48,"tag":1351,"props":5649,"children":5650},{"style":1364},[5651],{"type":54,"value":5446},{"type":48,"tag":1351,"props":5653,"children":5654},{"class":1353,"line":2767},[5655,5659,5663,5667,5671,5675,5680,5684,5688,5692,5697,5702,5706,5711,5715,5720,5724,5729,5734],{"type":48,"tag":1351,"props":5656,"children":5657},{"style":5418},[5658],{"type":54,"value":5486},{"type":48,"tag":1351,"props":5660,"children":5661},{"style":1364},[5662],{"type":54,"value":96},{"type":48,"tag":1351,"props":5664,"children":5665},{"style":1364},[5666],{"type":54,"value":4796},{"type":48,"tag":1351,"props":5668,"children":5669},{"style":5418},[5670],{"type":54,"value":5499},{"type":48,"tag":1351,"props":5672,"children":5673},{"style":1364},[5674],{"type":54,"value":96},{"type":48,"tag":1351,"props":5676,"children":5677},{"style":2133},[5678],{"type":54,"value":5679}," 0.4",{"type":48,"tag":1351,"props":5681,"children":5682},{"style":1364},[5683],{"type":54,"value":1367},{"type":48,"tag":1351,"props":5685,"children":5686},{"style":5418},[5687],{"type":54,"value":4461},{"type":48,"tag":1351,"props":5689,"children":5690},{"style":1364},[5691],{"type":54,"value":96},{"type":48,"tag":1351,"props":5693,"children":5694},{"style":1358},[5695],{"type":54,"value":5696}," [",{"type":48,"tag":1351,"props":5698,"children":5699},{"style":2133},[5700],{"type":54,"value":5701},"0.25",{"type":48,"tag":1351,"props":5703,"children":5704},{"style":1364},[5705],{"type":54,"value":1367},{"type":48,"tag":1351,"props":5707,"children":5708},{"style":2133},[5709],{"type":54,"value":5710}," 0.46",{"type":48,"tag":1351,"props":5712,"children":5713},{"style":1364},[5714],{"type":54,"value":1367},{"type":48,"tag":1351,"props":5716,"children":5717},{"style":2133},[5718],{"type":54,"value":5719}," 0.45",{"type":48,"tag":1351,"props":5721,"children":5722},{"style":1364},[5723],{"type":54,"value":1367},{"type":48,"tag":1351,"props":5725,"children":5726},{"style":2133},[5727],{"type":54,"value":5728}," 0.94",{"type":48,"tag":1351,"props":5730,"children":5731},{"style":1358},[5732],{"type":54,"value":5733},"] ",{"type":48,"tag":1351,"props":5735,"children":5736},{"style":1364},[5737],{"type":54,"value":2170},{"type":48,"tag":1351,"props":5739,"children":5740},{"class":1353,"line":2781},[5741],{"type":48,"tag":1351,"props":5742,"children":5743},{"style":1364},[5744],{"type":54,"value":5520},{"type":48,"tag":1351,"props":5746,"children":5747},{"class":1353,"line":2795},[5748],{"type":48,"tag":1351,"props":5749,"children":5750},{"emptyLinePlaceholder":2679},[5751],{"type":54,"value":2682},{"type":48,"tag":1351,"props":5753,"children":5754},{"class":1353,"line":2803},[5755],{"type":48,"tag":1351,"props":5756,"children":5757},{"style":2657},[5758],{"type":54,"value":5759},"\u002F\u002F Stagger children\n",{"type":48,"tag":1351,"props":5761,"children":5762},{"class":1353,"line":2812},[5763,5767,5772,5776],{"type":48,"tag":1351,"props":5764,"children":5765},{"style":5395},[5766],{"type":54,"value":5398},{"type":48,"tag":1351,"props":5768,"children":5769},{"style":1358},[5770],{"type":54,"value":5771}," staggerContainer ",{"type":48,"tag":1351,"props":5773,"children":5774},{"style":1364},[5775],{"type":54,"value":5408},{"type":48,"tag":1351,"props":5777,"children":5778},{"style":1364},[5779],{"type":54,"value":2035},{"type":48,"tag":1351,"props":5781,"children":5782},{"class":1353,"line":2826},[5783,5787,5791,5795,5800,5804,5808,5813,5817,5822,5827],{"type":48,"tag":1351,"props":5784,"children":5785},{"style":5418},[5786],{"type":54,"value":5454},{"type":48,"tag":1351,"props":5788,"children":5789},{"style":1364},[5790],{"type":54,"value":96},{"type":48,"tag":1351,"props":5792,"children":5793},{"style":1364},[5794],{"type":54,"value":4796},{"type":48,"tag":1351,"props":5796,"children":5797},{"style":5418},[5798],{"type":54,"value":5799}," transition",{"type":48,"tag":1351,"props":5801,"children":5802},{"style":1364},[5803],{"type":54,"value":96},{"type":48,"tag":1351,"props":5805,"children":5806},{"style":1364},[5807],{"type":54,"value":4796},{"type":48,"tag":1351,"props":5809,"children":5810},{"style":5418},[5811],{"type":54,"value":5812}," staggerChildren",{"type":48,"tag":1351,"props":5814,"children":5815},{"style":1364},[5816],{"type":54,"value":96},{"type":48,"tag":1351,"props":5818,"children":5819},{"style":2133},[5820],{"type":54,"value":5821}," 0.1",{"type":48,"tag":1351,"props":5823,"children":5824},{"style":1364},[5825],{"type":54,"value":5826}," }",{"type":48,"tag":1351,"props":5828,"children":5829},{"style":1364},[5830],{"type":54,"value":4819},{"type":48,"tag":1351,"props":5832,"children":5833},{"class":1353,"line":5128},[5834],{"type":48,"tag":1351,"props":5835,"children":5836},{"style":1364},[5837],{"type":54,"value":5520},{"type":48,"tag":1351,"props":5839,"children":5840},{"class":1353,"line":5136},[5841],{"type":48,"tag":1351,"props":5842,"children":5843},{"emptyLinePlaceholder":2679},[5844],{"type":54,"value":2682},{"type":48,"tag":1351,"props":5846,"children":5847},{"class":1353,"line":5145},[5848],{"type":48,"tag":1351,"props":5849,"children":5850},{"style":2657},[5851],{"type":54,"value":5852},"\u002F\u002F Scale on hover\n",{"type":48,"tag":1351,"props":5854,"children":5855},{"class":1353,"line":5162},[5856,5860,5865,5869],{"type":48,"tag":1351,"props":5857,"children":5858},{"style":5395},[5859],{"type":54,"value":5398},{"type":48,"tag":1351,"props":5861,"children":5862},{"style":1358},[5863],{"type":54,"value":5864}," scaleHover ",{"type":48,"tag":1351,"props":5866,"children":5867},{"style":1364},[5868],{"type":54,"value":5408},{"type":48,"tag":1351,"props":5870,"children":5871},{"style":1364},[5872],{"type":54,"value":2035},{"type":48,"tag":1351,"props":5874,"children":5875},{"class":1353,"line":5195},[5876,5881,5885,5889,5894,5898,5903],{"type":48,"tag":1351,"props":5877,"children":5878},{"style":5418},[5879],{"type":54,"value":5880},"  whileHover",{"type":48,"tag":1351,"props":5882,"children":5883},{"style":1364},[5884],{"type":54,"value":96},{"type":48,"tag":1351,"props":5886,"children":5887},{"style":1364},[5888],{"type":54,"value":4796},{"type":48,"tag":1351,"props":5890,"children":5891},{"style":5418},[5892],{"type":54,"value":5893}," scale",{"type":48,"tag":1351,"props":5895,"children":5896},{"style":1364},[5897],{"type":54,"value":96},{"type":48,"tag":1351,"props":5899,"children":5900},{"style":2133},[5901],{"type":54,"value":5902}," 1.02",{"type":48,"tag":1351,"props":5904,"children":5905},{"style":1364},[5906],{"type":54,"value":5446},{"type":48,"tag":1351,"props":5908,"children":5909},{"class":1353,"line":5237},[5910,5915,5919,5923,5927,5931,5936],{"type":48,"tag":1351,"props":5911,"children":5912},{"style":5418},[5913],{"type":54,"value":5914},"  whileTap",{"type":48,"tag":1351,"props":5916,"children":5917},{"style":1364},[5918],{"type":54,"value":96},{"type":48,"tag":1351,"props":5920,"children":5921},{"style":1364},[5922],{"type":54,"value":4796},{"type":48,"tag":1351,"props":5924,"children":5925},{"style":5418},[5926],{"type":54,"value":5893},{"type":48,"tag":1351,"props":5928,"children":5929},{"style":1364},[5930],{"type":54,"value":96},{"type":48,"tag":1351,"props":5932,"children":5933},{"style":2133},[5934],{"type":54,"value":5935}," 0.98",{"type":48,"tag":1351,"props":5937,"children":5938},{"style":1364},[5939],{"type":54,"value":4819},{"type":48,"tag":1351,"props":5941,"children":5942},{"class":1353,"line":5245},[5943],{"type":48,"tag":1351,"props":5944,"children":5945},{"style":1364},[5946],{"type":54,"value":5520},{"type":48,"tag":1351,"props":5948,"children":5949},{"class":1353,"line":5253},[5950],{"type":48,"tag":1351,"props":5951,"children":5952},{"emptyLinePlaceholder":2679},[5953],{"type":54,"value":2682},{"type":48,"tag":1351,"props":5955,"children":5956},{"class":1353,"line":5262},[5957],{"type":48,"tag":1351,"props":5958,"children":5959},{"style":2657},[5960],{"type":54,"value":5961},"\u002F\u002F Button press\n",{"type":48,"tag":1351,"props":5963,"children":5964},{"class":1353,"line":5279},[5965,5969,5974,5978],{"type":48,"tag":1351,"props":5966,"children":5967},{"style":5395},[5968],{"type":54,"value":5398},{"type":48,"tag":1351,"props":5970,"children":5971},{"style":1358},[5972],{"type":54,"value":5973}," buttonPress ",{"type":48,"tag":1351,"props":5975,"children":5976},{"style":1364},[5977],{"type":54,"value":5408},{"type":48,"tag":1351,"props":5979,"children":5980},{"style":1364},[5981],{"type":54,"value":2035},{"type":48,"tag":1351,"props":5983,"children":5984},{"class":1353,"line":5320},[5985,5989,5993,5997,6001,6005,6009,6013,6017,6021,6025],{"type":48,"tag":1351,"props":5986,"children":5987},{"style":5418},[5988],{"type":54,"value":5914},{"type":48,"tag":1351,"props":5990,"children":5991},{"style":1364},[5992],{"type":54,"value":96},{"type":48,"tag":1351,"props":5994,"children":5995},{"style":1364},[5996],{"type":54,"value":4796},{"type":48,"tag":1351,"props":5998,"children":5999},{"style":5418},[6000],{"type":54,"value":5893},{"type":48,"tag":1351,"props":6002,"children":6003},{"style":1364},[6004],{"type":54,"value":96},{"type":48,"tag":1351,"props":6006,"children":6007},{"style":2133},[6008],{"type":54,"value":5935},{"type":48,"tag":1351,"props":6010,"children":6011},{"style":1364},[6012],{"type":54,"value":1367},{"type":48,"tag":1351,"props":6014,"children":6015},{"style":5418},[6016],{"type":54,"value":5591},{"type":48,"tag":1351,"props":6018,"children":6019},{"style":1364},[6020],{"type":54,"value":96},{"type":48,"tag":1351,"props":6022,"children":6023},{"style":2133},[6024],{"type":54,"value":2136},{"type":48,"tag":1351,"props":6026,"children":6027},{"style":1364},[6028],{"type":54,"value":4819},{"type":48,"tag":1351,"props":6030,"children":6031},{"class":1353,"line":5361},[6032],{"type":48,"tag":1351,"props":6033,"children":6034},{"style":1364},[6035],{"type":54,"value":5520},{"type":48,"tag":107,"props":6037,"children":6038},{},[],{"type":48,"tag":111,"props":6040,"children":6042},{"id":6041},"_8-layout-system",[6043],{"type":54,"value":6044},"8. Layout System",{"type":48,"tag":151,"props":6046,"children":6048},{"id":6047},"_81-container-widths",[6049],{"type":54,"value":6050},"8.1 Container Widths",{"type":48,"tag":158,"props":6052,"children":6053},{},[6054,6072],{"type":48,"tag":162,"props":6055,"children":6056},{},[6057],{"type":48,"tag":166,"props":6058,"children":6059},{},[6060,6064,6068],{"type":48,"tag":170,"props":6061,"children":6062},{},[6063],{"type":54,"value":375},{"type":48,"tag":170,"props":6065,"children":6066},{},[6067],{"type":54,"value":1849},{"type":48,"tag":170,"props":6069,"children":6070},{},[6071],{"type":54,"value":390},{"type":48,"tag":181,"props":6073,"children":6074},{},[6075,6097,6119,6141,6163],{"type":48,"tag":166,"props":6076,"children":6077},{},[6078,6087,6092],{"type":48,"tag":188,"props":6079,"children":6080},{},[6081],{"type":48,"tag":89,"props":6082,"children":6084},{"className":6083},[],[6085],{"type":54,"value":6086},"--container-sm",{"type":48,"tag":188,"props":6088,"children":6089},{},[6090],{"type":54,"value":6091},"640px",{"type":48,"tag":188,"props":6093,"children":6094},{},[6095],{"type":54,"value":6096},"Narrow content",{"type":48,"tag":166,"props":6098,"children":6099},{},[6100,6109,6114],{"type":48,"tag":188,"props":6101,"children":6102},{},[6103],{"type":48,"tag":89,"props":6104,"children":6106},{"className":6105},[],[6107],{"type":54,"value":6108},"--container-md",{"type":48,"tag":188,"props":6110,"children":6111},{},[6112],{"type":54,"value":6113},"768px",{"type":48,"tag":188,"props":6115,"children":6116},{},[6117],{"type":54,"value":6118},"Medium content",{"type":48,"tag":166,"props":6120,"children":6121},{},[6122,6131,6136],{"type":48,"tag":188,"props":6123,"children":6124},{},[6125],{"type":48,"tag":89,"props":6126,"children":6128},{"className":6127},[],[6129],{"type":54,"value":6130},"--container-lg",{"type":48,"tag":188,"props":6132,"children":6133},{},[6134],{"type":54,"value":6135},"1024px",{"type":48,"tag":188,"props":6137,"children":6138},{},[6139],{"type":54,"value":6140},"Standard content",{"type":48,"tag":166,"props":6142,"children":6143},{},[6144,6153,6158],{"type":48,"tag":188,"props":6145,"children":6146},{},[6147],{"type":48,"tag":89,"props":6148,"children":6150},{"className":6149},[],[6151],{"type":54,"value":6152},"--container-xl",{"type":48,"tag":188,"props":6154,"children":6155},{},[6156],{"type":54,"value":6157},"1200px",{"type":48,"tag":188,"props":6159,"children":6160},{},[6161],{"type":54,"value":6162},"Wide content",{"type":48,"tag":166,"props":6164,"children":6165},{},[6166,6175,6180],{"type":48,"tag":188,"props":6167,"children":6168},{},[6169],{"type":48,"tag":89,"props":6170,"children":6172},{"className":6171},[],[6173],{"type":54,"value":6174},"--container-2xl",{"type":48,"tag":188,"props":6176,"children":6177},{},[6178],{"type":54,"value":6179},"1480px",{"type":48,"tag":188,"props":6181,"children":6182},{},[6183],{"type":54,"value":6184},"Full-width sections",{"type":48,"tag":151,"props":6186,"children":6188},{"id":6187},"_82-breakpoints",[6189],{"type":54,"value":6190},"8.2 Breakpoints",{"type":48,"tag":158,"props":6192,"children":6193},{},[6194,6213],{"type":48,"tag":162,"props":6195,"children":6196},{},[6197],{"type":48,"tag":166,"props":6198,"children":6199},{},[6200,6204,6209],{"type":48,"tag":170,"props":6201,"children":6202},{},[6203],{"type":54,"value":1522},{"type":48,"tag":170,"props":6205,"children":6206},{},[6207],{"type":54,"value":6208},"Min Width",{"type":48,"tag":170,"props":6210,"children":6211},{},[6212],{"type":54,"value":390},{"type":48,"tag":181,"props":6214,"children":6215},{},[6216,6236,6257,6277,6298],{"type":48,"tag":166,"props":6217,"children":6218},{},[6219,6227,6231],{"type":48,"tag":188,"props":6220,"children":6221},{},[6222],{"type":48,"tag":89,"props":6223,"children":6225},{"className":6224},[],[6226],{"type":54,"value":1588},{"type":48,"tag":188,"props":6228,"children":6229},{},[6230],{"type":54,"value":6091},{"type":48,"tag":188,"props":6232,"children":6233},{},[6234],{"type":54,"value":6235},"Large phones",{"type":48,"tag":166,"props":6237,"children":6238},{},[6239,6248,6252],{"type":48,"tag":188,"props":6240,"children":6241},{},[6242],{"type":48,"tag":89,"props":6243,"children":6245},{"className":6244},[],[6246],{"type":54,"value":6247},"md",{"type":48,"tag":188,"props":6249,"children":6250},{},[6251],{"type":54,"value":6113},{"type":48,"tag":188,"props":6253,"children":6254},{},[6255],{"type":54,"value":6256},"Tablets",{"type":48,"tag":166,"props":6258,"children":6259},{},[6260,6268,6272],{"type":48,"tag":188,"props":6261,"children":6262},{},[6263],{"type":48,"tag":89,"props":6264,"children":6266},{"className":6265},[],[6267],{"type":54,"value":1650},{"type":48,"tag":188,"props":6269,"children":6270},{},[6271],{"type":54,"value":6135},{"type":48,"tag":188,"props":6273,"children":6274},{},[6275],{"type":54,"value":6276},"Laptops",{"type":48,"tag":166,"props":6278,"children":6279},{},[6280,6288,6293],{"type":48,"tag":188,"props":6281,"children":6282},{},[6283],{"type":48,"tag":89,"props":6284,"children":6286},{"className":6285},[],[6287],{"type":54,"value":1682},{"type":48,"tag":188,"props":6289,"children":6290},{},[6291],{"type":54,"value":6292},"1280px",{"type":48,"tag":188,"props":6294,"children":6295},{},[6296],{"type":54,"value":6297},"Desktops",{"type":48,"tag":166,"props":6299,"children":6300},{},[6301,6309,6314],{"type":48,"tag":188,"props":6302,"children":6303},{},[6304],{"type":48,"tag":89,"props":6305,"children":6307},{"className":6306},[],[6308],{"type":54,"value":1714},{"type":48,"tag":188,"props":6310,"children":6311},{},[6312],{"type":54,"value":6313},"1536px",{"type":48,"tag":188,"props":6315,"children":6316},{},[6317],{"type":54,"value":6318},"Large screens",{"type":48,"tag":151,"props":6320,"children":6322},{"id":6321},"_83-grid-patterns",[6323],{"type":54,"value":6324},"8.3 Grid Patterns",{"type":48,"tag":118,"props":6326,"children":6328},{"className":1343,"code":6327,"language":1345,"meta":126,"style":126},"\u002F* 2-column grid *\u002F\ndisplay: grid;\ngrid-template-columns: repeat(2, 1fr);\ngap: 16px;\n\n\u002F* 3-column grid *\u002F\ndisplay: grid;\ngrid-template-columns: repeat(3, 1fr);\ngap: 16px;\n\n\u002F* 4-column grid *\u002F\ndisplay: grid;\ngrid-template-columns: repeat(4, 1fr);\ngap: 16px;\n\n\u002F* Calculator layout (2 columns, different widths) *\u002F\ndisplay: grid;\ngrid-template-columns: 1fr 1fr;\ngap: 24px;\n\n\u002F* Responsive grid *\u002F\ndisplay: grid;\ngrid-template-columns: repeat(1, 1fr);  \u002F* Mobile *\u002F\ngrid-template-columns: repeat(2, 1fr);  \u002F* md: *\u002F\ngrid-template-columns: repeat(3, 1fr);  \u002F* lg: *\u002F\n",[6329],{"type":48,"tag":89,"props":6330,"children":6331},{"__ignoreMap":126},[6332,6340,6348,6370,6378,6385,6393,6400,6420,6427,6434,6442,6449,6469,6476,6483,6491,6498,6510,6518,6525,6533,6540,6565,6589],{"type":48,"tag":1351,"props":6333,"children":6334},{"class":1353,"line":1354},[6335],{"type":48,"tag":1351,"props":6336,"children":6337},{"style":2657},[6338],{"type":54,"value":6339},"\u002F* 2-column grid *\u002F\n",{"type":48,"tag":1351,"props":6341,"children":6342},{"class":1353,"line":1417},[6343],{"type":48,"tag":1351,"props":6344,"children":6345},{"style":1358},[6346],{"type":54,"value":6347},"display: grid;\n",{"type":48,"tag":1351,"props":6349,"children":6350},{"class":1353,"line":2059},[6351,6356,6361,6365],{"type":48,"tag":1351,"props":6352,"children":6353},{"style":1406},[6354],{"type":54,"value":6355},"grid-template-columns",{"type":48,"tag":1351,"props":6357,"children":6358},{"style":1358},[6359],{"type":54,"value":6360},": repeat(2",{"type":48,"tag":1351,"props":6362,"children":6363},{"style":1364},[6364],{"type":54,"value":1367},{"type":48,"tag":1351,"props":6366,"children":6367},{"style":1358},[6368],{"type":54,"value":6369}," 1fr);\n",{"type":48,"tag":1351,"props":6371,"children":6372},{"class":1353,"line":2081},[6373],{"type":48,"tag":1351,"props":6374,"children":6375},{"style":1358},[6376],{"type":54,"value":6377},"gap: 16px;\n",{"type":48,"tag":1351,"props":6379,"children":6380},{"class":1353,"line":2104},[6381],{"type":48,"tag":1351,"props":6382,"children":6383},{"emptyLinePlaceholder":2679},[6384],{"type":54,"value":2682},{"type":48,"tag":1351,"props":6386,"children":6387},{"class":1353,"line":2164},[6388],{"type":48,"tag":1351,"props":6389,"children":6390},{"style":2657},[6391],{"type":54,"value":6392},"\u002F* 3-column grid *\u002F\n",{"type":48,"tag":1351,"props":6394,"children":6395},{"class":1353,"line":2713},[6396],{"type":48,"tag":1351,"props":6397,"children":6398},{"style":1358},[6399],{"type":54,"value":6347},{"type":48,"tag":1351,"props":6401,"children":6402},{"class":1353,"line":2722},[6403,6407,6412,6416],{"type":48,"tag":1351,"props":6404,"children":6405},{"style":1406},[6406],{"type":54,"value":6355},{"type":48,"tag":1351,"props":6408,"children":6409},{"style":1358},[6410],{"type":54,"value":6411},": repeat(3",{"type":48,"tag":1351,"props":6413,"children":6414},{"style":1364},[6415],{"type":54,"value":1367},{"type":48,"tag":1351,"props":6417,"children":6418},{"style":1358},[6419],{"type":54,"value":6369},{"type":48,"tag":1351,"props":6421,"children":6422},{"class":1353,"line":2736},[6423],{"type":48,"tag":1351,"props":6424,"children":6425},{"style":1358},[6426],{"type":54,"value":6377},{"type":48,"tag":1351,"props":6428,"children":6429},{"class":1353,"line":2744},[6430],{"type":48,"tag":1351,"props":6431,"children":6432},{"emptyLinePlaceholder":2679},[6433],{"type":54,"value":2682},{"type":48,"tag":1351,"props":6435,"children":6436},{"class":1353,"line":2753},[6437],{"type":48,"tag":1351,"props":6438,"children":6439},{"style":2657},[6440],{"type":54,"value":6441},"\u002F* 4-column grid *\u002F\n",{"type":48,"tag":1351,"props":6443,"children":6444},{"class":1353,"line":2767},[6445],{"type":48,"tag":1351,"props":6446,"children":6447},{"style":1358},[6448],{"type":54,"value":6347},{"type":48,"tag":1351,"props":6450,"children":6451},{"class":1353,"line":2781},[6452,6456,6461,6465],{"type":48,"tag":1351,"props":6453,"children":6454},{"style":1406},[6455],{"type":54,"value":6355},{"type":48,"tag":1351,"props":6457,"children":6458},{"style":1358},[6459],{"type":54,"value":6460},": repeat(4",{"type":48,"tag":1351,"props":6462,"children":6463},{"style":1364},[6464],{"type":54,"value":1367},{"type":48,"tag":1351,"props":6466,"children":6467},{"style":1358},[6468],{"type":54,"value":6369},{"type":48,"tag":1351,"props":6470,"children":6471},{"class":1353,"line":2795},[6472],{"type":48,"tag":1351,"props":6473,"children":6474},{"style":1358},[6475],{"type":54,"value":6377},{"type":48,"tag":1351,"props":6477,"children":6478},{"class":1353,"line":2803},[6479],{"type":48,"tag":1351,"props":6480,"children":6481},{"emptyLinePlaceholder":2679},[6482],{"type":54,"value":2682},{"type":48,"tag":1351,"props":6484,"children":6485},{"class":1353,"line":2812},[6486],{"type":48,"tag":1351,"props":6487,"children":6488},{"style":2657},[6489],{"type":54,"value":6490},"\u002F* Calculator layout (2 columns, different widths) *\u002F\n",{"type":48,"tag":1351,"props":6492,"children":6493},{"class":1353,"line":2826},[6494],{"type":48,"tag":1351,"props":6495,"children":6496},{"style":1358},[6497],{"type":54,"value":6347},{"type":48,"tag":1351,"props":6499,"children":6500},{"class":1353,"line":5128},[6501,6505],{"type":48,"tag":1351,"props":6502,"children":6503},{"style":1406},[6504],{"type":54,"value":6355},{"type":48,"tag":1351,"props":6506,"children":6507},{"style":1358},[6508],{"type":54,"value":6509},": 1fr 1fr;\n",{"type":48,"tag":1351,"props":6511,"children":6512},{"class":1353,"line":5136},[6513],{"type":48,"tag":1351,"props":6514,"children":6515},{"style":1358},[6516],{"type":54,"value":6517},"gap: 24px;\n",{"type":48,"tag":1351,"props":6519,"children":6520},{"class":1353,"line":5145},[6521],{"type":48,"tag":1351,"props":6522,"children":6523},{"emptyLinePlaceholder":2679},[6524],{"type":54,"value":2682},{"type":48,"tag":1351,"props":6526,"children":6527},{"class":1353,"line":5162},[6528],{"type":48,"tag":1351,"props":6529,"children":6530},{"style":2657},[6531],{"type":54,"value":6532},"\u002F* Responsive grid *\u002F\n",{"type":48,"tag":1351,"props":6534,"children":6535},{"class":1353,"line":5195},[6536],{"type":48,"tag":1351,"props":6537,"children":6538},{"style":1358},[6539],{"type":54,"value":6347},{"type":48,"tag":1351,"props":6541,"children":6542},{"class":1353,"line":5237},[6543,6547,6552,6556,6561],{"type":48,"tag":1351,"props":6544,"children":6545},{"style":1406},[6546],{"type":54,"value":6355},{"type":48,"tag":1351,"props":6548,"children":6549},{"style":1358},[6550],{"type":54,"value":6551},": repeat(1",{"type":48,"tag":1351,"props":6553,"children":6554},{"style":1364},[6555],{"type":54,"value":1367},{"type":48,"tag":1351,"props":6557,"children":6558},{"style":1358},[6559],{"type":54,"value":6560}," 1fr);  ",{"type":48,"tag":1351,"props":6562,"children":6563},{"style":2657},[6564],{"type":54,"value":2764},{"type":48,"tag":1351,"props":6566,"children":6567},{"class":1353,"line":5245},[6568,6572,6576,6580,6584],{"type":48,"tag":1351,"props":6569,"children":6570},{"style":1406},[6571],{"type":54,"value":6355},{"type":48,"tag":1351,"props":6573,"children":6574},{"style":1358},[6575],{"type":54,"value":6360},{"type":48,"tag":1351,"props":6577,"children":6578},{"style":1364},[6579],{"type":54,"value":1367},{"type":48,"tag":1351,"props":6581,"children":6582},{"style":1358},[6583],{"type":54,"value":6560},{"type":48,"tag":1351,"props":6585,"children":6586},{"style":2657},[6587],{"type":54,"value":6588},"\u002F* md: *\u002F\n",{"type":48,"tag":1351,"props":6590,"children":6591},{"class":1353,"line":5253},[6592,6596,6600,6604,6608],{"type":48,"tag":1351,"props":6593,"children":6594},{"style":1406},[6595],{"type":54,"value":6355},{"type":48,"tag":1351,"props":6597,"children":6598},{"style":1358},[6599],{"type":54,"value":6411},{"type":48,"tag":1351,"props":6601,"children":6602},{"style":1364},[6603],{"type":54,"value":1367},{"type":48,"tag":1351,"props":6605,"children":6606},{"style":1358},[6607],{"type":54,"value":6560},{"type":48,"tag":1351,"props":6609,"children":6610},{"style":2657},[6611],{"type":54,"value":6612},"\u002F* lg: *\u002F\n",{"type":48,"tag":151,"props":6614,"children":6616},{"id":6615},"_84-bento-grid",[6617],{"type":54,"value":6618},"8.4 Bento Grid",{"type":48,"tag":118,"props":6620,"children":6622},{"className":1343,"code":6621,"language":1345,"meta":126,"style":126},"\u002F* Bento layout with varying sizes *\u002F\ndisplay: grid;\ngrid-template-columns: repeat(12, 1fr);\ngap: 8px;\n\n\u002F* Bento cell sizes *\u002F\n.bento-sm { grid-column: span 4; }    \u002F* 1\u002F3 width *\u002F\n.bento-md { grid-column: span 6; }    \u002F* 1\u002F2 width *\u002F\n.bento-lg { grid-column: span 8; }    \u002F* 2\u002F3 width *\u002F\n.bento-full { grid-column: span 12; } \u002F* Full width *\u002F\n",[6623],{"type":48,"tag":89,"props":6624,"children":6625},{"__ignoreMap":126},[6626,6634,6641,6661,6669,6676,6684,6731,6776,6821],{"type":48,"tag":1351,"props":6627,"children":6628},{"class":1353,"line":1354},[6629],{"type":48,"tag":1351,"props":6630,"children":6631},{"style":2657},[6632],{"type":54,"value":6633},"\u002F* Bento layout with varying sizes *\u002F\n",{"type":48,"tag":1351,"props":6635,"children":6636},{"class":1353,"line":1417},[6637],{"type":48,"tag":1351,"props":6638,"children":6639},{"style":1358},[6640],{"type":54,"value":6347},{"type":48,"tag":1351,"props":6642,"children":6643},{"class":1353,"line":2059},[6644,6648,6653,6657],{"type":48,"tag":1351,"props":6645,"children":6646},{"style":1406},[6647],{"type":54,"value":6355},{"type":48,"tag":1351,"props":6649,"children":6650},{"style":1358},[6651],{"type":54,"value":6652},": repeat(12",{"type":48,"tag":1351,"props":6654,"children":6655},{"style":1364},[6656],{"type":54,"value":1367},{"type":48,"tag":1351,"props":6658,"children":6659},{"style":1358},[6660],{"type":54,"value":6369},{"type":48,"tag":1351,"props":6662,"children":6663},{"class":1353,"line":2081},[6664],{"type":48,"tag":1351,"props":6665,"children":6666},{"style":1358},[6667],{"type":54,"value":6668},"gap: 8px;\n",{"type":48,"tag":1351,"props":6670,"children":6671},{"class":1353,"line":2104},[6672],{"type":48,"tag":1351,"props":6673,"children":6674},{"emptyLinePlaceholder":2679},[6675],{"type":54,"value":2682},{"type":48,"tag":1351,"props":6677,"children":6678},{"class":1353,"line":2164},[6679],{"type":48,"tag":1351,"props":6680,"children":6681},{"style":2657},[6682],{"type":54,"value":6683},"\u002F* Bento cell sizes *\u002F\n",{"type":48,"tag":1351,"props":6685,"children":6686},{"class":1353,"line":2713},[6687,6691,6696,6700,6705,6709,6714,6718,6722,6726],{"type":48,"tag":1351,"props":6688,"children":6689},{"style":1364},[6690],{"type":54,"value":105},{"type":48,"tag":1351,"props":6692,"children":6693},{"style":1406},[6694],{"type":54,"value":6695},"bento-sm",{"type":48,"tag":1351,"props":6697,"children":6698},{"style":1364},[6699],{"type":54,"value":4796},{"type":48,"tag":1351,"props":6701,"children":6702},{"style":2085},[6703],{"type":54,"value":6704}," grid-column",{"type":48,"tag":1351,"props":6706,"children":6707},{"style":1364},[6708],{"type":54,"value":96},{"type":48,"tag":1351,"props":6710,"children":6711},{"style":1358},[6712],{"type":54,"value":6713}," span ",{"type":48,"tag":1351,"props":6715,"children":6716},{"style":2133},[6717],{"type":54,"value":2407},{"type":48,"tag":1351,"props":6719,"children":6720},{"style":1364},[6721],{"type":54,"value":4814},{"type":48,"tag":1351,"props":6723,"children":6724},{"style":1364},[6725],{"type":54,"value":5826},{"type":48,"tag":1351,"props":6727,"children":6728},{"style":2657},[6729],{"type":54,"value":6730},"    \u002F* 1\u002F3 width *\u002F\n",{"type":48,"tag":1351,"props":6732,"children":6733},{"class":1353,"line":2722},[6734,6738,6743,6747,6751,6755,6759,6763,6767,6771],{"type":48,"tag":1351,"props":6735,"children":6736},{"style":1364},[6737],{"type":54,"value":105},{"type":48,"tag":1351,"props":6739,"children":6740},{"style":1406},[6741],{"type":54,"value":6742},"bento-md",{"type":48,"tag":1351,"props":6744,"children":6745},{"style":1364},[6746],{"type":54,"value":4796},{"type":48,"tag":1351,"props":6748,"children":6749},{"style":2085},[6750],{"type":54,"value":6704},{"type":48,"tag":1351,"props":6752,"children":6753},{"style":1364},[6754],{"type":54,"value":96},{"type":48,"tag":1351,"props":6756,"children":6757},{"style":1358},[6758],{"type":54,"value":6713},{"type":48,"tag":1351,"props":6760,"children":6761},{"style":2133},[6762],{"type":54,"value":2461},{"type":48,"tag":1351,"props":6764,"children":6765},{"style":1364},[6766],{"type":54,"value":4814},{"type":48,"tag":1351,"props":6768,"children":6769},{"style":1364},[6770],{"type":54,"value":5826},{"type":48,"tag":1351,"props":6772,"children":6773},{"style":2657},[6774],{"type":54,"value":6775},"    \u002F* 1\u002F2 width *\u002F\n",{"type":48,"tag":1351,"props":6777,"children":6778},{"class":1353,"line":2736},[6779,6783,6788,6792,6796,6800,6804,6808,6812,6816],{"type":48,"tag":1351,"props":6780,"children":6781},{"style":1364},[6782],{"type":54,"value":105},{"type":48,"tag":1351,"props":6784,"children":6785},{"style":1406},[6786],{"type":54,"value":6787},"bento-lg",{"type":48,"tag":1351,"props":6789,"children":6790},{"style":1364},[6791],{"type":54,"value":4796},{"type":48,"tag":1351,"props":6793,"children":6794},{"style":2085},[6795],{"type":54,"value":6704},{"type":48,"tag":1351,"props":6797,"children":6798},{"style":1364},[6799],{"type":54,"value":96},{"type":48,"tag":1351,"props":6801,"children":6802},{"style":1358},[6803],{"type":54,"value":6713},{"type":48,"tag":1351,"props":6805,"children":6806},{"style":2133},[6807],{"type":54,"value":2488},{"type":48,"tag":1351,"props":6809,"children":6810},{"style":1364},[6811],{"type":54,"value":4814},{"type":48,"tag":1351,"props":6813,"children":6814},{"style":1364},[6815],{"type":54,"value":5826},{"type":48,"tag":1351,"props":6817,"children":6818},{"style":2657},[6819],{"type":54,"value":6820},"    \u002F* 2\u002F3 width *\u002F\n",{"type":48,"tag":1351,"props":6822,"children":6823},{"class":1353,"line":2744},[6824,6828,6833,6837,6841,6845,6849,6853,6857,6861],{"type":48,"tag":1351,"props":6825,"children":6826},{"style":1364},[6827],{"type":54,"value":105},{"type":48,"tag":1351,"props":6829,"children":6830},{"style":1406},[6831],{"type":54,"value":6832},"bento-full",{"type":48,"tag":1351,"props":6834,"children":6835},{"style":1364},[6836],{"type":54,"value":4796},{"type":48,"tag":1351,"props":6838,"children":6839},{"style":2085},[6840],{"type":54,"value":6704},{"type":48,"tag":1351,"props":6842,"children":6843},{"style":1364},[6844],{"type":54,"value":96},{"type":48,"tag":1351,"props":6846,"children":6847},{"style":1358},[6848],{"type":54,"value":6713},{"type":48,"tag":1351,"props":6850,"children":6851},{"style":2133},[6852],{"type":54,"value":2542},{"type":48,"tag":1351,"props":6854,"children":6855},{"style":1364},[6856],{"type":54,"value":4814},{"type":48,"tag":1351,"props":6858,"children":6859},{"style":1364},[6860],{"type":54,"value":5826},{"type":48,"tag":1351,"props":6862,"children":6863},{"style":2657},[6864],{"type":54,"value":6865}," \u002F* Full width *\u002F\n",{"type":48,"tag":107,"props":6867,"children":6868},{},[],{"type":48,"tag":111,"props":6870,"children":6872},{"id":6871},"_9-dark-mode-implementation",[6873],{"type":54,"value":6874},"9. Dark Mode Implementation",{"type":48,"tag":151,"props":6876,"children":6878},{"id":6877},"_91-detection-script",[6879],{"type":54,"value":6880},"9.1 Detection Script",{"type":48,"tag":61,"props":6882,"children":6883},{},[6884,6886,6892],{"type":54,"value":6885},"Place in ",{"type":48,"tag":89,"props":6887,"children":6889},{"className":6888},[],[6890],{"type":54,"value":6891},"\u003Chead>",{"type":54,"value":6893}," before any styles load:",{"type":48,"tag":118,"props":6895,"children":6898},{"className":6896,"code":6897,"language":18,"meta":126,"style":126},"language-html shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","\u003Cscript>\n(function() {\n  if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {\n    document.documentElement.classList.add('dark');\n  }\n})();\n\u003C\u002Fscript>\n",[6899],{"type":48,"tag":89,"props":6900,"children":6901},{"__ignoreMap":126},[6902,6920,6941,7026,7086,7094,7111],{"type":48,"tag":1351,"props":6903,"children":6904},{"class":1353,"line":1354},[6905,6910,6915],{"type":48,"tag":1351,"props":6906,"children":6907},{"style":1364},[6908],{"type":54,"value":6909},"\u003C",{"type":48,"tag":1351,"props":6911,"children":6912},{"style":5418},[6913],{"type":54,"value":6914},"script",{"type":48,"tag":1351,"props":6916,"children":6917},{"style":1364},[6918],{"type":54,"value":6919},">\n",{"type":48,"tag":1351,"props":6921,"children":6922},{"class":1353,"line":1417},[6923,6927,6932,6937],{"type":48,"tag":1351,"props":6924,"children":6925},{"style":1358},[6926],{"type":54,"value":4936},{"type":48,"tag":1351,"props":6928,"children":6929},{"style":5395},[6930],{"type":54,"value":6931},"function",{"type":48,"tag":1351,"props":6933,"children":6934},{"style":1364},[6935],{"type":54,"value":6936},"()",{"type":48,"tag":1351,"props":6938,"children":6939},{"style":1364},[6940],{"type":54,"value":2035},{"type":48,"tag":1351,"props":6942,"children":6943},{"class":1353,"line":2059},[6944,6949,6953,6958,6962,6967,6972,6977,6981,6985,6989,6994,6999,7003,7007,7011,7016,7021],{"type":48,"tag":1351,"props":6945,"children":6946},{"style":4770},[6947],{"type":54,"value":6948},"  if",{"type":48,"tag":1351,"props":6950,"children":6951},{"style":5418},[6952],{"type":54,"value":269},{"type":48,"tag":1351,"props":6954,"children":6955},{"style":1358},[6956],{"type":54,"value":6957},"window",{"type":48,"tag":1351,"props":6959,"children":6960},{"style":1364},[6961],{"type":54,"value":105},{"type":48,"tag":1351,"props":6963,"children":6964},{"style":1358},[6965],{"type":54,"value":6966},"matchMedia",{"type":48,"tag":1351,"props":6968,"children":6969},{"style":1364},[6970],{"type":54,"value":6971}," &&",{"type":48,"tag":1351,"props":6973,"children":6974},{"style":1358},[6975],{"type":54,"value":6976}," window",{"type":48,"tag":1351,"props":6978,"children":6979},{"style":1364},[6980],{"type":54,"value":105},{"type":48,"tag":1351,"props":6982,"children":6983},{"style":4928},[6984],{"type":54,"value":6966},{"type":48,"tag":1351,"props":6986,"children":6987},{"style":5418},[6988],{"type":54,"value":4936},{"type":48,"tag":1351,"props":6990,"children":6991},{"style":1364},[6992],{"type":54,"value":6993},"'",{"type":48,"tag":1351,"props":6995,"children":6996},{"style":2122},[6997],{"type":54,"value":6998},"(prefers-color-scheme: dark)",{"type":48,"tag":1351,"props":7000,"children":7001},{"style":1364},[7002],{"type":54,"value":6993},{"type":48,"tag":1351,"props":7004,"children":7005},{"style":5418},[7006],{"type":54,"value":285},{"type":48,"tag":1351,"props":7008,"children":7009},{"style":1364},[7010],{"type":54,"value":105},{"type":48,"tag":1351,"props":7012,"children":7013},{"style":1358},[7014],{"type":54,"value":7015},"matches",{"type":48,"tag":1351,"props":7017,"children":7018},{"style":5418},[7019],{"type":54,"value":7020},") ",{"type":48,"tag":1351,"props":7022,"children":7023},{"style":1364},[7024],{"type":54,"value":7025},"{\n",{"type":48,"tag":1351,"props":7027,"children":7028},{"class":1353,"line":2081},[7029,7034,7038,7043,7047,7052,7056,7061,7065,7069,7074,7078,7082],{"type":48,"tag":1351,"props":7030,"children":7031},{"style":1358},[7032],{"type":54,"value":7033},"    document",{"type":48,"tag":1351,"props":7035,"children":7036},{"style":1364},[7037],{"type":54,"value":105},{"type":48,"tag":1351,"props":7039,"children":7040},{"style":1358},[7041],{"type":54,"value":7042},"documentElement",{"type":48,"tag":1351,"props":7044,"children":7045},{"style":1364},[7046],{"type":54,"value":105},{"type":48,"tag":1351,"props":7048,"children":7049},{"style":1358},[7050],{"type":54,"value":7051},"classList",{"type":48,"tag":1351,"props":7053,"children":7054},{"style":1364},[7055],{"type":54,"value":105},{"type":48,"tag":1351,"props":7057,"children":7058},{"style":4928},[7059],{"type":54,"value":7060},"add",{"type":48,"tag":1351,"props":7062,"children":7063},{"style":5418},[7064],{"type":54,"value":4936},{"type":48,"tag":1351,"props":7066,"children":7067},{"style":1364},[7068],{"type":54,"value":6993},{"type":48,"tag":1351,"props":7070,"children":7071},{"style":2122},[7072],{"type":54,"value":7073},"dark",{"type":48,"tag":1351,"props":7075,"children":7076},{"style":1364},[7077],{"type":54,"value":6993},{"type":48,"tag":1351,"props":7079,"children":7080},{"style":5418},[7081],{"type":54,"value":285},{"type":48,"tag":1351,"props":7083,"children":7084},{"style":1364},[7085],{"type":54,"value":1414},{"type":48,"tag":1351,"props":7087,"children":7088},{"class":1353,"line":2104},[7089],{"type":48,"tag":1351,"props":7090,"children":7091},{"style":1364},[7092],{"type":54,"value":7093},"  }\n",{"type":48,"tag":1351,"props":7095,"children":7096},{"class":1353,"line":2164},[7097,7102,7107],{"type":48,"tag":1351,"props":7098,"children":7099},{"style":1364},[7100],{"type":54,"value":7101},"}",{"type":48,"tag":1351,"props":7103,"children":7104},{"style":1358},[7105],{"type":54,"value":7106},")()",{"type":48,"tag":1351,"props":7108,"children":7109},{"style":1364},[7110],{"type":54,"value":1414},{"type":48,"tag":1351,"props":7112,"children":7113},{"class":1353,"line":2713},[7114,7119,7123],{"type":48,"tag":1351,"props":7115,"children":7116},{"style":1364},[7117],{"type":54,"value":7118},"\u003C\u002F",{"type":48,"tag":1351,"props":7120,"children":7121},{"style":5418},[7122],{"type":54,"value":6914},{"type":48,"tag":1351,"props":7124,"children":7125},{"style":1364},[7126],{"type":54,"value":6919},{"type":48,"tag":151,"props":7128,"children":7130},{"id":7129},"_92-css-token-mapping",[7131],{"type":54,"value":7132},"9.2 CSS Token Mapping",{"type":48,"tag":118,"props":7134,"children":7136},{"className":1343,"code":7135,"language":1345,"meta":126,"style":126},":root {\n  --lp-accent: #FF4801;\n  --lp-text: #521000;\n  --lp-text-muted: rgba(82, 16, 0, 0.6);\n  --lp-bg-100: #FFFBF5;\n  --lp-bg-200: #FFFDFB;\n  --lp-border: #EBD5C1;\n}\n\n:root.dark, html.dark {\n  --lp-accent: #F14602;\n  --lp-text: #F0E3DE;\n  --lp-text-muted: rgba(255, 253, 251, 0.56);\n  --lp-bg-100: #121212;\n  --lp-bg-200: #191817;\n  --lp-border: rgba(240, 227, 222, 0.13);\n}\n",[7137],{"type":48,"tag":89,"props":7138,"children":7139},{"__ignoreMap":126},[7140,7155,7181,7206,7261,7286,7311,7336,7343,7350,7390,7414,7438,7493,7517,7541,7596],{"type":48,"tag":1351,"props":7141,"children":7142},{"class":1353,"line":1354},[7143,7147,7151],{"type":48,"tag":1351,"props":7144,"children":7145},{"style":1364},[7146],{"type":54,"value":96},{"type":48,"tag":1351,"props":7148,"children":7149},{"style":5395},[7150],{"type":54,"value":45},{"type":48,"tag":1351,"props":7152,"children":7153},{"style":1364},[7154],{"type":54,"value":2035},{"type":48,"tag":1351,"props":7156,"children":7157},{"class":1353,"line":1417},[7158,7163,7167,7172,7177],{"type":48,"tag":1351,"props":7159,"children":7160},{"style":1358},[7161],{"type":54,"value":7162},"  --lp-accent",{"type":48,"tag":1351,"props":7164,"children":7165},{"style":1364},[7166],{"type":54,"value":96},{"type":48,"tag":1351,"props":7168,"children":7169},{"style":1364},[7170],{"type":54,"value":7171}," #",{"type":48,"tag":1351,"props":7173,"children":7174},{"style":1358},[7175],{"type":54,"value":7176},"FF4801",{"type":48,"tag":1351,"props":7178,"children":7179},{"style":1364},[7180],{"type":54,"value":1414},{"type":48,"tag":1351,"props":7182,"children":7183},{"class":1353,"line":2059},[7184,7189,7193,7197,7202],{"type":48,"tag":1351,"props":7185,"children":7186},{"style":1358},[7187],{"type":54,"value":7188},"  --lp-text",{"type":48,"tag":1351,"props":7190,"children":7191},{"style":1364},[7192],{"type":54,"value":96},{"type":48,"tag":1351,"props":7194,"children":7195},{"style":1364},[7196],{"type":54,"value":7171},{"type":48,"tag":1351,"props":7198,"children":7199},{"style":1358},[7200],{"type":54,"value":7201},"521000",{"type":48,"tag":1351,"props":7203,"children":7204},{"style":1364},[7205],{"type":54,"value":1414},{"type":48,"tag":1351,"props":7207,"children":7208},{"class":1353,"line":2081},[7209,7214,7218,7223,7227,7232,7236,7240,7244,7248,7252,7257],{"type":48,"tag":1351,"props":7210,"children":7211},{"style":1358},[7212],{"type":54,"value":7213},"  --lp-text-muted",{"type":48,"tag":1351,"props":7215,"children":7216},{"style":1364},[7217],{"type":54,"value":96},{"type":48,"tag":1351,"props":7219,"children":7220},{"style":4928},[7221],{"type":54,"value":7222}," rgba",{"type":48,"tag":1351,"props":7224,"children":7225},{"style":1364},[7226],{"type":54,"value":4936},{"type":48,"tag":1351,"props":7228,"children":7229},{"style":2133},[7230],{"type":54,"value":7231},"82",{"type":48,"tag":1351,"props":7233,"children":7234},{"style":1364},[7235],{"type":54,"value":1367},{"type":48,"tag":1351,"props":7237,"children":7238},{"style":2133},[7239],{"type":54,"value":3705},{"type":48,"tag":1351,"props":7241,"children":7242},{"style":1364},[7243],{"type":54,"value":1367},{"type":48,"tag":1351,"props":7245,"children":7246},{"style":2133},[7247],{"type":54,"value":3283},{"type":48,"tag":1351,"props":7249,"children":7250},{"style":1364},[7251],{"type":54,"value":1367},{"type":48,"tag":1351,"props":7253,"children":7254},{"style":2133},[7255],{"type":54,"value":7256}," 0.6",{"type":48,"tag":1351,"props":7258,"children":7259},{"style":1364},[7260],{"type":54,"value":3442},{"type":48,"tag":1351,"props":7262,"children":7263},{"class":1353,"line":2104},[7264,7269,7273,7277,7282],{"type":48,"tag":1351,"props":7265,"children":7266},{"style":1358},[7267],{"type":54,"value":7268},"  --lp-bg-100",{"type":48,"tag":1351,"props":7270,"children":7271},{"style":1364},[7272],{"type":54,"value":96},{"type":48,"tag":1351,"props":7274,"children":7275},{"style":1364},[7276],{"type":54,"value":7171},{"type":48,"tag":1351,"props":7278,"children":7279},{"style":1358},[7280],{"type":54,"value":7281},"FFFBF5",{"type":48,"tag":1351,"props":7283,"children":7284},{"style":1364},[7285],{"type":54,"value":1414},{"type":48,"tag":1351,"props":7287,"children":7288},{"class":1353,"line":2164},[7289,7294,7298,7302,7307],{"type":48,"tag":1351,"props":7290,"children":7291},{"style":1358},[7292],{"type":54,"value":7293},"  --lp-bg-200",{"type":48,"tag":1351,"props":7295,"children":7296},{"style":1364},[7297],{"type":54,"value":96},{"type":48,"tag":1351,"props":7299,"children":7300},{"style":1364},[7301],{"type":54,"value":7171},{"type":48,"tag":1351,"props":7303,"children":7304},{"style":1358},[7305],{"type":54,"value":7306},"FFFDFB",{"type":48,"tag":1351,"props":7308,"children":7309},{"style":1364},[7310],{"type":54,"value":1414},{"type":48,"tag":1351,"props":7312,"children":7313},{"class":1353,"line":2713},[7314,7319,7323,7327,7332],{"type":48,"tag":1351,"props":7315,"children":7316},{"style":1358},[7317],{"type":54,"value":7318},"  --lp-border",{"type":48,"tag":1351,"props":7320,"children":7321},{"style":1364},[7322],{"type":54,"value":96},{"type":48,"tag":1351,"props":7324,"children":7325},{"style":1364},[7326],{"type":54,"value":7171},{"type":48,"tag":1351,"props":7328,"children":7329},{"style":1358},[7330],{"type":54,"value":7331},"EBD5C1",{"type":48,"tag":1351,"props":7333,"children":7334},{"style":1364},[7335],{"type":54,"value":1414},{"type":48,"tag":1351,"props":7337,"children":7338},{"class":1353,"line":2722},[7339],{"type":48,"tag":1351,"props":7340,"children":7341},{"style":1364},[7342],{"type":54,"value":2170},{"type":48,"tag":1351,"props":7344,"children":7345},{"class":1353,"line":2736},[7346],{"type":48,"tag":1351,"props":7347,"children":7348},{"emptyLinePlaceholder":2679},[7349],{"type":54,"value":2682},{"type":48,"tag":1351,"props":7351,"children":7352},{"class":1353,"line":2744},[7353,7357,7361,7365,7369,7373,7378,7382,7386],{"type":48,"tag":1351,"props":7354,"children":7355},{"style":1364},[7356],{"type":54,"value":96},{"type":48,"tag":1351,"props":7358,"children":7359},{"style":5395},[7360],{"type":54,"value":45},{"type":48,"tag":1351,"props":7362,"children":7363},{"style":1364},[7364],{"type":54,"value":105},{"type":48,"tag":1351,"props":7366,"children":7367},{"style":1406},[7368],{"type":54,"value":7073},{"type":48,"tag":1351,"props":7370,"children":7371},{"style":1364},[7372],{"type":54,"value":1367},{"type":48,"tag":1351,"props":7374,"children":7375},{"style":1406},[7376],{"type":54,"value":7377}," html",{"type":48,"tag":1351,"props":7379,"children":7380},{"style":1364},[7381],{"type":54,"value":105},{"type":48,"tag":1351,"props":7383,"children":7384},{"style":1406},[7385],{"type":54,"value":7073},{"type":48,"tag":1351,"props":7387,"children":7388},{"style":1364},[7389],{"type":54,"value":2035},{"type":48,"tag":1351,"props":7391,"children":7392},{"class":1353,"line":2753},[7393,7397,7401,7405,7410],{"type":48,"tag":1351,"props":7394,"children":7395},{"style":1358},[7396],{"type":54,"value":7162},{"type":48,"tag":1351,"props":7398,"children":7399},{"style":1364},[7400],{"type":54,"value":96},{"type":48,"tag":1351,"props":7402,"children":7403},{"style":1364},[7404],{"type":54,"value":7171},{"type":48,"tag":1351,"props":7406,"children":7407},{"style":1358},[7408],{"type":54,"value":7409},"F14602",{"type":48,"tag":1351,"props":7411,"children":7412},{"style":1364},[7413],{"type":54,"value":1414},{"type":48,"tag":1351,"props":7415,"children":7416},{"class":1353,"line":2767},[7417,7421,7425,7429,7434],{"type":48,"tag":1351,"props":7418,"children":7419},{"style":1358},[7420],{"type":54,"value":7188},{"type":48,"tag":1351,"props":7422,"children":7423},{"style":1364},[7424],{"type":54,"value":96},{"type":48,"tag":1351,"props":7426,"children":7427},{"style":1364},[7428],{"type":54,"value":7171},{"type":48,"tag":1351,"props":7430,"children":7431},{"style":1358},[7432],{"type":54,"value":7433},"F0E3DE",{"type":48,"tag":1351,"props":7435,"children":7436},{"style":1364},[7437],{"type":54,"value":1414},{"type":48,"tag":1351,"props":7439,"children":7440},{"class":1353,"line":2781},[7441,7445,7449,7453,7457,7462,7466,7471,7475,7480,7484,7489],{"type":48,"tag":1351,"props":7442,"children":7443},{"style":1358},[7444],{"type":54,"value":7213},{"type":48,"tag":1351,"props":7446,"children":7447},{"style":1364},[7448],{"type":54,"value":96},{"type":48,"tag":1351,"props":7450,"children":7451},{"style":4928},[7452],{"type":54,"value":7222},{"type":48,"tag":1351,"props":7454,"children":7455},{"style":1364},[7456],{"type":54,"value":4936},{"type":48,"tag":1351,"props":7458,"children":7459},{"style":2133},[7460],{"type":54,"value":7461},"255",{"type":48,"tag":1351,"props":7463,"children":7464},{"style":1364},[7465],{"type":54,"value":1367},{"type":48,"tag":1351,"props":7467,"children":7468},{"style":2133},[7469],{"type":54,"value":7470}," 253",{"type":48,"tag":1351,"props":7472,"children":7473},{"style":1364},[7474],{"type":54,"value":1367},{"type":48,"tag":1351,"props":7476,"children":7477},{"style":2133},[7478],{"type":54,"value":7479}," 251",{"type":48,"tag":1351,"props":7481,"children":7482},{"style":1364},[7483],{"type":54,"value":1367},{"type":48,"tag":1351,"props":7485,"children":7486},{"style":2133},[7487],{"type":54,"value":7488}," 0.56",{"type":48,"tag":1351,"props":7490,"children":7491},{"style":1364},[7492],{"type":54,"value":3442},{"type":48,"tag":1351,"props":7494,"children":7495},{"class":1353,"line":2795},[7496,7500,7504,7508,7513],{"type":48,"tag":1351,"props":7497,"children":7498},{"style":1358},[7499],{"type":54,"value":7268},{"type":48,"tag":1351,"props":7501,"children":7502},{"style":1364},[7503],{"type":54,"value":96},{"type":48,"tag":1351,"props":7505,"children":7506},{"style":1364},[7507],{"type":54,"value":7171},{"type":48,"tag":1351,"props":7509,"children":7510},{"style":1358},[7511],{"type":54,"value":7512},"121212",{"type":48,"tag":1351,"props":7514,"children":7515},{"style":1364},[7516],{"type":54,"value":1414},{"type":48,"tag":1351,"props":7518,"children":7519},{"class":1353,"line":2803},[7520,7524,7528,7532,7537],{"type":48,"tag":1351,"props":7521,"children":7522},{"style":1358},[7523],{"type":54,"value":7293},{"type":48,"tag":1351,"props":7525,"children":7526},{"style":1364},[7527],{"type":54,"value":96},{"type":48,"tag":1351,"props":7529,"children":7530},{"style":1364},[7531],{"type":54,"value":7171},{"type":48,"tag":1351,"props":7533,"children":7534},{"style":1358},[7535],{"type":54,"value":7536},"191817",{"type":48,"tag":1351,"props":7538,"children":7539},{"style":1364},[7540],{"type":54,"value":1414},{"type":48,"tag":1351,"props":7542,"children":7543},{"class":1353,"line":2812},[7544,7548,7552,7556,7560,7565,7569,7574,7578,7583,7587,7592],{"type":48,"tag":1351,"props":7545,"children":7546},{"style":1358},[7547],{"type":54,"value":7318},{"type":48,"tag":1351,"props":7549,"children":7550},{"style":1364},[7551],{"type":54,"value":96},{"type":48,"tag":1351,"props":7553,"children":7554},{"style":4928},[7555],{"type":54,"value":7222},{"type":48,"tag":1351,"props":7557,"children":7558},{"style":1364},[7559],{"type":54,"value":4936},{"type":48,"tag":1351,"props":7561,"children":7562},{"style":2133},[7563],{"type":54,"value":7564},"240",{"type":48,"tag":1351,"props":7566,"children":7567},{"style":1364},[7568],{"type":54,"value":1367},{"type":48,"tag":1351,"props":7570,"children":7571},{"style":2133},[7572],{"type":54,"value":7573}," 227",{"type":48,"tag":1351,"props":7575,"children":7576},{"style":1364},[7577],{"type":54,"value":1367},{"type":48,"tag":1351,"props":7579,"children":7580},{"style":2133},[7581],{"type":54,"value":7582}," 222",{"type":48,"tag":1351,"props":7584,"children":7585},{"style":1364},[7586],{"type":54,"value":1367},{"type":48,"tag":1351,"props":7588,"children":7589},{"style":2133},[7590],{"type":54,"value":7591}," 0.13",{"type":48,"tag":1351,"props":7593,"children":7594},{"style":1364},[7595],{"type":54,"value":3442},{"type":48,"tag":1351,"props":7597,"children":7598},{"class":1353,"line":2826},[7599],{"type":48,"tag":1351,"props":7600,"children":7601},{"style":1364},[7602],{"type":54,"value":2170},{"type":48,"tag":151,"props":7604,"children":7606},{"id":7605},"_93-theme-transition",[7607],{"type":54,"value":7608},"9.3 Theme Transition",{"type":48,"tag":118,"props":7610,"children":7612},{"className":1343,"code":7611,"language":1345,"meta":126,"style":126},"html.theme-transitioning,\nhtml.theme-transitioning * {\n  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;\n}\n",[7613],{"type":48,"tag":89,"props":7614,"children":7615},{"__ignoreMap":126},[7616,7636,7660,7729],{"type":48,"tag":1351,"props":7617,"children":7618},{"class":1353,"line":1354},[7619,7623,7627,7632],{"type":48,"tag":1351,"props":7620,"children":7621},{"style":1406},[7622],{"type":54,"value":18},{"type":48,"tag":1351,"props":7624,"children":7625},{"style":1364},[7626],{"type":54,"value":105},{"type":48,"tag":1351,"props":7628,"children":7629},{"style":1406},[7630],{"type":54,"value":7631},"theme-transitioning",{"type":48,"tag":1351,"props":7633,"children":7634},{"style":1364},[7635],{"type":54,"value":3301},{"type":48,"tag":1351,"props":7637,"children":7638},{"class":1353,"line":1417},[7639,7643,7647,7651,7656],{"type":48,"tag":1351,"props":7640,"children":7641},{"style":1406},[7642],{"type":54,"value":18},{"type":48,"tag":1351,"props":7644,"children":7645},{"style":1364},[7646],{"type":54,"value":105},{"type":48,"tag":1351,"props":7648,"children":7649},{"style":1406},[7650],{"type":54,"value":7631},{"type":48,"tag":1351,"props":7652,"children":7653},{"style":1406},[7654],{"type":54,"value":7655}," *",{"type":48,"tag":1351,"props":7657,"children":7658},{"style":1364},[7659],{"type":54,"value":2035},{"type":48,"tag":1351,"props":7661,"children":7662},{"class":1353,"line":2059},[7663,7667,7671,7676,7681,7685,7689,7694,7698,7702,7706,7711,7715,7720,7725],{"type":48,"tag":1351,"props":7664,"children":7665},{"style":2085},[7666],{"type":54,"value":5486},{"type":48,"tag":1351,"props":7668,"children":7669},{"style":1364},[7670],{"type":54,"value":96},{"type":48,"tag":1351,"props":7672,"children":7673},{"style":1358},[7674],{"type":54,"value":7675}," background-color ",{"type":48,"tag":1351,"props":7677,"children":7678},{"style":2133},[7679],{"type":54,"value":7680},"0.3s",{"type":48,"tag":1351,"props":7682,"children":7683},{"style":1358},[7684],{"type":54,"value":4461},{"type":48,"tag":1351,"props":7686,"children":7687},{"style":1364},[7688],{"type":54,"value":1367},{"type":48,"tag":1351,"props":7690,"children":7691},{"style":1358},[7692],{"type":54,"value":7693}," color ",{"type":48,"tag":1351,"props":7695,"children":7696},{"style":2133},[7697],{"type":54,"value":7680},{"type":48,"tag":1351,"props":7699,"children":7700},{"style":1358},[7701],{"type":54,"value":4461},{"type":48,"tag":1351,"props":7703,"children":7704},{"style":1364},[7705],{"type":54,"value":1367},{"type":48,"tag":1351,"props":7707,"children":7708},{"style":1358},[7709],{"type":54,"value":7710}," border-color ",{"type":48,"tag":1351,"props":7712,"children":7713},{"style":2133},[7714],{"type":54,"value":7680},{"type":48,"tag":1351,"props":7716,"children":7717},{"style":1358},[7718],{"type":54,"value":7719}," ease ",{"type":48,"tag":1351,"props":7721,"children":7722},{"style":2133},[7723],{"type":54,"value":7724},"!important",{"type":48,"tag":1351,"props":7726,"children":7727},{"style":1364},[7728],{"type":54,"value":1414},{"type":48,"tag":1351,"props":7730,"children":7731},{"class":1353,"line":2081},[7732],{"type":48,"tag":1351,"props":7733,"children":7734},{"style":1364},[7735],{"type":54,"value":2170},{"type":48,"tag":151,"props":7737,"children":7739},{"id":7738},"_94-system-preference-listener",[7740],{"type":54,"value":7741},"9.4 System Preference Listener",{"type":48,"tag":118,"props":7743,"children":7745},{"className":5375,"code":7744,"language":5377,"meta":126,"style":126},"const mediaQuery = window.matchMedia('(prefers-color-scheme: dark)');\nmediaQuery.addEventListener('change', (e) => {\n  document.documentElement.classList.toggle('dark', e.matches);\n});\n",[7746],{"type":48,"tag":89,"props":7747,"children":7748},{"__ignoreMap":126},[7749,7801,7861,7935],{"type":48,"tag":1351,"props":7750,"children":7751},{"class":1353,"line":1354},[7752,7756,7761,7765,7769,7773,7777,7781,7785,7789,7793,7797],{"type":48,"tag":1351,"props":7753,"children":7754},{"style":5395},[7755],{"type":54,"value":5398},{"type":48,"tag":1351,"props":7757,"children":7758},{"style":1358},[7759],{"type":54,"value":7760}," mediaQuery ",{"type":48,"tag":1351,"props":7762,"children":7763},{"style":1364},[7764],{"type":54,"value":5408},{"type":48,"tag":1351,"props":7766,"children":7767},{"style":1358},[7768],{"type":54,"value":6976},{"type":48,"tag":1351,"props":7770,"children":7771},{"style":1364},[7772],{"type":54,"value":105},{"type":48,"tag":1351,"props":7774,"children":7775},{"style":4928},[7776],{"type":54,"value":6966},{"type":48,"tag":1351,"props":7778,"children":7779},{"style":1358},[7780],{"type":54,"value":4936},{"type":48,"tag":1351,"props":7782,"children":7783},{"style":1364},[7784],{"type":54,"value":6993},{"type":48,"tag":1351,"props":7786,"children":7787},{"style":2122},[7788],{"type":54,"value":6998},{"type":48,"tag":1351,"props":7790,"children":7791},{"style":1364},[7792],{"type":54,"value":6993},{"type":48,"tag":1351,"props":7794,"children":7795},{"style":1358},[7796],{"type":54,"value":285},{"type":48,"tag":1351,"props":7798,"children":7799},{"style":1364},[7800],{"type":54,"value":1414},{"type":48,"tag":1351,"props":7802,"children":7803},{"class":1353,"line":1417},[7804,7809,7813,7818,7822,7826,7831,7835,7839,7843,7848,7852,7857],{"type":48,"tag":1351,"props":7805,"children":7806},{"style":1358},[7807],{"type":54,"value":7808},"mediaQuery",{"type":48,"tag":1351,"props":7810,"children":7811},{"style":1364},[7812],{"type":54,"value":105},{"type":48,"tag":1351,"props":7814,"children":7815},{"style":4928},[7816],{"type":54,"value":7817},"addEventListener",{"type":48,"tag":1351,"props":7819,"children":7820},{"style":1358},[7821],{"type":54,"value":4936},{"type":48,"tag":1351,"props":7823,"children":7824},{"style":1364},[7825],{"type":54,"value":6993},{"type":48,"tag":1351,"props":7827,"children":7828},{"style":2122},[7829],{"type":54,"value":7830},"change",{"type":48,"tag":1351,"props":7832,"children":7833},{"style":1364},[7834],{"type":54,"value":6993},{"type":48,"tag":1351,"props":7836,"children":7837},{"style":1364},[7838],{"type":54,"value":1367},{"type":48,"tag":1351,"props":7840,"children":7841},{"style":1364},[7842],{"type":54,"value":269},{"type":48,"tag":1351,"props":7844,"children":7845},{"style":4776},[7846],{"type":54,"value":7847},"e",{"type":48,"tag":1351,"props":7849,"children":7850},{"style":1364},[7851],{"type":54,"value":285},{"type":48,"tag":1351,"props":7853,"children":7854},{"style":5395},[7855],{"type":54,"value":7856}," =>",{"type":48,"tag":1351,"props":7858,"children":7859},{"style":1364},[7860],{"type":54,"value":2035},{"type":48,"tag":1351,"props":7862,"children":7863},{"class":1353,"line":2059},[7864,7869,7873,7877,7881,7885,7889,7894,7898,7902,7906,7910,7914,7919,7923,7927,7931],{"type":48,"tag":1351,"props":7865,"children":7866},{"style":1358},[7867],{"type":54,"value":7868},"  document",{"type":48,"tag":1351,"props":7870,"children":7871},{"style":1364},[7872],{"type":54,"value":105},{"type":48,"tag":1351,"props":7874,"children":7875},{"style":1358},[7876],{"type":54,"value":7042},{"type":48,"tag":1351,"props":7878,"children":7879},{"style":1364},[7880],{"type":54,"value":105},{"type":48,"tag":1351,"props":7882,"children":7883},{"style":1358},[7884],{"type":54,"value":7051},{"type":48,"tag":1351,"props":7886,"children":7887},{"style":1364},[7888],{"type":54,"value":105},{"type":48,"tag":1351,"props":7890,"children":7891},{"style":4928},[7892],{"type":54,"value":7893},"toggle",{"type":48,"tag":1351,"props":7895,"children":7896},{"style":5418},[7897],{"type":54,"value":4936},{"type":48,"tag":1351,"props":7899,"children":7900},{"style":1364},[7901],{"type":54,"value":6993},{"type":48,"tag":1351,"props":7903,"children":7904},{"style":2122},[7905],{"type":54,"value":7073},{"type":48,"tag":1351,"props":7907,"children":7908},{"style":1364},[7909],{"type":54,"value":6993},{"type":48,"tag":1351,"props":7911,"children":7912},{"style":1364},[7913],{"type":54,"value":1367},{"type":48,"tag":1351,"props":7915,"children":7916},{"style":1358},[7917],{"type":54,"value":7918}," e",{"type":48,"tag":1351,"props":7920,"children":7921},{"style":1364},[7922],{"type":54,"value":105},{"type":48,"tag":1351,"props":7924,"children":7925},{"style":1358},[7926],{"type":54,"value":7015},{"type":48,"tag":1351,"props":7928,"children":7929},{"style":5418},[7930],{"type":54,"value":285},{"type":48,"tag":1351,"props":7932,"children":7933},{"style":1364},[7934],{"type":54,"value":1414},{"type":48,"tag":1351,"props":7936,"children":7937},{"class":1353,"line":2081},[7938,7942,7946],{"type":48,"tag":1351,"props":7939,"children":7940},{"style":1364},[7941],{"type":54,"value":7101},{"type":48,"tag":1351,"props":7943,"children":7944},{"style":1358},[7945],{"type":54,"value":285},{"type":48,"tag":1351,"props":7947,"children":7948},{"style":1364},[7949],{"type":54,"value":1414},{"type":48,"tag":107,"props":7951,"children":7952},{},[],{"type":48,"tag":111,"props":7954,"children":7956},{"id":7955},"_10-accessibility",[7957],{"type":54,"value":7958},"10. Accessibility",{"type":48,"tag":151,"props":7960,"children":7962},{"id":7961},"_101-focus-states",[7963],{"type":54,"value":7964},"10.1 Focus States",{"type":48,"tag":118,"props":7966,"children":7968},{"className":1343,"code":7967,"language":1345,"meta":126,"style":126},"\u002F* Default focus ring *\u002F\n:focus-visible {\n  outline: 2px solid var(--lp-accent);\n  outline-offset: 2px;\n}\n\n\u002F* Button focus *\u002F\nbutton:focus-visible {\n  outline: none;\n  box-shadow: 0 0 0 3px rgba(255, 72, 1, 0.3);\n}\n\n\u002F* Input focus *\u002F\ninput:focus-visible,\nselect:focus-visible,\ntextarea:focus-visible {\n  outline: none;\n  border-color: var(--lp-accent);\n  box-shadow: 0 0 0 3px rgba(255, 72, 1, 0.1);\n}\n",[7969],{"type":48,"tag":89,"props":7970,"children":7971},{"__ignoreMap":126},[7972,7980,7996,8035,8055,8062,8069,8077,8097,8117,8186,8193,8200,8207,8227,8247,8267,8286,8314,8381],{"type":48,"tag":1351,"props":7973,"children":7974},{"class":1353,"line":1354},[7975],{"type":48,"tag":1351,"props":7976,"children":7977},{"style":2657},[7978],{"type":54,"value":7979},"\u002F* Default focus ring *\u002F\n",{"type":48,"tag":1351,"props":7981,"children":7982},{"class":1353,"line":1417},[7983,7987,7992],{"type":48,"tag":1351,"props":7984,"children":7985},{"style":1364},[7986],{"type":54,"value":96},{"type":48,"tag":1351,"props":7988,"children":7989},{"style":5395},[7990],{"type":54,"value":7991},"focus-visible",{"type":48,"tag":1351,"props":7993,"children":7994},{"style":1364},[7995],{"type":54,"value":2035},{"type":48,"tag":1351,"props":7997,"children":7998},{"class":1353,"line":2059},[7999,8004,8008,8013,8018,8023,8027,8031],{"type":48,"tag":1351,"props":8000,"children":8001},{"style":2085},[8002],{"type":54,"value":8003},"  outline",{"type":48,"tag":1351,"props":8005,"children":8006},{"style":1364},[8007],{"type":54,"value":96},{"type":48,"tag":1351,"props":8009,"children":8010},{"style":2133},[8011],{"type":54,"value":8012}," 2px",{"type":48,"tag":1351,"props":8014,"children":8015},{"style":1358},[8016],{"type":54,"value":8017}," solid ",{"type":48,"tag":1351,"props":8019,"children":8020},{"style":4928},[8021],{"type":54,"value":8022},"var",{"type":48,"tag":1351,"props":8024,"children":8025},{"style":1364},[8026],{"type":54,"value":4936},{"type":48,"tag":1351,"props":8028,"children":8029},{"style":1358},[8030],{"type":54,"value":405},{"type":48,"tag":1351,"props":8032,"children":8033},{"style":1364},[8034],{"type":54,"value":3442},{"type":48,"tag":1351,"props":8036,"children":8037},{"class":1353,"line":2081},[8038,8043,8047,8051],{"type":48,"tag":1351,"props":8039,"children":8040},{"style":2085},[8041],{"type":54,"value":8042},"  outline-offset",{"type":48,"tag":1351,"props":8044,"children":8045},{"style":1364},[8046],{"type":54,"value":96},{"type":48,"tag":1351,"props":8048,"children":8049},{"style":2133},[8050],{"type":54,"value":8012},{"type":48,"tag":1351,"props":8052,"children":8053},{"style":1364},[8054],{"type":54,"value":1414},{"type":48,"tag":1351,"props":8056,"children":8057},{"class":1353,"line":2104},[8058],{"type":48,"tag":1351,"props":8059,"children":8060},{"style":1364},[8061],{"type":54,"value":2170},{"type":48,"tag":1351,"props":8063,"children":8064},{"class":1353,"line":2164},[8065],{"type":48,"tag":1351,"props":8066,"children":8067},{"emptyLinePlaceholder":2679},[8068],{"type":54,"value":2682},{"type":48,"tag":1351,"props":8070,"children":8071},{"class":1353,"line":2713},[8072],{"type":48,"tag":1351,"props":8073,"children":8074},{"style":2657},[8075],{"type":54,"value":8076},"\u002F* Button focus *\u002F\n",{"type":48,"tag":1351,"props":8078,"children":8079},{"class":1353,"line":2722},[8080,8085,8089,8093],{"type":48,"tag":1351,"props":8081,"children":8082},{"style":1406},[8083],{"type":54,"value":8084},"button",{"type":48,"tag":1351,"props":8086,"children":8087},{"style":1364},[8088],{"type":54,"value":96},{"type":48,"tag":1351,"props":8090,"children":8091},{"style":5395},[8092],{"type":54,"value":7991},{"type":48,"tag":1351,"props":8094,"children":8095},{"style":1364},[8096],{"type":54,"value":2035},{"type":48,"tag":1351,"props":8098,"children":8099},{"class":1353,"line":2736},[8100,8104,8108,8113],{"type":48,"tag":1351,"props":8101,"children":8102},{"style":2085},[8103],{"type":54,"value":8003},{"type":48,"tag":1351,"props":8105,"children":8106},{"style":1364},[8107],{"type":54,"value":96},{"type":48,"tag":1351,"props":8109,"children":8110},{"style":1358},[8111],{"type":54,"value":8112}," none",{"type":48,"tag":1351,"props":8114,"children":8115},{"style":1364},[8116],{"type":54,"value":1414},{"type":48,"tag":1351,"props":8118,"children":8119},{"class":1353,"line":2744},[8120,8125,8129,8133,8137,8141,8146,8150,8154,8158,8162,8166,8170,8174,8178,8182],{"type":48,"tag":1351,"props":8121,"children":8122},{"style":2085},[8123],{"type":54,"value":8124},"  box-shadow",{"type":48,"tag":1351,"props":8126,"children":8127},{"style":1364},[8128],{"type":54,"value":96},{"type":48,"tag":1351,"props":8130,"children":8131},{"style":2133},[8132],{"type":54,"value":3283},{"type":48,"tag":1351,"props":8134,"children":8135},{"style":2133},[8136],{"type":54,"value":3283},{"type":48,"tag":1351,"props":8138,"children":8139},{"style":2133},[8140],{"type":54,"value":3283},{"type":48,"tag":1351,"props":8142,"children":8143},{"style":2133},[8144],{"type":54,"value":8145}," 3px",{"type":48,"tag":1351,"props":8147,"children":8148},{"style":4928},[8149],{"type":54,"value":7222},{"type":48,"tag":1351,"props":8151,"children":8152},{"style":1364},[8153],{"type":54,"value":4936},{"type":48,"tag":1351,"props":8155,"children":8156},{"style":2133},[8157],{"type":54,"value":7461},{"type":48,"tag":1351,"props":8159,"children":8160},{"style":1364},[8161],{"type":54,"value":1367},{"type":48,"tag":1351,"props":8163,"children":8164},{"style":2133},[8165],{"type":54,"value":3921},{"type":48,"tag":1351,"props":8167,"children":8168},{"style":1364},[8169],{"type":54,"value":1367},{"type":48,"tag":1351,"props":8171,"children":8172},{"style":2133},[8173],{"type":54,"value":2136},{"type":48,"tag":1351,"props":8175,"children":8176},{"style":1364},[8177],{"type":54,"value":1367},{"type":48,"tag":1351,"props":8179,"children":8180},{"style":2133},[8181],{"type":54,"value":5508},{"type":48,"tag":1351,"props":8183,"children":8184},{"style":1364},[8185],{"type":54,"value":3442},{"type":48,"tag":1351,"props":8187,"children":8188},{"class":1353,"line":2753},[8189],{"type":48,"tag":1351,"props":8190,"children":8191},{"style":1364},[8192],{"type":54,"value":2170},{"type":48,"tag":1351,"props":8194,"children":8195},{"class":1353,"line":2767},[8196],{"type":48,"tag":1351,"props":8197,"children":8198},{"emptyLinePlaceholder":2679},[8199],{"type":54,"value":2682},{"type":48,"tag":1351,"props":8201,"children":8202},{"class":1353,"line":2781},[8203],{"type":48,"tag":1351,"props":8204,"children":8205},{"style":2657},[8206],{"type":54,"value":4690},{"type":48,"tag":1351,"props":8208,"children":8209},{"class":1353,"line":2795},[8210,8215,8219,8223],{"type":48,"tag":1351,"props":8211,"children":8212},{"style":1406},[8213],{"type":54,"value":8214},"input",{"type":48,"tag":1351,"props":8216,"children":8217},{"style":1364},[8218],{"type":54,"value":96},{"type":48,"tag":1351,"props":8220,"children":8221},{"style":5395},[8222],{"type":54,"value":7991},{"type":48,"tag":1351,"props":8224,"children":8225},{"style":1364},[8226],{"type":54,"value":3301},{"type":48,"tag":1351,"props":8228,"children":8229},{"class":1353,"line":2803},[8230,8235,8239,8243],{"type":48,"tag":1351,"props":8231,"children":8232},{"style":1406},[8233],{"type":54,"value":8234},"select",{"type":48,"tag":1351,"props":8236,"children":8237},{"style":1364},[8238],{"type":54,"value":96},{"type":48,"tag":1351,"props":8240,"children":8241},{"style":5395},[8242],{"type":54,"value":7991},{"type":48,"tag":1351,"props":8244,"children":8245},{"style":1364},[8246],{"type":54,"value":3301},{"type":48,"tag":1351,"props":8248,"children":8249},{"class":1353,"line":2812},[8250,8255,8259,8263],{"type":48,"tag":1351,"props":8251,"children":8252},{"style":1406},[8253],{"type":54,"value":8254},"textarea",{"type":48,"tag":1351,"props":8256,"children":8257},{"style":1364},[8258],{"type":54,"value":96},{"type":48,"tag":1351,"props":8260,"children":8261},{"style":5395},[8262],{"type":54,"value":7991},{"type":48,"tag":1351,"props":8264,"children":8265},{"style":1364},[8266],{"type":54,"value":2035},{"type":48,"tag":1351,"props":8268,"children":8269},{"class":1353,"line":2826},[8270,8274,8278,8282],{"type":48,"tag":1351,"props":8271,"children":8272},{"style":2085},[8273],{"type":54,"value":8003},{"type":48,"tag":1351,"props":8275,"children":8276},{"style":1364},[8277],{"type":54,"value":96},{"type":48,"tag":1351,"props":8279,"children":8280},{"style":1358},[8281],{"type":54,"value":8112},{"type":48,"tag":1351,"props":8283,"children":8284},{"style":1364},[8285],{"type":54,"value":1414},{"type":48,"tag":1351,"props":8287,"children":8288},{"class":1353,"line":5128},[8289,8294,8298,8302,8306,8310],{"type":48,"tag":1351,"props":8290,"children":8291},{"style":2085},[8292],{"type":54,"value":8293},"  border-color",{"type":48,"tag":1351,"props":8295,"children":8296},{"style":1364},[8297],{"type":54,"value":96},{"type":48,"tag":1351,"props":8299,"children":8300},{"style":4928},[8301],{"type":54,"value":5217},{"type":48,"tag":1351,"props":8303,"children":8304},{"style":1364},[8305],{"type":54,"value":4936},{"type":48,"tag":1351,"props":8307,"children":8308},{"style":1358},[8309],{"type":54,"value":405},{"type":48,"tag":1351,"props":8311,"children":8312},{"style":1364},[8313],{"type":54,"value":3442},{"type":48,"tag":1351,"props":8315,"children":8316},{"class":1353,"line":5136},[8317,8321,8325,8329,8333,8337,8341,8345,8349,8353,8357,8361,8365,8369,8373,8377],{"type":48,"tag":1351,"props":8318,"children":8319},{"style":2085},[8320],{"type":54,"value":8124},{"type":48,"tag":1351,"props":8322,"children":8323},{"style":1364},[8324],{"type":54,"value":96},{"type":48,"tag":1351,"props":8326,"children":8327},{"style":2133},[8328],{"type":54,"value":3283},{"type":48,"tag":1351,"props":8330,"children":8331},{"style":2133},[8332],{"type":54,"value":3283},{"type":48,"tag":1351,"props":8334,"children":8335},{"style":2133},[8336],{"type":54,"value":3283},{"type":48,"tag":1351,"props":8338,"children":8339},{"style":2133},[8340],{"type":54,"value":8145},{"type":48,"tag":1351,"props":8342,"children":8343},{"style":4928},[8344],{"type":54,"value":7222},{"type":48,"tag":1351,"props":8346,"children":8347},{"style":1364},[8348],{"type":54,"value":4936},{"type":48,"tag":1351,"props":8350,"children":8351},{"style":2133},[8352],{"type":54,"value":7461},{"type":48,"tag":1351,"props":8354,"children":8355},{"style":1364},[8356],{"type":54,"value":1367},{"type":48,"tag":1351,"props":8358,"children":8359},{"style":2133},[8360],{"type":54,"value":3921},{"type":48,"tag":1351,"props":8362,"children":8363},{"style":1364},[8364],{"type":54,"value":1367},{"type":48,"tag":1351,"props":8366,"children":8367},{"style":2133},[8368],{"type":54,"value":2136},{"type":48,"tag":1351,"props":8370,"children":8371},{"style":1364},[8372],{"type":54,"value":1367},{"type":48,"tag":1351,"props":8374,"children":8375},{"style":2133},[8376],{"type":54,"value":5821},{"type":48,"tag":1351,"props":8378,"children":8379},{"style":1364},[8380],{"type":54,"value":3442},{"type":48,"tag":1351,"props":8382,"children":8383},{"class":1353,"line":5145},[8384],{"type":48,"tag":1351,"props":8385,"children":8386},{"style":1364},[8387],{"type":54,"value":2170},{"type":48,"tag":151,"props":8389,"children":8391},{"id":8390},"_102-disabled-states",[8392],{"type":54,"value":8393},"10.2 Disabled States",{"type":48,"tag":118,"props":8395,"children":8397},{"className":1343,"code":8396,"language":1345,"meta":126,"style":126},":disabled,\n[disabled],\n.disabled {\n  opacity: 0.5;\n  cursor: not-allowed;\n  pointer-events: none;\n}\n",[8398],{"type":48,"tag":89,"props":8399,"children":8400},{"__ignoreMap":126},[8401,8417,8434,8449,8469,8490,8510],{"type":48,"tag":1351,"props":8402,"children":8403},{"class":1353,"line":1354},[8404,8408,8413],{"type":48,"tag":1351,"props":8405,"children":8406},{"style":1364},[8407],{"type":54,"value":96},{"type":48,"tag":1351,"props":8409,"children":8410},{"style":5395},[8411],{"type":54,"value":8412},"disabled",{"type":48,"tag":1351,"props":8414,"children":8415},{"style":1364},[8416],{"type":54,"value":3301},{"type":48,"tag":1351,"props":8418,"children":8419},{"class":1353,"line":1417},[8420,8425,8429],{"type":48,"tag":1351,"props":8421,"children":8422},{"style":1364},[8423],{"type":54,"value":8424},"[",{"type":48,"tag":1351,"props":8426,"children":8427},{"style":5395},[8428],{"type":54,"value":8412},{"type":48,"tag":1351,"props":8430,"children":8431},{"style":1364},[8432],{"type":54,"value":8433},"],\n",{"type":48,"tag":1351,"props":8435,"children":8436},{"class":1353,"line":2059},[8437,8441,8445],{"type":48,"tag":1351,"props":8438,"children":8439},{"style":1364},[8440],{"type":54,"value":105},{"type":48,"tag":1351,"props":8442,"children":8443},{"style":1406},[8444],{"type":54,"value":8412},{"type":48,"tag":1351,"props":8446,"children":8447},{"style":1364},[8448],{"type":54,"value":2035},{"type":48,"tag":1351,"props":8450,"children":8451},{"class":1353,"line":2081},[8452,8457,8461,8465],{"type":48,"tag":1351,"props":8453,"children":8454},{"style":2085},[8455],{"type":54,"value":8456},"  opacity",{"type":48,"tag":1351,"props":8458,"children":8459},{"style":1364},[8460],{"type":54,"value":96},{"type":48,"tag":1351,"props":8462,"children":8463},{"style":2133},[8464],{"type":54,"value":5110},{"type":48,"tag":1351,"props":8466,"children":8467},{"style":1364},[8468],{"type":54,"value":1414},{"type":48,"tag":1351,"props":8470,"children":8471},{"class":1353,"line":2104},[8472,8477,8481,8486],{"type":48,"tag":1351,"props":8473,"children":8474},{"style":2085},[8475],{"type":54,"value":8476},"  cursor",{"type":48,"tag":1351,"props":8478,"children":8479},{"style":1364},[8480],{"type":54,"value":96},{"type":48,"tag":1351,"props":8482,"children":8483},{"style":1358},[8484],{"type":54,"value":8485}," not-allowed",{"type":48,"tag":1351,"props":8487,"children":8488},{"style":1364},[8489],{"type":54,"value":1414},{"type":48,"tag":1351,"props":8491,"children":8492},{"class":1353,"line":2164},[8493,8498,8502,8506],{"type":48,"tag":1351,"props":8494,"children":8495},{"style":2085},[8496],{"type":54,"value":8497},"  pointer-events",{"type":48,"tag":1351,"props":8499,"children":8500},{"style":1364},[8501],{"type":54,"value":96},{"type":48,"tag":1351,"props":8503,"children":8504},{"style":1358},[8505],{"type":54,"value":8112},{"type":48,"tag":1351,"props":8507,"children":8508},{"style":1364},[8509],{"type":54,"value":1414},{"type":48,"tag":1351,"props":8511,"children":8512},{"class":1353,"line":2713},[8513],{"type":48,"tag":1351,"props":8514,"children":8515},{"style":1364},[8516],{"type":54,"value":2170},{"type":48,"tag":151,"props":8518,"children":8520},{"id":8519},"_103-error-states",[8521],{"type":54,"value":8522},"10.3 Error States",{"type":48,"tag":118,"props":8524,"children":8526},{"className":1343,"code":8525,"language":1345,"meta":126,"style":126},"[aria-invalid=\"true\"],\n.input-error {\n  border-color: #DC2626;\n  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);\n}\n\n.error-message {\n  color: #DC2626;\n  font-size: 14px;\n  margin-top: 4px;\n}\n",[8527],{"type":48,"tag":89,"props":8528,"children":8529},{"__ignoreMap":126},[8530,8563,8579,8603,8672,8679,8686,8702,8726,8747,8768],{"type":48,"tag":1351,"props":8531,"children":8532},{"class":1353,"line":1354},[8533,8537,8542,8546,8550,8555,8559],{"type":48,"tag":1351,"props":8534,"children":8535},{"style":1364},[8536],{"type":54,"value":8424},{"type":48,"tag":1351,"props":8538,"children":8539},{"style":5395},[8540],{"type":54,"value":8541},"aria-invalid",{"type":48,"tag":1351,"props":8543,"children":8544},{"style":1364},[8545],{"type":54,"value":5408},{"type":48,"tag":1351,"props":8547,"children":8548},{"style":1364},[8549],{"type":54,"value":2130},{"type":48,"tag":1351,"props":8551,"children":8552},{"style":2122},[8553],{"type":54,"value":8554},"true",{"type":48,"tag":1351,"props":8556,"children":8557},{"style":1364},[8558],{"type":54,"value":2130},{"type":48,"tag":1351,"props":8560,"children":8561},{"style":1364},[8562],{"type":54,"value":8433},{"type":48,"tag":1351,"props":8564,"children":8565},{"class":1353,"line":1417},[8566,8570,8575],{"type":48,"tag":1351,"props":8567,"children":8568},{"style":1364},[8569],{"type":54,"value":105},{"type":48,"tag":1351,"props":8571,"children":8572},{"style":1406},[8573],{"type":54,"value":8574},"input-error",{"type":48,"tag":1351,"props":8576,"children":8577},{"style":1364},[8578],{"type":54,"value":2035},{"type":48,"tag":1351,"props":8580,"children":8581},{"class":1353,"line":2059},[8582,8586,8590,8594,8599],{"type":48,"tag":1351,"props":8583,"children":8584},{"style":2085},[8585],{"type":54,"value":8293},{"type":48,"tag":1351,"props":8587,"children":8588},{"style":1364},[8589],{"type":54,"value":96},{"type":48,"tag":1351,"props":8591,"children":8592},{"style":1364},[8593],{"type":54,"value":7171},{"type":48,"tag":1351,"props":8595,"children":8596},{"style":1358},[8597],{"type":54,"value":8598},"DC2626",{"type":48,"tag":1351,"props":8600,"children":8601},{"style":1364},[8602],{"type":54,"value":1414},{"type":48,"tag":1351,"props":8604,"children":8605},{"class":1353,"line":2081},[8606,8610,8614,8618,8622,8626,8630,8634,8638,8643,8647,8652,8656,8660,8664,8668],{"type":48,"tag":1351,"props":8607,"children":8608},{"style":2085},[8609],{"type":54,"value":8124},{"type":48,"tag":1351,"props":8611,"children":8612},{"style":1364},[8613],{"type":54,"value":96},{"type":48,"tag":1351,"props":8615,"children":8616},{"style":2133},[8617],{"type":54,"value":3283},{"type":48,"tag":1351,"props":8619,"children":8620},{"style":2133},[8621],{"type":54,"value":3283},{"type":48,"tag":1351,"props":8623,"children":8624},{"style":2133},[8625],{"type":54,"value":3283},{"type":48,"tag":1351,"props":8627,"children":8628},{"style":2133},[8629],{"type":54,"value":8145},{"type":48,"tag":1351,"props":8631,"children":8632},{"style":4928},[8633],{"type":54,"value":7222},{"type":48,"tag":1351,"props":8635,"children":8636},{"style":1364},[8637],{"type":54,"value":4936},{"type":48,"tag":1351,"props":8639,"children":8640},{"style":2133},[8641],{"type":54,"value":8642},"220",{"type":48,"tag":1351,"props":8644,"children":8645},{"style":1364},[8646],{"type":54,"value":1367},{"type":48,"tag":1351,"props":8648,"children":8649},{"style":2133},[8650],{"type":54,"value":8651}," 38",{"type":48,"tag":1351,"props":8653,"children":8654},{"style":1364},[8655],{"type":54,"value":1367},{"type":48,"tag":1351,"props":8657,"children":8658},{"style":2133},[8659],{"type":54,"value":8651},{"type":48,"tag":1351,"props":8661,"children":8662},{"style":1364},[8663],{"type":54,"value":1367},{"type":48,"tag":1351,"props":8665,"children":8666},{"style":2133},[8667],{"type":54,"value":5821},{"type":48,"tag":1351,"props":8669,"children":8670},{"style":1364},[8671],{"type":54,"value":3442},{"type":48,"tag":1351,"props":8673,"children":8674},{"class":1353,"line":2104},[8675],{"type":48,"tag":1351,"props":8676,"children":8677},{"style":1364},[8678],{"type":54,"value":2170},{"type":48,"tag":1351,"props":8680,"children":8681},{"class":1353,"line":2164},[8682],{"type":48,"tag":1351,"props":8683,"children":8684},{"emptyLinePlaceholder":2679},[8685],{"type":54,"value":2682},{"type":48,"tag":1351,"props":8687,"children":8688},{"class":1353,"line":2713},[8689,8693,8698],{"type":48,"tag":1351,"props":8690,"children":8691},{"style":1364},[8692],{"type":54,"value":105},{"type":48,"tag":1351,"props":8694,"children":8695},{"style":1406},[8696],{"type":54,"value":8697},"error-message",{"type":48,"tag":1351,"props":8699,"children":8700},{"style":1364},[8701],{"type":54,"value":2035},{"type":48,"tag":1351,"props":8703,"children":8704},{"class":1353,"line":2722},[8705,8710,8714,8718,8722],{"type":48,"tag":1351,"props":8706,"children":8707},{"style":2085},[8708],{"type":54,"value":8709},"  color",{"type":48,"tag":1351,"props":8711,"children":8712},{"style":1364},[8713],{"type":54,"value":96},{"type":48,"tag":1351,"props":8715,"children":8716},{"style":1364},[8717],{"type":54,"value":7171},{"type":48,"tag":1351,"props":8719,"children":8720},{"style":1358},[8721],{"type":54,"value":8598},{"type":48,"tag":1351,"props":8723,"children":8724},{"style":1364},[8725],{"type":54,"value":1414},{"type":48,"tag":1351,"props":8727,"children":8728},{"class":1353,"line":2736},[8729,8734,8738,8743],{"type":48,"tag":1351,"props":8730,"children":8731},{"style":2085},[8732],{"type":54,"value":8733},"  font-size",{"type":48,"tag":1351,"props":8735,"children":8736},{"style":1364},[8737],{"type":54,"value":96},{"type":48,"tag":1351,"props":8739,"children":8740},{"style":2133},[8741],{"type":54,"value":8742}," 14px",{"type":48,"tag":1351,"props":8744,"children":8745},{"style":1364},[8746],{"type":54,"value":1414},{"type":48,"tag":1351,"props":8748,"children":8749},{"class":1353,"line":2744},[8750,8755,8759,8764],{"type":48,"tag":1351,"props":8751,"children":8752},{"style":2085},[8753],{"type":54,"value":8754},"  margin-top",{"type":48,"tag":1351,"props":8756,"children":8757},{"style":1364},[8758],{"type":54,"value":96},{"type":48,"tag":1351,"props":8760,"children":8761},{"style":2133},[8762],{"type":54,"value":8763}," 4px",{"type":48,"tag":1351,"props":8765,"children":8766},{"style":1364},[8767],{"type":54,"value":1414},{"type":48,"tag":1351,"props":8769,"children":8770},{"class":1353,"line":2753},[8771],{"type":48,"tag":1351,"props":8772,"children":8773},{"style":1364},[8774],{"type":54,"value":2170},{"type":48,"tag":151,"props":8776,"children":8778},{"id":8777},"_104-screen-reader-utilities",[8779],{"type":54,"value":8780},"10.4 Screen Reader Utilities",{"type":48,"tag":118,"props":8782,"children":8784},{"className":1343,"code":8783,"language":1345,"meta":126,"style":126},".sr-only {\n  position: absolute;\n  width: 1px;\n  height: 1px;\n  padding: 0;\n  margin: -1px;\n  overflow: hidden;\n  clip: rect(0, 0, 0, 0);\n  white-space: nowrap;\n  border: 0;\n}\n",[8785],{"type":48,"tag":89,"props":8786,"children":8787},{"__ignoreMap":126},[8788,8804,8825,8846,8866,8886,8907,8928,8981,9002,9022],{"type":48,"tag":1351,"props":8789,"children":8790},{"class":1353,"line":1354},[8791,8795,8800],{"type":48,"tag":1351,"props":8792,"children":8793},{"style":1364},[8794],{"type":54,"value":105},{"type":48,"tag":1351,"props":8796,"children":8797},{"style":1406},[8798],{"type":54,"value":8799},"sr-only",{"type":48,"tag":1351,"props":8801,"children":8802},{"style":1364},[8803],{"type":54,"value":2035},{"type":48,"tag":1351,"props":8805,"children":8806},{"class":1353,"line":1417},[8807,8812,8816,8821],{"type":48,"tag":1351,"props":8808,"children":8809},{"style":2085},[8810],{"type":54,"value":8811},"  position",{"type":48,"tag":1351,"props":8813,"children":8814},{"style":1364},[8815],{"type":54,"value":96},{"type":48,"tag":1351,"props":8817,"children":8818},{"style":1358},[8819],{"type":54,"value":8820}," absolute",{"type":48,"tag":1351,"props":8822,"children":8823},{"style":1364},[8824],{"type":54,"value":1414},{"type":48,"tag":1351,"props":8826,"children":8827},{"class":1353,"line":2059},[8828,8833,8837,8842],{"type":48,"tag":1351,"props":8829,"children":8830},{"style":2085},[8831],{"type":54,"value":8832},"  width",{"type":48,"tag":1351,"props":8834,"children":8835},{"style":1364},[8836],{"type":54,"value":96},{"type":48,"tag":1351,"props":8838,"children":8839},{"style":2133},[8840],{"type":54,"value":8841}," 1px",{"type":48,"tag":1351,"props":8843,"children":8844},{"style":1364},[8845],{"type":54,"value":1414},{"type":48,"tag":1351,"props":8847,"children":8848},{"class":1353,"line":2081},[8849,8854,8858,8862],{"type":48,"tag":1351,"props":8850,"children":8851},{"style":2085},[8852],{"type":54,"value":8853},"  height",{"type":48,"tag":1351,"props":8855,"children":8856},{"style":1364},[8857],{"type":54,"value":96},{"type":48,"tag":1351,"props":8859,"children":8860},{"style":2133},[8861],{"type":54,"value":8841},{"type":48,"tag":1351,"props":8863,"children":8864},{"style":1364},[8865],{"type":54,"value":1414},{"type":48,"tag":1351,"props":8867,"children":8868},{"class":1353,"line":2104},[8869,8874,8878,8882],{"type":48,"tag":1351,"props":8870,"children":8871},{"style":2085},[8872],{"type":54,"value":8873},"  padding",{"type":48,"tag":1351,"props":8875,"children":8876},{"style":1364},[8877],{"type":54,"value":96},{"type":48,"tag":1351,"props":8879,"children":8880},{"style":2133},[8881],{"type":54,"value":3283},{"type":48,"tag":1351,"props":8883,"children":8884},{"style":1364},[8885],{"type":54,"value":1414},{"type":48,"tag":1351,"props":8887,"children":8888},{"class":1353,"line":2164},[8889,8894,8898,8903],{"type":48,"tag":1351,"props":8890,"children":8891},{"style":2085},[8892],{"type":54,"value":8893},"  margin",{"type":48,"tag":1351,"props":8895,"children":8896},{"style":1364},[8897],{"type":54,"value":96},{"type":48,"tag":1351,"props":8899,"children":8900},{"style":2133},[8901],{"type":54,"value":8902}," -1px",{"type":48,"tag":1351,"props":8904,"children":8905},{"style":1364},[8906],{"type":54,"value":1414},{"type":48,"tag":1351,"props":8908,"children":8909},{"class":1353,"line":2713},[8910,8915,8919,8924],{"type":48,"tag":1351,"props":8911,"children":8912},{"style":2085},[8913],{"type":54,"value":8914},"  overflow",{"type":48,"tag":1351,"props":8916,"children":8917},{"style":1364},[8918],{"type":54,"value":96},{"type":48,"tag":1351,"props":8920,"children":8921},{"style":1358},[8922],{"type":54,"value":8923}," hidden",{"type":48,"tag":1351,"props":8925,"children":8926},{"style":1364},[8927],{"type":54,"value":1414},{"type":48,"tag":1351,"props":8929,"children":8930},{"class":1353,"line":2722},[8931,8936,8940,8945,8949,8953,8957,8961,8965,8969,8973,8977],{"type":48,"tag":1351,"props":8932,"children":8933},{"style":2085},[8934],{"type":54,"value":8935},"  clip",{"type":48,"tag":1351,"props":8937,"children":8938},{"style":1364},[8939],{"type":54,"value":96},{"type":48,"tag":1351,"props":8941,"children":8942},{"style":4928},[8943],{"type":54,"value":8944}," rect",{"type":48,"tag":1351,"props":8946,"children":8947},{"style":1364},[8948],{"type":54,"value":4936},{"type":48,"tag":1351,"props":8950,"children":8951},{"style":2133},[8952],{"type":54,"value":2247},{"type":48,"tag":1351,"props":8954,"children":8955},{"style":1364},[8956],{"type":54,"value":1367},{"type":48,"tag":1351,"props":8958,"children":8959},{"style":2133},[8960],{"type":54,"value":3283},{"type":48,"tag":1351,"props":8962,"children":8963},{"style":1364},[8964],{"type":54,"value":1367},{"type":48,"tag":1351,"props":8966,"children":8967},{"style":2133},[8968],{"type":54,"value":3283},{"type":48,"tag":1351,"props":8970,"children":8971},{"style":1364},[8972],{"type":54,"value":1367},{"type":48,"tag":1351,"props":8974,"children":8975},{"style":2133},[8976],{"type":54,"value":3283},{"type":48,"tag":1351,"props":8978,"children":8979},{"style":1364},[8980],{"type":54,"value":3442},{"type":48,"tag":1351,"props":8982,"children":8983},{"class":1353,"line":2736},[8984,8989,8993,8998],{"type":48,"tag":1351,"props":8985,"children":8986},{"style":2085},[8987],{"type":54,"value":8988},"  white-space",{"type":48,"tag":1351,"props":8990,"children":8991},{"style":1364},[8992],{"type":54,"value":96},{"type":48,"tag":1351,"props":8994,"children":8995},{"style":1358},[8996],{"type":54,"value":8997}," nowrap",{"type":48,"tag":1351,"props":8999,"children":9000},{"style":1364},[9001],{"type":54,"value":1414},{"type":48,"tag":1351,"props":9003,"children":9004},{"class":1353,"line":2744},[9005,9010,9014,9018],{"type":48,"tag":1351,"props":9006,"children":9007},{"style":2085},[9008],{"type":54,"value":9009},"  border",{"type":48,"tag":1351,"props":9011,"children":9012},{"style":1364},[9013],{"type":54,"value":96},{"type":48,"tag":1351,"props":9015,"children":9016},{"style":2133},[9017],{"type":54,"value":3283},{"type":48,"tag":1351,"props":9019,"children":9020},{"style":1364},[9021],{"type":54,"value":1414},{"type":48,"tag":1351,"props":9023,"children":9024},{"class":1353,"line":2753},[9025],{"type":48,"tag":1351,"props":9026,"children":9027},{"style":1364},[9028],{"type":54,"value":2170},{"type":48,"tag":151,"props":9030,"children":9032},{"id":9031},"_105-selection-styling",[9033],{"type":54,"value":9034},"10.5 Selection Styling",{"type":48,"tag":118,"props":9036,"children":9038},{"className":1343,"code":9037,"language":1345,"meta":126,"style":126},"::selection {\n  background-color: rgba(255, 72, 1, 0.2);\n  color: var(--lp-text);\n}\n",[9039],{"type":48,"tag":89,"props":9040,"children":9041},{"__ignoreMap":126},[9042,9059,9112,9139],{"type":48,"tag":1351,"props":9043,"children":9044},{"class":1353,"line":1354},[9045,9050,9055],{"type":48,"tag":1351,"props":9046,"children":9047},{"style":1364},[9048],{"type":54,"value":9049},"::",{"type":48,"tag":1351,"props":9051,"children":9052},{"style":5395},[9053],{"type":54,"value":9054},"selection",{"type":48,"tag":1351,"props":9056,"children":9057},{"style":1364},[9058],{"type":54,"value":2035},{"type":48,"tag":1351,"props":9060,"children":9061},{"class":1353,"line":1417},[9062,9067,9071,9075,9079,9083,9087,9091,9095,9099,9103,9108],{"type":48,"tag":1351,"props":9063,"children":9064},{"style":2085},[9065],{"type":54,"value":9066},"  background-color",{"type":48,"tag":1351,"props":9068,"children":9069},{"style":1364},[9070],{"type":54,"value":96},{"type":48,"tag":1351,"props":9072,"children":9073},{"style":4928},[9074],{"type":54,"value":7222},{"type":48,"tag":1351,"props":9076,"children":9077},{"style":1364},[9078],{"type":54,"value":4936},{"type":48,"tag":1351,"props":9080,"children":9081},{"style":2133},[9082],{"type":54,"value":7461},{"type":48,"tag":1351,"props":9084,"children":9085},{"style":1364},[9086],{"type":54,"value":1367},{"type":48,"tag":1351,"props":9088,"children":9089},{"style":2133},[9090],{"type":54,"value":3921},{"type":48,"tag":1351,"props":9092,"children":9093},{"style":1364},[9094],{"type":54,"value":1367},{"type":48,"tag":1351,"props":9096,"children":9097},{"style":2133},[9098],{"type":54,"value":2136},{"type":48,"tag":1351,"props":9100,"children":9101},{"style":1364},[9102],{"type":54,"value":1367},{"type":48,"tag":1351,"props":9104,"children":9105},{"style":2133},[9106],{"type":54,"value":9107}," 0.2",{"type":48,"tag":1351,"props":9109,"children":9110},{"style":1364},[9111],{"type":54,"value":3442},{"type":48,"tag":1351,"props":9113,"children":9114},{"class":1353,"line":2059},[9115,9119,9123,9127,9131,9135],{"type":48,"tag":1351,"props":9116,"children":9117},{"style":2085},[9118],{"type":54,"value":8709},{"type":48,"tag":1351,"props":9120,"children":9121},{"style":1364},[9122],{"type":54,"value":96},{"type":48,"tag":1351,"props":9124,"children":9125},{"style":4928},[9126],{"type":54,"value":5217},{"type":48,"tag":1351,"props":9128,"children":9129},{"style":1364},[9130],{"type":54,"value":4936},{"type":48,"tag":1351,"props":9132,"children":9133},{"style":1358},[9134],{"type":54,"value":506},{"type":48,"tag":1351,"props":9136,"children":9137},{"style":1364},[9138],{"type":54,"value":3442},{"type":48,"tag":1351,"props":9140,"children":9141},{"class":1353,"line":2081},[9142],{"type":48,"tag":1351,"props":9143,"children":9144},{"style":1364},[9145],{"type":54,"value":2170},{"type":48,"tag":107,"props":9147,"children":9148},{},[],{"type":48,"tag":111,"props":9150,"children":9152},{"id":9151},"_11-decorative-elements",[9153],{"type":54,"value":9154},"11. Decorative Elements",{"type":48,"tag":151,"props":9156,"children":9158},{"id":9157},"_111-corner-brackets",[9159],{"type":54,"value":9160},"11.1 Corner Brackets",{"type":48,"tag":61,"props":9162,"children":9163},{},[9164],{"type":54,"value":9165},"Signature decorative element for cards:",{"type":48,"tag":118,"props":9167,"children":9169},{"className":1343,"code":9168,"language":1345,"meta":126,"style":126},"\u002F* Corner bracket container *\u002F\n.corner-brackets {\n  position: relative;\n}\n\n\u002F* Individual bracket *\u002F\n.corner-bracket {\n  position: absolute;\n  width: 8px;\n  height: 8px;\n  border: 1px solid var(--lp-border);\n  border-radius: 1.5px;\n  background: var(--lp-bg-100);\n}\n\n\u002F* Positions *\u002F\n.corner-bracket.top-left { top: -4px; left: -4px; }\n.corner-bracket.top-right { top: -4px; right: -4px; }\n.corner-bracket.bottom-left { bottom: -4px; left: -4px; }\n.corner-bracket.bottom-right { bottom: -4px; right: -4px; }\n",[9170],{"type":48,"tag":89,"props":9171,"children":9172},{"__ignoreMap":126},[9173,9181,9197,9217,9224,9231,9239,9255,9274,9294,9313,9348,9369,9397,9404,9411,9419,9482,9543,9604],{"type":48,"tag":1351,"props":9174,"children":9175},{"class":1353,"line":1354},[9176],{"type":48,"tag":1351,"props":9177,"children":9178},{"style":2657},[9179],{"type":54,"value":9180},"\u002F* Corner bracket container *\u002F\n",{"type":48,"tag":1351,"props":9182,"children":9183},{"class":1353,"line":1417},[9184,9188,9193],{"type":48,"tag":1351,"props":9185,"children":9186},{"style":1364},[9187],{"type":54,"value":105},{"type":48,"tag":1351,"props":9189,"children":9190},{"style":1406},[9191],{"type":54,"value":9192},"corner-brackets",{"type":48,"tag":1351,"props":9194,"children":9195},{"style":1364},[9196],{"type":54,"value":2035},{"type":48,"tag":1351,"props":9198,"children":9199},{"class":1353,"line":2059},[9200,9204,9208,9213],{"type":48,"tag":1351,"props":9201,"children":9202},{"style":2085},[9203],{"type":54,"value":8811},{"type":48,"tag":1351,"props":9205,"children":9206},{"style":1364},[9207],{"type":54,"value":96},{"type":48,"tag":1351,"props":9209,"children":9210},{"style":1358},[9211],{"type":54,"value":9212}," relative",{"type":48,"tag":1351,"props":9214,"children":9215},{"style":1364},[9216],{"type":54,"value":1414},{"type":48,"tag":1351,"props":9218,"children":9219},{"class":1353,"line":2081},[9220],{"type":48,"tag":1351,"props":9221,"children":9222},{"style":1364},[9223],{"type":54,"value":2170},{"type":48,"tag":1351,"props":9225,"children":9226},{"class":1353,"line":2104},[9227],{"type":48,"tag":1351,"props":9228,"children":9229},{"emptyLinePlaceholder":2679},[9230],{"type":54,"value":2682},{"type":48,"tag":1351,"props":9232,"children":9233},{"class":1353,"line":2164},[9234],{"type":48,"tag":1351,"props":9235,"children":9236},{"style":2657},[9237],{"type":54,"value":9238},"\u002F* Individual bracket *\u002F\n",{"type":48,"tag":1351,"props":9240,"children":9241},{"class":1353,"line":2713},[9242,9246,9251],{"type":48,"tag":1351,"props":9243,"children":9244},{"style":1364},[9245],{"type":54,"value":105},{"type":48,"tag":1351,"props":9247,"children":9248},{"style":1406},[9249],{"type":54,"value":9250},"corner-bracket",{"type":48,"tag":1351,"props":9252,"children":9253},{"style":1364},[9254],{"type":54,"value":2035},{"type":48,"tag":1351,"props":9256,"children":9257},{"class":1353,"line":2722},[9258,9262,9266,9270],{"type":48,"tag":1351,"props":9259,"children":9260},{"style":2085},[9261],{"type":54,"value":8811},{"type":48,"tag":1351,"props":9263,"children":9264},{"style":1364},[9265],{"type":54,"value":96},{"type":48,"tag":1351,"props":9267,"children":9268},{"style":1358},[9269],{"type":54,"value":8820},{"type":48,"tag":1351,"props":9271,"children":9272},{"style":1364},[9273],{"type":54,"value":1414},{"type":48,"tag":1351,"props":9275,"children":9276},{"class":1353,"line":2736},[9277,9281,9285,9290],{"type":48,"tag":1351,"props":9278,"children":9279},{"style":2085},[9280],{"type":54,"value":8832},{"type":48,"tag":1351,"props":9282,"children":9283},{"style":1364},[9284],{"type":54,"value":96},{"type":48,"tag":1351,"props":9286,"children":9287},{"style":2133},[9288],{"type":54,"value":9289}," 8px",{"type":48,"tag":1351,"props":9291,"children":9292},{"style":1364},[9293],{"type":54,"value":1414},{"type":48,"tag":1351,"props":9295,"children":9296},{"class":1353,"line":2744},[9297,9301,9305,9309],{"type":48,"tag":1351,"props":9298,"children":9299},{"style":2085},[9300],{"type":54,"value":8853},{"type":48,"tag":1351,"props":9302,"children":9303},{"style":1364},[9304],{"type":54,"value":96},{"type":48,"tag":1351,"props":9306,"children":9307},{"style":2133},[9308],{"type":54,"value":9289},{"type":48,"tag":1351,"props":9310,"children":9311},{"style":1364},[9312],{"type":54,"value":1414},{"type":48,"tag":1351,"props":9314,"children":9315},{"class":1353,"line":2753},[9316,9320,9324,9328,9332,9336,9340,9344],{"type":48,"tag":1351,"props":9317,"children":9318},{"style":2085},[9319],{"type":54,"value":9009},{"type":48,"tag":1351,"props":9321,"children":9322},{"style":1364},[9323],{"type":54,"value":96},{"type":48,"tag":1351,"props":9325,"children":9326},{"style":2133},[9327],{"type":54,"value":8841},{"type":48,"tag":1351,"props":9329,"children":9330},{"style":1358},[9331],{"type":54,"value":8017},{"type":48,"tag":1351,"props":9333,"children":9334},{"style":4928},[9335],{"type":54,"value":8022},{"type":48,"tag":1351,"props":9337,"children":9338},{"style":1364},[9339],{"type":54,"value":4936},{"type":48,"tag":1351,"props":9341,"children":9342},{"style":1358},[9343],{"type":54,"value":739},{"type":48,"tag":1351,"props":9345,"children":9346},{"style":1364},[9347],{"type":54,"value":3442},{"type":48,"tag":1351,"props":9349,"children":9350},{"class":1353,"line":2767},[9351,9356,9360,9365],{"type":48,"tag":1351,"props":9352,"children":9353},{"style":2085},[9354],{"type":54,"value":9355},"  border-radius",{"type":48,"tag":1351,"props":9357,"children":9358},{"style":1364},[9359],{"type":54,"value":96},{"type":48,"tag":1351,"props":9361,"children":9362},{"style":2133},[9363],{"type":54,"value":9364}," 1.5px",{"type":48,"tag":1351,"props":9366,"children":9367},{"style":1364},[9368],{"type":54,"value":1414},{"type":48,"tag":1351,"props":9370,"children":9371},{"class":1353,"line":2781},[9372,9377,9381,9385,9389,9393],{"type":48,"tag":1351,"props":9373,"children":9374},{"style":2085},[9375],{"type":54,"value":9376},"  background",{"type":48,"tag":1351,"props":9378,"children":9379},{"style":1364},[9380],{"type":54,"value":96},{"type":48,"tag":1351,"props":9382,"children":9383},{"style":4928},[9384],{"type":54,"value":5217},{"type":48,"tag":1351,"props":9386,"children":9387},{"style":1364},[9388],{"type":54,"value":4936},{"type":48,"tag":1351,"props":9390,"children":9391},{"style":1358},[9392],{"type":54,"value":635},{"type":48,"tag":1351,"props":9394,"children":9395},{"style":1364},[9396],{"type":54,"value":3442},{"type":48,"tag":1351,"props":9398,"children":9399},{"class":1353,"line":2795},[9400],{"type":48,"tag":1351,"props":9401,"children":9402},{"style":1364},[9403],{"type":54,"value":2170},{"type":48,"tag":1351,"props":9405,"children":9406},{"class":1353,"line":2803},[9407],{"type":48,"tag":1351,"props":9408,"children":9409},{"emptyLinePlaceholder":2679},[9410],{"type":54,"value":2682},{"type":48,"tag":1351,"props":9412,"children":9413},{"class":1353,"line":2812},[9414],{"type":48,"tag":1351,"props":9415,"children":9416},{"style":2657},[9417],{"type":54,"value":9418},"\u002F* Positions *\u002F\n",{"type":48,"tag":1351,"props":9420,"children":9421},{"class":1353,"line":2826},[9422,9426,9430,9434,9439,9443,9448,9452,9457,9461,9466,9470,9474,9478],{"type":48,"tag":1351,"props":9423,"children":9424},{"style":1364},[9425],{"type":54,"value":105},{"type":48,"tag":1351,"props":9427,"children":9428},{"style":1406},[9429],{"type":54,"value":9250},{"type":48,"tag":1351,"props":9431,"children":9432},{"style":1364},[9433],{"type":54,"value":105},{"type":48,"tag":1351,"props":9435,"children":9436},{"style":1406},[9437],{"type":54,"value":9438},"top-left",{"type":48,"tag":1351,"props":9440,"children":9441},{"style":1364},[9442],{"type":54,"value":4796},{"type":48,"tag":1351,"props":9444,"children":9445},{"style":2085},[9446],{"type":54,"value":9447}," top",{"type":48,"tag":1351,"props":9449,"children":9450},{"style":1364},[9451],{"type":54,"value":96},{"type":48,"tag":1351,"props":9453,"children":9454},{"style":2133},[9455],{"type":54,"value":9456}," -4px",{"type":48,"tag":1351,"props":9458,"children":9459},{"style":1364},[9460],{"type":54,"value":4814},{"type":48,"tag":1351,"props":9462,"children":9463},{"style":2085},[9464],{"type":54,"value":9465}," left",{"type":48,"tag":1351,"props":9467,"children":9468},{"style":1364},[9469],{"type":54,"value":96},{"type":48,"tag":1351,"props":9471,"children":9472},{"style":2133},[9473],{"type":54,"value":9456},{"type":48,"tag":1351,"props":9475,"children":9476},{"style":1364},[9477],{"type":54,"value":4814},{"type":48,"tag":1351,"props":9479,"children":9480},{"style":1364},[9481],{"type":54,"value":4819},{"type":48,"tag":1351,"props":9483,"children":9484},{"class":1353,"line":5128},[9485,9489,9493,9497,9502,9506,9510,9514,9518,9522,9527,9531,9535,9539],{"type":48,"tag":1351,"props":9486,"children":9487},{"style":1364},[9488],{"type":54,"value":105},{"type":48,"tag":1351,"props":9490,"children":9491},{"style":1406},[9492],{"type":54,"value":9250},{"type":48,"tag":1351,"props":9494,"children":9495},{"style":1364},[9496],{"type":54,"value":105},{"type":48,"tag":1351,"props":9498,"children":9499},{"style":1406},[9500],{"type":54,"value":9501},"top-right",{"type":48,"tag":1351,"props":9503,"children":9504},{"style":1364},[9505],{"type":54,"value":4796},{"type":48,"tag":1351,"props":9507,"children":9508},{"style":2085},[9509],{"type":54,"value":9447},{"type":48,"tag":1351,"props":9511,"children":9512},{"style":1364},[9513],{"type":54,"value":96},{"type":48,"tag":1351,"props":9515,"children":9516},{"style":2133},[9517],{"type":54,"value":9456},{"type":48,"tag":1351,"props":9519,"children":9520},{"style":1364},[9521],{"type":54,"value":4814},{"type":48,"tag":1351,"props":9523,"children":9524},{"style":2085},[9525],{"type":54,"value":9526}," right",{"type":48,"tag":1351,"props":9528,"children":9529},{"style":1364},[9530],{"type":54,"value":96},{"type":48,"tag":1351,"props":9532,"children":9533},{"style":2133},[9534],{"type":54,"value":9456},{"type":48,"tag":1351,"props":9536,"children":9537},{"style":1364},[9538],{"type":54,"value":4814},{"type":48,"tag":1351,"props":9540,"children":9541},{"style":1364},[9542],{"type":54,"value":4819},{"type":48,"tag":1351,"props":9544,"children":9545},{"class":1353,"line":5136},[9546,9550,9554,9558,9563,9567,9572,9576,9580,9584,9588,9592,9596,9600],{"type":48,"tag":1351,"props":9547,"children":9548},{"style":1364},[9549],{"type":54,"value":105},{"type":48,"tag":1351,"props":9551,"children":9552},{"style":1406},[9553],{"type":54,"value":9250},{"type":48,"tag":1351,"props":9555,"children":9556},{"style":1364},[9557],{"type":54,"value":105},{"type":48,"tag":1351,"props":9559,"children":9560},{"style":1406},[9561],{"type":54,"value":9562},"bottom-left",{"type":48,"tag":1351,"props":9564,"children":9565},{"style":1364},[9566],{"type":54,"value":4796},{"type":48,"tag":1351,"props":9568,"children":9569},{"style":2085},[9570],{"type":54,"value":9571}," bottom",{"type":48,"tag":1351,"props":9573,"children":9574},{"style":1364},[9575],{"type":54,"value":96},{"type":48,"tag":1351,"props":9577,"children":9578},{"style":2133},[9579],{"type":54,"value":9456},{"type":48,"tag":1351,"props":9581,"children":9582},{"style":1364},[9583],{"type":54,"value":4814},{"type":48,"tag":1351,"props":9585,"children":9586},{"style":2085},[9587],{"type":54,"value":9465},{"type":48,"tag":1351,"props":9589,"children":9590},{"style":1364},[9591],{"type":54,"value":96},{"type":48,"tag":1351,"props":9593,"children":9594},{"style":2133},[9595],{"type":54,"value":9456},{"type":48,"tag":1351,"props":9597,"children":9598},{"style":1364},[9599],{"type":54,"value":4814},{"type":48,"tag":1351,"props":9601,"children":9602},{"style":1364},[9603],{"type":54,"value":4819},{"type":48,"tag":1351,"props":9605,"children":9606},{"class":1353,"line":5145},[9607,9611,9615,9619,9624,9628,9632,9636,9640,9644,9648,9652,9656,9660],{"type":48,"tag":1351,"props":9608,"children":9609},{"style":1364},[9610],{"type":54,"value":105},{"type":48,"tag":1351,"props":9612,"children":9613},{"style":1406},[9614],{"type":54,"value":9250},{"type":48,"tag":1351,"props":9616,"children":9617},{"style":1364},[9618],{"type":54,"value":105},{"type":48,"tag":1351,"props":9620,"children":9621},{"style":1406},[9622],{"type":54,"value":9623},"bottom-right",{"type":48,"tag":1351,"props":9625,"children":9626},{"style":1364},[9627],{"type":54,"value":4796},{"type":48,"tag":1351,"props":9629,"children":9630},{"style":2085},[9631],{"type":54,"value":9571},{"type":48,"tag":1351,"props":9633,"children":9634},{"style":1364},[9635],{"type":54,"value":96},{"type":48,"tag":1351,"props":9637,"children":9638},{"style":2133},[9639],{"type":54,"value":9456},{"type":48,"tag":1351,"props":9641,"children":9642},{"style":1364},[9643],{"type":54,"value":4814},{"type":48,"tag":1351,"props":9645,"children":9646},{"style":2085},[9647],{"type":54,"value":9526},{"type":48,"tag":1351,"props":9649,"children":9650},{"style":1364},[9651],{"type":54,"value":96},{"type":48,"tag":1351,"props":9653,"children":9654},{"style":2133},[9655],{"type":54,"value":9456},{"type":48,"tag":1351,"props":9657,"children":9658},{"style":1364},[9659],{"type":54,"value":4814},{"type":48,"tag":1351,"props":9661,"children":9662},{"style":1364},[9663],{"type":54,"value":4819},{"type":48,"tag":151,"props":9665,"children":9667},{"id":9666},"_112-dot-pattern-background",[9668],{"type":54,"value":9669},"11.2 Dot Pattern Background",{"type":48,"tag":118,"props":9671,"children":9673},{"className":1343,"code":9672,"language":1345,"meta":126,"style":126},".dot-pattern {\n  background-image: radial-gradient(\n    circle,\n    var(--lp-border) 0.75px,\n    transparent 0.75px\n  );\n  background-size: 12px 12px;\n}\n",[9674],{"type":48,"tag":89,"props":9675,"children":9676},{"__ignoreMap":126},[9677,9693,9715,9727,9756,9769,9777,9802],{"type":48,"tag":1351,"props":9678,"children":9679},{"class":1353,"line":1354},[9680,9684,9689],{"type":48,"tag":1351,"props":9681,"children":9682},{"style":1364},[9683],{"type":54,"value":105},{"type":48,"tag":1351,"props":9685,"children":9686},{"style":1406},[9687],{"type":54,"value":9688},"dot-pattern",{"type":48,"tag":1351,"props":9690,"children":9691},{"style":1364},[9692],{"type":54,"value":2035},{"type":48,"tag":1351,"props":9694,"children":9695},{"class":1353,"line":1417},[9696,9701,9705,9710],{"type":48,"tag":1351,"props":9697,"children":9698},{"style":2085},[9699],{"type":54,"value":9700},"  background-image",{"type":48,"tag":1351,"props":9702,"children":9703},{"style":1364},[9704],{"type":54,"value":96},{"type":48,"tag":1351,"props":9706,"children":9707},{"style":4928},[9708],{"type":54,"value":9709}," radial-gradient",{"type":48,"tag":1351,"props":9711,"children":9712},{"style":1364},[9713],{"type":54,"value":9714},"(\n",{"type":48,"tag":1351,"props":9716,"children":9717},{"class":1353,"line":2059},[9718,9723],{"type":48,"tag":1351,"props":9719,"children":9720},{"style":1358},[9721],{"type":54,"value":9722},"    circle",{"type":48,"tag":1351,"props":9724,"children":9725},{"style":1364},[9726],{"type":54,"value":3301},{"type":48,"tag":1351,"props":9728,"children":9729},{"class":1353,"line":2081},[9730,9735,9739,9743,9747,9752],{"type":48,"tag":1351,"props":9731,"children":9732},{"style":4928},[9733],{"type":54,"value":9734},"    var",{"type":48,"tag":1351,"props":9736,"children":9737},{"style":1364},[9738],{"type":54,"value":4936},{"type":48,"tag":1351,"props":9740,"children":9741},{"style":1358},[9742],{"type":54,"value":739},{"type":48,"tag":1351,"props":9744,"children":9745},{"style":1364},[9746],{"type":54,"value":285},{"type":48,"tag":1351,"props":9748,"children":9749},{"style":2133},[9750],{"type":54,"value":9751}," 0.75px",{"type":48,"tag":1351,"props":9753,"children":9754},{"style":1364},[9755],{"type":54,"value":3301},{"type":48,"tag":1351,"props":9757,"children":9758},{"class":1353,"line":2104},[9759,9764],{"type":48,"tag":1351,"props":9760,"children":9761},{"style":1358},[9762],{"type":54,"value":9763},"    transparent ",{"type":48,"tag":1351,"props":9765,"children":9766},{"style":2133},[9767],{"type":54,"value":9768},"0.75px\n",{"type":48,"tag":1351,"props":9770,"children":9771},{"class":1353,"line":2164},[9772],{"type":48,"tag":1351,"props":9773,"children":9774},{"style":1364},[9775],{"type":54,"value":9776},"  );\n",{"type":48,"tag":1351,"props":9778,"children":9779},{"class":1353,"line":2713},[9780,9785,9789,9794,9798],{"type":48,"tag":1351,"props":9781,"children":9782},{"style":2085},[9783],{"type":54,"value":9784},"  background-size",{"type":48,"tag":1351,"props":9786,"children":9787},{"style":1364},[9788],{"type":54,"value":96},{"type":48,"tag":1351,"props":9790,"children":9791},{"style":2133},[9792],{"type":54,"value":9793}," 12px",{"type":48,"tag":1351,"props":9795,"children":9796},{"style":2133},[9797],{"type":54,"value":9793},{"type":48,"tag":1351,"props":9799,"children":9800},{"style":1364},[9801],{"type":54,"value":1414},{"type":48,"tag":1351,"props":9803,"children":9804},{"class":1353,"line":2722},[9805],{"type":48,"tag":1351,"props":9806,"children":9807},{"style":1364},[9808],{"type":54,"value":2170},{"type":48,"tag":151,"props":9810,"children":9812},{"id":9811},"_113-dashed-line-borders",[9813],{"type":54,"value":9814},"11.3 Dashed Line Borders",{"type":48,"tag":118,"props":9816,"children":9818},{"className":1343,"code":9817,"language":1345,"meta":126,"style":126},"\u002F* Vertical dashed line *\u002F\n.dashed-line-vertical {\n  width: 1px;\n  background-image: linear-gradient(\n    to bottom,\n    var(--lp-border) 50%,\n    transparent 50%\n  );\n  background-size: 1px 16px;\n  background-repeat: repeat-y;\n}\n\n\u002F* Horizontal dashed line *\u002F\n.dashed-line-horizontal {\n  height: 1px;\n  background-image: linear-gradient(\n    to right,\n    var(--lp-border) 50%,\n    transparent 50%\n  );\n  background-size: 16px 1px;\n  background-repeat: repeat-x;\n}\n",[9819],{"type":48,"tag":89,"props":9820,"children":9821},{"__ignoreMap":126},[9822,9830,9846,9865,9885,9901,9929,9941,9948,9972,9993,10000,10007,10015,10031,10050,10069,10084,10111,10122,10129,10152,10172],{"type":48,"tag":1351,"props":9823,"children":9824},{"class":1353,"line":1354},[9825],{"type":48,"tag":1351,"props":9826,"children":9827},{"style":2657},[9828],{"type":54,"value":9829},"\u002F* Vertical dashed line *\u002F\n",{"type":48,"tag":1351,"props":9831,"children":9832},{"class":1353,"line":1417},[9833,9837,9842],{"type":48,"tag":1351,"props":9834,"children":9835},{"style":1364},[9836],{"type":54,"value":105},{"type":48,"tag":1351,"props":9838,"children":9839},{"style":1406},[9840],{"type":54,"value":9841},"dashed-line-vertical",{"type":48,"tag":1351,"props":9843,"children":9844},{"style":1364},[9845],{"type":54,"value":2035},{"type":48,"tag":1351,"props":9847,"children":9848},{"class":1353,"line":2059},[9849,9853,9857,9861],{"type":48,"tag":1351,"props":9850,"children":9851},{"style":2085},[9852],{"type":54,"value":8832},{"type":48,"tag":1351,"props":9854,"children":9855},{"style":1364},[9856],{"type":54,"value":96},{"type":48,"tag":1351,"props":9858,"children":9859},{"style":2133},[9860],{"type":54,"value":8841},{"type":48,"tag":1351,"props":9862,"children":9863},{"style":1364},[9864],{"type":54,"value":1414},{"type":48,"tag":1351,"props":9866,"children":9867},{"class":1353,"line":2081},[9868,9872,9876,9881],{"type":48,"tag":1351,"props":9869,"children":9870},{"style":2085},[9871],{"type":54,"value":9700},{"type":48,"tag":1351,"props":9873,"children":9874},{"style":1364},[9875],{"type":54,"value":96},{"type":48,"tag":1351,"props":9877,"children":9878},{"style":4928},[9879],{"type":54,"value":9880}," linear-gradient",{"type":48,"tag":1351,"props":9882,"children":9883},{"style":1364},[9884],{"type":54,"value":9714},{"type":48,"tag":1351,"props":9886,"children":9887},{"class":1353,"line":2104},[9888,9893,9897],{"type":48,"tag":1351,"props":9889,"children":9890},{"style":1364},[9891],{"type":54,"value":9892},"    to",{"type":48,"tag":1351,"props":9894,"children":9895},{"style":1358},[9896],{"type":54,"value":9571},{"type":48,"tag":1351,"props":9898,"children":9899},{"style":1364},[9900],{"type":54,"value":3301},{"type":48,"tag":1351,"props":9902,"children":9903},{"class":1353,"line":2164},[9904,9908,9912,9916,9920,9925],{"type":48,"tag":1351,"props":9905,"children":9906},{"style":4928},[9907],{"type":54,"value":9734},{"type":48,"tag":1351,"props":9909,"children":9910},{"style":1364},[9911],{"type":54,"value":4936},{"type":48,"tag":1351,"props":9913,"children":9914},{"style":1358},[9915],{"type":54,"value":739},{"type":48,"tag":1351,"props":9917,"children":9918},{"style":1364},[9919],{"type":54,"value":285},{"type":48,"tag":1351,"props":9921,"children":9922},{"style":2133},[9923],{"type":54,"value":9924}," 50%",{"type":48,"tag":1351,"props":9926,"children":9927},{"style":1364},[9928],{"type":54,"value":3301},{"type":48,"tag":1351,"props":9930,"children":9931},{"class":1353,"line":2713},[9932,9936],{"type":48,"tag":1351,"props":9933,"children":9934},{"style":1358},[9935],{"type":54,"value":9763},{"type":48,"tag":1351,"props":9937,"children":9938},{"style":2133},[9939],{"type":54,"value":9940},"50%\n",{"type":48,"tag":1351,"props":9942,"children":9943},{"class":1353,"line":2722},[9944],{"type":48,"tag":1351,"props":9945,"children":9946},{"style":1364},[9947],{"type":54,"value":9776},{"type":48,"tag":1351,"props":9949,"children":9950},{"class":1353,"line":2736},[9951,9955,9959,9963,9968],{"type":48,"tag":1351,"props":9952,"children":9953},{"style":2085},[9954],{"type":54,"value":9784},{"type":48,"tag":1351,"props":9956,"children":9957},{"style":1364},[9958],{"type":54,"value":96},{"type":48,"tag":1351,"props":9960,"children":9961},{"style":2133},[9962],{"type":54,"value":8841},{"type":48,"tag":1351,"props":9964,"children":9965},{"style":2133},[9966],{"type":54,"value":9967}," 16px",{"type":48,"tag":1351,"props":9969,"children":9970},{"style":1364},[9971],{"type":54,"value":1414},{"type":48,"tag":1351,"props":9973,"children":9974},{"class":1353,"line":2744},[9975,9980,9984,9989],{"type":48,"tag":1351,"props":9976,"children":9977},{"style":2085},[9978],{"type":54,"value":9979},"  background-repeat",{"type":48,"tag":1351,"props":9981,"children":9982},{"style":1364},[9983],{"type":54,"value":96},{"type":48,"tag":1351,"props":9985,"children":9986},{"style":1358},[9987],{"type":54,"value":9988}," repeat-y",{"type":48,"tag":1351,"props":9990,"children":9991},{"style":1364},[9992],{"type":54,"value":1414},{"type":48,"tag":1351,"props":9994,"children":9995},{"class":1353,"line":2753},[9996],{"type":48,"tag":1351,"props":9997,"children":9998},{"style":1364},[9999],{"type":54,"value":2170},{"type":48,"tag":1351,"props":10001,"children":10002},{"class":1353,"line":2767},[10003],{"type":48,"tag":1351,"props":10004,"children":10005},{"emptyLinePlaceholder":2679},[10006],{"type":54,"value":2682},{"type":48,"tag":1351,"props":10008,"children":10009},{"class":1353,"line":2781},[10010],{"type":48,"tag":1351,"props":10011,"children":10012},{"style":2657},[10013],{"type":54,"value":10014},"\u002F* Horizontal dashed line *\u002F\n",{"type":48,"tag":1351,"props":10016,"children":10017},{"class":1353,"line":2795},[10018,10022,10027],{"type":48,"tag":1351,"props":10019,"children":10020},{"style":1364},[10021],{"type":54,"value":105},{"type":48,"tag":1351,"props":10023,"children":10024},{"style":1406},[10025],{"type":54,"value":10026},"dashed-line-horizontal",{"type":48,"tag":1351,"props":10028,"children":10029},{"style":1364},[10030],{"type":54,"value":2035},{"type":48,"tag":1351,"props":10032,"children":10033},{"class":1353,"line":2803},[10034,10038,10042,10046],{"type":48,"tag":1351,"props":10035,"children":10036},{"style":2085},[10037],{"type":54,"value":8853},{"type":48,"tag":1351,"props":10039,"children":10040},{"style":1364},[10041],{"type":54,"value":96},{"type":48,"tag":1351,"props":10043,"children":10044},{"style":2133},[10045],{"type":54,"value":8841},{"type":48,"tag":1351,"props":10047,"children":10048},{"style":1364},[10049],{"type":54,"value":1414},{"type":48,"tag":1351,"props":10051,"children":10052},{"class":1353,"line":2812},[10053,10057,10061,10065],{"type":48,"tag":1351,"props":10054,"children":10055},{"style":2085},[10056],{"type":54,"value":9700},{"type":48,"tag":1351,"props":10058,"children":10059},{"style":1364},[10060],{"type":54,"value":96},{"type":48,"tag":1351,"props":10062,"children":10063},{"style":4928},[10064],{"type":54,"value":9880},{"type":48,"tag":1351,"props":10066,"children":10067},{"style":1364},[10068],{"type":54,"value":9714},{"type":48,"tag":1351,"props":10070,"children":10071},{"class":1353,"line":2826},[10072,10076,10080],{"type":48,"tag":1351,"props":10073,"children":10074},{"style":1364},[10075],{"type":54,"value":9892},{"type":48,"tag":1351,"props":10077,"children":10078},{"style":1358},[10079],{"type":54,"value":9526},{"type":48,"tag":1351,"props":10081,"children":10082},{"style":1364},[10083],{"type":54,"value":3301},{"type":48,"tag":1351,"props":10085,"children":10086},{"class":1353,"line":5128},[10087,10091,10095,10099,10103,10107],{"type":48,"tag":1351,"props":10088,"children":10089},{"style":4928},[10090],{"type":54,"value":9734},{"type":48,"tag":1351,"props":10092,"children":10093},{"style":1364},[10094],{"type":54,"value":4936},{"type":48,"tag":1351,"props":10096,"children":10097},{"style":1358},[10098],{"type":54,"value":739},{"type":48,"tag":1351,"props":10100,"children":10101},{"style":1364},[10102],{"type":54,"value":285},{"type":48,"tag":1351,"props":10104,"children":10105},{"style":2133},[10106],{"type":54,"value":9924},{"type":48,"tag":1351,"props":10108,"children":10109},{"style":1364},[10110],{"type":54,"value":3301},{"type":48,"tag":1351,"props":10112,"children":10113},{"class":1353,"line":5136},[10114,10118],{"type":48,"tag":1351,"props":10115,"children":10116},{"style":1358},[10117],{"type":54,"value":9763},{"type":48,"tag":1351,"props":10119,"children":10120},{"style":2133},[10121],{"type":54,"value":9940},{"type":48,"tag":1351,"props":10123,"children":10124},{"class":1353,"line":5145},[10125],{"type":48,"tag":1351,"props":10126,"children":10127},{"style":1364},[10128],{"type":54,"value":9776},{"type":48,"tag":1351,"props":10130,"children":10131},{"class":1353,"line":5162},[10132,10136,10140,10144,10148],{"type":48,"tag":1351,"props":10133,"children":10134},{"style":2085},[10135],{"type":54,"value":9784},{"type":48,"tag":1351,"props":10137,"children":10138},{"style":1364},[10139],{"type":54,"value":96},{"type":48,"tag":1351,"props":10141,"children":10142},{"style":2133},[10143],{"type":54,"value":9967},{"type":48,"tag":1351,"props":10145,"children":10146},{"style":2133},[10147],{"type":54,"value":8841},{"type":48,"tag":1351,"props":10149,"children":10150},{"style":1364},[10151],{"type":54,"value":1414},{"type":48,"tag":1351,"props":10153,"children":10154},{"class":1353,"line":5195},[10155,10159,10163,10168],{"type":48,"tag":1351,"props":10156,"children":10157},{"style":2085},[10158],{"type":54,"value":9979},{"type":48,"tag":1351,"props":10160,"children":10161},{"style":1364},[10162],{"type":54,"value":96},{"type":48,"tag":1351,"props":10164,"children":10165},{"style":1358},[10166],{"type":54,"value":10167}," repeat-x",{"type":48,"tag":1351,"props":10169,"children":10170},{"style":1364},[10171],{"type":54,"value":1414},{"type":48,"tag":1351,"props":10173,"children":10174},{"class":1353,"line":5237},[10175],{"type":48,"tag":1351,"props":10176,"children":10177},{"style":1364},[10178],{"type":54,"value":2170},{"type":48,"tag":151,"props":10180,"children":10182},{"id":10181},"_114-gradient-masks",[10183],{"type":54,"value":10184},"11.4 Gradient Masks",{"type":48,"tag":118,"props":10186,"children":10188},{"className":1343,"code":10187,"language":1345,"meta":126,"style":126},"\u002F* Fade edges *\u002F\n.fade-left {\n  mask-image: linear-gradient(to right, transparent, black 20%);\n}\n\n.fade-right {\n  mask-image: linear-gradient(to left, transparent, black 20%);\n}\n\n.fade-both {\n  mask-image: linear-gradient(\n    to right,\n    transparent,\n    black 15%,\n    black 85%,\n    transparent\n  );\n}\n",[10189],{"type":48,"tag":89,"props":10190,"children":10191},{"__ignoreMap":126},[10192,10200,10216,10268,10275,10282,10298,10345,10352,10359,10375,10394,10409,10421,10438,10454,10462,10469],{"type":48,"tag":1351,"props":10193,"children":10194},{"class":1353,"line":1354},[10195],{"type":48,"tag":1351,"props":10196,"children":10197},{"style":2657},[10198],{"type":54,"value":10199},"\u002F* Fade edges *\u002F\n",{"type":48,"tag":1351,"props":10201,"children":10202},{"class":1353,"line":1417},[10203,10207,10212],{"type":48,"tag":1351,"props":10204,"children":10205},{"style":1364},[10206],{"type":54,"value":105},{"type":48,"tag":1351,"props":10208,"children":10209},{"style":1406},[10210],{"type":54,"value":10211},"fade-left",{"type":48,"tag":1351,"props":10213,"children":10214},{"style":1364},[10215],{"type":54,"value":2035},{"type":48,"tag":1351,"props":10217,"children":10218},{"class":1353,"line":2059},[10219,10224,10228,10232,10237,10241,10245,10250,10254,10259,10264],{"type":48,"tag":1351,"props":10220,"children":10221},{"style":2085},[10222],{"type":54,"value":10223},"  mask-image",{"type":48,"tag":1351,"props":10225,"children":10226},{"style":1364},[10227],{"type":54,"value":96},{"type":48,"tag":1351,"props":10229,"children":10230},{"style":4928},[10231],{"type":54,"value":9880},{"type":48,"tag":1351,"props":10233,"children":10234},{"style":1364},[10235],{"type":54,"value":10236},"(to",{"type":48,"tag":1351,"props":10238,"children":10239},{"style":1358},[10240],{"type":54,"value":9526},{"type":48,"tag":1351,"props":10242,"children":10243},{"style":1364},[10244],{"type":54,"value":1367},{"type":48,"tag":1351,"props":10246,"children":10247},{"style":1358},[10248],{"type":54,"value":10249}," transparent",{"type":48,"tag":1351,"props":10251,"children":10252},{"style":1364},[10253],{"type":54,"value":1367},{"type":48,"tag":1351,"props":10255,"children":10256},{"style":1358},[10257],{"type":54,"value":10258}," black ",{"type":48,"tag":1351,"props":10260,"children":10261},{"style":2133},[10262],{"type":54,"value":10263},"20%",{"type":48,"tag":1351,"props":10265,"children":10266},{"style":1364},[10267],{"type":54,"value":3442},{"type":48,"tag":1351,"props":10269,"children":10270},{"class":1353,"line":2081},[10271],{"type":48,"tag":1351,"props":10272,"children":10273},{"style":1364},[10274],{"type":54,"value":2170},{"type":48,"tag":1351,"props":10276,"children":10277},{"class":1353,"line":2104},[10278],{"type":48,"tag":1351,"props":10279,"children":10280},{"emptyLinePlaceholder":2679},[10281],{"type":54,"value":2682},{"type":48,"tag":1351,"props":10283,"children":10284},{"class":1353,"line":2164},[10285,10289,10294],{"type":48,"tag":1351,"props":10286,"children":10287},{"style":1364},[10288],{"type":54,"value":105},{"type":48,"tag":1351,"props":10290,"children":10291},{"style":1406},[10292],{"type":54,"value":10293},"fade-right",{"type":48,"tag":1351,"props":10295,"children":10296},{"style":1364},[10297],{"type":54,"value":2035},{"type":48,"tag":1351,"props":10299,"children":10300},{"class":1353,"line":2713},[10301,10305,10309,10313,10317,10321,10325,10329,10333,10337,10341],{"type":48,"tag":1351,"props":10302,"children":10303},{"style":2085},[10304],{"type":54,"value":10223},{"type":48,"tag":1351,"props":10306,"children":10307},{"style":1364},[10308],{"type":54,"value":96},{"type":48,"tag":1351,"props":10310,"children":10311},{"style":4928},[10312],{"type":54,"value":9880},{"type":48,"tag":1351,"props":10314,"children":10315},{"style":1364},[10316],{"type":54,"value":10236},{"type":48,"tag":1351,"props":10318,"children":10319},{"style":1358},[10320],{"type":54,"value":9465},{"type":48,"tag":1351,"props":10322,"children":10323},{"style":1364},[10324],{"type":54,"value":1367},{"type":48,"tag":1351,"props":10326,"children":10327},{"style":1358},[10328],{"type":54,"value":10249},{"type":48,"tag":1351,"props":10330,"children":10331},{"style":1364},[10332],{"type":54,"value":1367},{"type":48,"tag":1351,"props":10334,"children":10335},{"style":1358},[10336],{"type":54,"value":10258},{"type":48,"tag":1351,"props":10338,"children":10339},{"style":2133},[10340],{"type":54,"value":10263},{"type":48,"tag":1351,"props":10342,"children":10343},{"style":1364},[10344],{"type":54,"value":3442},{"type":48,"tag":1351,"props":10346,"children":10347},{"class":1353,"line":2722},[10348],{"type":48,"tag":1351,"props":10349,"children":10350},{"style":1364},[10351],{"type":54,"value":2170},{"type":48,"tag":1351,"props":10353,"children":10354},{"class":1353,"line":2736},[10355],{"type":48,"tag":1351,"props":10356,"children":10357},{"emptyLinePlaceholder":2679},[10358],{"type":54,"value":2682},{"type":48,"tag":1351,"props":10360,"children":10361},{"class":1353,"line":2744},[10362,10366,10371],{"type":48,"tag":1351,"props":10363,"children":10364},{"style":1364},[10365],{"type":54,"value":105},{"type":48,"tag":1351,"props":10367,"children":10368},{"style":1406},[10369],{"type":54,"value":10370},"fade-both",{"type":48,"tag":1351,"props":10372,"children":10373},{"style":1364},[10374],{"type":54,"value":2035},{"type":48,"tag":1351,"props":10376,"children":10377},{"class":1353,"line":2753},[10378,10382,10386,10390],{"type":48,"tag":1351,"props":10379,"children":10380},{"style":2085},[10381],{"type":54,"value":10223},{"type":48,"tag":1351,"props":10383,"children":10384},{"style":1364},[10385],{"type":54,"value":96},{"type":48,"tag":1351,"props":10387,"children":10388},{"style":4928},[10389],{"type":54,"value":9880},{"type":48,"tag":1351,"props":10391,"children":10392},{"style":1364},[10393],{"type":54,"value":9714},{"type":48,"tag":1351,"props":10395,"children":10396},{"class":1353,"line":2767},[10397,10401,10405],{"type":48,"tag":1351,"props":10398,"children":10399},{"style":1364},[10400],{"type":54,"value":9892},{"type":48,"tag":1351,"props":10402,"children":10403},{"style":1358},[10404],{"type":54,"value":9526},{"type":48,"tag":1351,"props":10406,"children":10407},{"style":1364},[10408],{"type":54,"value":3301},{"type":48,"tag":1351,"props":10410,"children":10411},{"class":1353,"line":2781},[10412,10417],{"type":48,"tag":1351,"props":10413,"children":10414},{"style":1358},[10415],{"type":54,"value":10416},"    transparent",{"type":48,"tag":1351,"props":10418,"children":10419},{"style":1364},[10420],{"type":54,"value":3301},{"type":48,"tag":1351,"props":10422,"children":10423},{"class":1353,"line":2795},[10424,10429,10434],{"type":48,"tag":1351,"props":10425,"children":10426},{"style":1358},[10427],{"type":54,"value":10428},"    black ",{"type":48,"tag":1351,"props":10430,"children":10431},{"style":2133},[10432],{"type":54,"value":10433},"15%",{"type":48,"tag":1351,"props":10435,"children":10436},{"style":1364},[10437],{"type":54,"value":3301},{"type":48,"tag":1351,"props":10439,"children":10440},{"class":1353,"line":2803},[10441,10445,10450],{"type":48,"tag":1351,"props":10442,"children":10443},{"style":1358},[10444],{"type":54,"value":10428},{"type":48,"tag":1351,"props":10446,"children":10447},{"style":2133},[10448],{"type":54,"value":10449},"85%",{"type":48,"tag":1351,"props":10451,"children":10452},{"style":1364},[10453],{"type":54,"value":3301},{"type":48,"tag":1351,"props":10455,"children":10456},{"class":1353,"line":2812},[10457],{"type":48,"tag":1351,"props":10458,"children":10459},{"style":1358},[10460],{"type":54,"value":10461},"    transparent\n",{"type":48,"tag":1351,"props":10463,"children":10464},{"class":1353,"line":2826},[10465],{"type":48,"tag":1351,"props":10466,"children":10467},{"style":1364},[10468],{"type":54,"value":9776},{"type":48,"tag":1351,"props":10470,"children":10471},{"class":1353,"line":5128},[10472],{"type":48,"tag":1351,"props":10473,"children":10474},{"style":1364},[10475],{"type":54,"value":2170},{"type":48,"tag":107,"props":10477,"children":10478},{},[],{"type":48,"tag":111,"props":10480,"children":10482},{"id":10481},"_12-component-quick-reference",[10483],{"type":54,"value":10484},"12. Component Quick Reference",{"type":48,"tag":151,"props":10486,"children":10488},{"id":10487},"buttons",[10489],{"type":54,"value":10490},"Buttons",{"type":48,"tag":158,"props":10492,"children":10493},{},[10494,10519],{"type":48,"tag":162,"props":10495,"children":10496},{},[10497],{"type":48,"tag":166,"props":10498,"children":10499},{},[10500,10505,10509,10514],{"type":48,"tag":170,"props":10501,"children":10502},{},[10503],{"type":54,"value":10504},"Variant",{"type":48,"tag":170,"props":10506,"children":10507},{},[10508],{"type":54,"value":1051},{"type":48,"tag":170,"props":10510,"children":10511},{},[10512],{"type":54,"value":10513},"Text",{"type":48,"tag":170,"props":10515,"children":10516},{},[10517],{"type":54,"value":10518},"Border",{"type":48,"tag":181,"props":10520,"children":10521},{},[10522,10553,10582,10610],{"type":48,"tag":166,"props":10523,"children":10524},{},[10525,10529,10537,10545],{"type":48,"tag":188,"props":10526,"children":10527},{},[10528],{"type":54,"value":1046},{"type":48,"tag":188,"props":10530,"children":10531},{},[10532],{"type":48,"tag":89,"props":10533,"children":10535},{"className":10534},[],[10536],{"type":54,"value":283},{"type":48,"tag":188,"props":10538,"children":10539},{},[10540],{"type":48,"tag":89,"props":10541,"children":10543},{"className":10542},[],[10544],{"type":54,"value":414},{"type":48,"tag":188,"props":10546,"children":10547},{},[10548],{"type":48,"tag":89,"props":10549,"children":10551},{"className":10550},[],[10552],{"type":54,"value":283},{"type":48,"tag":166,"props":10554,"children":10555},{},[10556,10561,10569,10577],{"type":48,"tag":188,"props":10557,"children":10558},{},[10559],{"type":54,"value":10560},"Secondary",{"type":48,"tag":188,"props":10562,"children":10563},{},[10564],{"type":48,"tag":89,"props":10565,"children":10567},{"className":10566},[],[10568],{"type":54,"value":414},{"type":48,"tag":188,"props":10570,"children":10571},{},[10572],{"type":48,"tag":89,"props":10573,"children":10575},{"className":10574},[],[10576],{"type":54,"value":283},{"type":48,"tag":188,"props":10578,"children":10579},{},[10580],{"type":54,"value":10581},"transparent",{"type":48,"tag":166,"props":10583,"children":10584},{},[10585,10590,10594,10602],{"type":48,"tag":188,"props":10586,"children":10587},{},[10588],{"type":54,"value":10589},"Ghost",{"type":48,"tag":188,"props":10591,"children":10592},{},[10593],{"type":54,"value":10581},{"type":48,"tag":188,"props":10595,"children":10596},{},[10597],{"type":48,"tag":89,"props":10598,"children":10600},{"className":10599},[],[10601],{"type":54,"value":414},{"type":48,"tag":188,"props":10603,"children":10604},{},[10605],{"type":48,"tag":89,"props":10606,"children":10608},{"className":10607},[],[10609],{"type":54,"value":748},{"type":48,"tag":166,"props":10611,"children":10612},{},[10613,10618,10622,10630],{"type":48,"tag":188,"props":10614,"children":10615},{},[10616],{"type":54,"value":10617},"Outline",{"type":48,"tag":188,"props":10619,"children":10620},{},[10621],{"type":54,"value":10581},{"type":48,"tag":188,"props":10623,"children":10624},{},[10625],{"type":48,"tag":89,"props":10626,"children":10628},{"className":10627},[],[10629],{"type":54,"value":308},{"type":48,"tag":188,"props":10631,"children":10632},{},[10633],{"type":48,"tag":89,"props":10634,"children":10636},{"className":10635},[],[10637],{"type":54,"value":748},{"type":48,"tag":151,"props":10639,"children":10641},{"id":10640},"cards",[10642],{"type":54,"value":10643},"Cards",{"type":48,"tag":158,"props":10645,"children":10646},{},[10647,10670],{"type":48,"tag":162,"props":10648,"children":10649},{},[10650],{"type":48,"tag":166,"props":10651,"children":10652},{},[10653,10657,10661,10665],{"type":48,"tag":170,"props":10654,"children":10655},{},[10656],{"type":54,"value":10504},{"type":48,"tag":170,"props":10658,"children":10659},{},[10660],{"type":54,"value":1051},{"type":48,"tag":170,"props":10662,"children":10663},{},[10664],{"type":54,"value":10518},{"type":48,"tag":170,"props":10666,"children":10667},{},[10668],{"type":54,"value":10669},"Shadow",{"type":48,"tag":181,"props":10671,"children":10672},{},[10673,10702,10731],{"type":48,"tag":166,"props":10674,"children":10675},{},[10676,10681,10689,10697],{"type":48,"tag":188,"props":10677,"children":10678},{},[10679],{"type":54,"value":10680},"Default",{"type":48,"tag":188,"props":10682,"children":10683},{},[10684],{"type":48,"tag":89,"props":10685,"children":10687},{"className":10686},[],[10688],{"type":54,"value":678},{"type":48,"tag":188,"props":10690,"children":10691},{},[10692],{"type":48,"tag":89,"props":10693,"children":10695},{"className":10694},[],[10696],{"type":54,"value":748},{"type":48,"tag":188,"props":10698,"children":10699},{},[10700],{"type":54,"value":10701},"shadow-card",{"type":48,"tag":166,"props":10703,"children":10704},{},[10705,10710,10718,10726],{"type":48,"tag":188,"props":10706,"children":10707},{},[10708],{"type":54,"value":10709},"Elevated",{"type":48,"tag":188,"props":10711,"children":10712},{},[10713],{"type":48,"tag":89,"props":10714,"children":10716},{"className":10715},[],[10717],{"type":54,"value":283},{"type":48,"tag":188,"props":10719,"children":10720},{},[10721],{"type":48,"tag":89,"props":10722,"children":10724},{"className":10723},[],[10725],{"type":54,"value":748},{"type":48,"tag":188,"props":10727,"children":10728},{},[10729],{"type":54,"value":10730},"shadow-lg",{"type":48,"tag":166,"props":10732,"children":10733},{},[10734,10739,10747,10755],{"type":48,"tag":188,"props":10735,"children":10736},{},[10737],{"type":54,"value":10738},"Interactive",{"type":48,"tag":188,"props":10740,"children":10741},{},[10742],{"type":48,"tag":89,"props":10743,"children":10745},{"className":10744},[],[10746],{"type":54,"value":678},{"type":48,"tag":188,"props":10748,"children":10749},{},[10750],{"type":48,"tag":89,"props":10751,"children":10753},{"className":10752},[],[10754],{"type":54,"value":748},{"type":48,"tag":188,"props":10756,"children":10757},{},[10758],{"type":54,"value":10759},"hover: shadow-lg",{"type":48,"tag":151,"props":10761,"children":10763},{"id":10762},"inputs",[10764],{"type":54,"value":2933},{"type":48,"tag":158,"props":10766,"children":10767},{},[10768,10787],{"type":48,"tag":162,"props":10769,"children":10770},{},[10771],{"type":48,"tag":166,"props":10772,"children":10773},{},[10774,10779,10783],{"type":48,"tag":170,"props":10775,"children":10776},{},[10777],{"type":54,"value":10778},"State",{"type":48,"tag":170,"props":10780,"children":10781},{},[10782],{"type":54,"value":10518},{"type":48,"tag":170,"props":10784,"children":10785},{},[10786],{"type":54,"value":10669},{"type":48,"tag":181,"props":10788,"children":10789},{},[10790,10810,10835,10859],{"type":48,"tag":166,"props":10791,"children":10792},{},[10793,10797,10805],{"type":48,"tag":188,"props":10794,"children":10795},{},[10796],{"type":54,"value":10680},{"type":48,"tag":188,"props":10798,"children":10799},{},[10800],{"type":48,"tag":89,"props":10801,"children":10803},{"className":10802},[],[10804],{"type":54,"value":748},{"type":48,"tag":188,"props":10806,"children":10807},{},[10808],{"type":54,"value":10809},"none",{"type":48,"tag":166,"props":10811,"children":10812},{},[10813,10818,10826],{"type":48,"tag":188,"props":10814,"children":10815},{},[10816],{"type":54,"value":10817},"Focus",{"type":48,"tag":188,"props":10819,"children":10820},{},[10821],{"type":48,"tag":89,"props":10822,"children":10824},{"className":10823},[],[10825],{"type":54,"value":414},{"type":48,"tag":188,"props":10827,"children":10828},{},[10829],{"type":48,"tag":89,"props":10830,"children":10832},{"className":10831},[],[10833],{"type":54,"value":10834},"0 0 0 3px rgba(255,72,1,0.1)",{"type":48,"tag":166,"props":10836,"children":10837},{},[10838,10842,10850],{"type":48,"tag":188,"props":10839,"children":10840},{},[10841],{"type":54,"value":1281},{"type":48,"tag":188,"props":10843,"children":10844},{},[10845],{"type":48,"tag":89,"props":10846,"children":10848},{"className":10847},[],[10849],{"type":54,"value":1290},{"type":48,"tag":188,"props":10851,"children":10852},{},[10853],{"type":48,"tag":89,"props":10854,"children":10856},{"className":10855},[],[10857],{"type":54,"value":10858},"0 0 0 3px rgba(220,38,38,0.1)",{"type":48,"tag":166,"props":10860,"children":10861},{},[10862,10867,10875],{"type":48,"tag":188,"props":10863,"children":10864},{},[10865],{"type":54,"value":10866},"Disabled",{"type":48,"tag":188,"props":10868,"children":10869},{},[10870],{"type":48,"tag":89,"props":10871,"children":10873},{"className":10872},[],[10874],{"type":54,"value":748},{"type":48,"tag":188,"props":10876,"children":10877},{},[10878],{"type":54,"value":10879},"none, opacity: 0.5",{"type":48,"tag":107,"props":10881,"children":10882},{},[],{"type":48,"tag":111,"props":10884,"children":10886},{"id":10885},"_13-file-structure-recommendation",[10887],{"type":54,"value":10888},"13. File Structure Recommendation",{"type":48,"tag":118,"props":10890,"children":10893},{"className":10891,"code":10892,"language":54},[121],"project\u002F\n├── styles\u002F\n│   ├── tokens.css          # CSS custom properties\n│   ├── base.css            # Reset, typography, global styles\n│   ├── components\u002F\n│   │   ├── buttons.css\n│   │   ├── cards.css\n│   │   ├── forms.css\n│   │   ├── navigation.css\n│   │   └── calculator.css\n│   └── utilities.css       # Helper classes\n├── fonts\u002F\n│   ├── Kunst Grotesk Regular.woff2\n│   ├── Kunst Grotesk Medium.woff2\n│   └── JetBrains Mono Regular.woff2\n└── components\u002F             # React\u002FVue components\n    ├── Button.tsx\n    ├── Card.tsx\n    ├── Input.tsx\n    └── Calculator\u002F\n        ├── InputPanel.tsx\n        ├── OutputPanel.tsx\n        └── ComparisonBar.tsx\n",[10894],{"type":48,"tag":89,"props":10895,"children":10896},{"__ignoreMap":126},[10897],{"type":54,"value":10892},{"type":48,"tag":107,"props":10899,"children":10900},{},[],{"type":48,"tag":111,"props":10902,"children":10904},{"id":10903},"_14-css-custom-properties-full-set",[10905],{"type":54,"value":10906},"14. CSS Custom Properties (Full Set)",{"type":48,"tag":61,"props":10908,"children":10909},{},[10910],{"type":54,"value":10911},"Copy this into your project's CSS:",{"type":48,"tag":118,"props":10913,"children":10915},{"className":1343,"code":10914,"language":1345,"meta":126,"style":126},":root {\n  \u002F* Colors - Primary *\u002F\n  --lp-accent: #FF4801;\n  --lp-accent-hover: #FF7038;\n  --lp-accent-light: rgba(255, 72, 1, 0.1);\n  \n  \u002F* Colors - Text *\u002F\n  --lp-text: #521000;\n  --lp-text-muted: rgba(82, 16, 0, 0.6);\n  --lp-text-subtle: rgba(82, 16, 0, 0.38);\n  \n  \u002F* Colors - Backgrounds *\u002F\n  --lp-bg-page: #F5F1EB;\n  --lp-bg-100: #FFFBF5;\n  --lp-bg-200: #FFFDFB;\n  --lp-bg-300: #FEF7ED;\n  \n  \u002F* Colors - Borders *\u002F\n  --lp-border: #EBD5C1;\n  --lp-border-light: rgba(235, 213, 193, 0.5);\n  \n  \u002F* Colors - Semantic *\u002F\n  --lp-success: #16A34A;\n  --lp-warning: #EAB308;\n  --lp-error: #DC2626;\n  --lp-info: #2563EB;\n  \n  \u002F* Colors - Product Categories *\u002F\n  --lp-compute: #0A95FF;\n  --lp-storage: #EE0DDB;\n  --lp-ai: #19E306;\n  --lp-media: #9616FF;\n  \n  \u002F* Colors - Provider Comparisons *\u002F\n  --lp-aws: #FF9900;\n  --lp-gcp: #4285F4;\n  --lp-azure: #0078D4;\n  \n  \u002F* Typography *\u002F\n  --font-sans: \"Inter\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n  --font-mono: \"JetBrains Mono\", \"SF Mono\", \"Fira Code\", monospace;\n  \n  \u002F* Spacing *\u002F\n  --spacing-unit: 4px;\n  \n  \u002F* Border Radius *\u002F\n  --radius-sm: 4px;\n  --radius-md: 8px;\n  --radius-lg: 12px;\n  --radius-xl: 16px;\n  --radius-full: 9999px;\n  \n  \u002F* Shadows *\u002F\n  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);\n  --shadow-card: 0 1px 3px rgba(82, 16, 0, 0.04), 0 4px 12px rgba(82, 16, 0, 0.02);\n  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);\n  --shadow-focus: 0 0 0 3px rgba(255, 72, 1, 0.2);\n  \n  \u002F* Transitions *\u002F\n  --ease-out: cubic-bezier(0, 0, 0.2, 1);\n  --ease-button: cubic-bezier(0.25, 0.46, 0.45, 0.94);\n  --duration-fast: 150ms;\n  --duration-normal: 200ms;\n  --duration-slow: 300ms;\n  \n  \u002F* Containers *\u002F\n  --container-sm: 640px;\n  --container-md: 768px;\n  --container-lg: 1024px;\n  --container-xl: 1200px;\n  --container-2xl: 1480px;\n}\n",[10916],{"type":48,"tag":89,"props":10917,"children":10918},{"__ignoreMap":126},[10919,10934,10942,10965,10990,11042,11050,11058,11081,11132,11185,11192,11200,11225,11248,11271,11296,11303,11311,11334,11389,11396,11404,11429,11454,11478,11503,11510,11518,11543,11569,11595,11621,11629,11638,11664,11690,11716,11724,11733,11804,11877,11885,11894,11915,11923,11932,11953,11974,11995,12016,12038,12046,12055,12121,12241,12370,12439,12447,12456,12510,12563,12585,12607,12629,12637,12646,12668,12690,12712,12734,12756],{"type":48,"tag":1351,"props":10920,"children":10921},{"class":1353,"line":1354},[10922,10926,10930],{"type":48,"tag":1351,"props":10923,"children":10924},{"style":1364},[10925],{"type":54,"value":96},{"type":48,"tag":1351,"props":10927,"children":10928},{"style":5395},[10929],{"type":54,"value":45},{"type":48,"tag":1351,"props":10931,"children":10932},{"style":1364},[10933],{"type":54,"value":2035},{"type":48,"tag":1351,"props":10935,"children":10936},{"class":1353,"line":1417},[10937],{"type":48,"tag":1351,"props":10938,"children":10939},{"style":2657},[10940],{"type":54,"value":10941},"  \u002F* Colors - Primary *\u002F\n",{"type":48,"tag":1351,"props":10943,"children":10944},{"class":1353,"line":2059},[10945,10949,10953,10957,10961],{"type":48,"tag":1351,"props":10946,"children":10947},{"style":1358},[10948],{"type":54,"value":7162},{"type":48,"tag":1351,"props":10950,"children":10951},{"style":1364},[10952],{"type":54,"value":96},{"type":48,"tag":1351,"props":10954,"children":10955},{"style":1364},[10956],{"type":54,"value":7171},{"type":48,"tag":1351,"props":10958,"children":10959},{"style":1358},[10960],{"type":54,"value":7176},{"type":48,"tag":1351,"props":10962,"children":10963},{"style":1364},[10964],{"type":54,"value":1414},{"type":48,"tag":1351,"props":10966,"children":10967},{"class":1353,"line":2081},[10968,10973,10977,10981,10986],{"type":48,"tag":1351,"props":10969,"children":10970},{"style":1358},[10971],{"type":54,"value":10972},"  --lp-accent-hover",{"type":48,"tag":1351,"props":10974,"children":10975},{"style":1364},[10976],{"type":54,"value":96},{"type":48,"tag":1351,"props":10978,"children":10979},{"style":1364},[10980],{"type":54,"value":7171},{"type":48,"tag":1351,"props":10982,"children":10983},{"style":1358},[10984],{"type":54,"value":10985},"FF7038",{"type":48,"tag":1351,"props":10987,"children":10988},{"style":1364},[10989],{"type":54,"value":1414},{"type":48,"tag":1351,"props":10991,"children":10992},{"class":1353,"line":2104},[10993,10998,11002,11006,11010,11014,11018,11022,11026,11030,11034,11038],{"type":48,"tag":1351,"props":10994,"children":10995},{"style":1358},[10996],{"type":54,"value":10997},"  --lp-accent-light",{"type":48,"tag":1351,"props":10999,"children":11000},{"style":1364},[11001],{"type":54,"value":96},{"type":48,"tag":1351,"props":11003,"children":11004},{"style":4928},[11005],{"type":54,"value":7222},{"type":48,"tag":1351,"props":11007,"children":11008},{"style":1364},[11009],{"type":54,"value":4936},{"type":48,"tag":1351,"props":11011,"children":11012},{"style":2133},[11013],{"type":54,"value":7461},{"type":48,"tag":1351,"props":11015,"children":11016},{"style":1364},[11017],{"type":54,"value":1367},{"type":48,"tag":1351,"props":11019,"children":11020},{"style":2133},[11021],{"type":54,"value":3921},{"type":48,"tag":1351,"props":11023,"children":11024},{"style":1364},[11025],{"type":54,"value":1367},{"type":48,"tag":1351,"props":11027,"children":11028},{"style":2133},[11029],{"type":54,"value":2136},{"type":48,"tag":1351,"props":11031,"children":11032},{"style":1364},[11033],{"type":54,"value":1367},{"type":48,"tag":1351,"props":11035,"children":11036},{"style":2133},[11037],{"type":54,"value":5821},{"type":48,"tag":1351,"props":11039,"children":11040},{"style":1364},[11041],{"type":54,"value":3442},{"type":48,"tag":1351,"props":11043,"children":11044},{"class":1353,"line":2164},[11045],{"type":48,"tag":1351,"props":11046,"children":11047},{"style":1358},[11048],{"type":54,"value":11049},"  \n",{"type":48,"tag":1351,"props":11051,"children":11052},{"class":1353,"line":2713},[11053],{"type":48,"tag":1351,"props":11054,"children":11055},{"style":2657},[11056],{"type":54,"value":11057},"  \u002F* Colors - Text *\u002F\n",{"type":48,"tag":1351,"props":11059,"children":11060},{"class":1353,"line":2722},[11061,11065,11069,11073,11077],{"type":48,"tag":1351,"props":11062,"children":11063},{"style":1358},[11064],{"type":54,"value":7188},{"type":48,"tag":1351,"props":11066,"children":11067},{"style":1364},[11068],{"type":54,"value":96},{"type":48,"tag":1351,"props":11070,"children":11071},{"style":1364},[11072],{"type":54,"value":7171},{"type":48,"tag":1351,"props":11074,"children":11075},{"style":1358},[11076],{"type":54,"value":7201},{"type":48,"tag":1351,"props":11078,"children":11079},{"style":1364},[11080],{"type":54,"value":1414},{"type":48,"tag":1351,"props":11082,"children":11083},{"class":1353,"line":2736},[11084,11088,11092,11096,11100,11104,11108,11112,11116,11120,11124,11128],{"type":48,"tag":1351,"props":11085,"children":11086},{"style":1358},[11087],{"type":54,"value":7213},{"type":48,"tag":1351,"props":11089,"children":11090},{"style":1364},[11091],{"type":54,"value":96},{"type":48,"tag":1351,"props":11093,"children":11094},{"style":4928},[11095],{"type":54,"value":7222},{"type":48,"tag":1351,"props":11097,"children":11098},{"style":1364},[11099],{"type":54,"value":4936},{"type":48,"tag":1351,"props":11101,"children":11102},{"style":2133},[11103],{"type":54,"value":7231},{"type":48,"tag":1351,"props":11105,"children":11106},{"style":1364},[11107],{"type":54,"value":1367},{"type":48,"tag":1351,"props":11109,"children":11110},{"style":2133},[11111],{"type":54,"value":3705},{"type":48,"tag":1351,"props":11113,"children":11114},{"style":1364},[11115],{"type":54,"value":1367},{"type":48,"tag":1351,"props":11117,"children":11118},{"style":2133},[11119],{"type":54,"value":3283},{"type":48,"tag":1351,"props":11121,"children":11122},{"style":1364},[11123],{"type":54,"value":1367},{"type":48,"tag":1351,"props":11125,"children":11126},{"style":2133},[11127],{"type":54,"value":7256},{"type":48,"tag":1351,"props":11129,"children":11130},{"style":1364},[11131],{"type":54,"value":3442},{"type":48,"tag":1351,"props":11133,"children":11134},{"class":1353,"line":2744},[11135,11140,11144,11148,11152,11156,11160,11164,11168,11172,11176,11181],{"type":48,"tag":1351,"props":11136,"children":11137},{"style":1358},[11138],{"type":54,"value":11139},"  --lp-text-subtle",{"type":48,"tag":1351,"props":11141,"children":11142},{"style":1364},[11143],{"type":54,"value":96},{"type":48,"tag":1351,"props":11145,"children":11146},{"style":4928},[11147],{"type":54,"value":7222},{"type":48,"tag":1351,"props":11149,"children":11150},{"style":1364},[11151],{"type":54,"value":4936},{"type":48,"tag":1351,"props":11153,"children":11154},{"style":2133},[11155],{"type":54,"value":7231},{"type":48,"tag":1351,"props":11157,"children":11158},{"style":1364},[11159],{"type":54,"value":1367},{"type":48,"tag":1351,"props":11161,"children":11162},{"style":2133},[11163],{"type":54,"value":3705},{"type":48,"tag":1351,"props":11165,"children":11166},{"style":1364},[11167],{"type":54,"value":1367},{"type":48,"tag":1351,"props":11169,"children":11170},{"style":2133},[11171],{"type":54,"value":3283},{"type":48,"tag":1351,"props":11173,"children":11174},{"style":1364},[11175],{"type":54,"value":1367},{"type":48,"tag":1351,"props":11177,"children":11178},{"style":2133},[11179],{"type":54,"value":11180}," 0.38",{"type":48,"tag":1351,"props":11182,"children":11183},{"style":1364},[11184],{"type":54,"value":3442},{"type":48,"tag":1351,"props":11186,"children":11187},{"class":1353,"line":2753},[11188],{"type":48,"tag":1351,"props":11189,"children":11190},{"style":1358},[11191],{"type":54,"value":11049},{"type":48,"tag":1351,"props":11193,"children":11194},{"class":1353,"line":2767},[11195],{"type":48,"tag":1351,"props":11196,"children":11197},{"style":2657},[11198],{"type":54,"value":11199},"  \u002F* Colors - Backgrounds *\u002F\n",{"type":48,"tag":1351,"props":11201,"children":11202},{"class":1353,"line":2781},[11203,11208,11212,11216,11221],{"type":48,"tag":1351,"props":11204,"children":11205},{"style":1358},[11206],{"type":54,"value":11207},"  --lp-bg-page",{"type":48,"tag":1351,"props":11209,"children":11210},{"style":1364},[11211],{"type":54,"value":96},{"type":48,"tag":1351,"props":11213,"children":11214},{"style":1364},[11215],{"type":54,"value":7171},{"type":48,"tag":1351,"props":11217,"children":11218},{"style":1358},[11219],{"type":54,"value":11220},"F5F1EB",{"type":48,"tag":1351,"props":11222,"children":11223},{"style":1364},[11224],{"type":54,"value":1414},{"type":48,"tag":1351,"props":11226,"children":11227},{"class":1353,"line":2795},[11228,11232,11236,11240,11244],{"type":48,"tag":1351,"props":11229,"children":11230},{"style":1358},[11231],{"type":54,"value":7268},{"type":48,"tag":1351,"props":11233,"children":11234},{"style":1364},[11235],{"type":54,"value":96},{"type":48,"tag":1351,"props":11237,"children":11238},{"style":1364},[11239],{"type":54,"value":7171},{"type":48,"tag":1351,"props":11241,"children":11242},{"style":1358},[11243],{"type":54,"value":7281},{"type":48,"tag":1351,"props":11245,"children":11246},{"style":1364},[11247],{"type":54,"value":1414},{"type":48,"tag":1351,"props":11249,"children":11250},{"class":1353,"line":2803},[11251,11255,11259,11263,11267],{"type":48,"tag":1351,"props":11252,"children":11253},{"style":1358},[11254],{"type":54,"value":7293},{"type":48,"tag":1351,"props":11256,"children":11257},{"style":1364},[11258],{"type":54,"value":96},{"type":48,"tag":1351,"props":11260,"children":11261},{"style":1364},[11262],{"type":54,"value":7171},{"type":48,"tag":1351,"props":11264,"children":11265},{"style":1358},[11266],{"type":54,"value":7306},{"type":48,"tag":1351,"props":11268,"children":11269},{"style":1364},[11270],{"type":54,"value":1414},{"type":48,"tag":1351,"props":11272,"children":11273},{"class":1353,"line":2812},[11274,11279,11283,11287,11292],{"type":48,"tag":1351,"props":11275,"children":11276},{"style":1358},[11277],{"type":54,"value":11278},"  --lp-bg-300",{"type":48,"tag":1351,"props":11280,"children":11281},{"style":1364},[11282],{"type":54,"value":96},{"type":48,"tag":1351,"props":11284,"children":11285},{"style":1364},[11286],{"type":54,"value":7171},{"type":48,"tag":1351,"props":11288,"children":11289},{"style":1358},[11290],{"type":54,"value":11291},"FEF7ED",{"type":48,"tag":1351,"props":11293,"children":11294},{"style":1364},[11295],{"type":54,"value":1414},{"type":48,"tag":1351,"props":11297,"children":11298},{"class":1353,"line":2826},[11299],{"type":48,"tag":1351,"props":11300,"children":11301},{"style":1358},[11302],{"type":54,"value":11049},{"type":48,"tag":1351,"props":11304,"children":11305},{"class":1353,"line":5128},[11306],{"type":48,"tag":1351,"props":11307,"children":11308},{"style":2657},[11309],{"type":54,"value":11310},"  \u002F* Colors - Borders *\u002F\n",{"type":48,"tag":1351,"props":11312,"children":11313},{"class":1353,"line":5136},[11314,11318,11322,11326,11330],{"type":48,"tag":1351,"props":11315,"children":11316},{"style":1358},[11317],{"type":54,"value":7318},{"type":48,"tag":1351,"props":11319,"children":11320},{"style":1364},[11321],{"type":54,"value":96},{"type":48,"tag":1351,"props":11323,"children":11324},{"style":1364},[11325],{"type":54,"value":7171},{"type":48,"tag":1351,"props":11327,"children":11328},{"style":1358},[11329],{"type":54,"value":7331},{"type":48,"tag":1351,"props":11331,"children":11332},{"style":1364},[11333],{"type":54,"value":1414},{"type":48,"tag":1351,"props":11335,"children":11336},{"class":1353,"line":5145},[11337,11342,11346,11350,11354,11359,11363,11368,11372,11377,11381,11385],{"type":48,"tag":1351,"props":11338,"children":11339},{"style":1358},[11340],{"type":54,"value":11341},"  --lp-border-light",{"type":48,"tag":1351,"props":11343,"children":11344},{"style":1364},[11345],{"type":54,"value":96},{"type":48,"tag":1351,"props":11347,"children":11348},{"style":4928},[11349],{"type":54,"value":7222},{"type":48,"tag":1351,"props":11351,"children":11352},{"style":1364},[11353],{"type":54,"value":4936},{"type":48,"tag":1351,"props":11355,"children":11356},{"style":2133},[11357],{"type":54,"value":11358},"235",{"type":48,"tag":1351,"props":11360,"children":11361},{"style":1364},[11362],{"type":54,"value":1367},{"type":48,"tag":1351,"props":11364,"children":11365},{"style":2133},[11366],{"type":54,"value":11367}," 213",{"type":48,"tag":1351,"props":11369,"children":11370},{"style":1364},[11371],{"type":54,"value":1367},{"type":48,"tag":1351,"props":11373,"children":11374},{"style":2133},[11375],{"type":54,"value":11376}," 193",{"type":48,"tag":1351,"props":11378,"children":11379},{"style":1364},[11380],{"type":54,"value":1367},{"type":48,"tag":1351,"props":11382,"children":11383},{"style":2133},[11384],{"type":54,"value":5110},{"type":48,"tag":1351,"props":11386,"children":11387},{"style":1364},[11388],{"type":54,"value":3442},{"type":48,"tag":1351,"props":11390,"children":11391},{"class":1353,"line":5162},[11392],{"type":48,"tag":1351,"props":11393,"children":11394},{"style":1358},[11395],{"type":54,"value":11049},{"type":48,"tag":1351,"props":11397,"children":11398},{"class":1353,"line":5195},[11399],{"type":48,"tag":1351,"props":11400,"children":11401},{"style":2657},[11402],{"type":54,"value":11403},"  \u002F* Colors - Semantic *\u002F\n",{"type":48,"tag":1351,"props":11405,"children":11406},{"class":1353,"line":5237},[11407,11412,11416,11420,11425],{"type":48,"tag":1351,"props":11408,"children":11409},{"style":1358},[11410],{"type":54,"value":11411},"  --lp-success",{"type":48,"tag":1351,"props":11413,"children":11414},{"style":1364},[11415],{"type":54,"value":96},{"type":48,"tag":1351,"props":11417,"children":11418},{"style":1364},[11419],{"type":54,"value":7171},{"type":48,"tag":1351,"props":11421,"children":11422},{"style":1358},[11423],{"type":54,"value":11424},"16A34A",{"type":48,"tag":1351,"props":11426,"children":11427},{"style":1364},[11428],{"type":54,"value":1414},{"type":48,"tag":1351,"props":11430,"children":11431},{"class":1353,"line":5245},[11432,11437,11441,11445,11450],{"type":48,"tag":1351,"props":11433,"children":11434},{"style":1358},[11435],{"type":54,"value":11436},"  --lp-warning",{"type":48,"tag":1351,"props":11438,"children":11439},{"style":1364},[11440],{"type":54,"value":96},{"type":48,"tag":1351,"props":11442,"children":11443},{"style":1364},[11444],{"type":54,"value":7171},{"type":48,"tag":1351,"props":11446,"children":11447},{"style":1358},[11448],{"type":54,"value":11449},"EAB308",{"type":48,"tag":1351,"props":11451,"children":11452},{"style":1364},[11453],{"type":54,"value":1414},{"type":48,"tag":1351,"props":11455,"children":11456},{"class":1353,"line":5253},[11457,11462,11466,11470,11474],{"type":48,"tag":1351,"props":11458,"children":11459},{"style":1358},[11460],{"type":54,"value":11461},"  --lp-error",{"type":48,"tag":1351,"props":11463,"children":11464},{"style":1364},[11465],{"type":54,"value":96},{"type":48,"tag":1351,"props":11467,"children":11468},{"style":1364},[11469],{"type":54,"value":7171},{"type":48,"tag":1351,"props":11471,"children":11472},{"style":1358},[11473],{"type":54,"value":8598},{"type":48,"tag":1351,"props":11475,"children":11476},{"style":1364},[11477],{"type":54,"value":1414},{"type":48,"tag":1351,"props":11479,"children":11480},{"class":1353,"line":5262},[11481,11486,11490,11494,11499],{"type":48,"tag":1351,"props":11482,"children":11483},{"style":1358},[11484],{"type":54,"value":11485},"  --lp-info",{"type":48,"tag":1351,"props":11487,"children":11488},{"style":1364},[11489],{"type":54,"value":96},{"type":48,"tag":1351,"props":11491,"children":11492},{"style":1364},[11493],{"type":54,"value":7171},{"type":48,"tag":1351,"props":11495,"children":11496},{"style":1358},[11497],{"type":54,"value":11498},"2563EB",{"type":48,"tag":1351,"props":11500,"children":11501},{"style":1364},[11502],{"type":54,"value":1414},{"type":48,"tag":1351,"props":11504,"children":11505},{"class":1353,"line":5279},[11506],{"type":48,"tag":1351,"props":11507,"children":11508},{"style":1358},[11509],{"type":54,"value":11049},{"type":48,"tag":1351,"props":11511,"children":11512},{"class":1353,"line":5320},[11513],{"type":48,"tag":1351,"props":11514,"children":11515},{"style":2657},[11516],{"type":54,"value":11517},"  \u002F* Colors - Product Categories *\u002F\n",{"type":48,"tag":1351,"props":11519,"children":11520},{"class":1353,"line":5361},[11521,11526,11530,11534,11539],{"type":48,"tag":1351,"props":11522,"children":11523},{"style":1358},[11524],{"type":54,"value":11525},"  --lp-compute",{"type":48,"tag":1351,"props":11527,"children":11528},{"style":1364},[11529],{"type":54,"value":96},{"type":48,"tag":1351,"props":11531,"children":11532},{"style":1364},[11533],{"type":54,"value":7171},{"type":48,"tag":1351,"props":11535,"children":11536},{"style":1358},[11537],{"type":54,"value":11538},"0A95FF",{"type":48,"tag":1351,"props":11540,"children":11541},{"style":1364},[11542],{"type":54,"value":1414},{"type":48,"tag":1351,"props":11544,"children":11546},{"class":1353,"line":11545},30,[11547,11552,11556,11560,11565],{"type":48,"tag":1351,"props":11548,"children":11549},{"style":1358},[11550],{"type":54,"value":11551},"  --lp-storage",{"type":48,"tag":1351,"props":11553,"children":11554},{"style":1364},[11555],{"type":54,"value":96},{"type":48,"tag":1351,"props":11557,"children":11558},{"style":1364},[11559],{"type":54,"value":7171},{"type":48,"tag":1351,"props":11561,"children":11562},{"style":1358},[11563],{"type":54,"value":11564},"EE0DDB",{"type":48,"tag":1351,"props":11566,"children":11567},{"style":1364},[11568],{"type":54,"value":1414},{"type":48,"tag":1351,"props":11570,"children":11572},{"class":1353,"line":11571},31,[11573,11578,11582,11586,11591],{"type":48,"tag":1351,"props":11574,"children":11575},{"style":1358},[11576],{"type":54,"value":11577},"  --lp-ai",{"type":48,"tag":1351,"props":11579,"children":11580},{"style":1364},[11581],{"type":54,"value":96},{"type":48,"tag":1351,"props":11583,"children":11584},{"style":1364},[11585],{"type":54,"value":7171},{"type":48,"tag":1351,"props":11587,"children":11588},{"style":1358},[11589],{"type":54,"value":11590},"19E306",{"type":48,"tag":1351,"props":11592,"children":11593},{"style":1364},[11594],{"type":54,"value":1414},{"type":48,"tag":1351,"props":11596,"children":11598},{"class":1353,"line":11597},32,[11599,11604,11608,11612,11617],{"type":48,"tag":1351,"props":11600,"children":11601},{"style":1358},[11602],{"type":54,"value":11603},"  --lp-media",{"type":48,"tag":1351,"props":11605,"children":11606},{"style":1364},[11607],{"type":54,"value":96},{"type":48,"tag":1351,"props":11609,"children":11610},{"style":1364},[11611],{"type":54,"value":7171},{"type":48,"tag":1351,"props":11613,"children":11614},{"style":1358},[11615],{"type":54,"value":11616},"9616FF",{"type":48,"tag":1351,"props":11618,"children":11619},{"style":1364},[11620],{"type":54,"value":1414},{"type":48,"tag":1351,"props":11622,"children":11624},{"class":1353,"line":11623},33,[11625],{"type":48,"tag":1351,"props":11626,"children":11627},{"style":1358},[11628],{"type":54,"value":11049},{"type":48,"tag":1351,"props":11630,"children":11632},{"class":1353,"line":11631},34,[11633],{"type":48,"tag":1351,"props":11634,"children":11635},{"style":2657},[11636],{"type":54,"value":11637},"  \u002F* Colors - Provider Comparisons *\u002F\n",{"type":48,"tag":1351,"props":11639,"children":11641},{"class":1353,"line":11640},35,[11642,11647,11651,11655,11660],{"type":48,"tag":1351,"props":11643,"children":11644},{"style":1358},[11645],{"type":54,"value":11646},"  --lp-aws",{"type":48,"tag":1351,"props":11648,"children":11649},{"style":1364},[11650],{"type":54,"value":96},{"type":48,"tag":1351,"props":11652,"children":11653},{"style":1364},[11654],{"type":54,"value":7171},{"type":48,"tag":1351,"props":11656,"children":11657},{"style":1358},[11658],{"type":54,"value":11659},"FF9900",{"type":48,"tag":1351,"props":11661,"children":11662},{"style":1364},[11663],{"type":54,"value":1414},{"type":48,"tag":1351,"props":11665,"children":11667},{"class":1353,"line":11666},36,[11668,11673,11677,11681,11686],{"type":48,"tag":1351,"props":11669,"children":11670},{"style":1358},[11671],{"type":54,"value":11672},"  --lp-gcp",{"type":48,"tag":1351,"props":11674,"children":11675},{"style":1364},[11676],{"type":54,"value":96},{"type":48,"tag":1351,"props":11678,"children":11679},{"style":1364},[11680],{"type":54,"value":7171},{"type":48,"tag":1351,"props":11682,"children":11683},{"style":1358},[11684],{"type":54,"value":11685},"4285F4",{"type":48,"tag":1351,"props":11687,"children":11688},{"style":1364},[11689],{"type":54,"value":1414},{"type":48,"tag":1351,"props":11691,"children":11693},{"class":1353,"line":11692},37,[11694,11699,11703,11707,11712],{"type":48,"tag":1351,"props":11695,"children":11696},{"style":1358},[11697],{"type":54,"value":11698},"  --lp-azure",{"type":48,"tag":1351,"props":11700,"children":11701},{"style":1364},[11702],{"type":54,"value":96},{"type":48,"tag":1351,"props":11704,"children":11705},{"style":1364},[11706],{"type":54,"value":7171},{"type":48,"tag":1351,"props":11708,"children":11709},{"style":1358},[11710],{"type":54,"value":11711},"0078D4",{"type":48,"tag":1351,"props":11713,"children":11714},{"style":1364},[11715],{"type":54,"value":1414},{"type":48,"tag":1351,"props":11717,"children":11719},{"class":1353,"line":11718},38,[11720],{"type":48,"tag":1351,"props":11721,"children":11722},{"style":1358},[11723],{"type":54,"value":11049},{"type":48,"tag":1351,"props":11725,"children":11727},{"class":1353,"line":11726},39,[11728],{"type":48,"tag":1351,"props":11729,"children":11730},{"style":2657},[11731],{"type":54,"value":11732},"  \u002F* Typography *\u002F\n",{"type":48,"tag":1351,"props":11734,"children":11736},{"class":1353,"line":11735},40,[11737,11742,11746,11750,11755,11759,11763,11767,11771,11775,11779,11783,11788,11792,11796,11800],{"type":48,"tag":1351,"props":11738,"children":11739},{"style":1358},[11740],{"type":54,"value":11741},"  --font-sans",{"type":48,"tag":1351,"props":11743,"children":11744},{"style":1364},[11745],{"type":54,"value":96},{"type":48,"tag":1351,"props":11747,"children":11748},{"style":1364},[11749],{"type":54,"value":2119},{"type":48,"tag":1351,"props":11751,"children":11752},{"style":2122},[11753],{"type":54,"value":11754},"Inter",{"type":48,"tag":1351,"props":11756,"children":11757},{"style":1364},[11758],{"type":54,"value":2130},{"type":48,"tag":1351,"props":11760,"children":11761},{"style":1364},[11762],{"type":54,"value":1367},{"type":48,"tag":1351,"props":11764,"children":11765},{"style":1358},[11766],{"type":54,"value":1372},{"type":48,"tag":1351,"props":11768,"children":11769},{"style":1364},[11770],{"type":54,"value":1367},{"type":48,"tag":1351,"props":11772,"children":11773},{"style":1358},[11774],{"type":54,"value":1381},{"type":48,"tag":1351,"props":11776,"children":11777},{"style":1364},[11778],{"type":54,"value":1367},{"type":48,"tag":1351,"props":11780,"children":11781},{"style":1364},[11782],{"type":54,"value":2119},{"type":48,"tag":1351,"props":11784,"children":11785},{"style":2122},[11786],{"type":54,"value":11787},"Segoe UI",{"type":48,"tag":1351,"props":11789,"children":11790},{"style":1364},[11791],{"type":54,"value":2130},{"type":48,"tag":1351,"props":11793,"children":11794},{"style":1364},[11795],{"type":54,"value":1367},{"type":48,"tag":1351,"props":11797,"children":11798},{"style":1358},[11799],{"type":54,"value":1409},{"type":48,"tag":1351,"props":11801,"children":11802},{"style":1364},[11803],{"type":54,"value":1414},{"type":48,"tag":1351,"props":11805,"children":11807},{"class":1353,"line":11806},41,[11808,11813,11817,11821,11826,11830,11834,11838,11843,11847,11851,11855,11860,11864,11868,11873],{"type":48,"tag":1351,"props":11809,"children":11810},{"style":1358},[11811],{"type":54,"value":11812},"  --font-mono",{"type":48,"tag":1351,"props":11814,"children":11815},{"style":1364},[11816],{"type":54,"value":96},{"type":48,"tag":1351,"props":11818,"children":11819},{"style":1364},[11820],{"type":54,"value":2119},{"type":48,"tag":1351,"props":11822,"children":11823},{"style":2122},[11824],{"type":54,"value":11825},"JetBrains Mono",{"type":48,"tag":1351,"props":11827,"children":11828},{"style":1364},[11829],{"type":54,"value":2130},{"type":48,"tag":1351,"props":11831,"children":11832},{"style":1364},[11833],{"type":54,"value":1367},{"type":48,"tag":1351,"props":11835,"children":11836},{"style":1364},[11837],{"type":54,"value":2119},{"type":48,"tag":1351,"props":11839,"children":11840},{"style":2122},[11841],{"type":54,"value":11842},"SF Mono",{"type":48,"tag":1351,"props":11844,"children":11845},{"style":1364},[11846],{"type":54,"value":2130},{"type":48,"tag":1351,"props":11848,"children":11849},{"style":1364},[11850],{"type":54,"value":1367},{"type":48,"tag":1351,"props":11852,"children":11853},{"style":1364},[11854],{"type":54,"value":2119},{"type":48,"tag":1351,"props":11856,"children":11857},{"style":2122},[11858],{"type":54,"value":11859},"Fira Code",{"type":48,"tag":1351,"props":11861,"children":11862},{"style":1364},[11863],{"type":54,"value":2130},{"type":48,"tag":1351,"props":11865,"children":11866},{"style":1364},[11867],{"type":54,"value":1367},{"type":48,"tag":1351,"props":11869,"children":11870},{"style":1358},[11871],{"type":54,"value":11872}," monospace",{"type":48,"tag":1351,"props":11874,"children":11875},{"style":1364},[11876],{"type":54,"value":1414},{"type":48,"tag":1351,"props":11878,"children":11880},{"class":1353,"line":11879},42,[11881],{"type":48,"tag":1351,"props":11882,"children":11883},{"style":1358},[11884],{"type":54,"value":11049},{"type":48,"tag":1351,"props":11886,"children":11888},{"class":1353,"line":11887},43,[11889],{"type":48,"tag":1351,"props":11890,"children":11891},{"style":2657},[11892],{"type":54,"value":11893},"  \u002F* Spacing *\u002F\n",{"type":48,"tag":1351,"props":11895,"children":11897},{"class":1353,"line":11896},44,[11898,11903,11907,11911],{"type":48,"tag":1351,"props":11899,"children":11900},{"style":1358},[11901],{"type":54,"value":11902},"  --spacing-unit",{"type":48,"tag":1351,"props":11904,"children":11905},{"style":1364},[11906],{"type":54,"value":96},{"type":48,"tag":1351,"props":11908,"children":11909},{"style":2133},[11910],{"type":54,"value":8763},{"type":48,"tag":1351,"props":11912,"children":11913},{"style":1364},[11914],{"type":54,"value":1414},{"type":48,"tag":1351,"props":11916,"children":11918},{"class":1353,"line":11917},45,[11919],{"type":48,"tag":1351,"props":11920,"children":11921},{"style":1358},[11922],{"type":54,"value":11049},{"type":48,"tag":1351,"props":11924,"children":11926},{"class":1353,"line":11925},46,[11927],{"type":48,"tag":1351,"props":11928,"children":11929},{"style":2657},[11930],{"type":54,"value":11931},"  \u002F* Border Radius *\u002F\n",{"type":48,"tag":1351,"props":11933,"children":11935},{"class":1353,"line":11934},47,[11936,11941,11945,11949],{"type":48,"tag":1351,"props":11937,"children":11938},{"style":1358},[11939],{"type":54,"value":11940},"  --radius-sm",{"type":48,"tag":1351,"props":11942,"children":11943},{"style":1364},[11944],{"type":54,"value":96},{"type":48,"tag":1351,"props":11946,"children":11947},{"style":2133},[11948],{"type":54,"value":8763},{"type":48,"tag":1351,"props":11950,"children":11951},{"style":1364},[11952],{"type":54,"value":1414},{"type":48,"tag":1351,"props":11954,"children":11956},{"class":1353,"line":11955},48,[11957,11962,11966,11970],{"type":48,"tag":1351,"props":11958,"children":11959},{"style":1358},[11960],{"type":54,"value":11961},"  --radius-md",{"type":48,"tag":1351,"props":11963,"children":11964},{"style":1364},[11965],{"type":54,"value":96},{"type":48,"tag":1351,"props":11967,"children":11968},{"style":2133},[11969],{"type":54,"value":9289},{"type":48,"tag":1351,"props":11971,"children":11972},{"style":1364},[11973],{"type":54,"value":1414},{"type":48,"tag":1351,"props":11975,"children":11977},{"class":1353,"line":11976},49,[11978,11983,11987,11991],{"type":48,"tag":1351,"props":11979,"children":11980},{"style":1358},[11981],{"type":54,"value":11982},"  --radius-lg",{"type":48,"tag":1351,"props":11984,"children":11985},{"style":1364},[11986],{"type":54,"value":96},{"type":48,"tag":1351,"props":11988,"children":11989},{"style":2133},[11990],{"type":54,"value":9793},{"type":48,"tag":1351,"props":11992,"children":11993},{"style":1364},[11994],{"type":54,"value":1414},{"type":48,"tag":1351,"props":11996,"children":11998},{"class":1353,"line":11997},50,[11999,12004,12008,12012],{"type":48,"tag":1351,"props":12000,"children":12001},{"style":1358},[12002],{"type":54,"value":12003},"  --radius-xl",{"type":48,"tag":1351,"props":12005,"children":12006},{"style":1364},[12007],{"type":54,"value":96},{"type":48,"tag":1351,"props":12009,"children":12010},{"style":2133},[12011],{"type":54,"value":9967},{"type":48,"tag":1351,"props":12013,"children":12014},{"style":1364},[12015],{"type":54,"value":1414},{"type":48,"tag":1351,"props":12017,"children":12019},{"class":1353,"line":12018},51,[12020,12025,12029,12034],{"type":48,"tag":1351,"props":12021,"children":12022},{"style":1358},[12023],{"type":54,"value":12024},"  --radius-full",{"type":48,"tag":1351,"props":12026,"children":12027},{"style":1364},[12028],{"type":54,"value":96},{"type":48,"tag":1351,"props":12030,"children":12031},{"style":2133},[12032],{"type":54,"value":12033}," 9999px",{"type":48,"tag":1351,"props":12035,"children":12036},{"style":1364},[12037],{"type":54,"value":1414},{"type":48,"tag":1351,"props":12039,"children":12041},{"class":1353,"line":12040},52,[12042],{"type":48,"tag":1351,"props":12043,"children":12044},{"style":1358},[12045],{"type":54,"value":11049},{"type":48,"tag":1351,"props":12047,"children":12049},{"class":1353,"line":12048},53,[12050],{"type":48,"tag":1351,"props":12051,"children":12052},{"style":2657},[12053],{"type":54,"value":12054},"  \u002F* Shadows *\u002F\n",{"type":48,"tag":1351,"props":12056,"children":12058},{"class":1353,"line":12057},54,[12059,12064,12068,12072,12076,12080,12084,12088,12092,12096,12100,12104,12108,12112,12117],{"type":48,"tag":1351,"props":12060,"children":12061},{"style":1358},[12062],{"type":54,"value":12063},"  --shadow-sm",{"type":48,"tag":1351,"props":12065,"children":12066},{"style":1364},[12067],{"type":54,"value":96},{"type":48,"tag":1351,"props":12069,"children":12070},{"style":2133},[12071],{"type":54,"value":3283},{"type":48,"tag":1351,"props":12073,"children":12074},{"style":2133},[12075],{"type":54,"value":8841},{"type":48,"tag":1351,"props":12077,"children":12078},{"style":2133},[12079],{"type":54,"value":8012},{"type":48,"tag":1351,"props":12081,"children":12082},{"style":4928},[12083],{"type":54,"value":7222},{"type":48,"tag":1351,"props":12085,"children":12086},{"style":1364},[12087],{"type":54,"value":4936},{"type":48,"tag":1351,"props":12089,"children":12090},{"style":2133},[12091],{"type":54,"value":2247},{"type":48,"tag":1351,"props":12093,"children":12094},{"style":1364},[12095],{"type":54,"value":1367},{"type":48,"tag":1351,"props":12097,"children":12098},{"style":2133},[12099],{"type":54,"value":3283},{"type":48,"tag":1351,"props":12101,"children":12102},{"style":1364},[12103],{"type":54,"value":1367},{"type":48,"tag":1351,"props":12105,"children":12106},{"style":2133},[12107],{"type":54,"value":3283},{"type":48,"tag":1351,"props":12109,"children":12110},{"style":1364},[12111],{"type":54,"value":1367},{"type":48,"tag":1351,"props":12113,"children":12114},{"style":2133},[12115],{"type":54,"value":12116}," 0.05",{"type":48,"tag":1351,"props":12118,"children":12119},{"style":1364},[12120],{"type":54,"value":3442},{"type":48,"tag":1351,"props":12122,"children":12124},{"class":1353,"line":12123},55,[12125,12130,12134,12138,12142,12146,12150,12154,12158,12162,12166,12170,12174,12178,12183,12188,12192,12196,12200,12204,12208,12212,12216,12220,12224,12228,12232,12237],{"type":48,"tag":1351,"props":12126,"children":12127},{"style":1358},[12128],{"type":54,"value":12129},"  --shadow-card",{"type":48,"tag":1351,"props":12131,"children":12132},{"style":1364},[12133],{"type":54,"value":96},{"type":48,"tag":1351,"props":12135,"children":12136},{"style":2133},[12137],{"type":54,"value":3283},{"type":48,"tag":1351,"props":12139,"children":12140},{"style":2133},[12141],{"type":54,"value":8841},{"type":48,"tag":1351,"props":12143,"children":12144},{"style":2133},[12145],{"type":54,"value":8145},{"type":48,"tag":1351,"props":12147,"children":12148},{"style":4928},[12149],{"type":54,"value":7222},{"type":48,"tag":1351,"props":12151,"children":12152},{"style":1364},[12153],{"type":54,"value":4936},{"type":48,"tag":1351,"props":12155,"children":12156},{"style":2133},[12157],{"type":54,"value":7231},{"type":48,"tag":1351,"props":12159,"children":12160},{"style":1364},[12161],{"type":54,"value":1367},{"type":48,"tag":1351,"props":12163,"children":12164},{"style":2133},[12165],{"type":54,"value":3705},{"type":48,"tag":1351,"props":12167,"children":12168},{"style":1364},[12169],{"type":54,"value":1367},{"type":48,"tag":1351,"props":12171,"children":12172},{"style":2133},[12173],{"type":54,"value":3283},{"type":48,"tag":1351,"props":12175,"children":12176},{"style":1364},[12177],{"type":54,"value":1367},{"type":48,"tag":1351,"props":12179,"children":12180},{"style":2133},[12181],{"type":54,"value":12182}," 0.04",{"type":48,"tag":1351,"props":12184,"children":12185},{"style":1364},[12186],{"type":54,"value":12187},"),",{"type":48,"tag":1351,"props":12189,"children":12190},{"style":2133},[12191],{"type":54,"value":3283},{"type":48,"tag":1351,"props":12193,"children":12194},{"style":2133},[12195],{"type":54,"value":8763},{"type":48,"tag":1351,"props":12197,"children":12198},{"style":2133},[12199],{"type":54,"value":9793},{"type":48,"tag":1351,"props":12201,"children":12202},{"style":4928},[12203],{"type":54,"value":7222},{"type":48,"tag":1351,"props":12205,"children":12206},{"style":1364},[12207],{"type":54,"value":4936},{"type":48,"tag":1351,"props":12209,"children":12210},{"style":2133},[12211],{"type":54,"value":7231},{"type":48,"tag":1351,"props":12213,"children":12214},{"style":1364},[12215],{"type":54,"value":1367},{"type":48,"tag":1351,"props":12217,"children":12218},{"style":2133},[12219],{"type":54,"value":3705},{"type":48,"tag":1351,"props":12221,"children":12222},{"style":1364},[12223],{"type":54,"value":1367},{"type":48,"tag":1351,"props":12225,"children":12226},{"style":2133},[12227],{"type":54,"value":3283},{"type":48,"tag":1351,"props":12229,"children":12230},{"style":1364},[12231],{"type":54,"value":1367},{"type":48,"tag":1351,"props":12233,"children":12234},{"style":2133},[12235],{"type":54,"value":12236}," 0.02",{"type":48,"tag":1351,"props":12238,"children":12239},{"style":1364},[12240],{"type":54,"value":3442},{"type":48,"tag":1351,"props":12242,"children":12244},{"class":1353,"line":12243},56,[12245,12250,12254,12258,12263,12268,12273,12277,12281,12285,12289,12293,12297,12301,12305,12309,12313,12317,12321,12326,12330,12334,12338,12342,12346,12350,12354,12358,12362,12366],{"type":48,"tag":1351,"props":12246,"children":12247},{"style":1358},[12248],{"type":54,"value":12249},"  --shadow-lg",{"type":48,"tag":1351,"props":12251,"children":12252},{"style":1364},[12253],{"type":54,"value":96},{"type":48,"tag":1351,"props":12255,"children":12256},{"style":2133},[12257],{"type":54,"value":3283},{"type":48,"tag":1351,"props":12259,"children":12260},{"style":2133},[12261],{"type":54,"value":12262}," 10px",{"type":48,"tag":1351,"props":12264,"children":12265},{"style":2133},[12266],{"type":54,"value":12267}," 15px",{"type":48,"tag":1351,"props":12269,"children":12270},{"style":2133},[12271],{"type":54,"value":12272}," -3px",{"type":48,"tag":1351,"props":12274,"children":12275},{"style":4928},[12276],{"type":54,"value":7222},{"type":48,"tag":1351,"props":12278,"children":12279},{"style":1364},[12280],{"type":54,"value":4936},{"type":48,"tag":1351,"props":12282,"children":12283},{"style":2133},[12284],{"type":54,"value":2247},{"type":48,"tag":1351,"props":12286,"children":12287},{"style":1364},[12288],{"type":54,"value":1367},{"type":48,"tag":1351,"props":12290,"children":12291},{"style":2133},[12292],{"type":54,"value":3283},{"type":48,"tag":1351,"props":12294,"children":12295},{"style":1364},[12296],{"type":54,"value":1367},{"type":48,"tag":1351,"props":12298,"children":12299},{"style":2133},[12300],{"type":54,"value":3283},{"type":48,"tag":1351,"props":12302,"children":12303},{"style":1364},[12304],{"type":54,"value":1367},{"type":48,"tag":1351,"props":12306,"children":12307},{"style":2133},[12308],{"type":54,"value":5821},{"type":48,"tag":1351,"props":12310,"children":12311},{"style":1364},[12312],{"type":54,"value":12187},{"type":48,"tag":1351,"props":12314,"children":12315},{"style":2133},[12316],{"type":54,"value":3283},{"type":48,"tag":1351,"props":12318,"children":12319},{"style":2133},[12320],{"type":54,"value":8763},{"type":48,"tag":1351,"props":12322,"children":12323},{"style":2133},[12324],{"type":54,"value":12325}," 6px",{"type":48,"tag":1351,"props":12327,"children":12328},{"style":2133},[12329],{"type":54,"value":9456},{"type":48,"tag":1351,"props":12331,"children":12332},{"style":4928},[12333],{"type":54,"value":7222},{"type":48,"tag":1351,"props":12335,"children":12336},{"style":1364},[12337],{"type":54,"value":4936},{"type":48,"tag":1351,"props":12339,"children":12340},{"style":2133},[12341],{"type":54,"value":2247},{"type":48,"tag":1351,"props":12343,"children":12344},{"style":1364},[12345],{"type":54,"value":1367},{"type":48,"tag":1351,"props":12347,"children":12348},{"style":2133},[12349],{"type":54,"value":3283},{"type":48,"tag":1351,"props":12351,"children":12352},{"style":1364},[12353],{"type":54,"value":1367},{"type":48,"tag":1351,"props":12355,"children":12356},{"style":2133},[12357],{"type":54,"value":3283},{"type":48,"tag":1351,"props":12359,"children":12360},{"style":1364},[12361],{"type":54,"value":1367},{"type":48,"tag":1351,"props":12363,"children":12364},{"style":2133},[12365],{"type":54,"value":5821},{"type":48,"tag":1351,"props":12367,"children":12368},{"style":1364},[12369],{"type":54,"value":3442},{"type":48,"tag":1351,"props":12371,"children":12373},{"class":1353,"line":12372},57,[12374,12379,12383,12387,12391,12395,12399,12403,12407,12411,12415,12419,12423,12427,12431,12435],{"type":48,"tag":1351,"props":12375,"children":12376},{"style":1358},[12377],{"type":54,"value":12378},"  --shadow-focus",{"type":48,"tag":1351,"props":12380,"children":12381},{"style":1364},[12382],{"type":54,"value":96},{"type":48,"tag":1351,"props":12384,"children":12385},{"style":2133},[12386],{"type":54,"value":3283},{"type":48,"tag":1351,"props":12388,"children":12389},{"style":2133},[12390],{"type":54,"value":3283},{"type":48,"tag":1351,"props":12392,"children":12393},{"style":2133},[12394],{"type":54,"value":3283},{"type":48,"tag":1351,"props":12396,"children":12397},{"style":2133},[12398],{"type":54,"value":8145},{"type":48,"tag":1351,"props":12400,"children":12401},{"style":4928},[12402],{"type":54,"value":7222},{"type":48,"tag":1351,"props":12404,"children":12405},{"style":1364},[12406],{"type":54,"value":4936},{"type":48,"tag":1351,"props":12408,"children":12409},{"style":2133},[12410],{"type":54,"value":7461},{"type":48,"tag":1351,"props":12412,"children":12413},{"style":1364},[12414],{"type":54,"value":1367},{"type":48,"tag":1351,"props":12416,"children":12417},{"style":2133},[12418],{"type":54,"value":3921},{"type":48,"tag":1351,"props":12420,"children":12421},{"style":1364},[12422],{"type":54,"value":1367},{"type":48,"tag":1351,"props":12424,"children":12425},{"style":2133},[12426],{"type":54,"value":2136},{"type":48,"tag":1351,"props":12428,"children":12429},{"style":1364},[12430],{"type":54,"value":1367},{"type":48,"tag":1351,"props":12432,"children":12433},{"style":2133},[12434],{"type":54,"value":9107},{"type":48,"tag":1351,"props":12436,"children":12437},{"style":1364},[12438],{"type":54,"value":3442},{"type":48,"tag":1351,"props":12440,"children":12442},{"class":1353,"line":12441},58,[12443],{"type":48,"tag":1351,"props":12444,"children":12445},{"style":1358},[12446],{"type":54,"value":11049},{"type":48,"tag":1351,"props":12448,"children":12450},{"class":1353,"line":12449},59,[12451],{"type":48,"tag":1351,"props":12452,"children":12453},{"style":2657},[12454],{"type":54,"value":12455},"  \u002F* Transitions *\u002F\n",{"type":48,"tag":1351,"props":12457,"children":12459},{"class":1353,"line":12458},60,[12460,12465,12469,12474,12478,12482,12486,12490,12494,12498,12502,12506],{"type":48,"tag":1351,"props":12461,"children":12462},{"style":1358},[12463],{"type":54,"value":12464},"  --ease-out",{"type":48,"tag":1351,"props":12466,"children":12467},{"style":1364},[12468],{"type":54,"value":96},{"type":48,"tag":1351,"props":12470,"children":12471},{"style":4928},[12472],{"type":54,"value":12473}," cubic-bezier",{"type":48,"tag":1351,"props":12475,"children":12476},{"style":1364},[12477],{"type":54,"value":4936},{"type":48,"tag":1351,"props":12479,"children":12480},{"style":2133},[12481],{"type":54,"value":2247},{"type":48,"tag":1351,"props":12483,"children":12484},{"style":1364},[12485],{"type":54,"value":1367},{"type":48,"tag":1351,"props":12487,"children":12488},{"style":2133},[12489],{"type":54,"value":3283},{"type":48,"tag":1351,"props":12491,"children":12492},{"style":1364},[12493],{"type":54,"value":1367},{"type":48,"tag":1351,"props":12495,"children":12496},{"style":2133},[12497],{"type":54,"value":9107},{"type":48,"tag":1351,"props":12499,"children":12500},{"style":1364},[12501],{"type":54,"value":1367},{"type":48,"tag":1351,"props":12503,"children":12504},{"style":2133},[12505],{"type":54,"value":2136},{"type":48,"tag":1351,"props":12507,"children":12508},{"style":1364},[12509],{"type":54,"value":3442},{"type":48,"tag":1351,"props":12511,"children":12513},{"class":1353,"line":12512},61,[12514,12519,12523,12527,12531,12535,12539,12543,12547,12551,12555,12559],{"type":48,"tag":1351,"props":12515,"children":12516},{"style":1358},[12517],{"type":54,"value":12518},"  --ease-button",{"type":48,"tag":1351,"props":12520,"children":12521},{"style":1364},[12522],{"type":54,"value":96},{"type":48,"tag":1351,"props":12524,"children":12525},{"style":4928},[12526],{"type":54,"value":12473},{"type":48,"tag":1351,"props":12528,"children":12529},{"style":1364},[12530],{"type":54,"value":4936},{"type":48,"tag":1351,"props":12532,"children":12533},{"style":2133},[12534],{"type":54,"value":5701},{"type":48,"tag":1351,"props":12536,"children":12537},{"style":1364},[12538],{"type":54,"value":1367},{"type":48,"tag":1351,"props":12540,"children":12541},{"style":2133},[12542],{"type":54,"value":5710},{"type":48,"tag":1351,"props":12544,"children":12545},{"style":1364},[12546],{"type":54,"value":1367},{"type":48,"tag":1351,"props":12548,"children":12549},{"style":2133},[12550],{"type":54,"value":5719},{"type":48,"tag":1351,"props":12552,"children":12553},{"style":1364},[12554],{"type":54,"value":1367},{"type":48,"tag":1351,"props":12556,"children":12557},{"style":2133},[12558],{"type":54,"value":5728},{"type":48,"tag":1351,"props":12560,"children":12561},{"style":1364},[12562],{"type":54,"value":3442},{"type":48,"tag":1351,"props":12564,"children":12566},{"class":1353,"line":12565},62,[12567,12572,12576,12581],{"type":48,"tag":1351,"props":12568,"children":12569},{"style":1358},[12570],{"type":54,"value":12571},"  --duration-fast",{"type":48,"tag":1351,"props":12573,"children":12574},{"style":1364},[12575],{"type":54,"value":96},{"type":48,"tag":1351,"props":12577,"children":12578},{"style":2133},[12579],{"type":54,"value":12580}," 150ms",{"type":48,"tag":1351,"props":12582,"children":12583},{"style":1364},[12584],{"type":54,"value":1414},{"type":48,"tag":1351,"props":12586,"children":12588},{"class":1353,"line":12587},63,[12589,12594,12598,12603],{"type":48,"tag":1351,"props":12590,"children":12591},{"style":1358},[12592],{"type":54,"value":12593},"  --duration-normal",{"type":48,"tag":1351,"props":12595,"children":12596},{"style":1364},[12597],{"type":54,"value":96},{"type":48,"tag":1351,"props":12599,"children":12600},{"style":2133},[12601],{"type":54,"value":12602}," 200ms",{"type":48,"tag":1351,"props":12604,"children":12605},{"style":1364},[12606],{"type":54,"value":1414},{"type":48,"tag":1351,"props":12608,"children":12610},{"class":1353,"line":12609},64,[12611,12616,12620,12625],{"type":48,"tag":1351,"props":12612,"children":12613},{"style":1358},[12614],{"type":54,"value":12615},"  --duration-slow",{"type":48,"tag":1351,"props":12617,"children":12618},{"style":1364},[12619],{"type":54,"value":96},{"type":48,"tag":1351,"props":12621,"children":12622},{"style":2133},[12623],{"type":54,"value":12624}," 300ms",{"type":48,"tag":1351,"props":12626,"children":12627},{"style":1364},[12628],{"type":54,"value":1414},{"type":48,"tag":1351,"props":12630,"children":12632},{"class":1353,"line":12631},65,[12633],{"type":48,"tag":1351,"props":12634,"children":12635},{"style":1358},[12636],{"type":54,"value":11049},{"type":48,"tag":1351,"props":12638,"children":12640},{"class":1353,"line":12639},66,[12641],{"type":48,"tag":1351,"props":12642,"children":12643},{"style":2657},[12644],{"type":54,"value":12645},"  \u002F* Containers *\u002F\n",{"type":48,"tag":1351,"props":12647,"children":12649},{"class":1353,"line":12648},67,[12650,12655,12659,12664],{"type":48,"tag":1351,"props":12651,"children":12652},{"style":1358},[12653],{"type":54,"value":12654},"  --container-sm",{"type":48,"tag":1351,"props":12656,"children":12657},{"style":1364},[12658],{"type":54,"value":96},{"type":48,"tag":1351,"props":12660,"children":12661},{"style":2133},[12662],{"type":54,"value":12663}," 640px",{"type":48,"tag":1351,"props":12665,"children":12666},{"style":1364},[12667],{"type":54,"value":1414},{"type":48,"tag":1351,"props":12669,"children":12671},{"class":1353,"line":12670},68,[12672,12677,12681,12686],{"type":48,"tag":1351,"props":12673,"children":12674},{"style":1358},[12675],{"type":54,"value":12676},"  --container-md",{"type":48,"tag":1351,"props":12678,"children":12679},{"style":1364},[12680],{"type":54,"value":96},{"type":48,"tag":1351,"props":12682,"children":12683},{"style":2133},[12684],{"type":54,"value":12685}," 768px",{"type":48,"tag":1351,"props":12687,"children":12688},{"style":1364},[12689],{"type":54,"value":1414},{"type":48,"tag":1351,"props":12691,"children":12693},{"class":1353,"line":12692},69,[12694,12699,12703,12708],{"type":48,"tag":1351,"props":12695,"children":12696},{"style":1358},[12697],{"type":54,"value":12698},"  --container-lg",{"type":48,"tag":1351,"props":12700,"children":12701},{"style":1364},[12702],{"type":54,"value":96},{"type":48,"tag":1351,"props":12704,"children":12705},{"style":2133},[12706],{"type":54,"value":12707}," 1024px",{"type":48,"tag":1351,"props":12709,"children":12710},{"style":1364},[12711],{"type":54,"value":1414},{"type":48,"tag":1351,"props":12713,"children":12715},{"class":1353,"line":12714},70,[12716,12721,12725,12730],{"type":48,"tag":1351,"props":12717,"children":12718},{"style":1358},[12719],{"type":54,"value":12720},"  --container-xl",{"type":48,"tag":1351,"props":12722,"children":12723},{"style":1364},[12724],{"type":54,"value":96},{"type":48,"tag":1351,"props":12726,"children":12727},{"style":2133},[12728],{"type":54,"value":12729}," 1200px",{"type":48,"tag":1351,"props":12731,"children":12732},{"style":1364},[12733],{"type":54,"value":1414},{"type":48,"tag":1351,"props":12735,"children":12737},{"class":1353,"line":12736},71,[12738,12743,12747,12752],{"type":48,"tag":1351,"props":12739,"children":12740},{"style":1358},[12741],{"type":54,"value":12742},"  --container-2xl",{"type":48,"tag":1351,"props":12744,"children":12745},{"style":1364},[12746],{"type":54,"value":96},{"type":48,"tag":1351,"props":12748,"children":12749},{"style":2133},[12750],{"type":54,"value":12751}," 1480px",{"type":48,"tag":1351,"props":12753,"children":12754},{"style":1364},[12755],{"type":54,"value":1414},{"type":48,"tag":1351,"props":12757,"children":12759},{"class":1353,"line":12758},72,[12760],{"type":48,"tag":1351,"props":12761,"children":12762},{"style":1364},[12763],{"type":54,"value":2170},{"type":48,"tag":107,"props":12765,"children":12766},{},[],{"type":48,"tag":111,"props":12768,"children":12770},{"id":12769},"_15-forensic-visual-analysis",[12771],{"type":54,"value":12772},"15. Forensic Visual Analysis",{"type":48,"tag":57,"props":12774,"children":12775},{},[12776],{"type":48,"tag":61,"props":12777,"children":12778},{},[12779,12784],{"type":48,"tag":65,"props":12780,"children":12781},{},[12782],{"type":54,"value":12783},"Design Language DNA & Animation Physics",{"type":54,"value":12785},"\nA specification so precise that a developer could rebuild it without seeing the original.",{"type":48,"tag":151,"props":12787,"children":12789},{"id":12788},"_151-visual-hierarchy-spatial-logic",[12790],{"type":54,"value":12791},"15.1 Visual Hierarchy & Spatial Logic",{"type":48,"tag":12793,"props":12794,"children":12796},"h4",{"id":12795},"grid-system",[12797],{"type":54,"value":12798},"Grid System",{"type":48,"tag":158,"props":12800,"children":12801},{},[12802,12822],{"type":48,"tag":162,"props":12803,"children":12804},{},[12805],{"type":48,"tag":166,"props":12806,"children":12807},{},[12808,12813,12817],{"type":48,"tag":170,"props":12809,"children":12810},{},[12811],{"type":54,"value":12812},"Aspect",{"type":48,"tag":170,"props":12814,"children":12815},{},[12816],{"type":54,"value":1849},{"type":48,"tag":170,"props":12818,"children":12819},{},[12820],{"type":54,"value":12821},"Notes",{"type":48,"tag":181,"props":12823,"children":12824},{},[12825,12846,12885,12912],{"type":48,"tag":166,"props":12826,"children":12827},{},[12828,12836,12841],{"type":48,"tag":188,"props":12829,"children":12830},{},[12831],{"type":48,"tag":65,"props":12832,"children":12833},{},[12834],{"type":54,"value":12835},"Layout Type",{"type":48,"tag":188,"props":12837,"children":12838},{},[12839],{"type":54,"value":12840},"Asymmetrical fluid with max-width constraints",{"type":48,"tag":188,"props":12842,"children":12843},{},[12844],{"type":54,"value":12845},"NOT a strict 12-column grid",{"type":48,"tag":166,"props":12847,"children":12848},{},[12849,12857,12874],{"type":48,"tag":188,"props":12850,"children":12851},{},[12852],{"type":48,"tag":65,"props":12853,"children":12854},{},[12855],{"type":54,"value":12856},"Max Container",{"type":48,"tag":188,"props":12858,"children":12859},{},[12860,12865,12867,12872],{"type":48,"tag":89,"props":12861,"children":12863},{"className":12862},[],[12864],{"type":54,"value":6179},{"type":54,"value":12866}," (homepage \u002F wide marketing) \u002F ",{"type":48,"tag":89,"props":12868,"children":12870},{"className":12869},[],[12871],{"type":54,"value":6135},{"type":54,"value":12873}," (focused content \u002F docs)",{"type":48,"tag":188,"props":12875,"children":12876},{},[12877,12879],{"type":54,"value":12878},"Content centered with ",{"type":48,"tag":89,"props":12880,"children":12882},{"className":12881},[],[12883],{"type":54,"value":12884},"mx-auto",{"type":48,"tag":166,"props":12886,"children":12887},{},[12888,12896,12907],{"type":48,"tag":188,"props":12889,"children":12890},{},[12891],{"type":48,"tag":65,"props":12892,"children":12893},{},[12894],{"type":54,"value":12895},"Content Width",{"type":48,"tag":188,"props":12897,"children":12898},{},[12899,12905],{"type":48,"tag":89,"props":12900,"children":12902},{"className":12901},[],[12903],{"type":54,"value":12904},"64rem",{"type":54,"value":12906}," (1024px) for tools\u002Fcalculators",{"type":48,"tag":188,"props":12908,"children":12909},{},[12910],{"type":54,"value":12911},"Narrower for focused interfaces",{"type":48,"tag":166,"props":12913,"children":12914},{},[12915,12923,12928],{"type":48,"tag":188,"props":12916,"children":12917},{},[12918],{"type":48,"tag":65,"props":12919,"children":12920},{},[12921],{"type":54,"value":12922},"Grid Columns",{"type":48,"tag":188,"props":12924,"children":12925},{},[12926],{"type":54,"value":12927},"1-col mobile → 2-col tablet → responsive desktop",{"type":48,"tag":188,"props":12929,"children":12930},{},[12931],{"type":54,"value":12932},"Uses CSS Grid, not flexbox grids",{"type":48,"tag":12793,"props":12934,"children":12936},{"id":12935},"spacing-constants-the-airiness",[12937],{"type":54,"value":12938},"Spacing Constants (The \"Airiness\")",{"type":48,"tag":118,"props":12940,"children":12943},{"className":12941,"code":12942,"language":54},[121],"Section Padding (Y-axis):\n├── Mobile:   32px (py-8)\n├── Tablet:   48px (pt-12)\n└── Desktop:  64px-80px (py-16 to py-20)\n\nGrid Gaps (X-axis):\n├── Card grids:     24px (gap-6)\n├── Form elements:  24px (gap-6)\n├── Tight grids:    12px (gap-3)\n└── Use-case cards: 12px (gap-3)\n\nComponent Internal Padding:\n├── Cards:          24px (p-6) to 32px (p-8)\n├── Buttons:        12px 24px (py-3 px-6)\n├── Inputs:         12px (p-3)\n└── Hero sections:  48px-64px (p-12 to p-16)\n",[12944],{"type":48,"tag":89,"props":12945,"children":12946},{"__ignoreMap":126},[12947],{"type":54,"value":12942},{"type":48,"tag":12793,"props":12949,"children":12951},{"id":12950},"density-classification",[12952],{"type":54,"value":12953},"Density Classification",{"type":48,"tag":158,"props":12955,"children":12956},{},[12957,12977],{"type":48,"tag":162,"props":12958,"children":12959},{},[12960],{"type":48,"tag":166,"props":12961,"children":12962},{},[12963,12967,12972],{"type":48,"tag":170,"props":12964,"children":12965},{},[12966],{"type":54,"value":1910},{"type":48,"tag":170,"props":12968,"children":12969},{},[12970],{"type":54,"value":12971},"Density",{"type":48,"tag":170,"props":12973,"children":12974},{},[12975],{"type":54,"value":12976},"Characteristics",{"type":48,"tag":181,"props":12978,"children":12979},{},[12980,13001,13022],{"type":48,"tag":166,"props":12981,"children":12982},{},[12983,12991,12996],{"type":48,"tag":188,"props":12984,"children":12985},{},[12986],{"type":48,"tag":65,"props":12987,"children":12988},{},[12989],{"type":54,"value":12990},"Landing pages",{"type":48,"tag":188,"props":12992,"children":12993},{},[12994],{"type":54,"value":12995},"Expressive (Marketing)",{"type":48,"tag":188,"props":12997,"children":12998},{},[12999],{"type":54,"value":13000},"Generous whitespace, large text, breathing room",{"type":48,"tag":166,"props":13002,"children":13003},{},[13004,13012,13017],{"type":48,"tag":188,"props":13005,"children":13006},{},[13007],{"type":48,"tag":65,"props":13008,"children":13009},{},[13010],{"type":54,"value":13011},"Calculator tools",{"type":48,"tag":188,"props":13013,"children":13014},{},[13015],{"type":54,"value":13016},"Moderate",{"type":48,"tag":188,"props":13018,"children":13019},{},[13020],{"type":54,"value":13021},"Balanced density, functional spacing",{"type":48,"tag":166,"props":13023,"children":13024},{},[13025,13033,13038],{"type":48,"tag":188,"props":13026,"children":13027},{},[13028],{"type":48,"tag":65,"props":13029,"children":13030},{},[13031],{"type":54,"value":13032},"Data tables",{"type":48,"tag":188,"props":13034,"children":13035},{},[13036],{"type":54,"value":13037},"Compact",{"type":48,"tag":188,"props":13039,"children":13040},{},[13041],{"type":54,"value":13042},"Tighter padding (py-3 pr-4)",{"type":48,"tag":151,"props":13044,"children":13046},{"id":13045},"_152-color-science-elevation",[13047],{"type":54,"value":13048},"15.2 Color Science & Elevation",{"type":48,"tag":12793,"props":13050,"children":13052},{"id":13051},"primary-palette-extracted-exact-values",[13053],{"type":54,"value":13054},"Primary Palette (Extracted Exact Values)",{"type":48,"tag":118,"props":13056,"children":13058},{"className":1343,"code":13057,"language":1345,"meta":126,"style":126},"\u002F* Core landing-page palette *\u002F\n:root {\n  --lp-accent: #ff4801;        \u002F* Primary accent - EXACT *\u002F\n  --lp-text: #521000;          \u002F* Primary text - warm brown *\u002F\n  --lp-bg-page: #fffbf5;       \u002F* Page background - warm cream *\u002F\n  --lp-border: #EBD5C1;        \u002F* Border color *\u002F\n}\n\n\u002F* Background Layers (Light Mode) *\u002F\n--lp-bg-100: rgb(255, 251, 245);  \u002F* #FFFBF5 - Primary *\u002F\n--lp-bg-200: rgb(255, 253, 251);  \u002F* #FFFDFB - Cards\u002Felevated *\u002F\n--lp-bg-300: rgb(254, 247, 237);  \u002F* #FEF7ED - Hover states *\u002F\n\n\u002F* Text Opacity Variations *\u002F\n--lp-text-muted: rgba(82, 16, 0, 0.7);   \u002F* #521000b3 - Secondary *\u002F\n--lp-text-subtle: rgba(82, 16, 0, 0.4);  \u002F* #52100066 - Tertiary *\u002F\n",[13059],{"type":48,"tag":89,"props":13060,"children":13061},{"__ignoreMap":126},[13062,13070,13085,13114,13142,13171,13199,13206,13213,13221,13251,13281,13312,13319,13327,13378],{"type":48,"tag":1351,"props":13063,"children":13064},{"class":1353,"line":1354},[13065],{"type":48,"tag":1351,"props":13066,"children":13067},{"style":2657},[13068],{"type":54,"value":13069},"\u002F* Core landing-page palette *\u002F\n",{"type":48,"tag":1351,"props":13071,"children":13072},{"class":1353,"line":1417},[13073,13077,13081],{"type":48,"tag":1351,"props":13074,"children":13075},{"style":1364},[13076],{"type":54,"value":96},{"type":48,"tag":1351,"props":13078,"children":13079},{"style":5395},[13080],{"type":54,"value":45},{"type":48,"tag":1351,"props":13082,"children":13083},{"style":1364},[13084],{"type":54,"value":2035},{"type":48,"tag":1351,"props":13086,"children":13087},{"class":1353,"line":2059},[13088,13092,13096,13100,13105,13109],{"type":48,"tag":1351,"props":13089,"children":13090},{"style":1358},[13091],{"type":54,"value":7162},{"type":48,"tag":1351,"props":13093,"children":13094},{"style":1364},[13095],{"type":54,"value":96},{"type":48,"tag":1351,"props":13097,"children":13098},{"style":1364},[13099],{"type":54,"value":7171},{"type":48,"tag":1351,"props":13101,"children":13102},{"style":1358},[13103],{"type":54,"value":13104},"ff4801",{"type":48,"tag":1351,"props":13106,"children":13107},{"style":1364},[13108],{"type":54,"value":4814},{"type":48,"tag":1351,"props":13110,"children":13111},{"style":2657},[13112],{"type":54,"value":13113},"        \u002F* Primary accent - EXACT *\u002F\n",{"type":48,"tag":1351,"props":13115,"children":13116},{"class":1353,"line":2081},[13117,13121,13125,13129,13133,13137],{"type":48,"tag":1351,"props":13118,"children":13119},{"style":1358},[13120],{"type":54,"value":7188},{"type":48,"tag":1351,"props":13122,"children":13123},{"style":1364},[13124],{"type":54,"value":96},{"type":48,"tag":1351,"props":13126,"children":13127},{"style":1364},[13128],{"type":54,"value":7171},{"type":48,"tag":1351,"props":13130,"children":13131},{"style":1358},[13132],{"type":54,"value":7201},{"type":48,"tag":1351,"props":13134,"children":13135},{"style":1364},[13136],{"type":54,"value":4814},{"type":48,"tag":1351,"props":13138,"children":13139},{"style":2657},[13140],{"type":54,"value":13141},"          \u002F* Primary text - warm brown *\u002F\n",{"type":48,"tag":1351,"props":13143,"children":13144},{"class":1353,"line":2104},[13145,13149,13153,13157,13162,13166],{"type":48,"tag":1351,"props":13146,"children":13147},{"style":1358},[13148],{"type":54,"value":11207},{"type":48,"tag":1351,"props":13150,"children":13151},{"style":1364},[13152],{"type":54,"value":96},{"type":48,"tag":1351,"props":13154,"children":13155},{"style":1364},[13156],{"type":54,"value":7171},{"type":48,"tag":1351,"props":13158,"children":13159},{"style":1358},[13160],{"type":54,"value":13161},"fffbf5",{"type":48,"tag":1351,"props":13163,"children":13164},{"style":1364},[13165],{"type":54,"value":4814},{"type":48,"tag":1351,"props":13167,"children":13168},{"style":2657},[13169],{"type":54,"value":13170},"       \u002F* Page background - warm cream *\u002F\n",{"type":48,"tag":1351,"props":13172,"children":13173},{"class":1353,"line":2164},[13174,13178,13182,13186,13190,13194],{"type":48,"tag":1351,"props":13175,"children":13176},{"style":1358},[13177],{"type":54,"value":7318},{"type":48,"tag":1351,"props":13179,"children":13180},{"style":1364},[13181],{"type":54,"value":96},{"type":48,"tag":1351,"props":13183,"children":13184},{"style":1364},[13185],{"type":54,"value":7171},{"type":48,"tag":1351,"props":13187,"children":13188},{"style":1358},[13189],{"type":54,"value":7331},{"type":48,"tag":1351,"props":13191,"children":13192},{"style":1364},[13193],{"type":54,"value":4814},{"type":48,"tag":1351,"props":13195,"children":13196},{"style":2657},[13197],{"type":54,"value":13198},"        \u002F* Border color *\u002F\n",{"type":48,"tag":1351,"props":13200,"children":13201},{"class":1353,"line":2713},[13202],{"type":48,"tag":1351,"props":13203,"children":13204},{"style":1364},[13205],{"type":54,"value":2170},{"type":48,"tag":1351,"props":13207,"children":13208},{"class":1353,"line":2722},[13209],{"type":48,"tag":1351,"props":13210,"children":13211},{"emptyLinePlaceholder":2679},[13212],{"type":54,"value":2682},{"type":48,"tag":1351,"props":13214,"children":13215},{"class":1353,"line":2736},[13216],{"type":48,"tag":1351,"props":13217,"children":13218},{"style":2657},[13219],{"type":54,"value":13220},"\u002F* Background Layers (Light Mode) *\u002F\n",{"type":48,"tag":1351,"props":13222,"children":13223},{"class":1353,"line":2744},[13224,13229,13233,13237,13241,13246],{"type":48,"tag":1351,"props":13225,"children":13226},{"style":1358},[13227],{"type":54,"value":13228},"--lp-bg-100: rgb(255",{"type":48,"tag":1351,"props":13230,"children":13231},{"style":1364},[13232],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13234,"children":13235},{"style":1358},[13236],{"type":54,"value":7479},{"type":48,"tag":1351,"props":13238,"children":13239},{"style":1364},[13240],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13242,"children":13243},{"style":1358},[13244],{"type":54,"value":13245}," 245);  ",{"type":48,"tag":1351,"props":13247,"children":13248},{"style":2657},[13249],{"type":54,"value":13250},"\u002F* #FFFBF5 - Primary *\u002F\n",{"type":48,"tag":1351,"props":13252,"children":13253},{"class":1353,"line":2753},[13254,13259,13263,13267,13271,13276],{"type":48,"tag":1351,"props":13255,"children":13256},{"style":1358},[13257],{"type":54,"value":13258},"--lp-bg-200: rgb(255",{"type":48,"tag":1351,"props":13260,"children":13261},{"style":1364},[13262],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13264,"children":13265},{"style":1358},[13266],{"type":54,"value":7470},{"type":48,"tag":1351,"props":13268,"children":13269},{"style":1364},[13270],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13272,"children":13273},{"style":1358},[13274],{"type":54,"value":13275}," 251);  ",{"type":48,"tag":1351,"props":13277,"children":13278},{"style":2657},[13279],{"type":54,"value":13280},"\u002F* #FFFDFB - Cards\u002Felevated *\u002F\n",{"type":48,"tag":1351,"props":13282,"children":13283},{"class":1353,"line":2767},[13284,13289,13293,13298,13302,13307],{"type":48,"tag":1351,"props":13285,"children":13286},{"style":1358},[13287],{"type":54,"value":13288},"--lp-bg-300: rgb(254",{"type":48,"tag":1351,"props":13290,"children":13291},{"style":1364},[13292],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13294,"children":13295},{"style":1358},[13296],{"type":54,"value":13297}," 247",{"type":48,"tag":1351,"props":13299,"children":13300},{"style":1364},[13301],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13303,"children":13304},{"style":1358},[13305],{"type":54,"value":13306}," 237);  ",{"type":48,"tag":1351,"props":13308,"children":13309},{"style":2657},[13310],{"type":54,"value":13311},"\u002F* #FEF7ED - Hover states *\u002F\n",{"type":48,"tag":1351,"props":13313,"children":13314},{"class":1353,"line":2781},[13315],{"type":48,"tag":1351,"props":13316,"children":13317},{"emptyLinePlaceholder":2679},[13318],{"type":54,"value":2682},{"type":48,"tag":1351,"props":13320,"children":13321},{"class":1353,"line":2795},[13322],{"type":48,"tag":1351,"props":13323,"children":13324},{"style":2657},[13325],{"type":54,"value":13326},"\u002F* Text Opacity Variations *\u002F\n",{"type":48,"tag":1351,"props":13328,"children":13329},{"class":1353,"line":2803},[13330,13335,13339,13343,13347,13351,13355,13359,13363,13368,13373],{"type":48,"tag":1351,"props":13331,"children":13332},{"style":1358},[13333],{"type":54,"value":13334},"--lp-text-muted: rgba(82",{"type":48,"tag":1351,"props":13336,"children":13337},{"style":1364},[13338],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13340,"children":13341},{"style":1358},[13342],{"type":54,"value":3705},{"type":48,"tag":1351,"props":13344,"children":13345},{"style":1364},[13346],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13348,"children":13349},{"style":1358},[13350],{"type":54,"value":3283},{"type":48,"tag":1351,"props":13352,"children":13353},{"style":1364},[13354],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13356,"children":13357},{"style":1358},[13358],{"type":54,"value":3283},{"type":48,"tag":1351,"props":13360,"children":13361},{"style":1364},[13362],{"type":54,"value":105},{"type":48,"tag":1351,"props":13364,"children":13365},{"style":1406},[13366],{"type":54,"value":13367},"7",{"type":48,"tag":1351,"props":13369,"children":13370},{"style":1358},[13371],{"type":54,"value":13372},");   ",{"type":48,"tag":1351,"props":13374,"children":13375},{"style":2657},[13376],{"type":54,"value":13377},"\u002F* #521000b3 - Secondary *\u002F\n",{"type":48,"tag":1351,"props":13379,"children":13380},{"class":1353,"line":2812},[13381,13386,13390,13394,13398,13402,13406,13410,13414,13418,13423],{"type":48,"tag":1351,"props":13382,"children":13383},{"style":1358},[13384],{"type":54,"value":13385},"--lp-text-subtle: rgba(82",{"type":48,"tag":1351,"props":13387,"children":13388},{"style":1364},[13389],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13391,"children":13392},{"style":1358},[13393],{"type":54,"value":3705},{"type":48,"tag":1351,"props":13395,"children":13396},{"style":1364},[13397],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13399,"children":13400},{"style":1358},[13401],{"type":54,"value":3283},{"type":48,"tag":1351,"props":13403,"children":13404},{"style":1364},[13405],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13407,"children":13408},{"style":1358},[13409],{"type":54,"value":3283},{"type":48,"tag":1351,"props":13411,"children":13412},{"style":1364},[13413],{"type":54,"value":105},{"type":48,"tag":1351,"props":13415,"children":13416},{"style":1406},[13417],{"type":54,"value":2407},{"type":48,"tag":1351,"props":13419,"children":13420},{"style":1358},[13421],{"type":54,"value":13422},");  ",{"type":48,"tag":1351,"props":13424,"children":13425},{"style":2657},[13426],{"type":54,"value":13427},"\u002F* #52100066 - Tertiary *\u002F\n",{"type":48,"tag":12793,"props":13429,"children":13431},{"id":13430},"semantic-colors-from-components",[13432],{"type":54,"value":13433},"Semantic Colors (from components)",{"type":48,"tag":158,"props":13435,"children":13436},{},[13437,13457],{"type":48,"tag":162,"props":13438,"children":13439},{},[13440],{"type":48,"tag":166,"props":13441,"children":13442},{},[13443,13447,13452],{"type":48,"tag":170,"props":13444,"children":13445},{},[13446],{"type":54,"value":1208},{"type":48,"tag":170,"props":13448,"children":13449},{},[13450],{"type":54,"value":13451},"Color",{"type":48,"tag":170,"props":13453,"children":13454},{},[13455],{"type":54,"value":13456},"Usage Example",{"type":48,"tag":181,"props":13458,"children":13459},{},[13460,13482,13506,13526,13546],{"type":48,"tag":166,"props":13461,"children":13462},{},[13463,13467,13477],{"type":48,"tag":188,"props":13464,"children":13465},{},[13466],{"type":54,"value":1229},{"type":48,"tag":188,"props":13468,"children":13469},{},[13470,13475],{"type":48,"tag":89,"props":13471,"children":13473},{"className":13472},[],[13474],{"type":54,"value":1238},{"type":54,"value":13476}," (green-600)",{"type":48,"tag":188,"props":13478,"children":13479},{},[13480],{"type":54,"value":13481},"Savings badges, positive indicators",{"type":48,"tag":166,"props":13483,"children":13484},{},[13485,13490,13501],{"type":48,"tag":188,"props":13486,"children":13487},{},[13488],{"type":54,"value":13489},"Success Background",{"type":48,"tag":188,"props":13491,"children":13492},{},[13493,13499],{"type":48,"tag":89,"props":13494,"children":13496},{"className":13495},[],[13497],{"type":54,"value":13498},"#DCF7E3",{"type":54,"value":13500}," (green-100)",{"type":48,"tag":188,"props":13502,"children":13503},{},[13504],{"type":54,"value":13505},"Badge backgrounds",{"type":48,"tag":166,"props":13507,"children":13508},{},[13509,13513,13521],{"type":48,"tag":188,"props":13510,"children":13511},{},[13512],{"type":54,"value":1255},{"type":48,"tag":188,"props":13514,"children":13515},{},[13516],{"type":48,"tag":89,"props":13517,"children":13519},{"className":13518},[],[13520],{"type":54,"value":1264},{"type":48,"tag":188,"props":13522,"children":13523},{},[13524],{"type":54,"value":13525},"Caution states",{"type":48,"tag":166,"props":13527,"children":13528},{},[13529,13533,13541],{"type":48,"tag":188,"props":13530,"children":13531},{},[13532],{"type":54,"value":1281},{"type":48,"tag":188,"props":13534,"children":13535},{},[13536],{"type":48,"tag":89,"props":13537,"children":13539},{"className":13538},[],[13540],{"type":54,"value":1290},{"type":48,"tag":188,"props":13542,"children":13543},{},[13544],{"type":54,"value":13545},"Error borders, messages",{"type":48,"tag":166,"props":13547,"children":13548},{},[13549,13553,13561],{"type":48,"tag":188,"props":13550,"children":13551},{},[13552],{"type":54,"value":1307},{"type":48,"tag":188,"props":13554,"children":13555},{},[13556],{"type":48,"tag":89,"props":13557,"children":13559},{"className":13558},[],[13560],{"type":54,"value":1316},{"type":48,"tag":188,"props":13562,"children":13563},{},[13564],{"type":54,"value":13565},"Informational highlights",{"type":48,"tag":12793,"props":13567,"children":13569},{"id":13568},"depth-strategy",[13570],{"type":54,"value":13571},"Depth Strategy",{"type":48,"tag":61,"props":13573,"children":13574},{},[13575,13580],{"type":48,"tag":65,"props":13576,"children":13577},{},[13578],{"type":54,"value":13579},"NO Glassmorphism",{"type":54,"value":13581}," - The design uses:",{"type":48,"tag":13583,"props":13584,"children":13585},"ol",{},[13586,13618,13634],{"type":48,"tag":260,"props":13587,"children":13588},{},[13589,13594,13596,13602,13604,13610,13611,13617],{"type":48,"tag":65,"props":13590,"children":13591},{},[13592],{"type":54,"value":13593},"Solid backgrounds",{"type":54,"value":13595}," with subtle layering (",{"type":48,"tag":89,"props":13597,"children":13599},{"className":13598},[],[13600],{"type":54,"value":13601},"bg-100",{"type":54,"value":13603}," → ",{"type":48,"tag":89,"props":13605,"children":13607},{"className":13606},[],[13608],{"type":54,"value":13609},"bg-200",{"type":54,"value":13603},{"type":48,"tag":89,"props":13612,"children":13614},{"className":13613},[],[13615],{"type":54,"value":13616},"bg-300",{"type":54,"value":285},{"type":48,"tag":260,"props":13619,"children":13620},{},[13621,13626,13628,13633],{"type":48,"tag":65,"props":13622,"children":13623},{},[13624],{"type":54,"value":13625},"Border lines",{"type":54,"value":13627}," for separation (1px solid ",{"type":48,"tag":89,"props":13629,"children":13631},{"className":13630},[],[13632],{"type":54,"value":748},{"type":54,"value":285},{"type":48,"tag":260,"props":13635,"children":13636},{},[13637,13642],{"type":48,"tag":65,"props":13638,"children":13639},{},[13640],{"type":54,"value":13641},"Minimal shadows",{"type":54,"value":13643}," - shadows are subtle, not dramatic",{"type":48,"tag":118,"props":13645,"children":13647},{"className":1343,"code":13646,"language":1345,"meta":126,"style":126},"\u002F* Card Shadow (Light\u002FSubtle) *\u002F\n--tw-shadow: 0 4px 6px -1px rgb(0 0 0 \u002F .1), 0 2px 4px -2px rgb(0 0 0 \u002F .1);\n\n\u002F* Focus Shadow *\u002F\nbox-shadow: 0 0 0 3px rgba(255, 72, 1, 0.1);\n\n\u002F* NO backdrop-filter: blur() usage *\u002F\n\u002F* NO heavy drop shadows *\u002F\n",[13648],{"type":48,"tag":89,"props":13649,"children":13650},{"__ignoreMap":126},[13651,13659,13685,13692,13700,13748,13755,13763],{"type":48,"tag":1351,"props":13652,"children":13653},{"class":1353,"line":1354},[13654],{"type":48,"tag":1351,"props":13655,"children":13656},{"style":2657},[13657],{"type":54,"value":13658},"\u002F* Card Shadow (Light\u002FSubtle) *\u002F\n",{"type":48,"tag":1351,"props":13660,"children":13661},{"class":1353,"line":1417},[13662,13667,13671,13676,13680],{"type":48,"tag":1351,"props":13663,"children":13664},{"style":1358},[13665],{"type":54,"value":13666},"--tw-shadow: 0 4px 6px -1px rgb(0 0 0 \u002F ",{"type":48,"tag":1351,"props":13668,"children":13669},{"style":1364},[13670],{"type":54,"value":105},{"type":48,"tag":1351,"props":13672,"children":13673},{"style":1358},[13674],{"type":54,"value":13675},"1), 0 2px 4px -2px rgb(0 0 0 \u002F ",{"type":48,"tag":1351,"props":13677,"children":13678},{"style":1364},[13679],{"type":54,"value":105},{"type":48,"tag":1351,"props":13681,"children":13682},{"style":1358},[13683],{"type":54,"value":13684},"1);\n",{"type":48,"tag":1351,"props":13686,"children":13687},{"class":1353,"line":2059},[13688],{"type":48,"tag":1351,"props":13689,"children":13690},{"emptyLinePlaceholder":2679},[13691],{"type":54,"value":2682},{"type":48,"tag":1351,"props":13693,"children":13694},{"class":1353,"line":2081},[13695],{"type":48,"tag":1351,"props":13696,"children":13697},{"style":2657},[13698],{"type":54,"value":13699},"\u002F* Focus Shadow *\u002F\n",{"type":48,"tag":1351,"props":13701,"children":13702},{"class":1353,"line":2104},[13703,13707,13712,13716,13720,13724,13728,13732,13736,13740,13744],{"type":48,"tag":1351,"props":13704,"children":13705},{"style":1406},[13706],{"type":54,"value":4637},{"type":48,"tag":1351,"props":13708,"children":13709},{"style":1358},[13710],{"type":54,"value":13711},": 0 0 0 3px rgba(255",{"type":48,"tag":1351,"props":13713,"children":13714},{"style":1364},[13715],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13717,"children":13718},{"style":1358},[13719],{"type":54,"value":3921},{"type":48,"tag":1351,"props":13721,"children":13722},{"style":1364},[13723],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13725,"children":13726},{"style":1358},[13727],{"type":54,"value":2136},{"type":48,"tag":1351,"props":13729,"children":13730},{"style":1364},[13731],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13733,"children":13734},{"style":1358},[13735],{"type":54,"value":3283},{"type":48,"tag":1351,"props":13737,"children":13738},{"style":1364},[13739],{"type":54,"value":105},{"type":48,"tag":1351,"props":13741,"children":13742},{"style":1406},[13743],{"type":54,"value":2300},{"type":48,"tag":1351,"props":13745,"children":13746},{"style":1358},[13747],{"type":54,"value":3442},{"type":48,"tag":1351,"props":13749,"children":13750},{"class":1353,"line":2164},[13751],{"type":48,"tag":1351,"props":13752,"children":13753},{"emptyLinePlaceholder":2679},[13754],{"type":54,"value":2682},{"type":48,"tag":1351,"props":13756,"children":13757},{"class":1353,"line":2713},[13758],{"type":48,"tag":1351,"props":13759,"children":13760},{"style":2657},[13761],{"type":54,"value":13762},"\u002F* NO backdrop-filter: blur() usage *\u002F\n",{"type":48,"tag":1351,"props":13764,"children":13765},{"class":1353,"line":2722},[13766],{"type":48,"tag":1351,"props":13767,"children":13768},{"style":2657},[13769],{"type":54,"value":13770},"\u002F* NO heavy drop shadows *\u002F\n",{"type":48,"tag":151,"props":13772,"children":13774},{"id":13773},"_153-typography-micro-copy-specs",[13775],{"type":54,"value":13776},"15.3 Typography & Micro-Copy Specs",{"type":48,"tag":12793,"props":13778,"children":13780},{"id":13779},"type-personality-grotesk-sans",[13781,13783],{"type":54,"value":13782},"Type Personality: ",{"type":48,"tag":65,"props":13784,"children":13785},{},[13786],{"type":54,"value":13787},"Grotesk Sans",{"type":48,"tag":61,"props":13789,"children":13790},{},[13791,13793,13797],{"type":54,"value":13792},"The typography uses ",{"type":48,"tag":65,"props":13794,"children":13795},{},[13796],{"type":54,"value":11754},{"type":54,"value":13798}," - a modern grotesk with humanist touches. Fallback chain:",{"type":48,"tag":118,"props":13800,"children":13802},{"className":1343,"code":13801,"language":1345,"meta":126,"style":126},"font-family: Inter, -apple-system, system-ui, BlinkMacSystemFont, \n             Segoe UI, sans-serif, ui-sans-serif, system-ui, sans-serif;\n",[13803],{"type":48,"tag":89,"props":13804,"children":13805},{"__ignoreMap":126},[13806,13853],{"type":48,"tag":1351,"props":13807,"children":13808},{"class":1353,"line":1354},[13809,13814,13819,13823,13827,13831,13836,13840,13844,13848],{"type":48,"tag":1351,"props":13810,"children":13811},{"style":1406},[13812],{"type":54,"value":13813},"font-family",{"type":48,"tag":1351,"props":13815,"children":13816},{"style":1358},[13817],{"type":54,"value":13818},": Inter",{"type":48,"tag":1351,"props":13820,"children":13821},{"style":1364},[13822],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13824,"children":13825},{"style":1358},[13826],{"type":54,"value":1372},{"type":48,"tag":1351,"props":13828,"children":13829},{"style":1364},[13830],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13832,"children":13833},{"style":1406},[13834],{"type":54,"value":13835}," system-ui",{"type":48,"tag":1351,"props":13837,"children":13838},{"style":1364},[13839],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13841,"children":13842},{"style":1358},[13843],{"type":54,"value":1381},{"type":48,"tag":1351,"props":13845,"children":13846},{"style":1364},[13847],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13849,"children":13850},{"style":1358},[13851],{"type":54,"value":13852}," \n",{"type":48,"tag":1351,"props":13854,"children":13855},{"class":1353,"line":1417},[13856,13861,13865,13869,13873,13878,13882,13886,13890,13894],{"type":48,"tag":1351,"props":13857,"children":13858},{"style":1358},[13859],{"type":54,"value":13860},"             Segoe UI",{"type":48,"tag":1351,"props":13862,"children":13863},{"style":1364},[13864],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13866,"children":13867},{"style":1406},[13868],{"type":54,"value":1409},{"type":48,"tag":1351,"props":13870,"children":13871},{"style":1364},[13872],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13874,"children":13875},{"style":1406},[13876],{"type":54,"value":13877}," ui-sans-serif",{"type":48,"tag":1351,"props":13879,"children":13880},{"style":1364},[13881],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13883,"children":13884},{"style":1406},[13885],{"type":54,"value":13835},{"type":48,"tag":1351,"props":13887,"children":13888},{"style":1364},[13889],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13891,"children":13892},{"style":1406},[13893],{"type":54,"value":1409},{"type":48,"tag":1351,"props":13895,"children":13896},{"style":1358},[13897],{"type":54,"value":1414},{"type":48,"tag":12793,"props":13899,"children":13901},{"id":13900},"monospace-for-code",[13902],{"type":54,"value":13903},"Monospace for Code",{"type":48,"tag":118,"props":13905,"children":13907},{"className":1343,"code":13906,"language":1345,"meta":126,"style":126},"font-family: JetBrains Mono, ui-monospace, SFMono-Regular, SF Mono, \n             Monaco, Consolas, monospace;\n",[13908],{"type":48,"tag":89,"props":13909,"children":13910},{"__ignoreMap":126},[13911,13958],{"type":48,"tag":1351,"props":13912,"children":13913},{"class":1353,"line":1354},[13914,13918,13923,13927,13932,13936,13941,13945,13950,13954],{"type":48,"tag":1351,"props":13915,"children":13916},{"style":1406},[13917],{"type":54,"value":13813},{"type":48,"tag":1351,"props":13919,"children":13920},{"style":1358},[13921],{"type":54,"value":13922},": JetBrains Mono",{"type":48,"tag":1351,"props":13924,"children":13925},{"style":1364},[13926],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13928,"children":13929},{"style":1406},[13930],{"type":54,"value":13931}," ui-monospace",{"type":48,"tag":1351,"props":13933,"children":13934},{"style":1364},[13935],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13937,"children":13938},{"style":1358},[13939],{"type":54,"value":13940}," SFMono-Regular",{"type":48,"tag":1351,"props":13942,"children":13943},{"style":1364},[13944],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13946,"children":13947},{"style":1358},[13948],{"type":54,"value":13949}," SF Mono",{"type":48,"tag":1351,"props":13951,"children":13952},{"style":1364},[13953],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13955,"children":13956},{"style":1358},[13957],{"type":54,"value":13852},{"type":48,"tag":1351,"props":13959,"children":13960},{"class":1353,"line":1417},[13961,13966,13970,13975,13979],{"type":48,"tag":1351,"props":13962,"children":13963},{"style":1358},[13964],{"type":54,"value":13965},"             Monaco",{"type":48,"tag":1351,"props":13967,"children":13968},{"style":1364},[13969],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13971,"children":13972},{"style":1358},[13973],{"type":54,"value":13974}," Consolas",{"type":48,"tag":1351,"props":13976,"children":13977},{"style":1364},[13978],{"type":54,"value":1367},{"type":48,"tag":1351,"props":13980,"children":13981},{"style":1358},[13982],{"type":54,"value":1459},{"type":48,"tag":12793,"props":13984,"children":13986},{"id":13985},"hierarchy-definition",[13987],{"type":54,"value":13988},"Hierarchy Definition",{"type":48,"tag":158,"props":13990,"children":13991},{},[13992,14025],{"type":48,"tag":162,"props":13993,"children":13994},{},[13995],{"type":48,"tag":166,"props":13996,"children":13997},{},[13998,14003,14007,14011,14015,14020],{"type":48,"tag":170,"props":13999,"children":14000},{},[14001],{"type":54,"value":14002},"Level",{"type":48,"tag":170,"props":14004,"children":14005},{},[14006],{"type":54,"value":1527},{"type":48,"tag":170,"props":14008,"children":14009},{},[14010],{"type":54,"value":1537},{"type":48,"tag":170,"props":14012,"children":14013},{},[14014],{"type":54,"value":1532},{"type":48,"tag":170,"props":14016,"children":14017},{},[14018],{"type":54,"value":14019},"Letter Spacing",{"type":48,"tag":170,"props":14021,"children":14022},{},[14023],{"type":54,"value":14024},"Example",{"type":48,"tag":181,"props":14026,"children":14027},{},[14028,14082,14122,14161,14209,14249],{"type":48,"tag":166,"props":14029,"children":14030},{},[14031,14038,14058,14063,14068,14077],{"type":48,"tag":188,"props":14032,"children":14033},{},[14034],{"type":48,"tag":65,"props":14035,"children":14036},{},[14037],{"type":54,"value":49},{"type":48,"tag":188,"props":14039,"children":14040},{},[14041,14043,14049,14051,14057],{"type":54,"value":14042},"24px-30px (",{"type":48,"tag":89,"props":14044,"children":14046},{"className":14045},[],[14047],{"type":54,"value":14048},"text-2xl",{"type":54,"value":14050}," to ",{"type":48,"tag":89,"props":14052,"children":14054},{"className":14053},[],[14055],{"type":54,"value":14056},"text-3xl",{"type":54,"value":285},{"type":48,"tag":188,"props":14059,"children":14060},{},[14061],{"type":54,"value":14062},"500 (medium)",{"type":48,"tag":188,"props":14064,"children":14065},{},[14066],{"type":54,"value":14067},"1.2-1.33",{"type":48,"tag":188,"props":14069,"children":14070},{},[14071],{"type":48,"tag":89,"props":14072,"children":14074},{"className":14073},[],[14075],{"type":54,"value":14076},"-0.035em",{"type":48,"tag":188,"props":14078,"children":14079},{},[14080],{"type":54,"value":14081},"\"Pricing\", \"Build faster\"",{"type":48,"tag":166,"props":14083,"children":14084},{},[14085,14092,14104,14108,14112,14117],{"type":48,"tag":188,"props":14086,"children":14087},{},[14088],{"type":48,"tag":65,"props":14089,"children":14090},{},[14091],{"type":54,"value":111},{"type":48,"tag":188,"props":14093,"children":14094},{},[14095,14097,14103],{"type":54,"value":14096},"18px (",{"type":48,"tag":89,"props":14098,"children":14100},{"className":14099},[],[14101],{"type":54,"value":14102},"text-lg",{"type":54,"value":285},{"type":48,"tag":188,"props":14105,"children":14106},{},[14107],{"type":54,"value":1697},{"type":48,"tag":188,"props":14109,"children":14110},{},[14111],{"type":54,"value":1692},{"type":48,"tag":188,"props":14113,"children":14114},{},[14115],{"type":54,"value":14116},"normal",{"type":48,"tag":188,"props":14118,"children":14119},{},[14120],{"type":54,"value":14121},"\"Pricing Details\"",{"type":48,"tag":166,"props":14123,"children":14124},{},[14125,14132,14144,14148,14152,14156],{"type":48,"tag":188,"props":14126,"children":14127},{},[14128],{"type":48,"tag":65,"props":14129,"children":14130},{},[14131],{"type":54,"value":151},{"type":48,"tag":188,"props":14133,"children":14134},{},[14135,14137,14143],{"type":54,"value":14136},"16px (",{"type":48,"tag":89,"props":14138,"children":14140},{"className":14139},[],[14141],{"type":54,"value":14142},"text-base",{"type":54,"value":285},{"type":48,"tag":188,"props":14145,"children":14146},{},[14147],{"type":54,"value":1697},{"type":48,"tag":188,"props":14149,"children":14150},{},[14151],{"type":54,"value":1629},{"type":48,"tag":188,"props":14153,"children":14154},{},[14155],{"type":54,"value":14116},{"type":48,"tag":188,"props":14157,"children":14158},{},[14159],{"type":54,"value":14160},"Form labels",{"type":48,"tag":166,"props":14162,"children":14163},{},[14164,14173,14191,14195,14200,14204],{"type":48,"tag":188,"props":14165,"children":14166},{},[14167,14171],{"type":48,"tag":65,"props":14168,"children":14169},{},[14170],{"type":54,"value":61},{"type":54,"value":14172}," (body)",{"type":48,"tag":188,"props":14174,"children":14175},{},[14176,14178,14184,14185,14190],{"type":54,"value":14177},"14px-16px (",{"type":48,"tag":89,"props":14179,"children":14181},{"className":14180},[],[14182],{"type":54,"value":14183},"text-sm",{"type":54,"value":14050},{"type":48,"tag":89,"props":14186,"children":14188},{"className":14187},[],[14189],{"type":54,"value":14142},{"type":54,"value":285},{"type":48,"tag":188,"props":14192,"children":14193},{},[14194],{"type":54,"value":1571},{"type":48,"tag":188,"props":14196,"children":14197},{},[14198],{"type":54,"value":14199},"1.4-1.5",{"type":48,"tag":188,"props":14201,"children":14202},{},[14203],{"type":54,"value":14116},{"type":48,"tag":188,"props":14205,"children":14206},{},[14207],{"type":54,"value":14208},"Descriptions",{"type":48,"tag":166,"props":14210,"children":14211},{},[14212,14221,14232,14236,14240,14244],{"type":48,"tag":188,"props":14213,"children":14214},{},[14215,14219],{"type":48,"tag":65,"props":14216,"children":14217},{},[14218],{"type":54,"value":61},{"type":54,"value":14220}," (muted)",{"type":48,"tag":188,"props":14222,"children":14223},{},[14224,14226,14231],{"type":54,"value":14225},"14px (",{"type":48,"tag":89,"props":14227,"children":14229},{"className":14228},[],[14230],{"type":54,"value":14183},{"type":54,"value":285},{"type":48,"tag":188,"props":14233,"children":14234},{},[14235],{"type":54,"value":1571},{"type":48,"tag":188,"props":14237,"children":14238},{},[14239],{"type":54,"value":1692},{"type":48,"tag":188,"props":14241,"children":14242},{},[14243],{"type":54,"value":14116},{"type":48,"tag":188,"props":14245,"children":14246},{},[14247],{"type":54,"value":14248},"Secondary info",{"type":48,"tag":166,"props":14250,"children":14251},{},[14252,14260,14272,14276,14280,14284],{"type":48,"tag":188,"props":14253,"children":14254},{},[14255],{"type":48,"tag":65,"props":14256,"children":14257},{},[14258],{"type":54,"value":14259},"small",{"type":48,"tag":188,"props":14261,"children":14262},{},[14263,14265,14271],{"type":54,"value":14264},"12px (",{"type":48,"tag":89,"props":14266,"children":14268},{"className":14267},[],[14269],{"type":54,"value":14270},"text-xs",{"type":54,"value":285},{"type":48,"tag":188,"props":14273,"children":14274},{},[14275],{"type":54,"value":1571},{"type":48,"tag":188,"props":14277,"children":14278},{},[14279],{"type":54,"value":1566},{"type":48,"tag":188,"props":14281,"children":14282},{},[14283],{"type":54,"value":14116},{"type":48,"tag":188,"props":14285,"children":14286},{},[14287],{"type":54,"value":14288},"Footnotes, captions",{"type":48,"tag":12793,"props":14290,"children":14292},{"id":14291},"typography-style-tight-and-medium-weight",[14293,14295],{"type":54,"value":14294},"Typography Style: ",{"type":48,"tag":65,"props":14296,"children":14297},{},[14298],{"type":54,"value":14299},"Tight and Medium Weight",{"type":48,"tag":256,"props":14301,"children":14302},{},[14303,14319,14328,14338],{"type":48,"tag":260,"props":14304,"children":14305},{},[14306,14310,14312,14318],{"type":48,"tag":65,"props":14307,"children":14308},{},[14309],{"type":54,"value":1930},{"type":54,"value":14311},": Tighter tracking (",{"type":48,"tag":89,"props":14313,"children":14315},{"className":14314},[],[14316],{"type":54,"value":14317},"letter-spacing: -0.035em",{"type":54,"value":285},{"type":48,"tag":260,"props":14320,"children":14321},{},[14322,14326],{"type":48,"tag":65,"props":14323,"children":14324},{},[14325],{"type":54,"value":1952},{"type":54,"value":14327},": Normal tracking",{"type":48,"tag":260,"props":14329,"children":14330},{},[14331,14336],{"type":48,"tag":65,"props":14332,"children":14333},{},[14334],{"type":54,"value":14335},"Weight distribution",{"type":54,"value":14337},": Primarily 400 (regular) and 500 (medium)",{"type":48,"tag":260,"props":14339,"children":14340},{},[14341,14346],{"type":48,"tag":65,"props":14342,"children":14343},{},[14344],{"type":54,"value":14345},"NO bold (700)",{"type":54,"value":14347}," used in the interfaces",{"type":48,"tag":151,"props":14349,"children":14351},{"id":14350},"_154-component-anatomy",[14352],{"type":54,"value":14353},"15.4 Component Anatomy",{"type":48,"tag":12793,"props":14355,"children":14357},{"id":14356},"the-radius-strategy",[14358],{"type":54,"value":14359},"The \"Radius\" Strategy",{"type":48,"tag":158,"props":14361,"children":14362},{},[14363,14383],{"type":48,"tag":162,"props":14364,"children":14365},{},[14366],{"type":48,"tag":166,"props":14367,"children":14368},{},[14369,14374,14379],{"type":48,"tag":170,"props":14370,"children":14371},{},[14372],{"type":54,"value":14373},"Element",{"type":48,"tag":170,"props":14375,"children":14376},{},[14377],{"type":54,"value":14378},"Radius",{"type":48,"tag":170,"props":14380,"children":14381},{},[14382],{"type":54,"value":1919},{"type":48,"tag":181,"props":14384,"children":14385},{},[14386,14412,14438,14464,14487,14510,14533],{"type":48,"tag":166,"props":14387,"children":14388},{},[14389,14396,14401],{"type":48,"tag":188,"props":14390,"children":14391},{},[14392],{"type":48,"tag":65,"props":14393,"children":14394},{},[14395],{"type":54,"value":10490},{"type":48,"tag":188,"props":14397,"children":14398},{},[14399],{"type":54,"value":14400},"Hyper-rounded",{"type":48,"tag":188,"props":14402,"children":14403},{},[14404,14410],{"type":48,"tag":89,"props":14405,"children":14407},{"className":14406},[],[14408],{"type":54,"value":14409},"border-radius: 9999px",{"type":54,"value":14411}," (rounded-full)",{"type":48,"tag":166,"props":14413,"children":14414},{},[14415,14422,14427],{"type":48,"tag":188,"props":14416,"children":14417},{},[14418],{"type":48,"tag":65,"props":14419,"children":14420},{},[14421],{"type":54,"value":2933},{"type":48,"tag":188,"props":14423,"children":14424},{},[14425],{"type":54,"value":14426},"Soft",{"type":48,"tag":188,"props":14428,"children":14429},{},[14430,14436],{"type":48,"tag":89,"props":14431,"children":14433},{"className":14432},[],[14434],{"type":54,"value":14435},"border-radius: 8px",{"type":54,"value":14437}," (rounded-lg)",{"type":48,"tag":166,"props":14439,"children":14440},{},[14441,14448,14453],{"type":48,"tag":188,"props":14442,"children":14443},{},[14444],{"type":48,"tag":65,"props":14445,"children":14446},{},[14447],{"type":54,"value":10643},{"type":48,"tag":188,"props":14449,"children":14450},{},[14451],{"type":54,"value":14452},"Sharp",{"type":48,"tag":188,"props":14454,"children":14455},{},[14456,14462],{"type":48,"tag":89,"props":14457,"children":14459},{"className":14458},[],[14460],{"type":54,"value":14461},"border-radius: 0",{"type":54,"value":14463}," (no rounding)",{"type":48,"tag":166,"props":14465,"children":14466},{},[14467,14475,14479],{"type":48,"tag":188,"props":14468,"children":14469},{},[14470],{"type":48,"tag":65,"props":14471,"children":14472},{},[14473],{"type":54,"value":14474},"Progress bars",{"type":48,"tag":188,"props":14476,"children":14477},{},[14478],{"type":54,"value":14400},{"type":48,"tag":188,"props":14480,"children":14481},{},[14482],{"type":48,"tag":89,"props":14483,"children":14485},{"className":14484},[],[14486],{"type":54,"value":14409},{"type":48,"tag":166,"props":14488,"children":14489},{},[14490,14498,14502],{"type":48,"tag":188,"props":14491,"children":14492},{},[14493],{"type":48,"tag":65,"props":14494,"children":14495},{},[14496],{"type":54,"value":14497},"Dropdowns",{"type":48,"tag":188,"props":14499,"children":14500},{},[14501],{"type":54,"value":14426},{"type":48,"tag":188,"props":14503,"children":14504},{},[14505],{"type":48,"tag":89,"props":14506,"children":14508},{"className":14507},[],[14509],{"type":54,"value":14435},{"type":48,"tag":166,"props":14511,"children":14512},{},[14513,14521,14525],{"type":48,"tag":188,"props":14514,"children":14515},{},[14516],{"type":48,"tag":65,"props":14517,"children":14518},{},[14519],{"type":54,"value":14520},"Badges\u002FPills",{"type":48,"tag":188,"props":14522,"children":14523},{},[14524],{"type":54,"value":14400},{"type":48,"tag":188,"props":14526,"children":14527},{},[14528],{"type":48,"tag":89,"props":14529,"children":14531},{"className":14530},[],[14532],{"type":54,"value":14409},{"type":48,"tag":166,"props":14534,"children":14535},{},[14536,14543,14548],{"type":48,"tag":188,"props":14537,"children":14538},{},[14539],{"type":48,"tag":65,"props":14540,"children":14541},{},[14542],{"type":54,"value":2975},{"type":48,"tag":188,"props":14544,"children":14545},{},[14546],{"type":54,"value":14547},"Large soft",{"type":48,"tag":188,"props":14549,"children":14550},{},[14551,14557],{"type":48,"tag":89,"props":14552,"children":14554},{"className":14553},[],[14555],{"type":54,"value":14556},"border-radius: 16px",{"type":54,"value":14558}," (md:rounded-2xl)",{"type":48,"tag":12793,"props":14560,"children":14562},{"id":14561},"interactive-states",[14563],{"type":54,"value":14564},"Interactive States",{"type":48,"tag":61,"props":14566,"children":14567},{},[14568],{"type":48,"tag":65,"props":14569,"children":14570},{},[14571],{"type":54,"value":14572},"Hover Effects:",{"type":48,"tag":118,"props":14574,"children":14576},{"className":1343,"code":14575,"language":1345,"meta":126,"style":126},"\u002F* Buttons - Dashed border reveal *\u002F\n.button:hover {\n  border-style: dashed;\n  opacity: 0.95;\n}\n\n\u002F* Cards - Dashed border *\u002F\n.card:hover {\n  border-style: dashed;\n}\n\n\u002F* Links - Underline *\u002F\n.link:hover {\n  text-decoration: underline;\n}\n\n\u002F* Background shift *\u002F\n.interactive:hover {\n  background-color: var(--lp-bg-300);  \u002F* Warmer cream *\u002F\n}\n",[14577],{"type":48,"tag":89,"props":14578,"children":14579},{"__ignoreMap":126},[14580,14588,14612,14633,14653,14660,14667,14675,14699,14718,14725,14732,14740,14764,14785,14792,14799,14807,14831,14863],{"type":48,"tag":1351,"props":14581,"children":14582},{"class":1353,"line":1354},[14583],{"type":48,"tag":1351,"props":14584,"children":14585},{"style":2657},[14586],{"type":54,"value":14587},"\u002F* Buttons - Dashed border reveal *\u002F\n",{"type":48,"tag":1351,"props":14589,"children":14590},{"class":1353,"line":1417},[14591,14595,14599,14603,14608],{"type":48,"tag":1351,"props":14592,"children":14593},{"style":1364},[14594],{"type":54,"value":105},{"type":48,"tag":1351,"props":14596,"children":14597},{"style":1406},[14598],{"type":54,"value":8084},{"type":48,"tag":1351,"props":14600,"children":14601},{"style":1364},[14602],{"type":54,"value":96},{"type":48,"tag":1351,"props":14604,"children":14605},{"style":5395},[14606],{"type":54,"value":14607},"hover",{"type":48,"tag":1351,"props":14609,"children":14610},{"style":1364},[14611],{"type":54,"value":2035},{"type":48,"tag":1351,"props":14613,"children":14614},{"class":1353,"line":2059},[14615,14620,14624,14629],{"type":48,"tag":1351,"props":14616,"children":14617},{"style":2085},[14618],{"type":54,"value":14619},"  border-style",{"type":48,"tag":1351,"props":14621,"children":14622},{"style":1364},[14623],{"type":54,"value":96},{"type":48,"tag":1351,"props":14625,"children":14626},{"style":1358},[14627],{"type":54,"value":14628}," dashed",{"type":48,"tag":1351,"props":14630,"children":14631},{"style":1364},[14632],{"type":54,"value":1414},{"type":48,"tag":1351,"props":14634,"children":14635},{"class":1353,"line":2081},[14636,14640,14644,14649],{"type":48,"tag":1351,"props":14637,"children":14638},{"style":2085},[14639],{"type":54,"value":8456},{"type":48,"tag":1351,"props":14641,"children":14642},{"style":1364},[14643],{"type":54,"value":96},{"type":48,"tag":1351,"props":14645,"children":14646},{"style":2133},[14647],{"type":54,"value":14648}," 0.95",{"type":48,"tag":1351,"props":14650,"children":14651},{"style":1364},[14652],{"type":54,"value":1414},{"type":48,"tag":1351,"props":14654,"children":14655},{"class":1353,"line":2104},[14656],{"type":48,"tag":1351,"props":14657,"children":14658},{"style":1364},[14659],{"type":54,"value":2170},{"type":48,"tag":1351,"props":14661,"children":14662},{"class":1353,"line":2164},[14663],{"type":48,"tag":1351,"props":14664,"children":14665},{"emptyLinePlaceholder":2679},[14666],{"type":54,"value":2682},{"type":48,"tag":1351,"props":14668,"children":14669},{"class":1353,"line":2713},[14670],{"type":48,"tag":1351,"props":14671,"children":14672},{"style":2657},[14673],{"type":54,"value":14674},"\u002F* Cards - Dashed border *\u002F\n",{"type":48,"tag":1351,"props":14676,"children":14677},{"class":1353,"line":2722},[14678,14682,14687,14691,14695],{"type":48,"tag":1351,"props":14679,"children":14680},{"style":1364},[14681],{"type":54,"value":105},{"type":48,"tag":1351,"props":14683,"children":14684},{"style":1406},[14685],{"type":54,"value":14686},"card",{"type":48,"tag":1351,"props":14688,"children":14689},{"style":1364},[14690],{"type":54,"value":96},{"type":48,"tag":1351,"props":14692,"children":14693},{"style":5395},[14694],{"type":54,"value":14607},{"type":48,"tag":1351,"props":14696,"children":14697},{"style":1364},[14698],{"type":54,"value":2035},{"type":48,"tag":1351,"props":14700,"children":14701},{"class":1353,"line":2736},[14702,14706,14710,14714],{"type":48,"tag":1351,"props":14703,"children":14704},{"style":2085},[14705],{"type":54,"value":14619},{"type":48,"tag":1351,"props":14707,"children":14708},{"style":1364},[14709],{"type":54,"value":96},{"type":48,"tag":1351,"props":14711,"children":14712},{"style":1358},[14713],{"type":54,"value":14628},{"type":48,"tag":1351,"props":14715,"children":14716},{"style":1364},[14717],{"type":54,"value":1414},{"type":48,"tag":1351,"props":14719,"children":14720},{"class":1353,"line":2744},[14721],{"type":48,"tag":1351,"props":14722,"children":14723},{"style":1364},[14724],{"type":54,"value":2170},{"type":48,"tag":1351,"props":14726,"children":14727},{"class":1353,"line":2753},[14728],{"type":48,"tag":1351,"props":14729,"children":14730},{"emptyLinePlaceholder":2679},[14731],{"type":54,"value":2682},{"type":48,"tag":1351,"props":14733,"children":14734},{"class":1353,"line":2767},[14735],{"type":48,"tag":1351,"props":14736,"children":14737},{"style":2657},[14738],{"type":54,"value":14739},"\u002F* Links - Underline *\u002F\n",{"type":48,"tag":1351,"props":14741,"children":14742},{"class":1353,"line":2781},[14743,14747,14752,14756,14760],{"type":48,"tag":1351,"props":14744,"children":14745},{"style":1364},[14746],{"type":54,"value":105},{"type":48,"tag":1351,"props":14748,"children":14749},{"style":1406},[14750],{"type":54,"value":14751},"link",{"type":48,"tag":1351,"props":14753,"children":14754},{"style":1364},[14755],{"type":54,"value":96},{"type":48,"tag":1351,"props":14757,"children":14758},{"style":5395},[14759],{"type":54,"value":14607},{"type":48,"tag":1351,"props":14761,"children":14762},{"style":1364},[14763],{"type":54,"value":2035},{"type":48,"tag":1351,"props":14765,"children":14766},{"class":1353,"line":2795},[14767,14772,14776,14781],{"type":48,"tag":1351,"props":14768,"children":14769},{"style":2085},[14770],{"type":54,"value":14771},"  text-decoration",{"type":48,"tag":1351,"props":14773,"children":14774},{"style":1364},[14775],{"type":54,"value":96},{"type":48,"tag":1351,"props":14777,"children":14778},{"style":1358},[14779],{"type":54,"value":14780}," underline",{"type":48,"tag":1351,"props":14782,"children":14783},{"style":1364},[14784],{"type":54,"value":1414},{"type":48,"tag":1351,"props":14786,"children":14787},{"class":1353,"line":2803},[14788],{"type":48,"tag":1351,"props":14789,"children":14790},{"style":1364},[14791],{"type":54,"value":2170},{"type":48,"tag":1351,"props":14793,"children":14794},{"class":1353,"line":2812},[14795],{"type":48,"tag":1351,"props":14796,"children":14797},{"emptyLinePlaceholder":2679},[14798],{"type":54,"value":2682},{"type":48,"tag":1351,"props":14800,"children":14801},{"class":1353,"line":2826},[14802],{"type":48,"tag":1351,"props":14803,"children":14804},{"style":2657},[14805],{"type":54,"value":14806},"\u002F* Background shift *\u002F\n",{"type":48,"tag":1351,"props":14808,"children":14809},{"class":1353,"line":5128},[14810,14814,14819,14823,14827],{"type":48,"tag":1351,"props":14811,"children":14812},{"style":1364},[14813],{"type":54,"value":105},{"type":48,"tag":1351,"props":14815,"children":14816},{"style":1406},[14817],{"type":54,"value":14818},"interactive",{"type":48,"tag":1351,"props":14820,"children":14821},{"style":1364},[14822],{"type":54,"value":96},{"type":48,"tag":1351,"props":14824,"children":14825},{"style":5395},[14826],{"type":54,"value":14607},{"type":48,"tag":1351,"props":14828,"children":14829},{"style":1364},[14830],{"type":54,"value":2035},{"type":48,"tag":1351,"props":14832,"children":14833},{"class":1353,"line":5136},[14834,14838,14842,14846,14850,14854,14858],{"type":48,"tag":1351,"props":14835,"children":14836},{"style":2085},[14837],{"type":54,"value":9066},{"type":48,"tag":1351,"props":14839,"children":14840},{"style":1364},[14841],{"type":54,"value":96},{"type":48,"tag":1351,"props":14843,"children":14844},{"style":4928},[14845],{"type":54,"value":5217},{"type":48,"tag":1351,"props":14847,"children":14848},{"style":1364},[14849],{"type":54,"value":4936},{"type":48,"tag":1351,"props":14851,"children":14852},{"style":1358},[14853],{"type":54,"value":704},{"type":48,"tag":1351,"props":14855,"children":14856},{"style":1364},[14857],{"type":54,"value":4946},{"type":48,"tag":1351,"props":14859,"children":14860},{"style":2657},[14861],{"type":54,"value":14862},"  \u002F* Warmer cream *\u002F\n",{"type":48,"tag":1351,"props":14864,"children":14865},{"class":1353,"line":5145},[14866],{"type":48,"tag":1351,"props":14867,"children":14868},{"style":1364},[14869],{"type":54,"value":2170},{"type":48,"tag":61,"props":14871,"children":14872},{},[14873],{"type":48,"tag":65,"props":14874,"children":14875},{},[14876],{"type":54,"value":14877},"Active\u002FPress States:",{"type":48,"tag":118,"props":14879,"children":14881},{"className":1343,"code":14880,"language":1345,"meta":126,"style":126},"button:active {\n  transform: translateY(1px);\n  scale: 0.98;\n}\n",[14882],{"type":48,"tag":89,"props":14883,"children":14884},{"__ignoreMap":126},[14885,14905,14934,14954],{"type":48,"tag":1351,"props":14886,"children":14887},{"class":1353,"line":1354},[14888,14892,14896,14901],{"type":48,"tag":1351,"props":14889,"children":14890},{"style":1406},[14891],{"type":54,"value":8084},{"type":48,"tag":1351,"props":14893,"children":14894},{"style":1364},[14895],{"type":54,"value":96},{"type":48,"tag":1351,"props":14897,"children":14898},{"style":5395},[14899],{"type":54,"value":14900},"active",{"type":48,"tag":1351,"props":14902,"children":14903},{"style":1364},[14904],{"type":54,"value":2035},{"type":48,"tag":1351,"props":14906,"children":14907},{"class":1353,"line":1417},[14908,14913,14917,14921,14925,14930],{"type":48,"tag":1351,"props":14909,"children":14910},{"style":2085},[14911],{"type":54,"value":14912},"  transform",{"type":48,"tag":1351,"props":14914,"children":14915},{"style":1364},[14916],{"type":54,"value":96},{"type":48,"tag":1351,"props":14918,"children":14919},{"style":4928},[14920],{"type":54,"value":4931},{"type":48,"tag":1351,"props":14922,"children":14923},{"style":1364},[14924],{"type":54,"value":4936},{"type":48,"tag":1351,"props":14926,"children":14927},{"style":2133},[14928],{"type":54,"value":14929},"1px",{"type":48,"tag":1351,"props":14931,"children":14932},{"style":1364},[14933],{"type":54,"value":3442},{"type":48,"tag":1351,"props":14935,"children":14936},{"class":1353,"line":2059},[14937,14942,14946,14950],{"type":48,"tag":1351,"props":14938,"children":14939},{"style":2085},[14940],{"type":54,"value":14941},"  scale",{"type":48,"tag":1351,"props":14943,"children":14944},{"style":1364},[14945],{"type":54,"value":96},{"type":48,"tag":1351,"props":14947,"children":14948},{"style":2133},[14949],{"type":54,"value":5935},{"type":48,"tag":1351,"props":14951,"children":14952},{"style":1364},[14953],{"type":54,"value":1414},{"type":48,"tag":1351,"props":14955,"children":14956},{"class":1353,"line":2081},[14957],{"type":48,"tag":1351,"props":14958,"children":14959},{"style":1364},[14960],{"type":54,"value":2170},{"type":48,"tag":61,"props":14962,"children":14963},{},[14964],{"type":48,"tag":65,"props":14965,"children":14966},{},[14967],{"type":54,"value":14968},"Focus States:",{"type":48,"tag":118,"props":14970,"children":14972},{"className":1343,"code":14971,"language":1345,"meta":126,"style":126},":focus-visible {\n  outline: 2px solid var(--lp-accent);\n  outline-offset: 2px;\n}\n\ninput:focus {\n  border-color: var(--lp-accent);\n  box-shadow: 0 0 0 3px rgba(255, 72, 1, 0.1);\n}\n",[14973],{"type":48,"tag":89,"props":14974,"children":14975},{"__ignoreMap":126},[14976,14991,15026,15045,15052,15059,15079,15106,15173],{"type":48,"tag":1351,"props":14977,"children":14978},{"class":1353,"line":1354},[14979,14983,14987],{"type":48,"tag":1351,"props":14980,"children":14981},{"style":1364},[14982],{"type":54,"value":96},{"type":48,"tag":1351,"props":14984,"children":14985},{"style":5395},[14986],{"type":54,"value":7991},{"type":48,"tag":1351,"props":14988,"children":14989},{"style":1364},[14990],{"type":54,"value":2035},{"type":48,"tag":1351,"props":14992,"children":14993},{"class":1353,"line":1417},[14994,14998,15002,15006,15010,15014,15018,15022],{"type":48,"tag":1351,"props":14995,"children":14996},{"style":2085},[14997],{"type":54,"value":8003},{"type":48,"tag":1351,"props":14999,"children":15000},{"style":1364},[15001],{"type":54,"value":96},{"type":48,"tag":1351,"props":15003,"children":15004},{"style":2133},[15005],{"type":54,"value":8012},{"type":48,"tag":1351,"props":15007,"children":15008},{"style":1358},[15009],{"type":54,"value":8017},{"type":48,"tag":1351,"props":15011,"children":15012},{"style":4928},[15013],{"type":54,"value":8022},{"type":48,"tag":1351,"props":15015,"children":15016},{"style":1364},[15017],{"type":54,"value":4936},{"type":48,"tag":1351,"props":15019,"children":15020},{"style":1358},[15021],{"type":54,"value":405},{"type":48,"tag":1351,"props":15023,"children":15024},{"style":1364},[15025],{"type":54,"value":3442},{"type":48,"tag":1351,"props":15027,"children":15028},{"class":1353,"line":2059},[15029,15033,15037,15041],{"type":48,"tag":1351,"props":15030,"children":15031},{"style":2085},[15032],{"type":54,"value":8042},{"type":48,"tag":1351,"props":15034,"children":15035},{"style":1364},[15036],{"type":54,"value":96},{"type":48,"tag":1351,"props":15038,"children":15039},{"style":2133},[15040],{"type":54,"value":8012},{"type":48,"tag":1351,"props":15042,"children":15043},{"style":1364},[15044],{"type":54,"value":1414},{"type":48,"tag":1351,"props":15046,"children":15047},{"class":1353,"line":2081},[15048],{"type":48,"tag":1351,"props":15049,"children":15050},{"style":1364},[15051],{"type":54,"value":2170},{"type":48,"tag":1351,"props":15053,"children":15054},{"class":1353,"line":2104},[15055],{"type":48,"tag":1351,"props":15056,"children":15057},{"emptyLinePlaceholder":2679},[15058],{"type":54,"value":2682},{"type":48,"tag":1351,"props":15060,"children":15061},{"class":1353,"line":2164},[15062,15066,15070,15075],{"type":48,"tag":1351,"props":15063,"children":15064},{"style":1406},[15065],{"type":54,"value":8214},{"type":48,"tag":1351,"props":15067,"children":15068},{"style":1364},[15069],{"type":54,"value":96},{"type":48,"tag":1351,"props":15071,"children":15072},{"style":5395},[15073],{"type":54,"value":15074},"focus",{"type":48,"tag":1351,"props":15076,"children":15077},{"style":1364},[15078],{"type":54,"value":2035},{"type":48,"tag":1351,"props":15080,"children":15081},{"class":1353,"line":2713},[15082,15086,15090,15094,15098,15102],{"type":48,"tag":1351,"props":15083,"children":15084},{"style":2085},[15085],{"type":54,"value":8293},{"type":48,"tag":1351,"props":15087,"children":15088},{"style":1364},[15089],{"type":54,"value":96},{"type":48,"tag":1351,"props":15091,"children":15092},{"style":4928},[15093],{"type":54,"value":5217},{"type":48,"tag":1351,"props":15095,"children":15096},{"style":1364},[15097],{"type":54,"value":4936},{"type":48,"tag":1351,"props":15099,"children":15100},{"style":1358},[15101],{"type":54,"value":405},{"type":48,"tag":1351,"props":15103,"children":15104},{"style":1364},[15105],{"type":54,"value":3442},{"type":48,"tag":1351,"props":15107,"children":15108},{"class":1353,"line":2722},[15109,15113,15117,15121,15125,15129,15133,15137,15141,15145,15149,15153,15157,15161,15165,15169],{"type":48,"tag":1351,"props":15110,"children":15111},{"style":2085},[15112],{"type":54,"value":8124},{"type":48,"tag":1351,"props":15114,"children":15115},{"style":1364},[15116],{"type":54,"value":96},{"type":48,"tag":1351,"props":15118,"children":15119},{"style":2133},[15120],{"type":54,"value":3283},{"type":48,"tag":1351,"props":15122,"children":15123},{"style":2133},[15124],{"type":54,"value":3283},{"type":48,"tag":1351,"props":15126,"children":15127},{"style":2133},[15128],{"type":54,"value":3283},{"type":48,"tag":1351,"props":15130,"children":15131},{"style":2133},[15132],{"type":54,"value":8145},{"type":48,"tag":1351,"props":15134,"children":15135},{"style":4928},[15136],{"type":54,"value":7222},{"type":48,"tag":1351,"props":15138,"children":15139},{"style":1364},[15140],{"type":54,"value":4936},{"type":48,"tag":1351,"props":15142,"children":15143},{"style":2133},[15144],{"type":54,"value":7461},{"type":48,"tag":1351,"props":15146,"children":15147},{"style":1364},[15148],{"type":54,"value":1367},{"type":48,"tag":1351,"props":15150,"children":15151},{"style":2133},[15152],{"type":54,"value":3921},{"type":48,"tag":1351,"props":15154,"children":15155},{"style":1364},[15156],{"type":54,"value":1367},{"type":48,"tag":1351,"props":15158,"children":15159},{"style":2133},[15160],{"type":54,"value":2136},{"type":48,"tag":1351,"props":15162,"children":15163},{"style":1364},[15164],{"type":54,"value":1367},{"type":48,"tag":1351,"props":15166,"children":15167},{"style":2133},[15168],{"type":54,"value":5821},{"type":48,"tag":1351,"props":15170,"children":15171},{"style":1364},[15172],{"type":54,"value":3442},{"type":48,"tag":1351,"props":15174,"children":15175},{"class":1353,"line":2736},[15176],{"type":48,"tag":1351,"props":15177,"children":15178},{"style":1364},[15179],{"type":54,"value":2170},{"type":48,"tag":61,"props":15181,"children":15182},{},[15183,15188],{"type":48,"tag":65,"props":15184,"children":15185},{},[15186],{"type":54,"value":15187},"NO \"Grow\" effects, \"Glow\" borders, or \"Shimmer\" overlays",{"type":54,"value":15189}," - The design is subtle and professional.",{"type":48,"tag":12793,"props":15191,"children":15193},{"id":15192},"corner-brackets-signature-element",[15194],{"type":54,"value":15195},"Corner Brackets (Signature Element)",{"type":48,"tag":61,"props":15197,"children":15198},{},[15199,15201,15206],{"type":54,"value":15200},"The 8px corner bracket decorations are the ",{"type":48,"tag":65,"props":15202,"children":15203},{},[15204],{"type":54,"value":15205},"signature decorative element",{"type":54,"value":15207}," of this design language — they appear at the four outer corners of cards and feature blocks, suggesting precision and crafted technical detail without adding visual noise:",{"type":48,"tag":118,"props":15209,"children":15211},{"className":6896,"code":15210,"language":18,"meta":126,"style":126},"\u003C!-- Corner bracket structure -->\n\u003Cdiv class=\"pointer-events-none absolute inset-0 z-10 select-none\">\n  \u003Cdiv class=\"absolute bg-cf-bg-100\" \n       style=\"top:-4px;left:-4px;width:8px;height:8px;border:1px solid #EBD5C1;border-radius:1.5px\">\u003C\u002Fdiv>\n  \u003Cdiv class=\"absolute bg-cf-bg-100\" \n       style=\"top:-4px;right:-4px;width:8px;height:8px;border:1px solid #EBD5C1;border-radius:1.5px\">\u003C\u002Fdiv>\n  \u003Cdiv class=\"absolute bg-cf-bg-100\" \n       style=\"left:-4px;bottom:-4px;width:8px;height:8px;border:1px solid #EBD5C1;border-radius:1.5px\">\u003C\u002Fdiv>\n  \u003Cdiv class=\"absolute bg-cf-bg-100\" \n       style=\"right:-4px;bottom:-4px;width:8px;height:8px;border:1px solid #EBD5C1;border-radius:1.5px\">\u003C\u002Fdiv>\n\u003C\u002Fdiv>\n",[15212],{"type":48,"tag":89,"props":15213,"children":15214},{"__ignoreMap":126},[15215,15223,15261,15298,15336,15371,15407,15442,15478,15513,15549],{"type":48,"tag":1351,"props":15216,"children":15217},{"class":1353,"line":1354},[15218],{"type":48,"tag":1351,"props":15219,"children":15220},{"style":2657},[15221],{"type":54,"value":15222},"\u003C!-- Corner bracket structure -->\n",{"type":48,"tag":1351,"props":15224,"children":15225},{"class":1353,"line":1417},[15226,15230,15235,15240,15244,15248,15253,15257],{"type":48,"tag":1351,"props":15227,"children":15228},{"style":1364},[15229],{"type":54,"value":6909},{"type":48,"tag":1351,"props":15231,"children":15232},{"style":5418},[15233],{"type":54,"value":15234},"div",{"type":48,"tag":1351,"props":15236,"children":15237},{"style":5395},[15238],{"type":54,"value":15239}," class",{"type":48,"tag":1351,"props":15241,"children":15242},{"style":1364},[15243],{"type":54,"value":5408},{"type":48,"tag":1351,"props":15245,"children":15246},{"style":1364},[15247],{"type":54,"value":2130},{"type":48,"tag":1351,"props":15249,"children":15250},{"style":2122},[15251],{"type":54,"value":15252},"pointer-events-none absolute inset-0 z-10 select-none",{"type":48,"tag":1351,"props":15254,"children":15255},{"style":1364},[15256],{"type":54,"value":2130},{"type":48,"tag":1351,"props":15258,"children":15259},{"style":1364},[15260],{"type":54,"value":6919},{"type":48,"tag":1351,"props":15262,"children":15263},{"class":1353,"line":2059},[15264,15269,15273,15277,15281,15285,15290,15294],{"type":48,"tag":1351,"props":15265,"children":15266},{"style":1364},[15267],{"type":54,"value":15268},"  \u003C",{"type":48,"tag":1351,"props":15270,"children":15271},{"style":5418},[15272],{"type":54,"value":15234},{"type":48,"tag":1351,"props":15274,"children":15275},{"style":5395},[15276],{"type":54,"value":15239},{"type":48,"tag":1351,"props":15278,"children":15279},{"style":1364},[15280],{"type":54,"value":5408},{"type":48,"tag":1351,"props":15282,"children":15283},{"style":1364},[15284],{"type":54,"value":2130},{"type":48,"tag":1351,"props":15286,"children":15287},{"style":2122},[15288],{"type":54,"value":15289},"absolute bg-cf-bg-100",{"type":48,"tag":1351,"props":15291,"children":15292},{"style":1364},[15293],{"type":54,"value":2130},{"type":48,"tag":1351,"props":15295,"children":15296},{"style":1364},[15297],{"type":54,"value":13852},{"type":48,"tag":1351,"props":15299,"children":15300},{"class":1353,"line":2081},[15301,15306,15310,15314,15319,15323,15328,15332],{"type":48,"tag":1351,"props":15302,"children":15303},{"style":5395},[15304],{"type":54,"value":15305},"       style",{"type":48,"tag":1351,"props":15307,"children":15308},{"style":1364},[15309],{"type":54,"value":5408},{"type":48,"tag":1351,"props":15311,"children":15312},{"style":1364},[15313],{"type":54,"value":2130},{"type":48,"tag":1351,"props":15315,"children":15316},{"style":2122},[15317],{"type":54,"value":15318},"top:-4px;left:-4px;width:8px;height:8px;border:1px solid #EBD5C1;border-radius:1.5px",{"type":48,"tag":1351,"props":15320,"children":15321},{"style":1364},[15322],{"type":54,"value":2130},{"type":48,"tag":1351,"props":15324,"children":15325},{"style":1364},[15326],{"type":54,"value":15327},">\u003C\u002F",{"type":48,"tag":1351,"props":15329,"children":15330},{"style":5418},[15331],{"type":54,"value":15234},{"type":48,"tag":1351,"props":15333,"children":15334},{"style":1364},[15335],{"type":54,"value":6919},{"type":48,"tag":1351,"props":15337,"children":15338},{"class":1353,"line":2104},[15339,15343,15347,15351,15355,15359,15363,15367],{"type":48,"tag":1351,"props":15340,"children":15341},{"style":1364},[15342],{"type":54,"value":15268},{"type":48,"tag":1351,"props":15344,"children":15345},{"style":5418},[15346],{"type":54,"value":15234},{"type":48,"tag":1351,"props":15348,"children":15349},{"style":5395},[15350],{"type":54,"value":15239},{"type":48,"tag":1351,"props":15352,"children":15353},{"style":1364},[15354],{"type":54,"value":5408},{"type":48,"tag":1351,"props":15356,"children":15357},{"style":1364},[15358],{"type":54,"value":2130},{"type":48,"tag":1351,"props":15360,"children":15361},{"style":2122},[15362],{"type":54,"value":15289},{"type":48,"tag":1351,"props":15364,"children":15365},{"style":1364},[15366],{"type":54,"value":2130},{"type":48,"tag":1351,"props":15368,"children":15369},{"style":1364},[15370],{"type":54,"value":13852},{"type":48,"tag":1351,"props":15372,"children":15373},{"class":1353,"line":2164},[15374,15378,15382,15386,15391,15395,15399,15403],{"type":48,"tag":1351,"props":15375,"children":15376},{"style":5395},[15377],{"type":54,"value":15305},{"type":48,"tag":1351,"props":15379,"children":15380},{"style":1364},[15381],{"type":54,"value":5408},{"type":48,"tag":1351,"props":15383,"children":15384},{"style":1364},[15385],{"type":54,"value":2130},{"type":48,"tag":1351,"props":15387,"children":15388},{"style":2122},[15389],{"type":54,"value":15390},"top:-4px;right:-4px;width:8px;height:8px;border:1px solid #EBD5C1;border-radius:1.5px",{"type":48,"tag":1351,"props":15392,"children":15393},{"style":1364},[15394],{"type":54,"value":2130},{"type":48,"tag":1351,"props":15396,"children":15397},{"style":1364},[15398],{"type":54,"value":15327},{"type":48,"tag":1351,"props":15400,"children":15401},{"style":5418},[15402],{"type":54,"value":15234},{"type":48,"tag":1351,"props":15404,"children":15405},{"style":1364},[15406],{"type":54,"value":6919},{"type":48,"tag":1351,"props":15408,"children":15409},{"class":1353,"line":2713},[15410,15414,15418,15422,15426,15430,15434,15438],{"type":48,"tag":1351,"props":15411,"children":15412},{"style":1364},[15413],{"type":54,"value":15268},{"type":48,"tag":1351,"props":15415,"children":15416},{"style":5418},[15417],{"type":54,"value":15234},{"type":48,"tag":1351,"props":15419,"children":15420},{"style":5395},[15421],{"type":54,"value":15239},{"type":48,"tag":1351,"props":15423,"children":15424},{"style":1364},[15425],{"type":54,"value":5408},{"type":48,"tag":1351,"props":15427,"children":15428},{"style":1364},[15429],{"type":54,"value":2130},{"type":48,"tag":1351,"props":15431,"children":15432},{"style":2122},[15433],{"type":54,"value":15289},{"type":48,"tag":1351,"props":15435,"children":15436},{"style":1364},[15437],{"type":54,"value":2130},{"type":48,"tag":1351,"props":15439,"children":15440},{"style":1364},[15441],{"type":54,"value":13852},{"type":48,"tag":1351,"props":15443,"children":15444},{"class":1353,"line":2722},[15445,15449,15453,15457,15462,15466,15470,15474],{"type":48,"tag":1351,"props":15446,"children":15447},{"style":5395},[15448],{"type":54,"value":15305},{"type":48,"tag":1351,"props":15450,"children":15451},{"style":1364},[15452],{"type":54,"value":5408},{"type":48,"tag":1351,"props":15454,"children":15455},{"style":1364},[15456],{"type":54,"value":2130},{"type":48,"tag":1351,"props":15458,"children":15459},{"style":2122},[15460],{"type":54,"value":15461},"left:-4px;bottom:-4px;width:8px;height:8px;border:1px solid #EBD5C1;border-radius:1.5px",{"type":48,"tag":1351,"props":15463,"children":15464},{"style":1364},[15465],{"type":54,"value":2130},{"type":48,"tag":1351,"props":15467,"children":15468},{"style":1364},[15469],{"type":54,"value":15327},{"type":48,"tag":1351,"props":15471,"children":15472},{"style":5418},[15473],{"type":54,"value":15234},{"type":48,"tag":1351,"props":15475,"children":15476},{"style":1364},[15477],{"type":54,"value":6919},{"type":48,"tag":1351,"props":15479,"children":15480},{"class":1353,"line":2736},[15481,15485,15489,15493,15497,15501,15505,15509],{"type":48,"tag":1351,"props":15482,"children":15483},{"style":1364},[15484],{"type":54,"value":15268},{"type":48,"tag":1351,"props":15486,"children":15487},{"style":5418},[15488],{"type":54,"value":15234},{"type":48,"tag":1351,"props":15490,"children":15491},{"style":5395},[15492],{"type":54,"value":15239},{"type":48,"tag":1351,"props":15494,"children":15495},{"style":1364},[15496],{"type":54,"value":5408},{"type":48,"tag":1351,"props":15498,"children":15499},{"style":1364},[15500],{"type":54,"value":2130},{"type":48,"tag":1351,"props":15502,"children":15503},{"style":2122},[15504],{"type":54,"value":15289},{"type":48,"tag":1351,"props":15506,"children":15507},{"style":1364},[15508],{"type":54,"value":2130},{"type":48,"tag":1351,"props":15510,"children":15511},{"style":1364},[15512],{"type":54,"value":13852},{"type":48,"tag":1351,"props":15514,"children":15515},{"class":1353,"line":2744},[15516,15520,15524,15528,15533,15537,15541,15545],{"type":48,"tag":1351,"props":15517,"children":15518},{"style":5395},[15519],{"type":54,"value":15305},{"type":48,"tag":1351,"props":15521,"children":15522},{"style":1364},[15523],{"type":54,"value":5408},{"type":48,"tag":1351,"props":15525,"children":15526},{"style":1364},[15527],{"type":54,"value":2130},{"type":48,"tag":1351,"props":15529,"children":15530},{"style":2122},[15531],{"type":54,"value":15532},"right:-4px;bottom:-4px;width:8px;height:8px;border:1px solid #EBD5C1;border-radius:1.5px",{"type":48,"tag":1351,"props":15534,"children":15535},{"style":1364},[15536],{"type":54,"value":2130},{"type":48,"tag":1351,"props":15538,"children":15539},{"style":1364},[15540],{"type":54,"value":15327},{"type":48,"tag":1351,"props":15542,"children":15543},{"style":5418},[15544],{"type":54,"value":15234},{"type":48,"tag":1351,"props":15546,"children":15547},{"style":1364},[15548],{"type":54,"value":6919},{"type":48,"tag":1351,"props":15550,"children":15551},{"class":1353,"line":2753},[15552,15556,15560],{"type":48,"tag":1351,"props":15553,"children":15554},{"style":1364},[15555],{"type":54,"value":7118},{"type":48,"tag":1351,"props":15557,"children":15558},{"style":5418},[15559],{"type":54,"value":15234},{"type":48,"tag":1351,"props":15561,"children":15562},{"style":1364},[15563],{"type":54,"value":6919},{"type":48,"tag":151,"props":15565,"children":15567},{"id":15566},"_155-animation-physics-the-motion-signature",[15568],{"type":54,"value":15569},"15.5 Animation Physics (The Motion Signature)",{"type":48,"tag":12793,"props":15571,"children":15573},{"id":15572},"the-easing-curves",[15574],{"type":54,"value":15575},"The Easing Curves",{"type":48,"tag":118,"props":15577,"children":15579},{"className":1343,"code":15578,"language":1345,"meta":126,"style":126},"\u002F* Standard ease-out (most transitions) *\u002F\n--ease-standard: cubic-bezier(0, 0, 0.2, 1);  \u002F* Tailwind's ease-out *\u002F\n\n\u002F* Button interactions - High-end feel *\u002F\n--ease-button: cubic-bezier(0.25, 0.46, 0.45, 0.94);\n\n\u002F* Active\u002Fpress response *\u002F\n--ease-active: cubic-bezier(0.55, 0.085, 0.68, 0.53);\n\n\u002F* Page entrance - Apple-style smooth deceleration *\u002F\n--ease-entrance: cubic-bezier(0.16, 1, 0.3, 1);\n",[15580],{"type":48,"tag":89,"props":15581,"children":15582},{"__ignoreMap":126},[15583,15591,15637,15644,15652,15719,15726,15734,15801,15808,15816],{"type":48,"tag":1351,"props":15584,"children":15585},{"class":1353,"line":1354},[15586],{"type":48,"tag":1351,"props":15587,"children":15588},{"style":2657},[15589],{"type":54,"value":15590},"\u002F* Standard ease-out (most transitions) *\u002F\n",{"type":48,"tag":1351,"props":15592,"children":15593},{"class":1353,"line":1417},[15594,15599,15603,15607,15611,15615,15619,15623,15627,15632],{"type":48,"tag":1351,"props":15595,"children":15596},{"style":1358},[15597],{"type":54,"value":15598},"--ease-standard: cubic-bezier(0",{"type":48,"tag":1351,"props":15600,"children":15601},{"style":1364},[15602],{"type":54,"value":1367},{"type":48,"tag":1351,"props":15604,"children":15605},{"style":1358},[15606],{"type":54,"value":3283},{"type":48,"tag":1351,"props":15608,"children":15609},{"style":1364},[15610],{"type":54,"value":1367},{"type":48,"tag":1351,"props":15612,"children":15613},{"style":1358},[15614],{"type":54,"value":3283},{"type":48,"tag":1351,"props":15616,"children":15617},{"style":1364},[15618],{"type":54,"value":105},{"type":48,"tag":1351,"props":15620,"children":15621},{"style":1406},[15622],{"type":54,"value":2353},{"type":48,"tag":1351,"props":15624,"children":15625},{"style":1364},[15626],{"type":54,"value":1367},{"type":48,"tag":1351,"props":15628,"children":15629},{"style":1358},[15630],{"type":54,"value":15631}," 1);  ",{"type":48,"tag":1351,"props":15633,"children":15634},{"style":2657},[15635],{"type":54,"value":15636},"\u002F* Tailwind's ease-out *\u002F\n",{"type":48,"tag":1351,"props":15638,"children":15639},{"class":1353,"line":2059},[15640],{"type":48,"tag":1351,"props":15641,"children":15642},{"emptyLinePlaceholder":2679},[15643],{"type":54,"value":2682},{"type":48,"tag":1351,"props":15645,"children":15646},{"class":1353,"line":2081},[15647],{"type":48,"tag":1351,"props":15648,"children":15649},{"style":2657},[15650],{"type":54,"value":15651},"\u002F* Button interactions - High-end feel *\u002F\n",{"type":48,"tag":1351,"props":15653,"children":15654},{"class":1353,"line":2104},[15655,15659,15663,15667,15671,15675,15679,15683,15687,15691,15695,15699,15703,15707,15711,15715],{"type":48,"tag":1351,"props":15656,"children":15657},{"style":1358},[15658],{"type":54,"value":4043},{"type":48,"tag":1351,"props":15660,"children":15661},{"style":1364},[15662],{"type":54,"value":105},{"type":48,"tag":1351,"props":15664,"children":15665},{"style":1406},[15666],{"type":54,"value":4052},{"type":48,"tag":1351,"props":15668,"children":15669},{"style":1364},[15670],{"type":54,"value":1367},{"type":48,"tag":1351,"props":15672,"children":15673},{"style":1358},[15674],{"type":54,"value":3283},{"type":48,"tag":1351,"props":15676,"children":15677},{"style":1364},[15678],{"type":54,"value":105},{"type":48,"tag":1351,"props":15680,"children":15681},{"style":1406},[15682],{"type":54,"value":4069},{"type":48,"tag":1351,"props":15684,"children":15685},{"style":1364},[15686],{"type":54,"value":1367},{"type":48,"tag":1351,"props":15688,"children":15689},{"style":1358},[15690],{"type":54,"value":3283},{"type":48,"tag":1351,"props":15692,"children":15693},{"style":1364},[15694],{"type":54,"value":105},{"type":48,"tag":1351,"props":15696,"children":15697},{"style":1406},[15698],{"type":54,"value":4086},{"type":48,"tag":1351,"props":15700,"children":15701},{"style":1364},[15702],{"type":54,"value":1367},{"type":48,"tag":1351,"props":15704,"children":15705},{"style":1358},[15706],{"type":54,"value":3283},{"type":48,"tag":1351,"props":15708,"children":15709},{"style":1364},[15710],{"type":54,"value":105},{"type":48,"tag":1351,"props":15712,"children":15713},{"style":1406},[15714],{"type":54,"value":4103},{"type":48,"tag":1351,"props":15716,"children":15717},{"style":1358},[15718],{"type":54,"value":3442},{"type":48,"tag":1351,"props":15720,"children":15721},{"class":1353,"line":2164},[15722],{"type":48,"tag":1351,"props":15723,"children":15724},{"emptyLinePlaceholder":2679},[15725],{"type":54,"value":2682},{"type":48,"tag":1351,"props":15727,"children":15728},{"class":1353,"line":2713},[15729],{"type":48,"tag":1351,"props":15730,"children":15731},{"style":2657},[15732],{"type":54,"value":15733},"\u002F* Active\u002Fpress response *\u002F\n",{"type":48,"tag":1351,"props":15735,"children":15736},{"class":1353,"line":2722},[15737,15741,15745,15749,15753,15757,15761,15765,15769,15773,15777,15781,15785,15789,15793,15797],{"type":48,"tag":1351,"props":15738,"children":15739},{"style":1358},[15740],{"type":54,"value":4130},{"type":48,"tag":1351,"props":15742,"children":15743},{"style":1364},[15744],{"type":54,"value":105},{"type":48,"tag":1351,"props":15746,"children":15747},{"style":1406},[15748],{"type":54,"value":4139},{"type":48,"tag":1351,"props":15750,"children":15751},{"style":1364},[15752],{"type":54,"value":1367},{"type":48,"tag":1351,"props":15754,"children":15755},{"style":1358},[15756],{"type":54,"value":3283},{"type":48,"tag":1351,"props":15758,"children":15759},{"style":1364},[15760],{"type":54,"value":105},{"type":48,"tag":1351,"props":15762,"children":15763},{"style":1406},[15764],{"type":54,"value":4156},{"type":48,"tag":1351,"props":15766,"children":15767},{"style":1364},[15768],{"type":54,"value":1367},{"type":48,"tag":1351,"props":15770,"children":15771},{"style":1358},[15772],{"type":54,"value":3283},{"type":48,"tag":1351,"props":15774,"children":15775},{"style":1364},[15776],{"type":54,"value":105},{"type":48,"tag":1351,"props":15778,"children":15779},{"style":1406},[15780],{"type":54,"value":4173},{"type":48,"tag":1351,"props":15782,"children":15783},{"style":1364},[15784],{"type":54,"value":1367},{"type":48,"tag":1351,"props":15786,"children":15787},{"style":1358},[15788],{"type":54,"value":3283},{"type":48,"tag":1351,"props":15790,"children":15791},{"style":1364},[15792],{"type":54,"value":105},{"type":48,"tag":1351,"props":15794,"children":15795},{"style":1406},[15796],{"type":54,"value":4190},{"type":48,"tag":1351,"props":15798,"children":15799},{"style":1358},[15800],{"type":54,"value":3442},{"type":48,"tag":1351,"props":15802,"children":15803},{"class":1353,"line":2736},[15804],{"type":48,"tag":1351,"props":15805,"children":15806},{"emptyLinePlaceholder":2679},[15807],{"type":54,"value":2682},{"type":48,"tag":1351,"props":15809,"children":15810},{"class":1353,"line":2744},[15811],{"type":48,"tag":1351,"props":15812,"children":15813},{"style":2657},[15814],{"type":54,"value":15815},"\u002F* Page entrance - Apple-style smooth deceleration *\u002F\n",{"type":48,"tag":1351,"props":15817,"children":15818},{"class":1353,"line":2753},[15819,15824,15828,15832,15836,15840,15844,15848,15852,15856,15860],{"type":48,"tag":1351,"props":15820,"children":15821},{"style":1358},[15822],{"type":54,"value":15823},"--ease-entrance: cubic-bezier(0",{"type":48,"tag":1351,"props":15825,"children":15826},{"style":1364},[15827],{"type":54,"value":105},{"type":48,"tag":1351,"props":15829,"children":15830},{"style":1406},[15831],{"type":54,"value":2569},{"type":48,"tag":1351,"props":15833,"children":15834},{"style":1364},[15835],{"type":54,"value":1367},{"type":48,"tag":1351,"props":15837,"children":15838},{"style":1358},[15839],{"type":54,"value":2136},{"type":48,"tag":1351,"props":15841,"children":15842},{"style":1364},[15843],{"type":54,"value":1367},{"type":48,"tag":1351,"props":15845,"children":15846},{"style":1358},[15847],{"type":54,"value":3283},{"type":48,"tag":1351,"props":15849,"children":15850},{"style":1364},[15851],{"type":54,"value":105},{"type":48,"tag":1351,"props":15853,"children":15854},{"style":1406},[15855],{"type":54,"value":2380},{"type":48,"tag":1351,"props":15857,"children":15858},{"style":1364},[15859],{"type":54,"value":1367},{"type":48,"tag":1351,"props":15861,"children":15862},{"style":1358},[15863],{"type":54,"value":4020},{"type":48,"tag":12793,"props":15865,"children":15867},{"id":15866},"duration-scale",[15868],{"type":54,"value":15869},"Duration Scale",{"type":48,"tag":158,"props":15871,"children":15872},{},[15873,15892],{"type":48,"tag":162,"props":15874,"children":15875},{},[15876],{"type":48,"tag":166,"props":15877,"children":15878},{},[15879,15883,15888],{"type":48,"tag":170,"props":15880,"children":15881},{},[15882],{"type":54,"value":1910},{"type":48,"tag":170,"props":15884,"children":15885},{},[15886],{"type":54,"value":15887},"Duration",{"type":48,"tag":170,"props":15889,"children":15890},{},[15891],{"type":54,"value":390},{"type":48,"tag":181,"props":15893,"children":15894},{},[15895,15919,15943,15967,15990],{"type":48,"tag":166,"props":15896,"children":15897},{},[15898,15903,15914],{"type":48,"tag":188,"props":15899,"children":15900},{},[15901],{"type":54,"value":15902},"Instant feedback",{"type":48,"tag":188,"props":15904,"children":15905},{},[15906,15912],{"type":48,"tag":89,"props":15907,"children":15909},{"className":15908},[],[15910],{"type":54,"value":15911},"0.15s",{"type":54,"value":15913}," (150ms)",{"type":48,"tag":188,"props":15915,"children":15916},{},[15917],{"type":54,"value":15918},"Color changes, opacity",{"type":48,"tag":166,"props":15920,"children":15921},{},[15922,15927,15938],{"type":48,"tag":188,"props":15923,"children":15924},{},[15925],{"type":54,"value":15926},"Standard transitions",{"type":48,"tag":188,"props":15928,"children":15929},{},[15930,15936],{"type":48,"tag":89,"props":15931,"children":15933},{"className":15932},[],[15934],{"type":54,"value":15935},"0.16s",{"type":54,"value":15937}," (160ms)",{"type":48,"tag":188,"props":15939,"children":15940},{},[15941],{"type":54,"value":15942},"Button presses",{"type":48,"tag":166,"props":15944,"children":15945},{},[15946,15951,15962],{"type":48,"tag":188,"props":15947,"children":15948},{},[15949],{"type":54,"value":15950},"Hover effects",{"type":48,"tag":188,"props":15952,"children":15953},{},[15954,15960],{"type":48,"tag":89,"props":15955,"children":15957},{"className":15956},[],[15958],{"type":54,"value":15959},"0.2s",{"type":54,"value":15961}," (200ms)",{"type":48,"tag":188,"props":15963,"children":15964},{},[15965],{"type":54,"value":15966},"Background color shifts",{"type":48,"tag":166,"props":15968,"children":15969},{},[15970,15974,15985],{"type":48,"tag":188,"props":15971,"children":15972},{},[15973],{"type":54,"value":4396},{"type":48,"tag":188,"props":15975,"children":15976},{},[15977,15983],{"type":48,"tag":89,"props":15978,"children":15980},{"className":15979},[],[15981],{"type":54,"value":15982},"0.5s",{"type":54,"value":15984}," (500ms)",{"type":48,"tag":188,"props":15986,"children":15987},{},[15988],{"type":54,"value":15989},"Progress bars, entrance",{"type":48,"tag":166,"props":15991,"children":15992},{},[15993,15997,16007],{"type":48,"tag":188,"props":15994,"children":15995},{},[15996],{"type":54,"value":4418},{"type":48,"tag":188,"props":15998,"children":15999},{},[16000,16005],{"type":48,"tag":89,"props":16001,"children":16003},{"className":16002},[],[16004],{"type":54,"value":4650},{"type":54,"value":16006}," (2000ms)",{"type":48,"tag":188,"props":16008,"children":16009},{},[16010],{"type":54,"value":16011},"Background fade-in",{"type":48,"tag":12793,"props":16013,"children":16015},{"id":16014},"orchestration-fade-slide-as-single-block",[16016,16018],{"type":54,"value":16017},"Orchestration: ",{"type":48,"tag":65,"props":16019,"children":16020},{},[16021],{"type":54,"value":16022},"Fade-Slide as Single Block",{"type":48,"tag":61,"props":16024,"children":16025},{},[16026],{"type":54,"value":16027},"The content does NOT stagger in one-by-one. Instead, entire sections fade and slide together:",{"type":48,"tag":118,"props":16029,"children":16031},{"className":1343,"code":16030,"language":1345,"meta":126,"style":126},"\u002F* Page entrance animation *\u002F\n.animate-in {\n  animation: fadeSlideUp 0.5s ease-out forwards;\n}\n\n@keyframes fadeSlideUp {\n  from {\n    opacity: 0;\n    transform: translateY(10px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n\u002F* Background lines fade in slowly *\u002F\n.fade-in {\n  transition: opacity 2000ms ease-out;\n  transition-delay: 100ms;\n}\n",[16032],{"type":48,"tag":89,"props":16033,"children":16034},{"__ignoreMap":126},[16035,16043,16059,16089,16096,16103,16119,16130,16150,16178,16185,16196,16215,16242,16249,16256,16263,16271,16287,16317,16338],{"type":48,"tag":1351,"props":16036,"children":16037},{"class":1353,"line":1354},[16038],{"type":48,"tag":1351,"props":16039,"children":16040},{"style":2657},[16041],{"type":54,"value":16042},"\u002F* Page entrance animation *\u002F\n",{"type":48,"tag":1351,"props":16044,"children":16045},{"class":1353,"line":1417},[16046,16050,16055],{"type":48,"tag":1351,"props":16047,"children":16048},{"style":1364},[16049],{"type":54,"value":105},{"type":48,"tag":1351,"props":16051,"children":16052},{"style":1406},[16053],{"type":54,"value":16054},"animate-in",{"type":48,"tag":1351,"props":16056,"children":16057},{"style":1364},[16058],{"type":54,"value":2035},{"type":48,"tag":1351,"props":16060,"children":16061},{"class":1353,"line":2059},[16062,16067,16071,16076,16080,16085],{"type":48,"tag":1351,"props":16063,"children":16064},{"style":2085},[16065],{"type":54,"value":16066},"  animation",{"type":48,"tag":1351,"props":16068,"children":16069},{"style":1364},[16070],{"type":54,"value":96},{"type":48,"tag":1351,"props":16072,"children":16073},{"style":1358},[16074],{"type":54,"value":16075}," fadeSlideUp ",{"type":48,"tag":1351,"props":16077,"children":16078},{"style":2133},[16079],{"type":54,"value":15982},{"type":48,"tag":1351,"props":16081,"children":16082},{"style":1358},[16083],{"type":54,"value":16084}," ease-out forwards",{"type":48,"tag":1351,"props":16086,"children":16087},{"style":1364},[16088],{"type":54,"value":1414},{"type":48,"tag":1351,"props":16090,"children":16091},{"class":1353,"line":2081},[16092],{"type":48,"tag":1351,"props":16093,"children":16094},{"style":1364},[16095],{"type":54,"value":2170},{"type":48,"tag":1351,"props":16097,"children":16098},{"class":1353,"line":2104},[16099],{"type":48,"tag":1351,"props":16100,"children":16101},{"emptyLinePlaceholder":2679},[16102],{"type":54,"value":2682},{"type":48,"tag":1351,"props":16104,"children":16105},{"class":1353,"line":2164},[16106,16110,16115],{"type":48,"tag":1351,"props":16107,"children":16108},{"style":4770},[16109],{"type":54,"value":4773},{"type":48,"tag":1351,"props":16111,"children":16112},{"style":4776},[16113],{"type":54,"value":16114}," fadeSlideUp",{"type":48,"tag":1351,"props":16116,"children":16117},{"style":1364},[16118],{"type":54,"value":2035},{"type":48,"tag":1351,"props":16120,"children":16121},{"class":1353,"line":2713},[16122,16126],{"type":48,"tag":1351,"props":16123,"children":16124},{"style":1406},[16125],{"type":54,"value":4791},{"type":48,"tag":1351,"props":16127,"children":16128},{"style":1364},[16129],{"type":54,"value":2035},{"type":48,"tag":1351,"props":16131,"children":16132},{"class":1353,"line":2722},[16133,16138,16142,16146],{"type":48,"tag":1351,"props":16134,"children":16135},{"style":2085},[16136],{"type":54,"value":16137},"    opacity",{"type":48,"tag":1351,"props":16139,"children":16140},{"style":1364},[16141],{"type":54,"value":96},{"type":48,"tag":1351,"props":16143,"children":16144},{"style":2133},[16145],{"type":54,"value":3283},{"type":48,"tag":1351,"props":16147,"children":16148},{"style":1364},[16149],{"type":54,"value":1414},{"type":48,"tag":1351,"props":16151,"children":16152},{"class":1353,"line":2736},[16153,16158,16162,16166,16170,16174],{"type":48,"tag":1351,"props":16154,"children":16155},{"style":2085},[16156],{"type":54,"value":16157},"    transform",{"type":48,"tag":1351,"props":16159,"children":16160},{"style":1364},[16161],{"type":54,"value":96},{"type":48,"tag":1351,"props":16163,"children":16164},{"style":4928},[16165],{"type":54,"value":4931},{"type":48,"tag":1351,"props":16167,"children":16168},{"style":1364},[16169],{"type":54,"value":4936},{"type":48,"tag":1351,"props":16171,"children":16172},{"style":2133},[16173],{"type":54,"value":4941},{"type":48,"tag":1351,"props":16175,"children":16176},{"style":1364},[16177],{"type":54,"value":3442},{"type":48,"tag":1351,"props":16179,"children":16180},{"class":1353,"line":2744},[16181],{"type":48,"tag":1351,"props":16182,"children":16183},{"style":1364},[16184],{"type":54,"value":7093},{"type":48,"tag":1351,"props":16186,"children":16187},{"class":1353,"line":2753},[16188,16192],{"type":48,"tag":1351,"props":16189,"children":16190},{"style":1406},[16191],{"type":54,"value":4827},{"type":48,"tag":1351,"props":16193,"children":16194},{"style":1364},[16195],{"type":54,"value":2035},{"type":48,"tag":1351,"props":16197,"children":16198},{"class":1353,"line":2767},[16199,16203,16207,16211],{"type":48,"tag":1351,"props":16200,"children":16201},{"style":2085},[16202],{"type":54,"value":16137},{"type":48,"tag":1351,"props":16204,"children":16205},{"style":1364},[16206],{"type":54,"value":96},{"type":48,"tag":1351,"props":16208,"children":16209},{"style":2133},[16210],{"type":54,"value":2136},{"type":48,"tag":1351,"props":16212,"children":16213},{"style":1364},[16214],{"type":54,"value":1414},{"type":48,"tag":1351,"props":16216,"children":16217},{"class":1353,"line":2781},[16218,16222,16226,16230,16234,16238],{"type":48,"tag":1351,"props":16219,"children":16220},{"style":2085},[16221],{"type":54,"value":16157},{"type":48,"tag":1351,"props":16223,"children":16224},{"style":1364},[16225],{"type":54,"value":96},{"type":48,"tag":1351,"props":16227,"children":16228},{"style":4928},[16229],{"type":54,"value":4931},{"type":48,"tag":1351,"props":16231,"children":16232},{"style":1364},[16233],{"type":54,"value":4936},{"type":48,"tag":1351,"props":16235,"children":16236},{"style":2133},[16237],{"type":54,"value":2247},{"type":48,"tag":1351,"props":16239,"children":16240},{"style":1364},[16241],{"type":54,"value":3442},{"type":48,"tag":1351,"props":16243,"children":16244},{"class":1353,"line":2795},[16245],{"type":48,"tag":1351,"props":16246,"children":16247},{"style":1364},[16248],{"type":54,"value":7093},{"type":48,"tag":1351,"props":16250,"children":16251},{"class":1353,"line":2803},[16252],{"type":48,"tag":1351,"props":16253,"children":16254},{"style":1364},[16255],{"type":54,"value":2170},{"type":48,"tag":1351,"props":16257,"children":16258},{"class":1353,"line":2812},[16259],{"type":48,"tag":1351,"props":16260,"children":16261},{"emptyLinePlaceholder":2679},[16262],{"type":54,"value":2682},{"type":48,"tag":1351,"props":16264,"children":16265},{"class":1353,"line":2826},[16266],{"type":48,"tag":1351,"props":16267,"children":16268},{"style":2657},[16269],{"type":54,"value":16270},"\u002F* Background lines fade in slowly *\u002F\n",{"type":48,"tag":1351,"props":16272,"children":16273},{"class":1353,"line":5128},[16274,16278,16283],{"type":48,"tag":1351,"props":16275,"children":16276},{"style":1364},[16277],{"type":54,"value":105},{"type":48,"tag":1351,"props":16279,"children":16280},{"style":1406},[16281],{"type":54,"value":16282},"fade-in",{"type":48,"tag":1351,"props":16284,"children":16285},{"style":1364},[16286],{"type":54,"value":2035},{"type":48,"tag":1351,"props":16288,"children":16289},{"class":1353,"line":5136},[16290,16294,16298,16303,16308,16313],{"type":48,"tag":1351,"props":16291,"children":16292},{"style":2085},[16293],{"type":54,"value":5486},{"type":48,"tag":1351,"props":16295,"children":16296},{"style":1364},[16297],{"type":54,"value":96},{"type":48,"tag":1351,"props":16299,"children":16300},{"style":1358},[16301],{"type":54,"value":16302}," opacity ",{"type":48,"tag":1351,"props":16304,"children":16305},{"style":2133},[16306],{"type":54,"value":16307},"2000ms",{"type":48,"tag":1351,"props":16309,"children":16310},{"style":1358},[16311],{"type":54,"value":16312}," ease-out",{"type":48,"tag":1351,"props":16314,"children":16315},{"style":1364},[16316],{"type":54,"value":1414},{"type":48,"tag":1351,"props":16318,"children":16319},{"class":1353,"line":5145},[16320,16325,16329,16334],{"type":48,"tag":1351,"props":16321,"children":16322},{"style":2085},[16323],{"type":54,"value":16324},"  transition-delay",{"type":48,"tag":1351,"props":16326,"children":16327},{"style":1364},[16328],{"type":54,"value":96},{"type":48,"tag":1351,"props":16330,"children":16331},{"style":2133},[16332],{"type":54,"value":16333}," 100ms",{"type":48,"tag":1351,"props":16335,"children":16336},{"style":1364},[16337],{"type":54,"value":1414},{"type":48,"tag":1351,"props":16339,"children":16340},{"class":1353,"line":5162},[16341],{"type":48,"tag":1351,"props":16342,"children":16343},{"style":1364},[16344],{"type":54,"value":2170},{"type":48,"tag":12793,"props":16346,"children":16348},{"id":16347},"micro-interactions",[16349],{"type":54,"value":4309},{"type":48,"tag":61,"props":16351,"children":16352},{},[16353],{"type":48,"tag":65,"props":16354,"children":16355},{},[16356],{"type":54,"value":16357},"Button Press Physics:",{"type":48,"tag":118,"props":16359,"children":16361},{"className":1343,"code":16360,"language":1345,"meta":126,"style":126},"button {\n  transition: scale 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94),\n              translate 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n}\n\nbutton:active {\n  scale: 0.98;\n  transform: translateY(1px);\n}\n",[16362],{"type":48,"tag":89,"props":16363,"children":16364},{"__ignoreMap":126},[16365,16376,16436,16488,16495,16502,16521,16540,16567],{"type":48,"tag":1351,"props":16366,"children":16367},{"class":1353,"line":1354},[16368,16372],{"type":48,"tag":1351,"props":16369,"children":16370},{"style":1406},[16371],{"type":54,"value":8084},{"type":48,"tag":1351,"props":16373,"children":16374},{"style":1364},[16375],{"type":54,"value":2035},{"type":48,"tag":1351,"props":16377,"children":16378},{"class":1353,"line":1417},[16379,16383,16387,16392,16396,16400,16404,16408,16412,16416,16420,16424,16428,16432],{"type":48,"tag":1351,"props":16380,"children":16381},{"style":2085},[16382],{"type":54,"value":5486},{"type":48,"tag":1351,"props":16384,"children":16385},{"style":1364},[16386],{"type":54,"value":96},{"type":48,"tag":1351,"props":16388,"children":16389},{"style":1358},[16390],{"type":54,"value":16391}," scale ",{"type":48,"tag":1351,"props":16393,"children":16394},{"style":2133},[16395],{"type":54,"value":15935},{"type":48,"tag":1351,"props":16397,"children":16398},{"style":4928},[16399],{"type":54,"value":12473},{"type":48,"tag":1351,"props":16401,"children":16402},{"style":1364},[16403],{"type":54,"value":4936},{"type":48,"tag":1351,"props":16405,"children":16406},{"style":2133},[16407],{"type":54,"value":5701},{"type":48,"tag":1351,"props":16409,"children":16410},{"style":1364},[16411],{"type":54,"value":1367},{"type":48,"tag":1351,"props":16413,"children":16414},{"style":2133},[16415],{"type":54,"value":5710},{"type":48,"tag":1351,"props":16417,"children":16418},{"style":1364},[16419],{"type":54,"value":1367},{"type":48,"tag":1351,"props":16421,"children":16422},{"style":2133},[16423],{"type":54,"value":5719},{"type":48,"tag":1351,"props":16425,"children":16426},{"style":1364},[16427],{"type":54,"value":1367},{"type":48,"tag":1351,"props":16429,"children":16430},{"style":2133},[16431],{"type":54,"value":5728},{"type":48,"tag":1351,"props":16433,"children":16434},{"style":1364},[16435],{"type":54,"value":3396},{"type":48,"tag":1351,"props":16437,"children":16438},{"class":1353,"line":2059},[16439,16444,16448,16452,16456,16460,16464,16468,16472,16476,16480,16484],{"type":48,"tag":1351,"props":16440,"children":16441},{"style":1358},[16442],{"type":54,"value":16443},"              translate ",{"type":48,"tag":1351,"props":16445,"children":16446},{"style":2133},[16447],{"type":54,"value":15935},{"type":48,"tag":1351,"props":16449,"children":16450},{"style":4928},[16451],{"type":54,"value":12473},{"type":48,"tag":1351,"props":16453,"children":16454},{"style":1364},[16455],{"type":54,"value":4936},{"type":48,"tag":1351,"props":16457,"children":16458},{"style":2133},[16459],{"type":54,"value":5701},{"type":48,"tag":1351,"props":16461,"children":16462},{"style":1364},[16463],{"type":54,"value":1367},{"type":48,"tag":1351,"props":16465,"children":16466},{"style":2133},[16467],{"type":54,"value":5710},{"type":48,"tag":1351,"props":16469,"children":16470},{"style":1364},[16471],{"type":54,"value":1367},{"type":48,"tag":1351,"props":16473,"children":16474},{"style":2133},[16475],{"type":54,"value":5719},{"type":48,"tag":1351,"props":16477,"children":16478},{"style":1364},[16479],{"type":54,"value":1367},{"type":48,"tag":1351,"props":16481,"children":16482},{"style":2133},[16483],{"type":54,"value":5728},{"type":48,"tag":1351,"props":16485,"children":16486},{"style":1364},[16487],{"type":54,"value":3442},{"type":48,"tag":1351,"props":16489,"children":16490},{"class":1353,"line":2081},[16491],{"type":48,"tag":1351,"props":16492,"children":16493},{"style":1364},[16494],{"type":54,"value":2170},{"type":48,"tag":1351,"props":16496,"children":16497},{"class":1353,"line":2104},[16498],{"type":48,"tag":1351,"props":16499,"children":16500},{"emptyLinePlaceholder":2679},[16501],{"type":54,"value":2682},{"type":48,"tag":1351,"props":16503,"children":16504},{"class":1353,"line":2164},[16505,16509,16513,16517],{"type":48,"tag":1351,"props":16506,"children":16507},{"style":1406},[16508],{"type":54,"value":8084},{"type":48,"tag":1351,"props":16510,"children":16511},{"style":1364},[16512],{"type":54,"value":96},{"type":48,"tag":1351,"props":16514,"children":16515},{"style":5395},[16516],{"type":54,"value":14900},{"type":48,"tag":1351,"props":16518,"children":16519},{"style":1364},[16520],{"type":54,"value":2035},{"type":48,"tag":1351,"props":16522,"children":16523},{"class":1353,"line":2713},[16524,16528,16532,16536],{"type":48,"tag":1351,"props":16525,"children":16526},{"style":2085},[16527],{"type":54,"value":14941},{"type":48,"tag":1351,"props":16529,"children":16530},{"style":1364},[16531],{"type":54,"value":96},{"type":48,"tag":1351,"props":16533,"children":16534},{"style":2133},[16535],{"type":54,"value":5935},{"type":48,"tag":1351,"props":16537,"children":16538},{"style":1364},[16539],{"type":54,"value":1414},{"type":48,"tag":1351,"props":16541,"children":16542},{"class":1353,"line":2722},[16543,16547,16551,16555,16559,16563],{"type":48,"tag":1351,"props":16544,"children":16545},{"style":2085},[16546],{"type":54,"value":14912},{"type":48,"tag":1351,"props":16548,"children":16549},{"style":1364},[16550],{"type":54,"value":96},{"type":48,"tag":1351,"props":16552,"children":16553},{"style":4928},[16554],{"type":54,"value":4931},{"type":48,"tag":1351,"props":16556,"children":16557},{"style":1364},[16558],{"type":54,"value":4936},{"type":48,"tag":1351,"props":16560,"children":16561},{"style":2133},[16562],{"type":54,"value":14929},{"type":48,"tag":1351,"props":16564,"children":16565},{"style":1364},[16566],{"type":54,"value":3442},{"type":48,"tag":1351,"props":16568,"children":16569},{"class":1353,"line":2736},[16570],{"type":48,"tag":1351,"props":16571,"children":16572},{"style":1364},[16573],{"type":54,"value":2170},{"type":48,"tag":61,"props":16575,"children":16576},{},[16577],{"type":48,"tag":65,"props":16578,"children":16579},{},[16580],{"type":54,"value":16581},"Progress Bar Animation:",{"type":48,"tag":118,"props":16583,"children":16585},{"className":1343,"code":16584,"language":1345,"meta":126,"style":126},".progress-bar {\n  transition: width 0.5s ease-out;\n}\n",[16586],{"type":48,"tag":89,"props":16587,"children":16588},{"__ignoreMap":126},[16589,16605,16633],{"type":48,"tag":1351,"props":16590,"children":16591},{"class":1353,"line":1354},[16592,16596,16601],{"type":48,"tag":1351,"props":16593,"children":16594},{"style":1364},[16595],{"type":54,"value":105},{"type":48,"tag":1351,"props":16597,"children":16598},{"style":1406},[16599],{"type":54,"value":16600},"progress-bar",{"type":48,"tag":1351,"props":16602,"children":16603},{"style":1364},[16604],{"type":54,"value":2035},{"type":48,"tag":1351,"props":16606,"children":16607},{"class":1353,"line":1417},[16608,16612,16616,16621,16625,16629],{"type":48,"tag":1351,"props":16609,"children":16610},{"style":2085},[16611],{"type":54,"value":5486},{"type":48,"tag":1351,"props":16613,"children":16614},{"style":1364},[16615],{"type":54,"value":96},{"type":48,"tag":1351,"props":16617,"children":16618},{"style":1358},[16619],{"type":54,"value":16620}," width ",{"type":48,"tag":1351,"props":16622,"children":16623},{"style":2133},[16624],{"type":54,"value":15982},{"type":48,"tag":1351,"props":16626,"children":16627},{"style":1358},[16628],{"type":54,"value":16312},{"type":48,"tag":1351,"props":16630,"children":16631},{"style":1364},[16632],{"type":54,"value":1414},{"type":48,"tag":1351,"props":16634,"children":16635},{"class":1353,"line":2059},[16636],{"type":48,"tag":1351,"props":16637,"children":16638},{"style":1364},[16639],{"type":54,"value":2170},{"type":48,"tag":61,"props":16641,"children":16642},{},[16643],{"type":48,"tag":65,"props":16644,"children":16645},{},[16646],{"type":54,"value":16647},"Slider Thumb:",{"type":48,"tag":118,"props":16649,"children":16651},{"className":1343,"code":16650,"language":1345,"meta":126,"style":126},".slider-thumb {\n  cursor: grab;\n  transition: box-shadow 0.15s ease;\n}\n\n.slider-thumb:active {\n  cursor: grabbing;\n}\n\n.slider-thumb:hover {\n  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);\n}\n",[16652],{"type":48,"tag":89,"props":16653,"children":16654},{"__ignoreMap":126},[16655,16671,16691,16719,16726,16733,16756,16776,16783,16790,16813,16881],{"type":48,"tag":1351,"props":16656,"children":16657},{"class":1353,"line":1354},[16658,16662,16667],{"type":48,"tag":1351,"props":16659,"children":16660},{"style":1364},[16661],{"type":54,"value":105},{"type":48,"tag":1351,"props":16663,"children":16664},{"style":1406},[16665],{"type":54,"value":16666},"slider-thumb",{"type":48,"tag":1351,"props":16668,"children":16669},{"style":1364},[16670],{"type":54,"value":2035},{"type":48,"tag":1351,"props":16672,"children":16673},{"class":1353,"line":1417},[16674,16678,16682,16687],{"type":48,"tag":1351,"props":16675,"children":16676},{"style":2085},[16677],{"type":54,"value":8476},{"type":48,"tag":1351,"props":16679,"children":16680},{"style":1364},[16681],{"type":54,"value":96},{"type":48,"tag":1351,"props":16683,"children":16684},{"style":1358},[16685],{"type":54,"value":16686}," grab",{"type":48,"tag":1351,"props":16688,"children":16689},{"style":1364},[16690],{"type":54,"value":1414},{"type":48,"tag":1351,"props":16692,"children":16693},{"class":1353,"line":2059},[16694,16698,16702,16707,16711,16715],{"type":48,"tag":1351,"props":16695,"children":16696},{"style":2085},[16697],{"type":54,"value":5486},{"type":48,"tag":1351,"props":16699,"children":16700},{"style":1364},[16701],{"type":54,"value":96},{"type":48,"tag":1351,"props":16703,"children":16704},{"style":1358},[16705],{"type":54,"value":16706}," box-shadow ",{"type":48,"tag":1351,"props":16708,"children":16709},{"style":2133},[16710],{"type":54,"value":15911},{"type":48,"tag":1351,"props":16712,"children":16713},{"style":1358},[16714],{"type":54,"value":4461},{"type":48,"tag":1351,"props":16716,"children":16717},{"style":1364},[16718],{"type":54,"value":1414},{"type":48,"tag":1351,"props":16720,"children":16721},{"class":1353,"line":2081},[16722],{"type":48,"tag":1351,"props":16723,"children":16724},{"style":1364},[16725],{"type":54,"value":2170},{"type":48,"tag":1351,"props":16727,"children":16728},{"class":1353,"line":2104},[16729],{"type":48,"tag":1351,"props":16730,"children":16731},{"emptyLinePlaceholder":2679},[16732],{"type":54,"value":2682},{"type":48,"tag":1351,"props":16734,"children":16735},{"class":1353,"line":2164},[16736,16740,16744,16748,16752],{"type":48,"tag":1351,"props":16737,"children":16738},{"style":1364},[16739],{"type":54,"value":105},{"type":48,"tag":1351,"props":16741,"children":16742},{"style":1406},[16743],{"type":54,"value":16666},{"type":48,"tag":1351,"props":16745,"children":16746},{"style":1364},[16747],{"type":54,"value":96},{"type":48,"tag":1351,"props":16749,"children":16750},{"style":5395},[16751],{"type":54,"value":14900},{"type":48,"tag":1351,"props":16753,"children":16754},{"style":1364},[16755],{"type":54,"value":2035},{"type":48,"tag":1351,"props":16757,"children":16758},{"class":1353,"line":2713},[16759,16763,16767,16772],{"type":48,"tag":1351,"props":16760,"children":16761},{"style":2085},[16762],{"type":54,"value":8476},{"type":48,"tag":1351,"props":16764,"children":16765},{"style":1364},[16766],{"type":54,"value":96},{"type":48,"tag":1351,"props":16768,"children":16769},{"style":1358},[16770],{"type":54,"value":16771}," grabbing",{"type":48,"tag":1351,"props":16773,"children":16774},{"style":1364},[16775],{"type":54,"value":1414},{"type":48,"tag":1351,"props":16777,"children":16778},{"class":1353,"line":2722},[16779],{"type":48,"tag":1351,"props":16780,"children":16781},{"style":1364},[16782],{"type":54,"value":2170},{"type":48,"tag":1351,"props":16784,"children":16785},{"class":1353,"line":2736},[16786],{"type":48,"tag":1351,"props":16787,"children":16788},{"emptyLinePlaceholder":2679},[16789],{"type":54,"value":2682},{"type":48,"tag":1351,"props":16791,"children":16792},{"class":1353,"line":2744},[16793,16797,16801,16805,16809],{"type":48,"tag":1351,"props":16794,"children":16795},{"style":1364},[16796],{"type":54,"value":105},{"type":48,"tag":1351,"props":16798,"children":16799},{"style":1406},[16800],{"type":54,"value":16666},{"type":48,"tag":1351,"props":16802,"children":16803},{"style":1364},[16804],{"type":54,"value":96},{"type":48,"tag":1351,"props":16806,"children":16807},{"style":5395},[16808],{"type":54,"value":14607},{"type":48,"tag":1351,"props":16810,"children":16811},{"style":1364},[16812],{"type":54,"value":2035},{"type":48,"tag":1351,"props":16814,"children":16815},{"class":1353,"line":2753},[16816,16820,16824,16828,16832,16836,16840,16844,16848,16852,16856,16860,16864,16868,16872,16877],{"type":48,"tag":1351,"props":16817,"children":16818},{"style":2085},[16819],{"type":54,"value":8124},{"type":48,"tag":1351,"props":16821,"children":16822},{"style":1364},[16823],{"type":54,"value":96},{"type":48,"tag":1351,"props":16825,"children":16826},{"style":2133},[16827],{"type":54,"value":3283},{"type":48,"tag":1351,"props":16829,"children":16830},{"style":2133},[16831],{"type":54,"value":12262},{"type":48,"tag":1351,"props":16833,"children":16834},{"style":2133},[16835],{"type":54,"value":12267},{"type":48,"tag":1351,"props":16837,"children":16838},{"style":2133},[16839],{"type":54,"value":12272},{"type":48,"tag":1351,"props":16841,"children":16842},{"style":4928},[16843],{"type":54,"value":7222},{"type":48,"tag":1351,"props":16845,"children":16846},{"style":1364},[16847],{"type":54,"value":4936},{"type":48,"tag":1351,"props":16849,"children":16850},{"style":2133},[16851],{"type":54,"value":2247},{"type":48,"tag":1351,"props":16853,"children":16854},{"style":1364},[16855],{"type":54,"value":1367},{"type":48,"tag":1351,"props":16857,"children":16858},{"style":2133},[16859],{"type":54,"value":2247},{"type":48,"tag":1351,"props":16861,"children":16862},{"style":1364},[16863],{"type":54,"value":1367},{"type":48,"tag":1351,"props":16865,"children":16866},{"style":2133},[16867],{"type":54,"value":2247},{"type":48,"tag":1351,"props":16869,"children":16870},{"style":1364},[16871],{"type":54,"value":1367},{"type":48,"tag":1351,"props":16873,"children":16874},{"style":2133},[16875],{"type":54,"value":16876},"0.1",{"type":48,"tag":1351,"props":16878,"children":16879},{"style":1364},[16880],{"type":54,"value":3442},{"type":48,"tag":1351,"props":16882,"children":16883},{"class":1353,"line":2767},[16884],{"type":48,"tag":1351,"props":16885,"children":16886},{"style":1364},[16887],{"type":54,"value":2170},{"type":48,"tag":61,"props":16889,"children":16890},{},[16891,16896],{"type":48,"tag":65,"props":16892,"children":16893},{},[16894],{"type":54,"value":16895},"NO \"Magnetic\" follow effects or \"Tilt\" effects",{"type":54,"value":16897}," - Interactions are clean and direct.",{"type":48,"tag":151,"props":16899,"children":16901},{"id":16900},"_156-technical-deliverables",[16902],{"type":54,"value":16903},"15.6 Technical Deliverables",{"type":48,"tag":12793,"props":16905,"children":16907},{"id":16906},"tailwind-configuration",[16908],{"type":54,"value":16909},"Tailwind Configuration",{"type":48,"tag":118,"props":16911,"children":16913},{"className":5375,"code":16912,"language":5377,"meta":126,"style":126},"\u002F\u002F tailwind.config.js\nmodule.exports = {\n  theme: {\n    extend: {\n      colors: {\n        'cf': {\n          'orange': '#FF4801',\n          'orange-hover': '#FF7038',\n          'orange-light': 'rgba(255, 72, 1, 0.06)',\n          'text': '#521000',\n          'text-muted': 'rgba(82, 16, 0, 0.7)',\n          'text-subtle': 'rgba(82, 16, 0, 0.4)',\n          'bg-page': '#FFFBF5',\n          'bg-100': '#FFFBF5',\n          'bg-200': '#FFFDFB',\n          'bg-300': '#FEF7ED',\n          'border': '#EBD5C1',\n          'border-light': 'rgba(235, 213, 193, 0.5)',\n        },\n        'aws-orange': '#FF9900',\n        'gcp-blue': '#4285F4',\n      },\n      fontFamily: {\n        sans: ['Inter', '-apple-system', 'system-ui', 'BlinkMacSystemFont', 'Segoe UI', 'sans-serif'],\n        mono: ['JetBrains Mono', 'ui-monospace', 'SFMono-Regular', 'SF Mono', 'Monaco', 'Consolas', 'monospace'],\n      },\n      fontSize: {\n        'sm': ['0.9rem', { lineHeight: '1.4' }],\n        'base': ['1rem', { lineHeight: '1.5' }],\n        'lg': ['1.125rem', { lineHeight: '1.75rem' }],\n        '2xl': ['1.5rem', { lineHeight: '2rem' }],\n        '3xl': ['1.875rem', { lineHeight: '2.25rem' }],\n      },\n      letterSpacing: {\n        'tight-heading': '-0.035em',\n        'logo': '-0.46px',\n      },\n      borderRadius: {\n        'lg': '0.5rem',\n        'xl': '0.75rem',\n        '2xl': '1rem',\n      },\n      transitionTimingFunction: {\n        'button': 'cubic-bezier(0.25, 0.46, 0.45, 0.94)',\n        'active': 'cubic-bezier(0.55, 0.085, 0.68, 0.53)',\n        'entrance': 'cubic-bezier(0.16, 1, 0.3, 1)',\n      },\n      transitionDuration: {\n        '160': '160ms',\n        '2000': '2000ms',\n      },\n      animation: {\n        'float-subtle': 'float-subtle 3s ease-in-out infinite',\n        'dash-draw': 'dashdraw 0.5s linear infinite',\n      },\n      keyframes: {\n        'float-subtle': {\n          '0%, 100%': { transform: 'translateY(0)' },\n          '50%': { transform: 'translateY(-3px)' },\n        },\n        'dashdraw': {\n          '0%': { strokeDashoffset: '10' },\n        },\n      },\n      boxShadow: {\n        'focus': '0 0 0 3px rgba(255, 72, 1, 0.1)',\n        'card': '0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)',\n      },\n      maxWidth: {\n        '5xl': '64rem',\n        '8xl': '1480px',\n      },\n    },\n  },\n  plugins: [],\n}\n",[16914],{"type":48,"tag":89,"props":16915,"children":16916},{"__ignoreMap":126},[16917,16925,16942,16958,16974,16990,17015,17053,17089,17126,17161,17198,17235,17271,17306,17341,17376,17412,17448,17456,17493,17530,17538,17554,17675,17812,17819,17835,17912,17987,18064,18139,18216,18223,18239,18275,18311,18318,18334,18369,18404,18439,18446,18462,18498,18534,18571,18578,18594,18631,18667,18674,18690,18727,18764,18771,18787,18810,18859,18908,18915,18939,18988,18995,19002,19018,19054,19090,19097,19113,19148,19184,19191,19200,19209,19231],{"type":48,"tag":1351,"props":16918,"children":16919},{"class":1353,"line":1354},[16920],{"type":48,"tag":1351,"props":16921,"children":16922},{"style":2657},[16923],{"type":54,"value":16924},"\u002F\u002F tailwind.config.js\n",{"type":48,"tag":1351,"props":16926,"children":16927},{"class":1353,"line":1417},[16928,16933,16938],{"type":48,"tag":1351,"props":16929,"children":16930},{"style":1364},[16931],{"type":54,"value":16932},"module.exports",{"type":48,"tag":1351,"props":16934,"children":16935},{"style":1364},[16936],{"type":54,"value":16937}," =",{"type":48,"tag":1351,"props":16939,"children":16940},{"style":1364},[16941],{"type":54,"value":2035},{"type":48,"tag":1351,"props":16943,"children":16944},{"class":1353,"line":2059},[16945,16950,16954],{"type":48,"tag":1351,"props":16946,"children":16947},{"style":5418},[16948],{"type":54,"value":16949},"  theme",{"type":48,"tag":1351,"props":16951,"children":16952},{"style":1364},[16953],{"type":54,"value":96},{"type":48,"tag":1351,"props":16955,"children":16956},{"style":1364},[16957],{"type":54,"value":2035},{"type":48,"tag":1351,"props":16959,"children":16960},{"class":1353,"line":2081},[16961,16966,16970],{"type":48,"tag":1351,"props":16962,"children":16963},{"style":5418},[16964],{"type":54,"value":16965},"    extend",{"type":48,"tag":1351,"props":16967,"children":16968},{"style":1364},[16969],{"type":54,"value":96},{"type":48,"tag":1351,"props":16971,"children":16972},{"style":1364},[16973],{"type":54,"value":2035},{"type":48,"tag":1351,"props":16975,"children":16976},{"class":1353,"line":2104},[16977,16982,16986],{"type":48,"tag":1351,"props":16978,"children":16979},{"style":5418},[16980],{"type":54,"value":16981},"      colors",{"type":48,"tag":1351,"props":16983,"children":16984},{"style":1364},[16985],{"type":54,"value":96},{"type":48,"tag":1351,"props":16987,"children":16988},{"style":1364},[16989],{"type":54,"value":2035},{"type":48,"tag":1351,"props":16991,"children":16992},{"class":1353,"line":2164},[16993,16998,17003,17007,17011],{"type":48,"tag":1351,"props":16994,"children":16995},{"style":1364},[16996],{"type":54,"value":16997},"        '",{"type":48,"tag":1351,"props":16999,"children":17000},{"style":5418},[17001],{"type":54,"value":17002},"cf",{"type":48,"tag":1351,"props":17004,"children":17005},{"style":1364},[17006],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17008,"children":17009},{"style":1364},[17010],{"type":54,"value":96},{"type":48,"tag":1351,"props":17012,"children":17013},{"style":1364},[17014],{"type":54,"value":2035},{"type":48,"tag":1351,"props":17016,"children":17017},{"class":1353,"line":2713},[17018,17023,17028,17032,17036,17041,17045,17049],{"type":48,"tag":1351,"props":17019,"children":17020},{"style":1364},[17021],{"type":54,"value":17022},"          '",{"type":48,"tag":1351,"props":17024,"children":17025},{"style":5418},[17026],{"type":54,"value":17027},"orange",{"type":48,"tag":1351,"props":17029,"children":17030},{"style":1364},[17031],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17033,"children":17034},{"style":1364},[17035],{"type":54,"value":96},{"type":48,"tag":1351,"props":17037,"children":17038},{"style":1364},[17039],{"type":54,"value":17040}," '",{"type":48,"tag":1351,"props":17042,"children":17043},{"style":2122},[17044],{"type":54,"value":414},{"type":48,"tag":1351,"props":17046,"children":17047},{"style":1364},[17048],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17050,"children":17051},{"style":1364},[17052],{"type":54,"value":3301},{"type":48,"tag":1351,"props":17054,"children":17055},{"class":1353,"line":2722},[17056,17060,17065,17069,17073,17077,17081,17085],{"type":48,"tag":1351,"props":17057,"children":17058},{"style":1364},[17059],{"type":54,"value":17022},{"type":48,"tag":1351,"props":17061,"children":17062},{"style":5418},[17063],{"type":54,"value":17064},"orange-hover",{"type":48,"tag":1351,"props":17066,"children":17067},{"style":1364},[17068],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17070,"children":17071},{"style":1364},[17072],{"type":54,"value":96},{"type":48,"tag":1351,"props":17074,"children":17075},{"style":1364},[17076],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17078,"children":17079},{"style":2122},[17080],{"type":54,"value":449},{"type":48,"tag":1351,"props":17082,"children":17083},{"style":1364},[17084],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17086,"children":17087},{"style":1364},[17088],{"type":54,"value":3301},{"type":48,"tag":1351,"props":17090,"children":17091},{"class":1353,"line":2736},[17092,17096,17101,17105,17109,17113,17118,17122],{"type":48,"tag":1351,"props":17093,"children":17094},{"style":1364},[17095],{"type":54,"value":17022},{"type":48,"tag":1351,"props":17097,"children":17098},{"style":5418},[17099],{"type":54,"value":17100},"orange-light",{"type":48,"tag":1351,"props":17102,"children":17103},{"style":1364},[17104],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17106,"children":17107},{"style":1364},[17108],{"type":54,"value":96},{"type":48,"tag":1351,"props":17110,"children":17111},{"style":1364},[17112],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17114,"children":17115},{"style":2122},[17116],{"type":54,"value":17117},"rgba(255, 72, 1, 0.06)",{"type":48,"tag":1351,"props":17119,"children":17120},{"style":1364},[17121],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17123,"children":17124},{"style":1364},[17125],{"type":54,"value":3301},{"type":48,"tag":1351,"props":17127,"children":17128},{"class":1353,"line":2744},[17129,17133,17137,17141,17145,17149,17153,17157],{"type":48,"tag":1351,"props":17130,"children":17131},{"style":1364},[17132],{"type":54,"value":17022},{"type":48,"tag":1351,"props":17134,"children":17135},{"style":5418},[17136],{"type":54,"value":54},{"type":48,"tag":1351,"props":17138,"children":17139},{"style":1364},[17140],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17142,"children":17143},{"style":1364},[17144],{"type":54,"value":96},{"type":48,"tag":1351,"props":17146,"children":17147},{"style":1364},[17148],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17150,"children":17151},{"style":2122},[17152],{"type":54,"value":308},{"type":48,"tag":1351,"props":17154,"children":17155},{"style":1364},[17156],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17158,"children":17159},{"style":1364},[17160],{"type":54,"value":3301},{"type":48,"tag":1351,"props":17162,"children":17163},{"class":1353,"line":2753},[17164,17168,17173,17177,17181,17185,17190,17194],{"type":48,"tag":1351,"props":17165,"children":17166},{"style":1364},[17167],{"type":54,"value":17022},{"type":48,"tag":1351,"props":17169,"children":17170},{"style":5418},[17171],{"type":54,"value":17172},"text-muted",{"type":48,"tag":1351,"props":17174,"children":17175},{"style":1364},[17176],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17178,"children":17179},{"style":1364},[17180],{"type":54,"value":96},{"type":48,"tag":1351,"props":17182,"children":17183},{"style":1364},[17184],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17186,"children":17187},{"style":2122},[17188],{"type":54,"value":17189},"rgba(82, 16, 0, 0.7)",{"type":48,"tag":1351,"props":17191,"children":17192},{"style":1364},[17193],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17195,"children":17196},{"style":1364},[17197],{"type":54,"value":3301},{"type":48,"tag":1351,"props":17199,"children":17200},{"class":1353,"line":2767},[17201,17205,17210,17214,17218,17222,17227,17231],{"type":48,"tag":1351,"props":17202,"children":17203},{"style":1364},[17204],{"type":54,"value":17022},{"type":48,"tag":1351,"props":17206,"children":17207},{"style":5418},[17208],{"type":54,"value":17209},"text-subtle",{"type":48,"tag":1351,"props":17211,"children":17212},{"style":1364},[17213],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17215,"children":17216},{"style":1364},[17217],{"type":54,"value":96},{"type":48,"tag":1351,"props":17219,"children":17220},{"style":1364},[17221],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17223,"children":17224},{"style":2122},[17225],{"type":54,"value":17226},"rgba(82, 16, 0, 0.4)",{"type":48,"tag":1351,"props":17228,"children":17229},{"style":1364},[17230],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17232,"children":17233},{"style":1364},[17234],{"type":54,"value":3301},{"type":48,"tag":1351,"props":17236,"children":17237},{"class":1353,"line":2781},[17238,17242,17247,17251,17255,17259,17263,17267],{"type":48,"tag":1351,"props":17239,"children":17240},{"style":1364},[17241],{"type":54,"value":17022},{"type":48,"tag":1351,"props":17243,"children":17244},{"style":5418},[17245],{"type":54,"value":17246},"bg-page",{"type":48,"tag":1351,"props":17248,"children":17249},{"style":1364},[17250],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17252,"children":17253},{"style":1364},[17254],{"type":54,"value":96},{"type":48,"tag":1351,"props":17256,"children":17257},{"style":1364},[17258],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17260,"children":17261},{"style":2122},[17262],{"type":54,"value":283},{"type":48,"tag":1351,"props":17264,"children":17265},{"style":1364},[17266],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17268,"children":17269},{"style":1364},[17270],{"type":54,"value":3301},{"type":48,"tag":1351,"props":17272,"children":17273},{"class":1353,"line":2795},[17274,17278,17282,17286,17290,17294,17298,17302],{"type":48,"tag":1351,"props":17275,"children":17276},{"style":1364},[17277],{"type":54,"value":17022},{"type":48,"tag":1351,"props":17279,"children":17280},{"style":5418},[17281],{"type":54,"value":13601},{"type":48,"tag":1351,"props":17283,"children":17284},{"style":1364},[17285],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17287,"children":17288},{"style":1364},[17289],{"type":54,"value":96},{"type":48,"tag":1351,"props":17291,"children":17292},{"style":1364},[17293],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17295,"children":17296},{"style":2122},[17297],{"type":54,"value":283},{"type":48,"tag":1351,"props":17299,"children":17300},{"style":1364},[17301],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17303,"children":17304},{"style":1364},[17305],{"type":54,"value":3301},{"type":48,"tag":1351,"props":17307,"children":17308},{"class":1353,"line":2803},[17309,17313,17317,17321,17325,17329,17333,17337],{"type":48,"tag":1351,"props":17310,"children":17311},{"style":1364},[17312],{"type":54,"value":17022},{"type":48,"tag":1351,"props":17314,"children":17315},{"style":5418},[17316],{"type":54,"value":13609},{"type":48,"tag":1351,"props":17318,"children":17319},{"style":1364},[17320],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17322,"children":17323},{"style":1364},[17324],{"type":54,"value":96},{"type":48,"tag":1351,"props":17326,"children":17327},{"style":1364},[17328],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17330,"children":17331},{"style":2122},[17332],{"type":54,"value":678},{"type":48,"tag":1351,"props":17334,"children":17335},{"style":1364},[17336],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17338,"children":17339},{"style":1364},[17340],{"type":54,"value":3301},{"type":48,"tag":1351,"props":17342,"children":17343},{"class":1353,"line":2812},[17344,17348,17352,17356,17360,17364,17368,17372],{"type":48,"tag":1351,"props":17345,"children":17346},{"style":1364},[17347],{"type":54,"value":17022},{"type":48,"tag":1351,"props":17349,"children":17350},{"style":5418},[17351],{"type":54,"value":13616},{"type":48,"tag":1351,"props":17353,"children":17354},{"style":1364},[17355],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17357,"children":17358},{"style":1364},[17359],{"type":54,"value":96},{"type":48,"tag":1351,"props":17361,"children":17362},{"style":1364},[17363],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17365,"children":17366},{"style":2122},[17367],{"type":54,"value":713},{"type":48,"tag":1351,"props":17369,"children":17370},{"style":1364},[17371],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17373,"children":17374},{"style":1364},[17375],{"type":54,"value":3301},{"type":48,"tag":1351,"props":17377,"children":17378},{"class":1353,"line":2826},[17379,17383,17388,17392,17396,17400,17404,17408],{"type":48,"tag":1351,"props":17380,"children":17381},{"style":1364},[17382],{"type":54,"value":17022},{"type":48,"tag":1351,"props":17384,"children":17385},{"style":5418},[17386],{"type":54,"value":17387},"border",{"type":48,"tag":1351,"props":17389,"children":17390},{"style":1364},[17391],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17393,"children":17394},{"style":1364},[17395],{"type":54,"value":96},{"type":48,"tag":1351,"props":17397,"children":17398},{"style":1364},[17399],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17401,"children":17402},{"style":2122},[17403],{"type":54,"value":748},{"type":48,"tag":1351,"props":17405,"children":17406},{"style":1364},[17407],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17409,"children":17410},{"style":1364},[17411],{"type":54,"value":3301},{"type":48,"tag":1351,"props":17413,"children":17414},{"class":1353,"line":5128},[17415,17419,17424,17428,17432,17436,17440,17444],{"type":48,"tag":1351,"props":17416,"children":17417},{"style":1364},[17418],{"type":54,"value":17022},{"type":48,"tag":1351,"props":17420,"children":17421},{"style":5418},[17422],{"type":54,"value":17423},"border-light",{"type":48,"tag":1351,"props":17425,"children":17426},{"style":1364},[17427],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17429,"children":17430},{"style":1364},[17431],{"type":54,"value":96},{"type":48,"tag":1351,"props":17433,"children":17434},{"style":1364},[17435],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17437,"children":17438},{"style":2122},[17439],{"type":54,"value":783},{"type":48,"tag":1351,"props":17441,"children":17442},{"style":1364},[17443],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17445,"children":17446},{"style":1364},[17447],{"type":54,"value":3301},{"type":48,"tag":1351,"props":17449,"children":17450},{"class":1353,"line":5136},[17451],{"type":48,"tag":1351,"props":17452,"children":17453},{"style":1364},[17454],{"type":54,"value":17455},"        },\n",{"type":48,"tag":1351,"props":17457,"children":17458},{"class":1353,"line":5145},[17459,17463,17468,17472,17476,17480,17485,17489],{"type":48,"tag":1351,"props":17460,"children":17461},{"style":1364},[17462],{"type":54,"value":16997},{"type":48,"tag":1351,"props":17464,"children":17465},{"style":5418},[17466],{"type":54,"value":17467},"aws-orange",{"type":48,"tag":1351,"props":17469,"children":17470},{"style":1364},[17471],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17473,"children":17474},{"style":1364},[17475],{"type":54,"value":96},{"type":48,"tag":1351,"props":17477,"children":17478},{"style":1364},[17479],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17481,"children":17482},{"style":2122},[17483],{"type":54,"value":17484},"#FF9900",{"type":48,"tag":1351,"props":17486,"children":17487},{"style":1364},[17488],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17490,"children":17491},{"style":1364},[17492],{"type":54,"value":3301},{"type":48,"tag":1351,"props":17494,"children":17495},{"class":1353,"line":5162},[17496,17500,17505,17509,17513,17517,17522,17526],{"type":48,"tag":1351,"props":17497,"children":17498},{"style":1364},[17499],{"type":54,"value":16997},{"type":48,"tag":1351,"props":17501,"children":17502},{"style":5418},[17503],{"type":54,"value":17504},"gcp-blue",{"type":48,"tag":1351,"props":17506,"children":17507},{"style":1364},[17508],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17510,"children":17511},{"style":1364},[17512],{"type":54,"value":96},{"type":48,"tag":1351,"props":17514,"children":17515},{"style":1364},[17516],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17518,"children":17519},{"style":2122},[17520],{"type":54,"value":17521},"#4285F4",{"type":48,"tag":1351,"props":17523,"children":17524},{"style":1364},[17525],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17527,"children":17528},{"style":1364},[17529],{"type":54,"value":3301},{"type":48,"tag":1351,"props":17531,"children":17532},{"class":1353,"line":5195},[17533],{"type":48,"tag":1351,"props":17534,"children":17535},{"style":1364},[17536],{"type":54,"value":17537},"      },\n",{"type":48,"tag":1351,"props":17539,"children":17540},{"class":1353,"line":5237},[17541,17546,17550],{"type":48,"tag":1351,"props":17542,"children":17543},{"style":5418},[17544],{"type":54,"value":17545},"      fontFamily",{"type":48,"tag":1351,"props":17547,"children":17548},{"style":1364},[17549],{"type":54,"value":96},{"type":48,"tag":1351,"props":17551,"children":17552},{"style":1364},[17553],{"type":54,"value":2035},{"type":48,"tag":1351,"props":17555,"children":17556},{"class":1353,"line":5245},[17557,17562,17566,17570,17574,17578,17582,17586,17590,17595,17599,17603,17607,17612,17616,17620,17624,17629,17633,17637,17641,17645,17649,17653,17657,17662,17666,17671],{"type":48,"tag":1351,"props":17558,"children":17559},{"style":5418},[17560],{"type":54,"value":17561},"        sans",{"type":48,"tag":1351,"props":17563,"children":17564},{"style":1364},[17565],{"type":54,"value":96},{"type":48,"tag":1351,"props":17567,"children":17568},{"style":1358},[17569],{"type":54,"value":5696},{"type":48,"tag":1351,"props":17571,"children":17572},{"style":1364},[17573],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17575,"children":17576},{"style":2122},[17577],{"type":54,"value":11754},{"type":48,"tag":1351,"props":17579,"children":17580},{"style":1364},[17581],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17583,"children":17584},{"style":1364},[17585],{"type":54,"value":1367},{"type":48,"tag":1351,"props":17587,"children":17588},{"style":1364},[17589],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17591,"children":17592},{"style":2122},[17593],{"type":54,"value":17594},"-apple-system",{"type":48,"tag":1351,"props":17596,"children":17597},{"style":1364},[17598],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17600,"children":17601},{"style":1364},[17602],{"type":54,"value":1367},{"type":48,"tag":1351,"props":17604,"children":17605},{"style":1364},[17606],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17608,"children":17609},{"style":2122},[17610],{"type":54,"value":17611},"system-ui",{"type":48,"tag":1351,"props":17613,"children":17614},{"style":1364},[17615],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17617,"children":17618},{"style":1364},[17619],{"type":54,"value":1367},{"type":48,"tag":1351,"props":17621,"children":17622},{"style":1364},[17623],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17625,"children":17626},{"style":2122},[17627],{"type":54,"value":17628},"BlinkMacSystemFont",{"type":48,"tag":1351,"props":17630,"children":17631},{"style":1364},[17632],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17634,"children":17635},{"style":1364},[17636],{"type":54,"value":1367},{"type":48,"tag":1351,"props":17638,"children":17639},{"style":1364},[17640],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17642,"children":17643},{"style":2122},[17644],{"type":54,"value":11787},{"type":48,"tag":1351,"props":17646,"children":17647},{"style":1364},[17648],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17650,"children":17651},{"style":1364},[17652],{"type":54,"value":1367},{"type":48,"tag":1351,"props":17654,"children":17655},{"style":1364},[17656],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17658,"children":17659},{"style":2122},[17660],{"type":54,"value":17661},"sans-serif",{"type":48,"tag":1351,"props":17663,"children":17664},{"style":1364},[17665],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17667,"children":17668},{"style":1358},[17669],{"type":54,"value":17670},"]",{"type":48,"tag":1351,"props":17672,"children":17673},{"style":1364},[17674],{"type":54,"value":3301},{"type":48,"tag":1351,"props":17676,"children":17677},{"class":1353,"line":5253},[17678,17683,17687,17691,17695,17699,17703,17707,17711,17716,17720,17724,17728,17733,17737,17741,17745,17749,17753,17757,17761,17766,17770,17774,17778,17783,17787,17791,17795,17800,17804,17808],{"type":48,"tag":1351,"props":17679,"children":17680},{"style":5418},[17681],{"type":54,"value":17682},"        mono",{"type":48,"tag":1351,"props":17684,"children":17685},{"style":1364},[17686],{"type":54,"value":96},{"type":48,"tag":1351,"props":17688,"children":17689},{"style":1358},[17690],{"type":54,"value":5696},{"type":48,"tag":1351,"props":17692,"children":17693},{"style":1364},[17694],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17696,"children":17697},{"style":2122},[17698],{"type":54,"value":11825},{"type":48,"tag":1351,"props":17700,"children":17701},{"style":1364},[17702],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17704,"children":17705},{"style":1364},[17706],{"type":54,"value":1367},{"type":48,"tag":1351,"props":17708,"children":17709},{"style":1364},[17710],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17712,"children":17713},{"style":2122},[17714],{"type":54,"value":17715},"ui-monospace",{"type":48,"tag":1351,"props":17717,"children":17718},{"style":1364},[17719],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17721,"children":17722},{"style":1364},[17723],{"type":54,"value":1367},{"type":48,"tag":1351,"props":17725,"children":17726},{"style":1364},[17727],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17729,"children":17730},{"style":2122},[17731],{"type":54,"value":17732},"SFMono-Regular",{"type":48,"tag":1351,"props":17734,"children":17735},{"style":1364},[17736],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17738,"children":17739},{"style":1364},[17740],{"type":54,"value":1367},{"type":48,"tag":1351,"props":17742,"children":17743},{"style":1364},[17744],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17746,"children":17747},{"style":2122},[17748],{"type":54,"value":11842},{"type":48,"tag":1351,"props":17750,"children":17751},{"style":1364},[17752],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17754,"children":17755},{"style":1364},[17756],{"type":54,"value":1367},{"type":48,"tag":1351,"props":17758,"children":17759},{"style":1364},[17760],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17762,"children":17763},{"style":2122},[17764],{"type":54,"value":17765},"Monaco",{"type":48,"tag":1351,"props":17767,"children":17768},{"style":1364},[17769],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17771,"children":17772},{"style":1364},[17773],{"type":54,"value":1367},{"type":48,"tag":1351,"props":17775,"children":17776},{"style":1364},[17777],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17779,"children":17780},{"style":2122},[17781],{"type":54,"value":17782},"Consolas",{"type":48,"tag":1351,"props":17784,"children":17785},{"style":1364},[17786],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17788,"children":17789},{"style":1364},[17790],{"type":54,"value":1367},{"type":48,"tag":1351,"props":17792,"children":17793},{"style":1364},[17794],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17796,"children":17797},{"style":2122},[17798],{"type":54,"value":17799},"monospace",{"type":48,"tag":1351,"props":17801,"children":17802},{"style":1364},[17803],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17805,"children":17806},{"style":1358},[17807],{"type":54,"value":17670},{"type":48,"tag":1351,"props":17809,"children":17810},{"style":1364},[17811],{"type":54,"value":3301},{"type":48,"tag":1351,"props":17813,"children":17814},{"class":1353,"line":5262},[17815],{"type":48,"tag":1351,"props":17816,"children":17817},{"style":1364},[17818],{"type":54,"value":17537},{"type":48,"tag":1351,"props":17820,"children":17821},{"class":1353,"line":5279},[17822,17827,17831],{"type":48,"tag":1351,"props":17823,"children":17824},{"style":5418},[17825],{"type":54,"value":17826},"      fontSize",{"type":48,"tag":1351,"props":17828,"children":17829},{"style":1364},[17830],{"type":54,"value":96},{"type":48,"tag":1351,"props":17832,"children":17833},{"style":1364},[17834],{"type":54,"value":2035},{"type":48,"tag":1351,"props":17836,"children":17837},{"class":1353,"line":5320},[17838,17842,17846,17850,17854,17858,17862,17867,17871,17875,17879,17884,17888,17892,17896,17900,17904,17908],{"type":48,"tag":1351,"props":17839,"children":17840},{"style":1364},[17841],{"type":54,"value":16997},{"type":48,"tag":1351,"props":17843,"children":17844},{"style":5418},[17845],{"type":54,"value":1588},{"type":48,"tag":1351,"props":17847,"children":17848},{"style":1364},[17849],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17851,"children":17852},{"style":1364},[17853],{"type":54,"value":96},{"type":48,"tag":1351,"props":17855,"children":17856},{"style":1358},[17857],{"type":54,"value":5696},{"type":48,"tag":1351,"props":17859,"children":17860},{"style":1364},[17861],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17863,"children":17864},{"style":2122},[17865],{"type":54,"value":17866},"0.9rem",{"type":48,"tag":1351,"props":17868,"children":17869},{"style":1364},[17870],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17872,"children":17873},{"style":1364},[17874],{"type":54,"value":1367},{"type":48,"tag":1351,"props":17876,"children":17877},{"style":1364},[17878],{"type":54,"value":4796},{"type":48,"tag":1351,"props":17880,"children":17881},{"style":5418},[17882],{"type":54,"value":17883}," lineHeight",{"type":48,"tag":1351,"props":17885,"children":17886},{"style":1364},[17887],{"type":54,"value":96},{"type":48,"tag":1351,"props":17889,"children":17890},{"style":1364},[17891],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17893,"children":17894},{"style":2122},[17895],{"type":54,"value":1692},{"type":48,"tag":1351,"props":17897,"children":17898},{"style":1364},[17899],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17901,"children":17902},{"style":1364},[17903],{"type":54,"value":5826},{"type":48,"tag":1351,"props":17905,"children":17906},{"style":1358},[17907],{"type":54,"value":17670},{"type":48,"tag":1351,"props":17909,"children":17910},{"style":1364},[17911],{"type":54,"value":3301},{"type":48,"tag":1351,"props":17913,"children":17914},{"class":1353,"line":5361},[17915,17919,17923,17927,17931,17935,17939,17943,17947,17951,17955,17959,17963,17967,17971,17975,17979,17983],{"type":48,"tag":1351,"props":17916,"children":17917},{"style":1364},[17918],{"type":54,"value":16997},{"type":48,"tag":1351,"props":17920,"children":17921},{"style":5418},[17922],{"type":54,"value":1619},{"type":48,"tag":1351,"props":17924,"children":17925},{"style":1364},[17926],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17928,"children":17929},{"style":1364},[17930],{"type":54,"value":96},{"type":48,"tag":1351,"props":17932,"children":17933},{"style":1358},[17934],{"type":54,"value":5696},{"type":48,"tag":1351,"props":17936,"children":17937},{"style":1364},[17938],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17940,"children":17941},{"style":2122},[17942],{"type":54,"value":2412},{"type":48,"tag":1351,"props":17944,"children":17945},{"style":1364},[17946],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17948,"children":17949},{"style":1364},[17950],{"type":54,"value":1367},{"type":48,"tag":1351,"props":17952,"children":17953},{"style":1364},[17954],{"type":54,"value":4796},{"type":48,"tag":1351,"props":17956,"children":17957},{"style":5418},[17958],{"type":54,"value":17883},{"type":48,"tag":1351,"props":17960,"children":17961},{"style":1364},[17962],{"type":54,"value":96},{"type":48,"tag":1351,"props":17964,"children":17965},{"style":1364},[17966],{"type":54,"value":17040},{"type":48,"tag":1351,"props":17968,"children":17969},{"style":2122},[17970],{"type":54,"value":1629},{"type":48,"tag":1351,"props":17972,"children":17973},{"style":1364},[17974],{"type":54,"value":6993},{"type":48,"tag":1351,"props":17976,"children":17977},{"style":1364},[17978],{"type":54,"value":5826},{"type":48,"tag":1351,"props":17980,"children":17981},{"style":1358},[17982],{"type":54,"value":17670},{"type":48,"tag":1351,"props":17984,"children":17985},{"style":1364},[17986],{"type":54,"value":3301},{"type":48,"tag":1351,"props":17988,"children":17989},{"class":1353,"line":11545},[17990,17994,17998,18002,18006,18010,18014,18019,18023,18027,18031,18035,18039,18043,18048,18052,18056,18060],{"type":48,"tag":1351,"props":17991,"children":17992},{"style":1364},[17993],{"type":54,"value":16997},{"type":48,"tag":1351,"props":17995,"children":17996},{"style":5418},[17997],{"type":54,"value":1650},{"type":48,"tag":1351,"props":17999,"children":18000},{"style":1364},[18001],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18003,"children":18004},{"style":1364},[18005],{"type":54,"value":96},{"type":48,"tag":1351,"props":18007,"children":18008},{"style":1358},[18009],{"type":54,"value":5696},{"type":48,"tag":1351,"props":18011,"children":18012},{"style":1364},[18013],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18015,"children":18016},{"style":2122},[18017],{"type":54,"value":18018},"1.125rem",{"type":48,"tag":1351,"props":18020,"children":18021},{"style":1364},[18022],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18024,"children":18025},{"style":1364},[18026],{"type":54,"value":1367},{"type":48,"tag":1351,"props":18028,"children":18029},{"style":1364},[18030],{"type":54,"value":4796},{"type":48,"tag":1351,"props":18032,"children":18033},{"style":5418},[18034],{"type":54,"value":17883},{"type":48,"tag":1351,"props":18036,"children":18037},{"style":1364},[18038],{"type":54,"value":96},{"type":48,"tag":1351,"props":18040,"children":18041},{"style":1364},[18042],{"type":54,"value":17040},{"type":48,"tag":1351,"props":18044,"children":18045},{"style":2122},[18046],{"type":54,"value":18047},"1.75rem",{"type":48,"tag":1351,"props":18049,"children":18050},{"style":1364},[18051],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18053,"children":18054},{"style":1364},[18055],{"type":54,"value":5826},{"type":48,"tag":1351,"props":18057,"children":18058},{"style":1358},[18059],{"type":54,"value":17670},{"type":48,"tag":1351,"props":18061,"children":18062},{"style":1364},[18063],{"type":54,"value":3301},{"type":48,"tag":1351,"props":18065,"children":18066},{"class":1353,"line":11571},[18067,18071,18075,18079,18083,18087,18091,18095,18099,18103,18107,18111,18115,18119,18123,18127,18131,18135],{"type":48,"tag":1351,"props":18068,"children":18069},{"style":1364},[18070],{"type":54,"value":16997},{"type":48,"tag":1351,"props":18072,"children":18073},{"style":5418},[18074],{"type":54,"value":1714},{"type":48,"tag":1351,"props":18076,"children":18077},{"style":1364},[18078],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18080,"children":18081},{"style":1364},[18082],{"type":54,"value":96},{"type":48,"tag":1351,"props":18084,"children":18085},{"style":1358},[18086],{"type":54,"value":5696},{"type":48,"tag":1351,"props":18088,"children":18089},{"style":1364},[18090],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18092,"children":18093},{"style":2122},[18094],{"type":54,"value":2466},{"type":48,"tag":1351,"props":18096,"children":18097},{"style":1364},[18098],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18100,"children":18101},{"style":1364},[18102],{"type":54,"value":1367},{"type":48,"tag":1351,"props":18104,"children":18105},{"style":1364},[18106],{"type":54,"value":4796},{"type":48,"tag":1351,"props":18108,"children":18109},{"style":5418},[18110],{"type":54,"value":17883},{"type":48,"tag":1351,"props":18112,"children":18113},{"style":1364},[18114],{"type":54,"value":96},{"type":48,"tag":1351,"props":18116,"children":18117},{"style":1364},[18118],{"type":54,"value":17040},{"type":48,"tag":1351,"props":18120,"children":18121},{"style":2122},[18122],{"type":54,"value":2493},{"type":48,"tag":1351,"props":18124,"children":18125},{"style":1364},[18126],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18128,"children":18129},{"style":1364},[18130],{"type":54,"value":5826},{"type":48,"tag":1351,"props":18132,"children":18133},{"style":1358},[18134],{"type":54,"value":17670},{"type":48,"tag":1351,"props":18136,"children":18137},{"style":1364},[18138],{"type":54,"value":3301},{"type":48,"tag":1351,"props":18140,"children":18141},{"class":1353,"line":11597},[18142,18146,18150,18154,18158,18162,18166,18171,18175,18179,18183,18187,18191,18195,18200,18204,18208,18212],{"type":48,"tag":1351,"props":18143,"children":18144},{"style":1364},[18145],{"type":54,"value":16997},{"type":48,"tag":1351,"props":18147,"children":18148},{"style":5418},[18149],{"type":54,"value":1744},{"type":48,"tag":1351,"props":18151,"children":18152},{"style":1364},[18153],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18155,"children":18156},{"style":1364},[18157],{"type":54,"value":96},{"type":48,"tag":1351,"props":18159,"children":18160},{"style":1358},[18161],{"type":54,"value":5696},{"type":48,"tag":1351,"props":18163,"children":18164},{"style":1364},[18165],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18167,"children":18168},{"style":2122},[18169],{"type":54,"value":18170},"1.875rem",{"type":48,"tag":1351,"props":18172,"children":18173},{"style":1364},[18174],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18176,"children":18177},{"style":1364},[18178],{"type":54,"value":1367},{"type":48,"tag":1351,"props":18180,"children":18181},{"style":1364},[18182],{"type":54,"value":4796},{"type":48,"tag":1351,"props":18184,"children":18185},{"style":5418},[18186],{"type":54,"value":17883},{"type":48,"tag":1351,"props":18188,"children":18189},{"style":1364},[18190],{"type":54,"value":96},{"type":48,"tag":1351,"props":18192,"children":18193},{"style":1364},[18194],{"type":54,"value":17040},{"type":48,"tag":1351,"props":18196,"children":18197},{"style":2122},[18198],{"type":54,"value":18199},"2.25rem",{"type":48,"tag":1351,"props":18201,"children":18202},{"style":1364},[18203],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18205,"children":18206},{"style":1364},[18207],{"type":54,"value":5826},{"type":48,"tag":1351,"props":18209,"children":18210},{"style":1358},[18211],{"type":54,"value":17670},{"type":48,"tag":1351,"props":18213,"children":18214},{"style":1364},[18215],{"type":54,"value":3301},{"type":48,"tag":1351,"props":18217,"children":18218},{"class":1353,"line":11623},[18219],{"type":48,"tag":1351,"props":18220,"children":18221},{"style":1364},[18222],{"type":54,"value":17537},{"type":48,"tag":1351,"props":18224,"children":18225},{"class":1353,"line":11631},[18226,18231,18235],{"type":48,"tag":1351,"props":18227,"children":18228},{"style":5418},[18229],{"type":54,"value":18230},"      letterSpacing",{"type":48,"tag":1351,"props":18232,"children":18233},{"style":1364},[18234],{"type":54,"value":96},{"type":48,"tag":1351,"props":18236,"children":18237},{"style":1364},[18238],{"type":54,"value":2035},{"type":48,"tag":1351,"props":18240,"children":18241},{"class":1353,"line":11640},[18242,18246,18251,18255,18259,18263,18267,18271],{"type":48,"tag":1351,"props":18243,"children":18244},{"style":1364},[18245],{"type":54,"value":16997},{"type":48,"tag":1351,"props":18247,"children":18248},{"style":5418},[18249],{"type":54,"value":18250},"tight-heading",{"type":48,"tag":1351,"props":18252,"children":18253},{"style":1364},[18254],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18256,"children":18257},{"style":1364},[18258],{"type":54,"value":96},{"type":48,"tag":1351,"props":18260,"children":18261},{"style":1364},[18262],{"type":54,"value":17040},{"type":48,"tag":1351,"props":18264,"children":18265},{"style":2122},[18266],{"type":54,"value":14076},{"type":48,"tag":1351,"props":18268,"children":18269},{"style":1364},[18270],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18272,"children":18273},{"style":1364},[18274],{"type":54,"value":3301},{"type":48,"tag":1351,"props":18276,"children":18277},{"class":1353,"line":11666},[18278,18282,18287,18291,18295,18299,18303,18307],{"type":48,"tag":1351,"props":18279,"children":18280},{"style":1364},[18281],{"type":54,"value":16997},{"type":48,"tag":1351,"props":18283,"children":18284},{"style":5418},[18285],{"type":54,"value":18286},"logo",{"type":48,"tag":1351,"props":18288,"children":18289},{"style":1364},[18290],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18292,"children":18293},{"style":1364},[18294],{"type":54,"value":96},{"type":48,"tag":1351,"props":18296,"children":18297},{"style":1364},[18298],{"type":54,"value":17040},{"type":48,"tag":1351,"props":18300,"children":18301},{"style":2122},[18302],{"type":54,"value":2000},{"type":48,"tag":1351,"props":18304,"children":18305},{"style":1364},[18306],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18308,"children":18309},{"style":1364},[18310],{"type":54,"value":3301},{"type":48,"tag":1351,"props":18312,"children":18313},{"class":1353,"line":11692},[18314],{"type":48,"tag":1351,"props":18315,"children":18316},{"style":1364},[18317],{"type":54,"value":17537},{"type":48,"tag":1351,"props":18319,"children":18320},{"class":1353,"line":11718},[18321,18326,18330],{"type":48,"tag":1351,"props":18322,"children":18323},{"style":5418},[18324],{"type":54,"value":18325},"      borderRadius",{"type":48,"tag":1351,"props":18327,"children":18328},{"style":1364},[18329],{"type":54,"value":96},{"type":48,"tag":1351,"props":18331,"children":18332},{"style":1364},[18333],{"type":54,"value":2035},{"type":48,"tag":1351,"props":18335,"children":18336},{"class":1353,"line":11726},[18337,18341,18345,18349,18353,18357,18361,18365],{"type":48,"tag":1351,"props":18338,"children":18339},{"style":1364},[18340],{"type":54,"value":16997},{"type":48,"tag":1351,"props":18342,"children":18343},{"style":5418},[18344],{"type":54,"value":1650},{"type":48,"tag":1351,"props":18346,"children":18347},{"style":1364},[18348],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18350,"children":18351},{"style":1364},[18352],{"type":54,"value":96},{"type":48,"tag":1351,"props":18354,"children":18355},{"style":1364},[18356],{"type":54,"value":17040},{"type":48,"tag":1351,"props":18358,"children":18359},{"style":2122},[18360],{"type":54,"value":2358},{"type":48,"tag":1351,"props":18362,"children":18363},{"style":1364},[18364],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18366,"children":18367},{"style":1364},[18368],{"type":54,"value":3301},{"type":48,"tag":1351,"props":18370,"children":18371},{"class":1353,"line":11735},[18372,18376,18380,18384,18388,18392,18396,18400],{"type":48,"tag":1351,"props":18373,"children":18374},{"style":1364},[18375],{"type":54,"value":16997},{"type":48,"tag":1351,"props":18377,"children":18378},{"style":5418},[18379],{"type":54,"value":1682},{"type":48,"tag":1351,"props":18381,"children":18382},{"style":1364},[18383],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18385,"children":18386},{"style":1364},[18387],{"type":54,"value":96},{"type":48,"tag":1351,"props":18389,"children":18390},{"style":1364},[18391],{"type":54,"value":17040},{"type":48,"tag":1351,"props":18393,"children":18394},{"style":2122},[18395],{"type":54,"value":2385},{"type":48,"tag":1351,"props":18397,"children":18398},{"style":1364},[18399],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18401,"children":18402},{"style":1364},[18403],{"type":54,"value":3301},{"type":48,"tag":1351,"props":18405,"children":18406},{"class":1353,"line":11806},[18407,18411,18415,18419,18423,18427,18431,18435],{"type":48,"tag":1351,"props":18408,"children":18409},{"style":1364},[18410],{"type":54,"value":16997},{"type":48,"tag":1351,"props":18412,"children":18413},{"style":5418},[18414],{"type":54,"value":1714},{"type":48,"tag":1351,"props":18416,"children":18417},{"style":1364},[18418],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18420,"children":18421},{"style":1364},[18422],{"type":54,"value":96},{"type":48,"tag":1351,"props":18424,"children":18425},{"style":1364},[18426],{"type":54,"value":17040},{"type":48,"tag":1351,"props":18428,"children":18429},{"style":2122},[18430],{"type":54,"value":2412},{"type":48,"tag":1351,"props":18432,"children":18433},{"style":1364},[18434],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18436,"children":18437},{"style":1364},[18438],{"type":54,"value":3301},{"type":48,"tag":1351,"props":18440,"children":18441},{"class":1353,"line":11879},[18442],{"type":48,"tag":1351,"props":18443,"children":18444},{"style":1364},[18445],{"type":54,"value":17537},{"type":48,"tag":1351,"props":18447,"children":18448},{"class":1353,"line":11887},[18449,18454,18458],{"type":48,"tag":1351,"props":18450,"children":18451},{"style":5418},[18452],{"type":54,"value":18453},"      transitionTimingFunction",{"type":48,"tag":1351,"props":18455,"children":18456},{"style":1364},[18457],{"type":54,"value":96},{"type":48,"tag":1351,"props":18459,"children":18460},{"style":1364},[18461],{"type":54,"value":2035},{"type":48,"tag":1351,"props":18463,"children":18464},{"class":1353,"line":11896},[18465,18469,18473,18477,18481,18485,18490,18494],{"type":48,"tag":1351,"props":18466,"children":18467},{"style":1364},[18468],{"type":54,"value":16997},{"type":48,"tag":1351,"props":18470,"children":18471},{"style":5418},[18472],{"type":54,"value":8084},{"type":48,"tag":1351,"props":18474,"children":18475},{"style":1364},[18476],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18478,"children":18479},{"style":1364},[18480],{"type":54,"value":96},{"type":48,"tag":1351,"props":18482,"children":18483},{"style":1364},[18484],{"type":54,"value":17040},{"type":48,"tag":1351,"props":18486,"children":18487},{"style":2122},[18488],{"type":54,"value":18489},"cubic-bezier(0.25, 0.46, 0.45, 0.94)",{"type":48,"tag":1351,"props":18491,"children":18492},{"style":1364},[18493],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18495,"children":18496},{"style":1364},[18497],{"type":54,"value":3301},{"type":48,"tag":1351,"props":18499,"children":18500},{"class":1353,"line":11917},[18501,18505,18509,18513,18517,18521,18526,18530],{"type":48,"tag":1351,"props":18502,"children":18503},{"style":1364},[18504],{"type":54,"value":16997},{"type":48,"tag":1351,"props":18506,"children":18507},{"style":5418},[18508],{"type":54,"value":14900},{"type":48,"tag":1351,"props":18510,"children":18511},{"style":1364},[18512],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18514,"children":18515},{"style":1364},[18516],{"type":54,"value":96},{"type":48,"tag":1351,"props":18518,"children":18519},{"style":1364},[18520],{"type":54,"value":17040},{"type":48,"tag":1351,"props":18522,"children":18523},{"style":2122},[18524],{"type":54,"value":18525},"cubic-bezier(0.55, 0.085, 0.68, 0.53)",{"type":48,"tag":1351,"props":18527,"children":18528},{"style":1364},[18529],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18531,"children":18532},{"style":1364},[18533],{"type":54,"value":3301},{"type":48,"tag":1351,"props":18535,"children":18536},{"class":1353,"line":11925},[18537,18541,18546,18550,18554,18558,18563,18567],{"type":48,"tag":1351,"props":18538,"children":18539},{"style":1364},[18540],{"type":54,"value":16997},{"type":48,"tag":1351,"props":18542,"children":18543},{"style":5418},[18544],{"type":54,"value":18545},"entrance",{"type":48,"tag":1351,"props":18547,"children":18548},{"style":1364},[18549],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18551,"children":18552},{"style":1364},[18553],{"type":54,"value":96},{"type":48,"tag":1351,"props":18555,"children":18556},{"style":1364},[18557],{"type":54,"value":17040},{"type":48,"tag":1351,"props":18559,"children":18560},{"style":2122},[18561],{"type":54,"value":18562},"cubic-bezier(0.16, 1, 0.3, 1)",{"type":48,"tag":1351,"props":18564,"children":18565},{"style":1364},[18566],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18568,"children":18569},{"style":1364},[18570],{"type":54,"value":3301},{"type":48,"tag":1351,"props":18572,"children":18573},{"class":1353,"line":11934},[18574],{"type":48,"tag":1351,"props":18575,"children":18576},{"style":1364},[18577],{"type":54,"value":17537},{"type":48,"tag":1351,"props":18579,"children":18580},{"class":1353,"line":11955},[18581,18586,18590],{"type":48,"tag":1351,"props":18582,"children":18583},{"style":5418},[18584],{"type":54,"value":18585},"      transitionDuration",{"type":48,"tag":1351,"props":18587,"children":18588},{"style":1364},[18589],{"type":54,"value":96},{"type":48,"tag":1351,"props":18591,"children":18592},{"style":1364},[18593],{"type":54,"value":2035},{"type":48,"tag":1351,"props":18595,"children":18596},{"class":1353,"line":11976},[18597,18601,18606,18610,18614,18618,18623,18627],{"type":48,"tag":1351,"props":18598,"children":18599},{"style":1364},[18600],{"type":54,"value":16997},{"type":48,"tag":1351,"props":18602,"children":18603},{"style":5418},[18604],{"type":54,"value":18605},"160",{"type":48,"tag":1351,"props":18607,"children":18608},{"style":1364},[18609],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18611,"children":18612},{"style":1364},[18613],{"type":54,"value":96},{"type":48,"tag":1351,"props":18615,"children":18616},{"style":1364},[18617],{"type":54,"value":17040},{"type":48,"tag":1351,"props":18619,"children":18620},{"style":2122},[18621],{"type":54,"value":18622},"160ms",{"type":48,"tag":1351,"props":18624,"children":18625},{"style":1364},[18626],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18628,"children":18629},{"style":1364},[18630],{"type":54,"value":3301},{"type":48,"tag":1351,"props":18632,"children":18633},{"class":1353,"line":11997},[18634,18638,18643,18647,18651,18655,18659,18663],{"type":48,"tag":1351,"props":18635,"children":18636},{"style":1364},[18637],{"type":54,"value":16997},{"type":48,"tag":1351,"props":18639,"children":18640},{"style":5418},[18641],{"type":54,"value":18642},"2000",{"type":48,"tag":1351,"props":18644,"children":18645},{"style":1364},[18646],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18648,"children":18649},{"style":1364},[18650],{"type":54,"value":96},{"type":48,"tag":1351,"props":18652,"children":18653},{"style":1364},[18654],{"type":54,"value":17040},{"type":48,"tag":1351,"props":18656,"children":18657},{"style":2122},[18658],{"type":54,"value":16307},{"type":48,"tag":1351,"props":18660,"children":18661},{"style":1364},[18662],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18664,"children":18665},{"style":1364},[18666],{"type":54,"value":3301},{"type":48,"tag":1351,"props":18668,"children":18669},{"class":1353,"line":12018},[18670],{"type":48,"tag":1351,"props":18671,"children":18672},{"style":1364},[18673],{"type":54,"value":17537},{"type":48,"tag":1351,"props":18675,"children":18676},{"class":1353,"line":12040},[18677,18682,18686],{"type":48,"tag":1351,"props":18678,"children":18679},{"style":5418},[18680],{"type":54,"value":18681},"      animation",{"type":48,"tag":1351,"props":18683,"children":18684},{"style":1364},[18685],{"type":54,"value":96},{"type":48,"tag":1351,"props":18687,"children":18688},{"style":1364},[18689],{"type":54,"value":2035},{"type":48,"tag":1351,"props":18691,"children":18692},{"class":1353,"line":12048},[18693,18697,18702,18706,18710,18714,18719,18723],{"type":48,"tag":1351,"props":18694,"children":18695},{"style":1364},[18696],{"type":54,"value":16997},{"type":48,"tag":1351,"props":18698,"children":18699},{"style":5418},[18700],{"type":54,"value":18701},"float-subtle",{"type":48,"tag":1351,"props":18703,"children":18704},{"style":1364},[18705],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18707,"children":18708},{"style":1364},[18709],{"type":54,"value":96},{"type":48,"tag":1351,"props":18711,"children":18712},{"style":1364},[18713],{"type":54,"value":17040},{"type":48,"tag":1351,"props":18715,"children":18716},{"style":2122},[18717],{"type":54,"value":18718},"float-subtle 3s ease-in-out infinite",{"type":48,"tag":1351,"props":18720,"children":18721},{"style":1364},[18722],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18724,"children":18725},{"style":1364},[18726],{"type":54,"value":3301},{"type":48,"tag":1351,"props":18728,"children":18729},{"class":1353,"line":12057},[18730,18734,18739,18743,18747,18751,18756,18760],{"type":48,"tag":1351,"props":18731,"children":18732},{"style":1364},[18733],{"type":54,"value":16997},{"type":48,"tag":1351,"props":18735,"children":18736},{"style":5418},[18737],{"type":54,"value":18738},"dash-draw",{"type":48,"tag":1351,"props":18740,"children":18741},{"style":1364},[18742],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18744,"children":18745},{"style":1364},[18746],{"type":54,"value":96},{"type":48,"tag":1351,"props":18748,"children":18749},{"style":1364},[18750],{"type":54,"value":17040},{"type":48,"tag":1351,"props":18752,"children":18753},{"style":2122},[18754],{"type":54,"value":18755},"dashdraw 0.5s linear infinite",{"type":48,"tag":1351,"props":18757,"children":18758},{"style":1364},[18759],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18761,"children":18762},{"style":1364},[18763],{"type":54,"value":3301},{"type":48,"tag":1351,"props":18765,"children":18766},{"class":1353,"line":12123},[18767],{"type":48,"tag":1351,"props":18768,"children":18769},{"style":1364},[18770],{"type":54,"value":17537},{"type":48,"tag":1351,"props":18772,"children":18773},{"class":1353,"line":12243},[18774,18779,18783],{"type":48,"tag":1351,"props":18775,"children":18776},{"style":5418},[18777],{"type":54,"value":18778},"      keyframes",{"type":48,"tag":1351,"props":18780,"children":18781},{"style":1364},[18782],{"type":54,"value":96},{"type":48,"tag":1351,"props":18784,"children":18785},{"style":1364},[18786],{"type":54,"value":2035},{"type":48,"tag":1351,"props":18788,"children":18789},{"class":1353,"line":12372},[18790,18794,18798,18802,18806],{"type":48,"tag":1351,"props":18791,"children":18792},{"style":1364},[18793],{"type":54,"value":16997},{"type":48,"tag":1351,"props":18795,"children":18796},{"style":5418},[18797],{"type":54,"value":18701},{"type":48,"tag":1351,"props":18799,"children":18800},{"style":1364},[18801],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18803,"children":18804},{"style":1364},[18805],{"type":54,"value":96},{"type":48,"tag":1351,"props":18807,"children":18808},{"style":1364},[18809],{"type":54,"value":2035},{"type":48,"tag":1351,"props":18811,"children":18812},{"class":1353,"line":12441},[18813,18817,18822,18826,18830,18834,18838,18842,18846,18851,18855],{"type":48,"tag":1351,"props":18814,"children":18815},{"style":1364},[18816],{"type":54,"value":17022},{"type":48,"tag":1351,"props":18818,"children":18819},{"style":5418},[18820],{"type":54,"value":18821},"0%, 100%",{"type":48,"tag":1351,"props":18823,"children":18824},{"style":1364},[18825],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18827,"children":18828},{"style":1364},[18829],{"type":54,"value":96},{"type":48,"tag":1351,"props":18831,"children":18832},{"style":1364},[18833],{"type":54,"value":4796},{"type":48,"tag":1351,"props":18835,"children":18836},{"style":5418},[18837],{"type":54,"value":4921},{"type":48,"tag":1351,"props":18839,"children":18840},{"style":1364},[18841],{"type":54,"value":96},{"type":48,"tag":1351,"props":18843,"children":18844},{"style":1364},[18845],{"type":54,"value":17040},{"type":48,"tag":1351,"props":18847,"children":18848},{"style":2122},[18849],{"type":54,"value":18850},"translateY(0)",{"type":48,"tag":1351,"props":18852,"children":18853},{"style":1364},[18854],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18856,"children":18857},{"style":1364},[18858],{"type":54,"value":5446},{"type":48,"tag":1351,"props":18860,"children":18861},{"class":1353,"line":12449},[18862,18866,18871,18875,18879,18883,18887,18891,18895,18900,18904],{"type":48,"tag":1351,"props":18863,"children":18864},{"style":1364},[18865],{"type":54,"value":17022},{"type":48,"tag":1351,"props":18867,"children":18868},{"style":5418},[18869],{"type":54,"value":18870},"50%",{"type":48,"tag":1351,"props":18872,"children":18873},{"style":1364},[18874],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18876,"children":18877},{"style":1364},[18878],{"type":54,"value":96},{"type":48,"tag":1351,"props":18880,"children":18881},{"style":1364},[18882],{"type":54,"value":4796},{"type":48,"tag":1351,"props":18884,"children":18885},{"style":5418},[18886],{"type":54,"value":4921},{"type":48,"tag":1351,"props":18888,"children":18889},{"style":1364},[18890],{"type":54,"value":96},{"type":48,"tag":1351,"props":18892,"children":18893},{"style":1364},[18894],{"type":54,"value":17040},{"type":48,"tag":1351,"props":18896,"children":18897},{"style":2122},[18898],{"type":54,"value":18899},"translateY(-3px)",{"type":48,"tag":1351,"props":18901,"children":18902},{"style":1364},[18903],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18905,"children":18906},{"style":1364},[18907],{"type":54,"value":5446},{"type":48,"tag":1351,"props":18909,"children":18910},{"class":1353,"line":12458},[18911],{"type":48,"tag":1351,"props":18912,"children":18913},{"style":1364},[18914],{"type":54,"value":17455},{"type":48,"tag":1351,"props":18916,"children":18917},{"class":1353,"line":12512},[18918,18922,18927,18931,18935],{"type":48,"tag":1351,"props":18919,"children":18920},{"style":1364},[18921],{"type":54,"value":16997},{"type":48,"tag":1351,"props":18923,"children":18924},{"style":5418},[18925],{"type":54,"value":18926},"dashdraw",{"type":48,"tag":1351,"props":18928,"children":18929},{"style":1364},[18930],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18932,"children":18933},{"style":1364},[18934],{"type":54,"value":96},{"type":48,"tag":1351,"props":18936,"children":18937},{"style":1364},[18938],{"type":54,"value":2035},{"type":48,"tag":1351,"props":18940,"children":18941},{"class":1353,"line":12565},[18942,18946,18951,18955,18959,18963,18968,18972,18976,18980,18984],{"type":48,"tag":1351,"props":18943,"children":18944},{"style":1364},[18945],{"type":54,"value":17022},{"type":48,"tag":1351,"props":18947,"children":18948},{"style":5418},[18949],{"type":54,"value":18950},"0%",{"type":48,"tag":1351,"props":18952,"children":18953},{"style":1364},[18954],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18956,"children":18957},{"style":1364},[18958],{"type":54,"value":96},{"type":48,"tag":1351,"props":18960,"children":18961},{"style":1364},[18962],{"type":54,"value":4796},{"type":48,"tag":1351,"props":18964,"children":18965},{"style":5418},[18966],{"type":54,"value":18967}," strokeDashoffset",{"type":48,"tag":1351,"props":18969,"children":18970},{"style":1364},[18971],{"type":54,"value":96},{"type":48,"tag":1351,"props":18973,"children":18974},{"style":1364},[18975],{"type":54,"value":17040},{"type":48,"tag":1351,"props":18977,"children":18978},{"style":2122},[18979],{"type":54,"value":2515},{"type":48,"tag":1351,"props":18981,"children":18982},{"style":1364},[18983],{"type":54,"value":6993},{"type":48,"tag":1351,"props":18985,"children":18986},{"style":1364},[18987],{"type":54,"value":5446},{"type":48,"tag":1351,"props":18989,"children":18990},{"class":1353,"line":12587},[18991],{"type":48,"tag":1351,"props":18992,"children":18993},{"style":1364},[18994],{"type":54,"value":17455},{"type":48,"tag":1351,"props":18996,"children":18997},{"class":1353,"line":12609},[18998],{"type":48,"tag":1351,"props":18999,"children":19000},{"style":1364},[19001],{"type":54,"value":17537},{"type":48,"tag":1351,"props":19003,"children":19004},{"class":1353,"line":12631},[19005,19010,19014],{"type":48,"tag":1351,"props":19006,"children":19007},{"style":5418},[19008],{"type":54,"value":19009},"      boxShadow",{"type":48,"tag":1351,"props":19011,"children":19012},{"style":1364},[19013],{"type":54,"value":96},{"type":48,"tag":1351,"props":19015,"children":19016},{"style":1364},[19017],{"type":54,"value":2035},{"type":48,"tag":1351,"props":19019,"children":19020},{"class":1353,"line":12639},[19021,19025,19029,19033,19037,19041,19046,19050],{"type":48,"tag":1351,"props":19022,"children":19023},{"style":1364},[19024],{"type":54,"value":16997},{"type":48,"tag":1351,"props":19026,"children":19027},{"style":5418},[19028],{"type":54,"value":15074},{"type":48,"tag":1351,"props":19030,"children":19031},{"style":1364},[19032],{"type":54,"value":6993},{"type":48,"tag":1351,"props":19034,"children":19035},{"style":1364},[19036],{"type":54,"value":96},{"type":48,"tag":1351,"props":19038,"children":19039},{"style":1364},[19040],{"type":54,"value":17040},{"type":48,"tag":1351,"props":19042,"children":19043},{"style":2122},[19044],{"type":54,"value":19045},"0 0 0 3px rgba(255, 72, 1, 0.1)",{"type":48,"tag":1351,"props":19047,"children":19048},{"style":1364},[19049],{"type":54,"value":6993},{"type":48,"tag":1351,"props":19051,"children":19052},{"style":1364},[19053],{"type":54,"value":3301},{"type":48,"tag":1351,"props":19055,"children":19056},{"class":1353,"line":12648},[19057,19061,19065,19069,19073,19077,19082,19086],{"type":48,"tag":1351,"props":19058,"children":19059},{"style":1364},[19060],{"type":54,"value":16997},{"type":48,"tag":1351,"props":19062,"children":19063},{"style":5418},[19064],{"type":54,"value":14686},{"type":48,"tag":1351,"props":19066,"children":19067},{"style":1364},[19068],{"type":54,"value":6993},{"type":48,"tag":1351,"props":19070,"children":19071},{"style":1364},[19072],{"type":54,"value":96},{"type":48,"tag":1351,"props":19074,"children":19075},{"style":1364},[19076],{"type":54,"value":17040},{"type":48,"tag":1351,"props":19078,"children":19079},{"style":2122},[19080],{"type":54,"value":19081},"0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)",{"type":48,"tag":1351,"props":19083,"children":19084},{"style":1364},[19085],{"type":54,"value":6993},{"type":48,"tag":1351,"props":19087,"children":19088},{"style":1364},[19089],{"type":54,"value":3301},{"type":48,"tag":1351,"props":19091,"children":19092},{"class":1353,"line":12670},[19093],{"type":48,"tag":1351,"props":19094,"children":19095},{"style":1364},[19096],{"type":54,"value":17537},{"type":48,"tag":1351,"props":19098,"children":19099},{"class":1353,"line":12692},[19100,19105,19109],{"type":48,"tag":1351,"props":19101,"children":19102},{"style":5418},[19103],{"type":54,"value":19104},"      maxWidth",{"type":48,"tag":1351,"props":19106,"children":19107},{"style":1364},[19108],{"type":54,"value":96},{"type":48,"tag":1351,"props":19110,"children":19111},{"style":1364},[19112],{"type":54,"value":2035},{"type":48,"tag":1351,"props":19114,"children":19115},{"class":1353,"line":12714},[19116,19120,19124,19128,19132,19136,19140,19144],{"type":48,"tag":1351,"props":19117,"children":19118},{"style":1364},[19119],{"type":54,"value":16997},{"type":48,"tag":1351,"props":19121,"children":19122},{"style":5418},[19123],{"type":54,"value":1806},{"type":48,"tag":1351,"props":19125,"children":19126},{"style":1364},[19127],{"type":54,"value":6993},{"type":48,"tag":1351,"props":19129,"children":19130},{"style":1364},[19131],{"type":54,"value":96},{"type":48,"tag":1351,"props":19133,"children":19134},{"style":1364},[19135],{"type":54,"value":17040},{"type":48,"tag":1351,"props":19137,"children":19138},{"style":2122},[19139],{"type":54,"value":12904},{"type":48,"tag":1351,"props":19141,"children":19142},{"style":1364},[19143],{"type":54,"value":6993},{"type":48,"tag":1351,"props":19145,"children":19146},{"style":1364},[19147],{"type":54,"value":3301},{"type":48,"tag":1351,"props":19149,"children":19150},{"class":1353,"line":12736},[19151,19155,19160,19164,19168,19172,19176,19180],{"type":48,"tag":1351,"props":19152,"children":19153},{"style":1364},[19154],{"type":54,"value":16997},{"type":48,"tag":1351,"props":19156,"children":19157},{"style":5418},[19158],{"type":54,"value":19159},"8xl",{"type":48,"tag":1351,"props":19161,"children":19162},{"style":1364},[19163],{"type":54,"value":6993},{"type":48,"tag":1351,"props":19165,"children":19166},{"style":1364},[19167],{"type":54,"value":96},{"type":48,"tag":1351,"props":19169,"children":19170},{"style":1364},[19171],{"type":54,"value":17040},{"type":48,"tag":1351,"props":19173,"children":19174},{"style":2122},[19175],{"type":54,"value":6179},{"type":48,"tag":1351,"props":19177,"children":19178},{"style":1364},[19179],{"type":54,"value":6993},{"type":48,"tag":1351,"props":19181,"children":19182},{"style":1364},[19183],{"type":54,"value":3301},{"type":48,"tag":1351,"props":19185,"children":19186},{"class":1353,"line":12758},[19187],{"type":48,"tag":1351,"props":19188,"children":19189},{"style":1364},[19190],{"type":54,"value":17537},{"type":48,"tag":1351,"props":19192,"children":19194},{"class":1353,"line":19193},73,[19195],{"type":48,"tag":1351,"props":19196,"children":19197},{"style":1364},[19198],{"type":54,"value":19199},"    },\n",{"type":48,"tag":1351,"props":19201,"children":19203},{"class":1353,"line":19202},74,[19204],{"type":48,"tag":1351,"props":19205,"children":19206},{"style":1364},[19207],{"type":54,"value":19208},"  },\n",{"type":48,"tag":1351,"props":19210,"children":19212},{"class":1353,"line":19211},75,[19213,19218,19222,19227],{"type":48,"tag":1351,"props":19214,"children":19215},{"style":5418},[19216],{"type":54,"value":19217},"  plugins",{"type":48,"tag":1351,"props":19219,"children":19220},{"style":1364},[19221],{"type":54,"value":96},{"type":48,"tag":1351,"props":19223,"children":19224},{"style":1358},[19225],{"type":54,"value":19226}," []",{"type":48,"tag":1351,"props":19228,"children":19229},{"style":1364},[19230],{"type":54,"value":3301},{"type":48,"tag":1351,"props":19232,"children":19234},{"class":1353,"line":19233},76,[19235],{"type":48,"tag":1351,"props":19236,"children":19237},{"style":1364},[19238],{"type":54,"value":2170},{"type":48,"tag":12793,"props":19240,"children":19242},{"id":19241},"css-variables-block",[19243],{"type":54,"value":19244},"CSS Variables Block",{"type":48,"tag":118,"props":19246,"children":19248},{"className":1343,"code":19247,"language":1345,"meta":126,"style":126},":root {\n  \u002F* === COLORS === *\u002F\n  \u002F* Primary *\u002F\n  --lp-accent: #FF4801;\n  --lp-accent-hover: #FF7038;\n  --lp-accent-light: rgba(255, 72, 1, 0.06);\n  \n  \u002F* Text *\u002F\n  --lp-text: #521000;\n  --lp-text-muted: rgba(82, 16, 0, 0.7);\n  --lp-text-subtle: rgba(82, 16, 0, 0.4);\n  \n  \u002F* Backgrounds *\u002F\n  --lp-bg-page: #FFFBF5;\n  --lp-bg-100: #FFFBF5;\n  --lp-bg-200: #FFFDFB;\n  --lp-bg-300: #FEF7ED;\n  \n  \u002F* Borders *\u002F\n  --lp-border: #EBD5C1;\n  --lp-border-light: rgba(235, 213, 193, 0.5);\n  \n  \u002F* Semantic *\u002F\n  --lp-success: #16A34A;\n  --lp-success-bg: #DCF7E3;\n  --lp-warning: #EAB308;\n  --lp-error: #DC2626;\n  \n  \u002F* Provider Colors *\u002F\n  --aws-orange: #FF9900;\n  --gcp-blue: #4285F4;\n  \n  \u002F* === TYPOGRAPHY === *\u002F\n  --font-sans: \"Inter\", -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n  --font-mono: \"JetBrains Mono\", ui-monospace, SFMono-Regular, \"SF Mono\", Monaco, Consolas, monospace;\n  \n  \u002F* === SPACING === *\u002F\n  --spacing-unit: 4px;\n  \n  \u002F* === BORDER RADIUS === *\u002F\n  --radius-sm: 4px;\n  --radius-md: 8px;\n  --radius-lg: 12px;\n  --radius-full: 9999px;\n  \n  \u002F* === SHADOWS === *\u002F\n  --shadow-focus: 0 0 0 3px rgba(255, 72, 1, 0.1);\n  --shadow-card: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);\n  --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);\n  \n  \u002F* === TRANSITIONS === *\u002F\n  --ease-standard: cubic-bezier(0, 0, 0.2, 1);\n  --ease-button: cubic-bezier(0.25, 0.46, 0.45, 0.94);\n  --ease-active: cubic-bezier(0.55, 0.085, 0.68, 0.53);\n  --ease-entrance: cubic-bezier(0.16, 1, 0.3, 1);\n  \n  --duration-instant: 100ms;\n  --duration-fast: 150ms;\n  --duration-normal: 200ms;\n  --duration-slow: 500ms;\n  \n  \u002F* === CONTAINERS === *\u002F\n  --container-sm: 640px;\n  --container-md: 768px;\n  --container-lg: 1024px;\n  --container-xl: 1280px;\n  --container-2xl: 1480px;\n}\n\n\u002F* Dark Mode *\u002F\n:root.dark {\n  --lp-accent: #F14602;\n  --lp-text: #F0E3DE;\n  --lp-text-muted: rgba(255, 253, 251, 0.56);\n  --lp-bg-page: #0D0D0D;\n  --lp-bg-100: #121212;\n  --lp-bg-200: #191817;\n  --lp-bg-300: #2A2927;\n  --lp-border: rgba(240, 227, 222, 0.13);\n}\n\n\u002F* Base Styles *\u002F\nhtml {\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n\nbody {\n  margin: 0;\n  background-color: var(--lp-bg-page);\n  color: var(--lp-text);\n  font-family: var(--font-sans);\n  overflow-x: hidden;\n}\n\n\u002F* Focus States *\u002F\n:focus-visible {\n  outline: 2px solid var(--lp-accent);\n  outline-offset: 2px;\n}\n\ninput:focus,\nselect:focus {\n  border-color: var(--lp-accent);\n  box-shadow: var(--shadow-focus);\n}\n\n\u002F* Transitions *\u002F\nbutton,\na,\ninput,\nselect {\n  transition: all 0.2s ease-in-out;\n}\n",[19249],{"type":48,"tag":89,"props":19250,"children":19251},{"__ignoreMap":126},[19252,19267,19275,19283,19306,19329,19381,19388,19396,19419,19471,19522,19529,19537,19560,19583,19606,19629,19636,19644,19667,19718,19725,19733,19756,19781,19804,19827,19834,19842,19866,19890,19897,19905,19980,20064,20071,20079,20098,20105,20113,20132,20151,20170,20189,20196,20204,20271,20395,20518,20525,20533,20585,20636,20692,20745,20752,20772,20791,20810,20830,20837,20845,20864,20883,20902,20922,20941,20948,20955,20962,20985,21008,21031,21082,21106,21129,21153,21178,21230,21238,21246,21255,21267,21287,21307,21315,21323,21335,21355,21383,21411,21441,21462,21470,21478,21487,21503,21539,21559,21567,21575,21595,21615,21643,21672,21680,21688,21697,21709,21722,21734,21746,21776],{"type":48,"tag":1351,"props":19253,"children":19254},{"class":1353,"line":1354},[19255,19259,19263],{"type":48,"tag":1351,"props":19256,"children":19257},{"style":1364},[19258],{"type":54,"value":96},{"type":48,"tag":1351,"props":19260,"children":19261},{"style":5395},[19262],{"type":54,"value":45},{"type":48,"tag":1351,"props":19264,"children":19265},{"style":1364},[19266],{"type":54,"value":2035},{"type":48,"tag":1351,"props":19268,"children":19269},{"class":1353,"line":1417},[19270],{"type":48,"tag":1351,"props":19271,"children":19272},{"style":2657},[19273],{"type":54,"value":19274},"  \u002F* === COLORS === *\u002F\n",{"type":48,"tag":1351,"props":19276,"children":19277},{"class":1353,"line":2059},[19278],{"type":48,"tag":1351,"props":19279,"children":19280},{"style":2657},[19281],{"type":54,"value":19282},"  \u002F* Primary *\u002F\n",{"type":48,"tag":1351,"props":19284,"children":19285},{"class":1353,"line":2081},[19286,19290,19294,19298,19302],{"type":48,"tag":1351,"props":19287,"children":19288},{"style":1358},[19289],{"type":54,"value":7162},{"type":48,"tag":1351,"props":19291,"children":19292},{"style":1364},[19293],{"type":54,"value":96},{"type":48,"tag":1351,"props":19295,"children":19296},{"style":1364},[19297],{"type":54,"value":7171},{"type":48,"tag":1351,"props":19299,"children":19300},{"style":1358},[19301],{"type":54,"value":7176},{"type":48,"tag":1351,"props":19303,"children":19304},{"style":1364},[19305],{"type":54,"value":1414},{"type":48,"tag":1351,"props":19307,"children":19308},{"class":1353,"line":2104},[19309,19313,19317,19321,19325],{"type":48,"tag":1351,"props":19310,"children":19311},{"style":1358},[19312],{"type":54,"value":10972},{"type":48,"tag":1351,"props":19314,"children":19315},{"style":1364},[19316],{"type":54,"value":96},{"type":48,"tag":1351,"props":19318,"children":19319},{"style":1364},[19320],{"type":54,"value":7171},{"type":48,"tag":1351,"props":19322,"children":19323},{"style":1358},[19324],{"type":54,"value":10985},{"type":48,"tag":1351,"props":19326,"children":19327},{"style":1364},[19328],{"type":54,"value":1414},{"type":48,"tag":1351,"props":19330,"children":19331},{"class":1353,"line":2164},[19332,19336,19340,19344,19348,19352,19356,19360,19364,19368,19372,19377],{"type":48,"tag":1351,"props":19333,"children":19334},{"style":1358},[19335],{"type":54,"value":10997},{"type":48,"tag":1351,"props":19337,"children":19338},{"style":1364},[19339],{"type":54,"value":96},{"type":48,"tag":1351,"props":19341,"children":19342},{"style":4928},[19343],{"type":54,"value":7222},{"type":48,"tag":1351,"props":19345,"children":19346},{"style":1364},[19347],{"type":54,"value":4936},{"type":48,"tag":1351,"props":19349,"children":19350},{"style":2133},[19351],{"type":54,"value":7461},{"type":48,"tag":1351,"props":19353,"children":19354},{"style":1364},[19355],{"type":54,"value":1367},{"type":48,"tag":1351,"props":19357,"children":19358},{"style":2133},[19359],{"type":54,"value":3921},{"type":48,"tag":1351,"props":19361,"children":19362},{"style":1364},[19363],{"type":54,"value":1367},{"type":48,"tag":1351,"props":19365,"children":19366},{"style":2133},[19367],{"type":54,"value":2136},{"type":48,"tag":1351,"props":19369,"children":19370},{"style":1364},[19371],{"type":54,"value":1367},{"type":48,"tag":1351,"props":19373,"children":19374},{"style":2133},[19375],{"type":54,"value":19376}," 0.06",{"type":48,"tag":1351,"props":19378,"children":19379},{"style":1364},[19380],{"type":54,"value":3442},{"type":48,"tag":1351,"props":19382,"children":19383},{"class":1353,"line":2713},[19384],{"type":48,"tag":1351,"props":19385,"children":19386},{"style":1358},[19387],{"type":54,"value":11049},{"type":48,"tag":1351,"props":19389,"children":19390},{"class":1353,"line":2722},[19391],{"type":48,"tag":1351,"props":19392,"children":19393},{"style":2657},[19394],{"type":54,"value":19395},"  \u002F* Text *\u002F\n",{"type":48,"tag":1351,"props":19397,"children":19398},{"class":1353,"line":2736},[19399,19403,19407,19411,19415],{"type":48,"tag":1351,"props":19400,"children":19401},{"style":1358},[19402],{"type":54,"value":7188},{"type":48,"tag":1351,"props":19404,"children":19405},{"style":1364},[19406],{"type":54,"value":96},{"type":48,"tag":1351,"props":19408,"children":19409},{"style":1364},[19410],{"type":54,"value":7171},{"type":48,"tag":1351,"props":19412,"children":19413},{"style":1358},[19414],{"type":54,"value":7201},{"type":48,"tag":1351,"props":19416,"children":19417},{"style":1364},[19418],{"type":54,"value":1414},{"type":48,"tag":1351,"props":19420,"children":19421},{"class":1353,"line":2744},[19422,19426,19430,19434,19438,19442,19446,19450,19454,19458,19462,19467],{"type":48,"tag":1351,"props":19423,"children":19424},{"style":1358},[19425],{"type":54,"value":7213},{"type":48,"tag":1351,"props":19427,"children":19428},{"style":1364},[19429],{"type":54,"value":96},{"type":48,"tag":1351,"props":19431,"children":19432},{"style":4928},[19433],{"type":54,"value":7222},{"type":48,"tag":1351,"props":19435,"children":19436},{"style":1364},[19437],{"type":54,"value":4936},{"type":48,"tag":1351,"props":19439,"children":19440},{"style":2133},[19441],{"type":54,"value":7231},{"type":48,"tag":1351,"props":19443,"children":19444},{"style":1364},[19445],{"type":54,"value":1367},{"type":48,"tag":1351,"props":19447,"children":19448},{"style":2133},[19449],{"type":54,"value":3705},{"type":48,"tag":1351,"props":19451,"children":19452},{"style":1364},[19453],{"type":54,"value":1367},{"type":48,"tag":1351,"props":19455,"children":19456},{"style":2133},[19457],{"type":54,"value":3283},{"type":48,"tag":1351,"props":19459,"children":19460},{"style":1364},[19461],{"type":54,"value":1367},{"type":48,"tag":1351,"props":19463,"children":19464},{"style":2133},[19465],{"type":54,"value":19466}," 0.7",{"type":48,"tag":1351,"props":19468,"children":19469},{"style":1364},[19470],{"type":54,"value":3442},{"type":48,"tag":1351,"props":19472,"children":19473},{"class":1353,"line":2753},[19474,19478,19482,19486,19490,19494,19498,19502,19506,19510,19514,19518],{"type":48,"tag":1351,"props":19475,"children":19476},{"style":1358},[19477],{"type":54,"value":11139},{"type":48,"tag":1351,"props":19479,"children":19480},{"style":1364},[19481],{"type":54,"value":96},{"type":48,"tag":1351,"props":19483,"children":19484},{"style":4928},[19485],{"type":54,"value":7222},{"type":48,"tag":1351,"props":19487,"children":19488},{"style":1364},[19489],{"type":54,"value":4936},{"type":48,"tag":1351,"props":19491,"children":19492},{"style":2133},[19493],{"type":54,"value":7231},{"type":48,"tag":1351,"props":19495,"children":19496},{"style":1364},[19497],{"type":54,"value":1367},{"type":48,"tag":1351,"props":19499,"children":19500},{"style":2133},[19501],{"type":54,"value":3705},{"type":48,"tag":1351,"props":19503,"children":19504},{"style":1364},[19505],{"type":54,"value":1367},{"type":48,"tag":1351,"props":19507,"children":19508},{"style":2133},[19509],{"type":54,"value":3283},{"type":48,"tag":1351,"props":19511,"children":19512},{"style":1364},[19513],{"type":54,"value":1367},{"type":48,"tag":1351,"props":19515,"children":19516},{"style":2133},[19517],{"type":54,"value":5679},{"type":48,"tag":1351,"props":19519,"children":19520},{"style":1364},[19521],{"type":54,"value":3442},{"type":48,"tag":1351,"props":19523,"children":19524},{"class":1353,"line":2767},[19525],{"type":48,"tag":1351,"props":19526,"children":19527},{"style":1358},[19528],{"type":54,"value":11049},{"type":48,"tag":1351,"props":19530,"children":19531},{"class":1353,"line":2781},[19532],{"type":48,"tag":1351,"props":19533,"children":19534},{"style":2657},[19535],{"type":54,"value":19536},"  \u002F* Backgrounds *\u002F\n",{"type":48,"tag":1351,"props":19538,"children":19539},{"class":1353,"line":2795},[19540,19544,19548,19552,19556],{"type":48,"tag":1351,"props":19541,"children":19542},{"style":1358},[19543],{"type":54,"value":11207},{"type":48,"tag":1351,"props":19545,"children":19546},{"style":1364},[19547],{"type":54,"value":96},{"type":48,"tag":1351,"props":19549,"children":19550},{"style":1364},[19551],{"type":54,"value":7171},{"type":48,"tag":1351,"props":19553,"children":19554},{"style":1358},[19555],{"type":54,"value":7281},{"type":48,"tag":1351,"props":19557,"children":19558},{"style":1364},[19559],{"type":54,"value":1414},{"type":48,"tag":1351,"props":19561,"children":19562},{"class":1353,"line":2803},[19563,19567,19571,19575,19579],{"type":48,"tag":1351,"props":19564,"children":19565},{"style":1358},[19566],{"type":54,"value":7268},{"type":48,"tag":1351,"props":19568,"children":19569},{"style":1364},[19570],{"type":54,"value":96},{"type":48,"tag":1351,"props":19572,"children":19573},{"style":1364},[19574],{"type":54,"value":7171},{"type":48,"tag":1351,"props":19576,"children":19577},{"style":1358},[19578],{"type":54,"value":7281},{"type":48,"tag":1351,"props":19580,"children":19581},{"style":1364},[19582],{"type":54,"value":1414},{"type":48,"tag":1351,"props":19584,"children":19585},{"class":1353,"line":2812},[19586,19590,19594,19598,19602],{"type":48,"tag":1351,"props":19587,"children":19588},{"style":1358},[19589],{"type":54,"value":7293},{"type":48,"tag":1351,"props":19591,"children":19592},{"style":1364},[19593],{"type":54,"value":96},{"type":48,"tag":1351,"props":19595,"children":19596},{"style":1364},[19597],{"type":54,"value":7171},{"type":48,"tag":1351,"props":19599,"children":19600},{"style":1358},[19601],{"type":54,"value":7306},{"type":48,"tag":1351,"props":19603,"children":19604},{"style":1364},[19605],{"type":54,"value":1414},{"type":48,"tag":1351,"props":19607,"children":19608},{"class":1353,"line":2826},[19609,19613,19617,19621,19625],{"type":48,"tag":1351,"props":19610,"children":19611},{"style":1358},[19612],{"type":54,"value":11278},{"type":48,"tag":1351,"props":19614,"children":19615},{"style":1364},[19616],{"type":54,"value":96},{"type":48,"tag":1351,"props":19618,"children":19619},{"style":1364},[19620],{"type":54,"value":7171},{"type":48,"tag":1351,"props":19622,"children":19623},{"style":1358},[19624],{"type":54,"value":11291},{"type":48,"tag":1351,"props":19626,"children":19627},{"style":1364},[19628],{"type":54,"value":1414},{"type":48,"tag":1351,"props":19630,"children":19631},{"class":1353,"line":5128},[19632],{"type":48,"tag":1351,"props":19633,"children":19634},{"style":1358},[19635],{"type":54,"value":11049},{"type":48,"tag":1351,"props":19637,"children":19638},{"class":1353,"line":5136},[19639],{"type":48,"tag":1351,"props":19640,"children":19641},{"style":2657},[19642],{"type":54,"value":19643},"  \u002F* Borders *\u002F\n",{"type":48,"tag":1351,"props":19645,"children":19646},{"class":1353,"line":5145},[19647,19651,19655,19659,19663],{"type":48,"tag":1351,"props":19648,"children":19649},{"style":1358},[19650],{"type":54,"value":7318},{"type":48,"tag":1351,"props":19652,"children":19653},{"style":1364},[19654],{"type":54,"value":96},{"type":48,"tag":1351,"props":19656,"children":19657},{"style":1364},[19658],{"type":54,"value":7171},{"type":48,"tag":1351,"props":19660,"children":19661},{"style":1358},[19662],{"type":54,"value":7331},{"type":48,"tag":1351,"props":19664,"children":19665},{"style":1364},[19666],{"type":54,"value":1414},{"type":48,"tag":1351,"props":19668,"children":19669},{"class":1353,"line":5162},[19670,19674,19678,19682,19686,19690,19694,19698,19702,19706,19710,19714],{"type":48,"tag":1351,"props":19671,"children":19672},{"style":1358},[19673],{"type":54,"value":11341},{"type":48,"tag":1351,"props":19675,"children":19676},{"style":1364},[19677],{"type":54,"value":96},{"type":48,"tag":1351,"props":19679,"children":19680},{"style":4928},[19681],{"type":54,"value":7222},{"type":48,"tag":1351,"props":19683,"children":19684},{"style":1364},[19685],{"type":54,"value":4936},{"type":48,"tag":1351,"props":19687,"children":19688},{"style":2133},[19689],{"type":54,"value":11358},{"type":48,"tag":1351,"props":19691,"children":19692},{"style":1364},[19693],{"type":54,"value":1367},{"type":48,"tag":1351,"props":19695,"children":19696},{"style":2133},[19697],{"type":54,"value":11367},{"type":48,"tag":1351,"props":19699,"children":19700},{"style":1364},[19701],{"type":54,"value":1367},{"type":48,"tag":1351,"props":19703,"children":19704},{"style":2133},[19705],{"type":54,"value":11376},{"type":48,"tag":1351,"props":19707,"children":19708},{"style":1364},[19709],{"type":54,"value":1367},{"type":48,"tag":1351,"props":19711,"children":19712},{"style":2133},[19713],{"type":54,"value":5110},{"type":48,"tag":1351,"props":19715,"children":19716},{"style":1364},[19717],{"type":54,"value":3442},{"type":48,"tag":1351,"props":19719,"children":19720},{"class":1353,"line":5195},[19721],{"type":48,"tag":1351,"props":19722,"children":19723},{"style":1358},[19724],{"type":54,"value":11049},{"type":48,"tag":1351,"props":19726,"children":19727},{"class":1353,"line":5237},[19728],{"type":48,"tag":1351,"props":19729,"children":19730},{"style":2657},[19731],{"type":54,"value":19732},"  \u002F* Semantic *\u002F\n",{"type":48,"tag":1351,"props":19734,"children":19735},{"class":1353,"line":5245},[19736,19740,19744,19748,19752],{"type":48,"tag":1351,"props":19737,"children":19738},{"style":1358},[19739],{"type":54,"value":11411},{"type":48,"tag":1351,"props":19741,"children":19742},{"style":1364},[19743],{"type":54,"value":96},{"type":48,"tag":1351,"props":19745,"children":19746},{"style":1364},[19747],{"type":54,"value":7171},{"type":48,"tag":1351,"props":19749,"children":19750},{"style":1358},[19751],{"type":54,"value":11424},{"type":48,"tag":1351,"props":19753,"children":19754},{"style":1364},[19755],{"type":54,"value":1414},{"type":48,"tag":1351,"props":19757,"children":19758},{"class":1353,"line":5253},[19759,19764,19768,19772,19777],{"type":48,"tag":1351,"props":19760,"children":19761},{"style":1358},[19762],{"type":54,"value":19763},"  --lp-success-bg",{"type":48,"tag":1351,"props":19765,"children":19766},{"style":1364},[19767],{"type":54,"value":96},{"type":48,"tag":1351,"props":19769,"children":19770},{"style":1364},[19771],{"type":54,"value":7171},{"type":48,"tag":1351,"props":19773,"children":19774},{"style":1358},[19775],{"type":54,"value":19776},"DCF7E3",{"type":48,"tag":1351,"props":19778,"children":19779},{"style":1364},[19780],{"type":54,"value":1414},{"type":48,"tag":1351,"props":19782,"children":19783},{"class":1353,"line":5262},[19784,19788,19792,19796,19800],{"type":48,"tag":1351,"props":19785,"children":19786},{"style":1358},[19787],{"type":54,"value":11436},{"type":48,"tag":1351,"props":19789,"children":19790},{"style":1364},[19791],{"type":54,"value":96},{"type":48,"tag":1351,"props":19793,"children":19794},{"style":1364},[19795],{"type":54,"value":7171},{"type":48,"tag":1351,"props":19797,"children":19798},{"style":1358},[19799],{"type":54,"value":11449},{"type":48,"tag":1351,"props":19801,"children":19802},{"style":1364},[19803],{"type":54,"value":1414},{"type":48,"tag":1351,"props":19805,"children":19806},{"class":1353,"line":5279},[19807,19811,19815,19819,19823],{"type":48,"tag":1351,"props":19808,"children":19809},{"style":1358},[19810],{"type":54,"value":11461},{"type":48,"tag":1351,"props":19812,"children":19813},{"style":1364},[19814],{"type":54,"value":96},{"type":48,"tag":1351,"props":19816,"children":19817},{"style":1364},[19818],{"type":54,"value":7171},{"type":48,"tag":1351,"props":19820,"children":19821},{"style":1358},[19822],{"type":54,"value":8598},{"type":48,"tag":1351,"props":19824,"children":19825},{"style":1364},[19826],{"type":54,"value":1414},{"type":48,"tag":1351,"props":19828,"children":19829},{"class":1353,"line":5320},[19830],{"type":48,"tag":1351,"props":19831,"children":19832},{"style":1358},[19833],{"type":54,"value":11049},{"type":48,"tag":1351,"props":19835,"children":19836},{"class":1353,"line":5361},[19837],{"type":48,"tag":1351,"props":19838,"children":19839},{"style":2657},[19840],{"type":54,"value":19841},"  \u002F* Provider Colors *\u002F\n",{"type":48,"tag":1351,"props":19843,"children":19844},{"class":1353,"line":11545},[19845,19850,19854,19858,19862],{"type":48,"tag":1351,"props":19846,"children":19847},{"style":1358},[19848],{"type":54,"value":19849},"  --aws-orange",{"type":48,"tag":1351,"props":19851,"children":19852},{"style":1364},[19853],{"type":54,"value":96},{"type":48,"tag":1351,"props":19855,"children":19856},{"style":1364},[19857],{"type":54,"value":7171},{"type":48,"tag":1351,"props":19859,"children":19860},{"style":1358},[19861],{"type":54,"value":11659},{"type":48,"tag":1351,"props":19863,"children":19864},{"style":1364},[19865],{"type":54,"value":1414},{"type":48,"tag":1351,"props":19867,"children":19868},{"class":1353,"line":11571},[19869,19874,19878,19882,19886],{"type":48,"tag":1351,"props":19870,"children":19871},{"style":1358},[19872],{"type":54,"value":19873},"  --gcp-blue",{"type":48,"tag":1351,"props":19875,"children":19876},{"style":1364},[19877],{"type":54,"value":96},{"type":48,"tag":1351,"props":19879,"children":19880},{"style":1364},[19881],{"type":54,"value":7171},{"type":48,"tag":1351,"props":19883,"children":19884},{"style":1358},[19885],{"type":54,"value":11685},{"type":48,"tag":1351,"props":19887,"children":19888},{"style":1364},[19889],{"type":54,"value":1414},{"type":48,"tag":1351,"props":19891,"children":19892},{"class":1353,"line":11597},[19893],{"type":48,"tag":1351,"props":19894,"children":19895},{"style":1358},[19896],{"type":54,"value":11049},{"type":48,"tag":1351,"props":19898,"children":19899},{"class":1353,"line":11623},[19900],{"type":48,"tag":1351,"props":19901,"children":19902},{"style":2657},[19903],{"type":54,"value":19904},"  \u002F* === TYPOGRAPHY === *\u002F\n",{"type":48,"tag":1351,"props":19906,"children":19907},{"class":1353,"line":11631},[19908,19912,19916,19920,19924,19928,19932,19936,19940,19944,19948,19952,19956,19960,19964,19968,19972,19976],{"type":48,"tag":1351,"props":19909,"children":19910},{"style":1358},[19911],{"type":54,"value":11741},{"type":48,"tag":1351,"props":19913,"children":19914},{"style":1364},[19915],{"type":54,"value":96},{"type":48,"tag":1351,"props":19917,"children":19918},{"style":1364},[19919],{"type":54,"value":2119},{"type":48,"tag":1351,"props":19921,"children":19922},{"style":2122},[19923],{"type":54,"value":11754},{"type":48,"tag":1351,"props":19925,"children":19926},{"style":1364},[19927],{"type":54,"value":2130},{"type":48,"tag":1351,"props":19929,"children":19930},{"style":1364},[19931],{"type":54,"value":1367},{"type":48,"tag":1351,"props":19933,"children":19934},{"style":1358},[19935],{"type":54,"value":1372},{"type":48,"tag":1351,"props":19937,"children":19938},{"style":1364},[19939],{"type":54,"value":1367},{"type":48,"tag":1351,"props":19941,"children":19942},{"style":1358},[19943],{"type":54,"value":13835},{"type":48,"tag":1351,"props":19945,"children":19946},{"style":1364},[19947],{"type":54,"value":1367},{"type":48,"tag":1351,"props":19949,"children":19950},{"style":1358},[19951],{"type":54,"value":1381},{"type":48,"tag":1351,"props":19953,"children":19954},{"style":1364},[19955],{"type":54,"value":1367},{"type":48,"tag":1351,"props":19957,"children":19958},{"style":1364},[19959],{"type":54,"value":2119},{"type":48,"tag":1351,"props":19961,"children":19962},{"style":2122},[19963],{"type":54,"value":11787},{"type":48,"tag":1351,"props":19965,"children":19966},{"style":1364},[19967],{"type":54,"value":2130},{"type":48,"tag":1351,"props":19969,"children":19970},{"style":1364},[19971],{"type":54,"value":1367},{"type":48,"tag":1351,"props":19973,"children":19974},{"style":1358},[19975],{"type":54,"value":1409},{"type":48,"tag":1351,"props":19977,"children":19978},{"style":1364},[19979],{"type":54,"value":1414},{"type":48,"tag":1351,"props":19981,"children":19982},{"class":1353,"line":11640},[19983,19987,19991,19995,19999,20003,20007,20011,20015,20019,20023,20027,20031,20035,20039,20044,20048,20052,20056,20060],{"type":48,"tag":1351,"props":19984,"children":19985},{"style":1358},[19986],{"type":54,"value":11812},{"type":48,"tag":1351,"props":19988,"children":19989},{"style":1364},[19990],{"type":54,"value":96},{"type":48,"tag":1351,"props":19992,"children":19993},{"style":1364},[19994],{"type":54,"value":2119},{"type":48,"tag":1351,"props":19996,"children":19997},{"style":2122},[19998],{"type":54,"value":11825},{"type":48,"tag":1351,"props":20000,"children":20001},{"style":1364},[20002],{"type":54,"value":2130},{"type":48,"tag":1351,"props":20004,"children":20005},{"style":1364},[20006],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20008,"children":20009},{"style":1358},[20010],{"type":54,"value":13931},{"type":48,"tag":1351,"props":20012,"children":20013},{"style":1364},[20014],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20016,"children":20017},{"style":1358},[20018],{"type":54,"value":13940},{"type":48,"tag":1351,"props":20020,"children":20021},{"style":1364},[20022],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20024,"children":20025},{"style":1364},[20026],{"type":54,"value":2119},{"type":48,"tag":1351,"props":20028,"children":20029},{"style":2122},[20030],{"type":54,"value":11842},{"type":48,"tag":1351,"props":20032,"children":20033},{"style":1364},[20034],{"type":54,"value":2130},{"type":48,"tag":1351,"props":20036,"children":20037},{"style":1364},[20038],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20040,"children":20041},{"style":1358},[20042],{"type":54,"value":20043}," Monaco",{"type":48,"tag":1351,"props":20045,"children":20046},{"style":1364},[20047],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20049,"children":20050},{"style":1358},[20051],{"type":54,"value":13974},{"type":48,"tag":1351,"props":20053,"children":20054},{"style":1364},[20055],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20057,"children":20058},{"style":1358},[20059],{"type":54,"value":11872},{"type":48,"tag":1351,"props":20061,"children":20062},{"style":1364},[20063],{"type":54,"value":1414},{"type":48,"tag":1351,"props":20065,"children":20066},{"class":1353,"line":11666},[20067],{"type":48,"tag":1351,"props":20068,"children":20069},{"style":1358},[20070],{"type":54,"value":11049},{"type":48,"tag":1351,"props":20072,"children":20073},{"class":1353,"line":11692},[20074],{"type":48,"tag":1351,"props":20075,"children":20076},{"style":2657},[20077],{"type":54,"value":20078},"  \u002F* === SPACING === *\u002F\n",{"type":48,"tag":1351,"props":20080,"children":20081},{"class":1353,"line":11718},[20082,20086,20090,20094],{"type":48,"tag":1351,"props":20083,"children":20084},{"style":1358},[20085],{"type":54,"value":11902},{"type":48,"tag":1351,"props":20087,"children":20088},{"style":1364},[20089],{"type":54,"value":96},{"type":48,"tag":1351,"props":20091,"children":20092},{"style":2133},[20093],{"type":54,"value":8763},{"type":48,"tag":1351,"props":20095,"children":20096},{"style":1364},[20097],{"type":54,"value":1414},{"type":48,"tag":1351,"props":20099,"children":20100},{"class":1353,"line":11726},[20101],{"type":48,"tag":1351,"props":20102,"children":20103},{"style":1358},[20104],{"type":54,"value":11049},{"type":48,"tag":1351,"props":20106,"children":20107},{"class":1353,"line":11735},[20108],{"type":48,"tag":1351,"props":20109,"children":20110},{"style":2657},[20111],{"type":54,"value":20112},"  \u002F* === BORDER RADIUS === *\u002F\n",{"type":48,"tag":1351,"props":20114,"children":20115},{"class":1353,"line":11806},[20116,20120,20124,20128],{"type":48,"tag":1351,"props":20117,"children":20118},{"style":1358},[20119],{"type":54,"value":11940},{"type":48,"tag":1351,"props":20121,"children":20122},{"style":1364},[20123],{"type":54,"value":96},{"type":48,"tag":1351,"props":20125,"children":20126},{"style":2133},[20127],{"type":54,"value":8763},{"type":48,"tag":1351,"props":20129,"children":20130},{"style":1364},[20131],{"type":54,"value":1414},{"type":48,"tag":1351,"props":20133,"children":20134},{"class":1353,"line":11879},[20135,20139,20143,20147],{"type":48,"tag":1351,"props":20136,"children":20137},{"style":1358},[20138],{"type":54,"value":11961},{"type":48,"tag":1351,"props":20140,"children":20141},{"style":1364},[20142],{"type":54,"value":96},{"type":48,"tag":1351,"props":20144,"children":20145},{"style":2133},[20146],{"type":54,"value":9289},{"type":48,"tag":1351,"props":20148,"children":20149},{"style":1364},[20150],{"type":54,"value":1414},{"type":48,"tag":1351,"props":20152,"children":20153},{"class":1353,"line":11887},[20154,20158,20162,20166],{"type":48,"tag":1351,"props":20155,"children":20156},{"style":1358},[20157],{"type":54,"value":11982},{"type":48,"tag":1351,"props":20159,"children":20160},{"style":1364},[20161],{"type":54,"value":96},{"type":48,"tag":1351,"props":20163,"children":20164},{"style":2133},[20165],{"type":54,"value":9793},{"type":48,"tag":1351,"props":20167,"children":20168},{"style":1364},[20169],{"type":54,"value":1414},{"type":48,"tag":1351,"props":20171,"children":20172},{"class":1353,"line":11896},[20173,20177,20181,20185],{"type":48,"tag":1351,"props":20174,"children":20175},{"style":1358},[20176],{"type":54,"value":12024},{"type":48,"tag":1351,"props":20178,"children":20179},{"style":1364},[20180],{"type":54,"value":96},{"type":48,"tag":1351,"props":20182,"children":20183},{"style":2133},[20184],{"type":54,"value":12033},{"type":48,"tag":1351,"props":20186,"children":20187},{"style":1364},[20188],{"type":54,"value":1414},{"type":48,"tag":1351,"props":20190,"children":20191},{"class":1353,"line":11917},[20192],{"type":48,"tag":1351,"props":20193,"children":20194},{"style":1358},[20195],{"type":54,"value":11049},{"type":48,"tag":1351,"props":20197,"children":20198},{"class":1353,"line":11925},[20199],{"type":48,"tag":1351,"props":20200,"children":20201},{"style":2657},[20202],{"type":54,"value":20203},"  \u002F* === SHADOWS === *\u002F\n",{"type":48,"tag":1351,"props":20205,"children":20206},{"class":1353,"line":11934},[20207,20211,20215,20219,20223,20227,20231,20235,20239,20243,20247,20251,20255,20259,20263,20267],{"type":48,"tag":1351,"props":20208,"children":20209},{"style":1358},[20210],{"type":54,"value":12378},{"type":48,"tag":1351,"props":20212,"children":20213},{"style":1364},[20214],{"type":54,"value":96},{"type":48,"tag":1351,"props":20216,"children":20217},{"style":2133},[20218],{"type":54,"value":3283},{"type":48,"tag":1351,"props":20220,"children":20221},{"style":2133},[20222],{"type":54,"value":3283},{"type":48,"tag":1351,"props":20224,"children":20225},{"style":2133},[20226],{"type":54,"value":3283},{"type":48,"tag":1351,"props":20228,"children":20229},{"style":2133},[20230],{"type":54,"value":8145},{"type":48,"tag":1351,"props":20232,"children":20233},{"style":4928},[20234],{"type":54,"value":7222},{"type":48,"tag":1351,"props":20236,"children":20237},{"style":1364},[20238],{"type":54,"value":4936},{"type":48,"tag":1351,"props":20240,"children":20241},{"style":2133},[20242],{"type":54,"value":7461},{"type":48,"tag":1351,"props":20244,"children":20245},{"style":1364},[20246],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20248,"children":20249},{"style":2133},[20250],{"type":54,"value":3921},{"type":48,"tag":1351,"props":20252,"children":20253},{"style":1364},[20254],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20256,"children":20257},{"style":2133},[20258],{"type":54,"value":2136},{"type":48,"tag":1351,"props":20260,"children":20261},{"style":1364},[20262],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20264,"children":20265},{"style":2133},[20266],{"type":54,"value":5821},{"type":48,"tag":1351,"props":20268,"children":20269},{"style":1364},[20270],{"type":54,"value":3442},{"type":48,"tag":1351,"props":20272,"children":20273},{"class":1353,"line":11955},[20274,20278,20282,20286,20290,20294,20298,20302,20306,20310,20314,20318,20322,20326,20330,20334,20338,20342,20346,20350,20355,20359,20363,20367,20371,20375,20379,20383,20387,20391],{"type":48,"tag":1351,"props":20275,"children":20276},{"style":1358},[20277],{"type":54,"value":12129},{"type":48,"tag":1351,"props":20279,"children":20280},{"style":1364},[20281],{"type":54,"value":96},{"type":48,"tag":1351,"props":20283,"children":20284},{"style":2133},[20285],{"type":54,"value":3283},{"type":48,"tag":1351,"props":20287,"children":20288},{"style":2133},[20289],{"type":54,"value":8763},{"type":48,"tag":1351,"props":20291,"children":20292},{"style":2133},[20293],{"type":54,"value":12325},{"type":48,"tag":1351,"props":20295,"children":20296},{"style":2133},[20297],{"type":54,"value":8902},{"type":48,"tag":1351,"props":20299,"children":20300},{"style":4928},[20301],{"type":54,"value":7222},{"type":48,"tag":1351,"props":20303,"children":20304},{"style":1364},[20305],{"type":54,"value":4936},{"type":48,"tag":1351,"props":20307,"children":20308},{"style":2133},[20309],{"type":54,"value":2247},{"type":48,"tag":1351,"props":20311,"children":20312},{"style":1364},[20313],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20315,"children":20316},{"style":2133},[20317],{"type":54,"value":2247},{"type":48,"tag":1351,"props":20319,"children":20320},{"style":1364},[20321],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20323,"children":20324},{"style":2133},[20325],{"type":54,"value":2247},{"type":48,"tag":1351,"props":20327,"children":20328},{"style":1364},[20329],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20331,"children":20332},{"style":2133},[20333],{"type":54,"value":16876},{"type":48,"tag":1351,"props":20335,"children":20336},{"style":1364},[20337],{"type":54,"value":12187},{"type":48,"tag":1351,"props":20339,"children":20340},{"style":2133},[20341],{"type":54,"value":3283},{"type":48,"tag":1351,"props":20343,"children":20344},{"style":2133},[20345],{"type":54,"value":8012},{"type":48,"tag":1351,"props":20347,"children":20348},{"style":2133},[20349],{"type":54,"value":8763},{"type":48,"tag":1351,"props":20351,"children":20352},{"style":2133},[20353],{"type":54,"value":20354}," -2px",{"type":48,"tag":1351,"props":20356,"children":20357},{"style":4928},[20358],{"type":54,"value":7222},{"type":48,"tag":1351,"props":20360,"children":20361},{"style":1364},[20362],{"type":54,"value":4936},{"type":48,"tag":1351,"props":20364,"children":20365},{"style":2133},[20366],{"type":54,"value":2247},{"type":48,"tag":1351,"props":20368,"children":20369},{"style":1364},[20370],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20372,"children":20373},{"style":2133},[20374],{"type":54,"value":2247},{"type":48,"tag":1351,"props":20376,"children":20377},{"style":1364},[20378],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20380,"children":20381},{"style":2133},[20382],{"type":54,"value":2247},{"type":48,"tag":1351,"props":20384,"children":20385},{"style":1364},[20386],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20388,"children":20389},{"style":2133},[20390],{"type":54,"value":16876},{"type":48,"tag":1351,"props":20392,"children":20393},{"style":1364},[20394],{"type":54,"value":3442},{"type":48,"tag":1351,"props":20396,"children":20397},{"class":1353,"line":11976},[20398,20402,20406,20410,20414,20418,20422,20426,20430,20434,20438,20442,20446,20450,20454,20458,20462,20466,20470,20474,20478,20482,20486,20490,20494,20498,20502,20506,20510,20514],{"type":48,"tag":1351,"props":20399,"children":20400},{"style":1358},[20401],{"type":54,"value":12249},{"type":48,"tag":1351,"props":20403,"children":20404},{"style":1364},[20405],{"type":54,"value":96},{"type":48,"tag":1351,"props":20407,"children":20408},{"style":2133},[20409],{"type":54,"value":3283},{"type":48,"tag":1351,"props":20411,"children":20412},{"style":2133},[20413],{"type":54,"value":12262},{"type":48,"tag":1351,"props":20415,"children":20416},{"style":2133},[20417],{"type":54,"value":12267},{"type":48,"tag":1351,"props":20419,"children":20420},{"style":2133},[20421],{"type":54,"value":12272},{"type":48,"tag":1351,"props":20423,"children":20424},{"style":4928},[20425],{"type":54,"value":7222},{"type":48,"tag":1351,"props":20427,"children":20428},{"style":1364},[20429],{"type":54,"value":4936},{"type":48,"tag":1351,"props":20431,"children":20432},{"style":2133},[20433],{"type":54,"value":2247},{"type":48,"tag":1351,"props":20435,"children":20436},{"style":1364},[20437],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20439,"children":20440},{"style":2133},[20441],{"type":54,"value":2247},{"type":48,"tag":1351,"props":20443,"children":20444},{"style":1364},[20445],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20447,"children":20448},{"style":2133},[20449],{"type":54,"value":2247},{"type":48,"tag":1351,"props":20451,"children":20452},{"style":1364},[20453],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20455,"children":20456},{"style":2133},[20457],{"type":54,"value":16876},{"type":48,"tag":1351,"props":20459,"children":20460},{"style":1364},[20461],{"type":54,"value":12187},{"type":48,"tag":1351,"props":20463,"children":20464},{"style":2133},[20465],{"type":54,"value":3283},{"type":48,"tag":1351,"props":20467,"children":20468},{"style":2133},[20469],{"type":54,"value":8763},{"type":48,"tag":1351,"props":20471,"children":20472},{"style":2133},[20473],{"type":54,"value":12325},{"type":48,"tag":1351,"props":20475,"children":20476},{"style":2133},[20477],{"type":54,"value":9456},{"type":48,"tag":1351,"props":20479,"children":20480},{"style":4928},[20481],{"type":54,"value":7222},{"type":48,"tag":1351,"props":20483,"children":20484},{"style":1364},[20485],{"type":54,"value":4936},{"type":48,"tag":1351,"props":20487,"children":20488},{"style":2133},[20489],{"type":54,"value":2247},{"type":48,"tag":1351,"props":20491,"children":20492},{"style":1364},[20493],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20495,"children":20496},{"style":2133},[20497],{"type":54,"value":2247},{"type":48,"tag":1351,"props":20499,"children":20500},{"style":1364},[20501],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20503,"children":20504},{"style":2133},[20505],{"type":54,"value":2247},{"type":48,"tag":1351,"props":20507,"children":20508},{"style":1364},[20509],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20511,"children":20512},{"style":2133},[20513],{"type":54,"value":16876},{"type":48,"tag":1351,"props":20515,"children":20516},{"style":1364},[20517],{"type":54,"value":3442},{"type":48,"tag":1351,"props":20519,"children":20520},{"class":1353,"line":11997},[20521],{"type":48,"tag":1351,"props":20522,"children":20523},{"style":1358},[20524],{"type":54,"value":11049},{"type":48,"tag":1351,"props":20526,"children":20527},{"class":1353,"line":12018},[20528],{"type":48,"tag":1351,"props":20529,"children":20530},{"style":2657},[20531],{"type":54,"value":20532},"  \u002F* === TRANSITIONS === *\u002F\n",{"type":48,"tag":1351,"props":20534,"children":20535},{"class":1353,"line":12040},[20536,20541,20545,20549,20553,20557,20561,20565,20569,20573,20577,20581],{"type":48,"tag":1351,"props":20537,"children":20538},{"style":1358},[20539],{"type":54,"value":20540},"  --ease-standard",{"type":48,"tag":1351,"props":20542,"children":20543},{"style":1364},[20544],{"type":54,"value":96},{"type":48,"tag":1351,"props":20546,"children":20547},{"style":4928},[20548],{"type":54,"value":12473},{"type":48,"tag":1351,"props":20550,"children":20551},{"style":1364},[20552],{"type":54,"value":4936},{"type":48,"tag":1351,"props":20554,"children":20555},{"style":2133},[20556],{"type":54,"value":2247},{"type":48,"tag":1351,"props":20558,"children":20559},{"style":1364},[20560],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20562,"children":20563},{"style":2133},[20564],{"type":54,"value":3283},{"type":48,"tag":1351,"props":20566,"children":20567},{"style":1364},[20568],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20570,"children":20571},{"style":2133},[20572],{"type":54,"value":9107},{"type":48,"tag":1351,"props":20574,"children":20575},{"style":1364},[20576],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20578,"children":20579},{"style":2133},[20580],{"type":54,"value":2136},{"type":48,"tag":1351,"props":20582,"children":20583},{"style":1364},[20584],{"type":54,"value":3442},{"type":48,"tag":1351,"props":20586,"children":20587},{"class":1353,"line":12048},[20588,20592,20596,20600,20604,20608,20612,20616,20620,20624,20628,20632],{"type":48,"tag":1351,"props":20589,"children":20590},{"style":1358},[20591],{"type":54,"value":12518},{"type":48,"tag":1351,"props":20593,"children":20594},{"style":1364},[20595],{"type":54,"value":96},{"type":48,"tag":1351,"props":20597,"children":20598},{"style":4928},[20599],{"type":54,"value":12473},{"type":48,"tag":1351,"props":20601,"children":20602},{"style":1364},[20603],{"type":54,"value":4936},{"type":48,"tag":1351,"props":20605,"children":20606},{"style":2133},[20607],{"type":54,"value":5701},{"type":48,"tag":1351,"props":20609,"children":20610},{"style":1364},[20611],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20613,"children":20614},{"style":2133},[20615],{"type":54,"value":5710},{"type":48,"tag":1351,"props":20617,"children":20618},{"style":1364},[20619],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20621,"children":20622},{"style":2133},[20623],{"type":54,"value":5719},{"type":48,"tag":1351,"props":20625,"children":20626},{"style":1364},[20627],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20629,"children":20630},{"style":2133},[20631],{"type":54,"value":5728},{"type":48,"tag":1351,"props":20633,"children":20634},{"style":1364},[20635],{"type":54,"value":3442},{"type":48,"tag":1351,"props":20637,"children":20638},{"class":1353,"line":12057},[20639,20644,20648,20652,20656,20661,20665,20670,20674,20679,20683,20688],{"type":48,"tag":1351,"props":20640,"children":20641},{"style":1358},[20642],{"type":54,"value":20643},"  --ease-active",{"type":48,"tag":1351,"props":20645,"children":20646},{"style":1364},[20647],{"type":54,"value":96},{"type":48,"tag":1351,"props":20649,"children":20650},{"style":4928},[20651],{"type":54,"value":12473},{"type":48,"tag":1351,"props":20653,"children":20654},{"style":1364},[20655],{"type":54,"value":4936},{"type":48,"tag":1351,"props":20657,"children":20658},{"style":2133},[20659],{"type":54,"value":20660},"0.55",{"type":48,"tag":1351,"props":20662,"children":20663},{"style":1364},[20664],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20666,"children":20667},{"style":2133},[20668],{"type":54,"value":20669}," 0.085",{"type":48,"tag":1351,"props":20671,"children":20672},{"style":1364},[20673],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20675,"children":20676},{"style":2133},[20677],{"type":54,"value":20678}," 0.68",{"type":48,"tag":1351,"props":20680,"children":20681},{"style":1364},[20682],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20684,"children":20685},{"style":2133},[20686],{"type":54,"value":20687}," 0.53",{"type":48,"tag":1351,"props":20689,"children":20690},{"style":1364},[20691],{"type":54,"value":3442},{"type":48,"tag":1351,"props":20693,"children":20694},{"class":1353,"line":12123},[20695,20700,20704,20708,20712,20717,20721,20725,20729,20733,20737,20741],{"type":48,"tag":1351,"props":20696,"children":20697},{"style":1358},[20698],{"type":54,"value":20699},"  --ease-entrance",{"type":48,"tag":1351,"props":20701,"children":20702},{"style":1364},[20703],{"type":54,"value":96},{"type":48,"tag":1351,"props":20705,"children":20706},{"style":4928},[20707],{"type":54,"value":12473},{"type":48,"tag":1351,"props":20709,"children":20710},{"style":1364},[20711],{"type":54,"value":4936},{"type":48,"tag":1351,"props":20713,"children":20714},{"style":2133},[20715],{"type":54,"value":20716},"0.16",{"type":48,"tag":1351,"props":20718,"children":20719},{"style":1364},[20720],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20722,"children":20723},{"style":2133},[20724],{"type":54,"value":2136},{"type":48,"tag":1351,"props":20726,"children":20727},{"style":1364},[20728],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20730,"children":20731},{"style":2133},[20732],{"type":54,"value":5508},{"type":48,"tag":1351,"props":20734,"children":20735},{"style":1364},[20736],{"type":54,"value":1367},{"type":48,"tag":1351,"props":20738,"children":20739},{"style":2133},[20740],{"type":54,"value":2136},{"type":48,"tag":1351,"props":20742,"children":20743},{"style":1364},[20744],{"type":54,"value":3442},{"type":48,"tag":1351,"props":20746,"children":20747},{"class":1353,"line":12243},[20748],{"type":48,"tag":1351,"props":20749,"children":20750},{"style":1358},[20751],{"type":54,"value":11049},{"type":48,"tag":1351,"props":20753,"children":20754},{"class":1353,"line":12372},[20755,20760,20764,20768],{"type":48,"tag":1351,"props":20756,"children":20757},{"style":1358},[20758],{"type":54,"value":20759},"  --duration-instant",{"type":48,"tag":1351,"props":20761,"children":20762},{"style":1364},[20763],{"type":54,"value":96},{"type":48,"tag":1351,"props":20765,"children":20766},{"style":2133},[20767],{"type":54,"value":16333},{"type":48,"tag":1351,"props":20769,"children":20770},{"style":1364},[20771],{"type":54,"value":1414},{"type":48,"tag":1351,"props":20773,"children":20774},{"class":1353,"line":12441},[20775,20779,20783,20787],{"type":48,"tag":1351,"props":20776,"children":20777},{"style":1358},[20778],{"type":54,"value":12571},{"type":48,"tag":1351,"props":20780,"children":20781},{"style":1364},[20782],{"type":54,"value":96},{"type":48,"tag":1351,"props":20784,"children":20785},{"style":2133},[20786],{"type":54,"value":12580},{"type":48,"tag":1351,"props":20788,"children":20789},{"style":1364},[20790],{"type":54,"value":1414},{"type":48,"tag":1351,"props":20792,"children":20793},{"class":1353,"line":12449},[20794,20798,20802,20806],{"type":48,"tag":1351,"props":20795,"children":20796},{"style":1358},[20797],{"type":54,"value":12593},{"type":48,"tag":1351,"props":20799,"children":20800},{"style":1364},[20801],{"type":54,"value":96},{"type":48,"tag":1351,"props":20803,"children":20804},{"style":2133},[20805],{"type":54,"value":12602},{"type":48,"tag":1351,"props":20807,"children":20808},{"style":1364},[20809],{"type":54,"value":1414},{"type":48,"tag":1351,"props":20811,"children":20812},{"class":1353,"line":12458},[20813,20817,20821,20826],{"type":48,"tag":1351,"props":20814,"children":20815},{"style":1358},[20816],{"type":54,"value":12615},{"type":48,"tag":1351,"props":20818,"children":20819},{"style":1364},[20820],{"type":54,"value":96},{"type":48,"tag":1351,"props":20822,"children":20823},{"style":2133},[20824],{"type":54,"value":20825}," 500ms",{"type":48,"tag":1351,"props":20827,"children":20828},{"style":1364},[20829],{"type":54,"value":1414},{"type":48,"tag":1351,"props":20831,"children":20832},{"class":1353,"line":12512},[20833],{"type":48,"tag":1351,"props":20834,"children":20835},{"style":1358},[20836],{"type":54,"value":11049},{"type":48,"tag":1351,"props":20838,"children":20839},{"class":1353,"line":12565},[20840],{"type":48,"tag":1351,"props":20841,"children":20842},{"style":2657},[20843],{"type":54,"value":20844},"  \u002F* === CONTAINERS === *\u002F\n",{"type":48,"tag":1351,"props":20846,"children":20847},{"class":1353,"line":12587},[20848,20852,20856,20860],{"type":48,"tag":1351,"props":20849,"children":20850},{"style":1358},[20851],{"type":54,"value":12654},{"type":48,"tag":1351,"props":20853,"children":20854},{"style":1364},[20855],{"type":54,"value":96},{"type":48,"tag":1351,"props":20857,"children":20858},{"style":2133},[20859],{"type":54,"value":12663},{"type":48,"tag":1351,"props":20861,"children":20862},{"style":1364},[20863],{"type":54,"value":1414},{"type":48,"tag":1351,"props":20865,"children":20866},{"class":1353,"line":12609},[20867,20871,20875,20879],{"type":48,"tag":1351,"props":20868,"children":20869},{"style":1358},[20870],{"type":54,"value":12676},{"type":48,"tag":1351,"props":20872,"children":20873},{"style":1364},[20874],{"type":54,"value":96},{"type":48,"tag":1351,"props":20876,"children":20877},{"style":2133},[20878],{"type":54,"value":12685},{"type":48,"tag":1351,"props":20880,"children":20881},{"style":1364},[20882],{"type":54,"value":1414},{"type":48,"tag":1351,"props":20884,"children":20885},{"class":1353,"line":12631},[20886,20890,20894,20898],{"type":48,"tag":1351,"props":20887,"children":20888},{"style":1358},[20889],{"type":54,"value":12698},{"type":48,"tag":1351,"props":20891,"children":20892},{"style":1364},[20893],{"type":54,"value":96},{"type":48,"tag":1351,"props":20895,"children":20896},{"style":2133},[20897],{"type":54,"value":12707},{"type":48,"tag":1351,"props":20899,"children":20900},{"style":1364},[20901],{"type":54,"value":1414},{"type":48,"tag":1351,"props":20903,"children":20904},{"class":1353,"line":12639},[20905,20909,20913,20918],{"type":48,"tag":1351,"props":20906,"children":20907},{"style":1358},[20908],{"type":54,"value":12720},{"type":48,"tag":1351,"props":20910,"children":20911},{"style":1364},[20912],{"type":54,"value":96},{"type":48,"tag":1351,"props":20914,"children":20915},{"style":2133},[20916],{"type":54,"value":20917}," 1280px",{"type":48,"tag":1351,"props":20919,"children":20920},{"style":1364},[20921],{"type":54,"value":1414},{"type":48,"tag":1351,"props":20923,"children":20924},{"class":1353,"line":12648},[20925,20929,20933,20937],{"type":48,"tag":1351,"props":20926,"children":20927},{"style":1358},[20928],{"type":54,"value":12742},{"type":48,"tag":1351,"props":20930,"children":20931},{"style":1364},[20932],{"type":54,"value":96},{"type":48,"tag":1351,"props":20934,"children":20935},{"style":2133},[20936],{"type":54,"value":12751},{"type":48,"tag":1351,"props":20938,"children":20939},{"style":1364},[20940],{"type":54,"value":1414},{"type":48,"tag":1351,"props":20942,"children":20943},{"class":1353,"line":12670},[20944],{"type":48,"tag":1351,"props":20945,"children":20946},{"style":1364},[20947],{"type":54,"value":2170},{"type":48,"tag":1351,"props":20949,"children":20950},{"class":1353,"line":12692},[20951],{"type":48,"tag":1351,"props":20952,"children":20953},{"emptyLinePlaceholder":2679},[20954],{"type":54,"value":2682},{"type":48,"tag":1351,"props":20956,"children":20957},{"class":1353,"line":12714},[20958],{"type":48,"tag":1351,"props":20959,"children":20960},{"style":2657},[20961],{"type":54,"value":3457},{"type":48,"tag":1351,"props":20963,"children":20964},{"class":1353,"line":12736},[20965,20969,20973,20977,20981],{"type":48,"tag":1351,"props":20966,"children":20967},{"style":1364},[20968],{"type":54,"value":96},{"type":48,"tag":1351,"props":20970,"children":20971},{"style":5395},[20972],{"type":54,"value":45},{"type":48,"tag":1351,"props":20974,"children":20975},{"style":1364},[20976],{"type":54,"value":105},{"type":48,"tag":1351,"props":20978,"children":20979},{"style":1406},[20980],{"type":54,"value":7073},{"type":48,"tag":1351,"props":20982,"children":20983},{"style":1364},[20984],{"type":54,"value":2035},{"type":48,"tag":1351,"props":20986,"children":20987},{"class":1353,"line":12758},[20988,20992,20996,21000,21004],{"type":48,"tag":1351,"props":20989,"children":20990},{"style":1358},[20991],{"type":54,"value":7162},{"type":48,"tag":1351,"props":20993,"children":20994},{"style":1364},[20995],{"type":54,"value":96},{"type":48,"tag":1351,"props":20997,"children":20998},{"style":1364},[20999],{"type":54,"value":7171},{"type":48,"tag":1351,"props":21001,"children":21002},{"style":1358},[21003],{"type":54,"value":7409},{"type":48,"tag":1351,"props":21005,"children":21006},{"style":1364},[21007],{"type":54,"value":1414},{"type":48,"tag":1351,"props":21009,"children":21010},{"class":1353,"line":19193},[21011,21015,21019,21023,21027],{"type":48,"tag":1351,"props":21012,"children":21013},{"style":1358},[21014],{"type":54,"value":7188},{"type":48,"tag":1351,"props":21016,"children":21017},{"style":1364},[21018],{"type":54,"value":96},{"type":48,"tag":1351,"props":21020,"children":21021},{"style":1364},[21022],{"type":54,"value":7171},{"type":48,"tag":1351,"props":21024,"children":21025},{"style":1358},[21026],{"type":54,"value":7433},{"type":48,"tag":1351,"props":21028,"children":21029},{"style":1364},[21030],{"type":54,"value":1414},{"type":48,"tag":1351,"props":21032,"children":21033},{"class":1353,"line":19202},[21034,21038,21042,21046,21050,21054,21058,21062,21066,21070,21074,21078],{"type":48,"tag":1351,"props":21035,"children":21036},{"style":1358},[21037],{"type":54,"value":7213},{"type":48,"tag":1351,"props":21039,"children":21040},{"style":1364},[21041],{"type":54,"value":96},{"type":48,"tag":1351,"props":21043,"children":21044},{"style":4928},[21045],{"type":54,"value":7222},{"type":48,"tag":1351,"props":21047,"children":21048},{"style":1364},[21049],{"type":54,"value":4936},{"type":48,"tag":1351,"props":21051,"children":21052},{"style":2133},[21053],{"type":54,"value":7461},{"type":48,"tag":1351,"props":21055,"children":21056},{"style":1364},[21057],{"type":54,"value":1367},{"type":48,"tag":1351,"props":21059,"children":21060},{"style":2133},[21061],{"type":54,"value":7470},{"type":48,"tag":1351,"props":21063,"children":21064},{"style":1364},[21065],{"type":54,"value":1367},{"type":48,"tag":1351,"props":21067,"children":21068},{"style":2133},[21069],{"type":54,"value":7479},{"type":48,"tag":1351,"props":21071,"children":21072},{"style":1364},[21073],{"type":54,"value":1367},{"type":48,"tag":1351,"props":21075,"children":21076},{"style":2133},[21077],{"type":54,"value":7488},{"type":48,"tag":1351,"props":21079,"children":21080},{"style":1364},[21081],{"type":54,"value":3442},{"type":48,"tag":1351,"props":21083,"children":21084},{"class":1353,"line":19211},[21085,21089,21093,21097,21102],{"type":48,"tag":1351,"props":21086,"children":21087},{"style":1358},[21088],{"type":54,"value":11207},{"type":48,"tag":1351,"props":21090,"children":21091},{"style":1364},[21092],{"type":54,"value":96},{"type":48,"tag":1351,"props":21094,"children":21095},{"style":1364},[21096],{"type":54,"value":7171},{"type":48,"tag":1351,"props":21098,"children":21099},{"style":1358},[21100],{"type":54,"value":21101},"0D0D0D",{"type":48,"tag":1351,"props":21103,"children":21104},{"style":1364},[21105],{"type":54,"value":1414},{"type":48,"tag":1351,"props":21107,"children":21108},{"class":1353,"line":19233},[21109,21113,21117,21121,21125],{"type":48,"tag":1351,"props":21110,"children":21111},{"style":1358},[21112],{"type":54,"value":7268},{"type":48,"tag":1351,"props":21114,"children":21115},{"style":1364},[21116],{"type":54,"value":96},{"type":48,"tag":1351,"props":21118,"children":21119},{"style":1364},[21120],{"type":54,"value":7171},{"type":48,"tag":1351,"props":21122,"children":21123},{"style":1358},[21124],{"type":54,"value":7512},{"type":48,"tag":1351,"props":21126,"children":21127},{"style":1364},[21128],{"type":54,"value":1414},{"type":48,"tag":1351,"props":21130,"children":21132},{"class":1353,"line":21131},77,[21133,21137,21141,21145,21149],{"type":48,"tag":1351,"props":21134,"children":21135},{"style":1358},[21136],{"type":54,"value":7293},{"type":48,"tag":1351,"props":21138,"children":21139},{"style":1364},[21140],{"type":54,"value":96},{"type":48,"tag":1351,"props":21142,"children":21143},{"style":1364},[21144],{"type":54,"value":7171},{"type":48,"tag":1351,"props":21146,"children":21147},{"style":1358},[21148],{"type":54,"value":7536},{"type":48,"tag":1351,"props":21150,"children":21151},{"style":1364},[21152],{"type":54,"value":1414},{"type":48,"tag":1351,"props":21154,"children":21156},{"class":1353,"line":21155},78,[21157,21161,21165,21169,21174],{"type":48,"tag":1351,"props":21158,"children":21159},{"style":1358},[21160],{"type":54,"value":11278},{"type":48,"tag":1351,"props":21162,"children":21163},{"style":1364},[21164],{"type":54,"value":96},{"type":48,"tag":1351,"props":21166,"children":21167},{"style":1364},[21168],{"type":54,"value":7171},{"type":48,"tag":1351,"props":21170,"children":21171},{"style":1358},[21172],{"type":54,"value":21173},"2A2927",{"type":48,"tag":1351,"props":21175,"children":21176},{"style":1364},[21177],{"type":54,"value":1414},{"type":48,"tag":1351,"props":21179,"children":21181},{"class":1353,"line":21180},79,[21182,21186,21190,21194,21198,21202,21206,21210,21214,21218,21222,21226],{"type":48,"tag":1351,"props":21183,"children":21184},{"style":1358},[21185],{"type":54,"value":7318},{"type":48,"tag":1351,"props":21187,"children":21188},{"style":1364},[21189],{"type":54,"value":96},{"type":48,"tag":1351,"props":21191,"children":21192},{"style":4928},[21193],{"type":54,"value":7222},{"type":48,"tag":1351,"props":21195,"children":21196},{"style":1364},[21197],{"type":54,"value":4936},{"type":48,"tag":1351,"props":21199,"children":21200},{"style":2133},[21201],{"type":54,"value":7564},{"type":48,"tag":1351,"props":21203,"children":21204},{"style":1364},[21205],{"type":54,"value":1367},{"type":48,"tag":1351,"props":21207,"children":21208},{"style":2133},[21209],{"type":54,"value":7573},{"type":48,"tag":1351,"props":21211,"children":21212},{"style":1364},[21213],{"type":54,"value":1367},{"type":48,"tag":1351,"props":21215,"children":21216},{"style":2133},[21217],{"type":54,"value":7582},{"type":48,"tag":1351,"props":21219,"children":21220},{"style":1364},[21221],{"type":54,"value":1367},{"type":48,"tag":1351,"props":21223,"children":21224},{"style":2133},[21225],{"type":54,"value":7591},{"type":48,"tag":1351,"props":21227,"children":21228},{"style":1364},[21229],{"type":54,"value":3442},{"type":48,"tag":1351,"props":21231,"children":21233},{"class":1353,"line":21232},80,[21234],{"type":48,"tag":1351,"props":21235,"children":21236},{"style":1364},[21237],{"type":54,"value":2170},{"type":48,"tag":1351,"props":21239,"children":21241},{"class":1353,"line":21240},81,[21242],{"type":48,"tag":1351,"props":21243,"children":21244},{"emptyLinePlaceholder":2679},[21245],{"type":54,"value":2682},{"type":48,"tag":1351,"props":21247,"children":21249},{"class":1353,"line":21248},82,[21250],{"type":48,"tag":1351,"props":21251,"children":21252},{"style":2657},[21253],{"type":54,"value":21254},"\u002F* Base Styles *\u002F\n",{"type":48,"tag":1351,"props":21256,"children":21258},{"class":1353,"line":21257},83,[21259,21263],{"type":48,"tag":1351,"props":21260,"children":21261},{"style":1406},[21262],{"type":54,"value":18},{"type":48,"tag":1351,"props":21264,"children":21265},{"style":1364},[21266],{"type":54,"value":2035},{"type":48,"tag":1351,"props":21268,"children":21270},{"class":1353,"line":21269},84,[21271,21275,21279,21283],{"type":48,"tag":1351,"props":21272,"children":21273},{"style":1406},[21274],{"type":54,"value":2043},{"type":48,"tag":1351,"props":21276,"children":21277},{"style":1364},[21278],{"type":54,"value":96},{"type":48,"tag":1351,"props":21280,"children":21281},{"style":1358},[21282],{"type":54,"value":2052},{"type":48,"tag":1351,"props":21284,"children":21285},{"style":1364},[21286],{"type":54,"value":1414},{"type":48,"tag":1351,"props":21288,"children":21290},{"class":1353,"line":21289},85,[21291,21295,21299,21303],{"type":48,"tag":1351,"props":21292,"children":21293},{"style":1406},[21294],{"type":54,"value":2065},{"type":48,"tag":1351,"props":21296,"children":21297},{"style":1364},[21298],{"type":54,"value":96},{"type":48,"tag":1351,"props":21300,"children":21301},{"style":1358},[21302],{"type":54,"value":2074},{"type":48,"tag":1351,"props":21304,"children":21305},{"style":1364},[21306],{"type":54,"value":1414},{"type":48,"tag":1351,"props":21308,"children":21310},{"class":1353,"line":21309},86,[21311],{"type":48,"tag":1351,"props":21312,"children":21313},{"style":1364},[21314],{"type":54,"value":2170},{"type":48,"tag":1351,"props":21316,"children":21318},{"class":1353,"line":21317},87,[21319],{"type":48,"tag":1351,"props":21320,"children":21321},{"emptyLinePlaceholder":2679},[21322],{"type":54,"value":2682},{"type":48,"tag":1351,"props":21324,"children":21326},{"class":1353,"line":21325},88,[21327,21331],{"type":48,"tag":1351,"props":21328,"children":21329},{"style":1406},[21330],{"type":54,"value":2030},{"type":48,"tag":1351,"props":21332,"children":21333},{"style":1364},[21334],{"type":54,"value":2035},{"type":48,"tag":1351,"props":21336,"children":21338},{"class":1353,"line":21337},89,[21339,21343,21347,21351],{"type":48,"tag":1351,"props":21340,"children":21341},{"style":2085},[21342],{"type":54,"value":8893},{"type":48,"tag":1351,"props":21344,"children":21345},{"style":1364},[21346],{"type":54,"value":96},{"type":48,"tag":1351,"props":21348,"children":21349},{"style":2133},[21350],{"type":54,"value":3283},{"type":48,"tag":1351,"props":21352,"children":21353},{"style":1364},[21354],{"type":54,"value":1414},{"type":48,"tag":1351,"props":21356,"children":21358},{"class":1353,"line":21357},90,[21359,21363,21367,21371,21375,21379],{"type":48,"tag":1351,"props":21360,"children":21361},{"style":2085},[21362],{"type":54,"value":9066},{"type":48,"tag":1351,"props":21364,"children":21365},{"style":1364},[21366],{"type":54,"value":96},{"type":48,"tag":1351,"props":21368,"children":21369},{"style":4928},[21370],{"type":54,"value":5217},{"type":48,"tag":1351,"props":21372,"children":21373},{"style":1364},[21374],{"type":54,"value":4936},{"type":48,"tag":1351,"props":21376,"children":21377},{"style":1358},[21378],{"type":54,"value":600},{"type":48,"tag":1351,"props":21380,"children":21381},{"style":1364},[21382],{"type":54,"value":3442},{"type":48,"tag":1351,"props":21384,"children":21386},{"class":1353,"line":21385},91,[21387,21391,21395,21399,21403,21407],{"type":48,"tag":1351,"props":21388,"children":21389},{"style":2085},[21390],{"type":54,"value":8709},{"type":48,"tag":1351,"props":21392,"children":21393},{"style":1364},[21394],{"type":54,"value":96},{"type":48,"tag":1351,"props":21396,"children":21397},{"style":4928},[21398],{"type":54,"value":5217},{"type":48,"tag":1351,"props":21400,"children":21401},{"style":1364},[21402],{"type":54,"value":4936},{"type":48,"tag":1351,"props":21404,"children":21405},{"style":1358},[21406],{"type":54,"value":506},{"type":48,"tag":1351,"props":21408,"children":21409},{"style":1364},[21410],{"type":54,"value":3442},{"type":48,"tag":1351,"props":21412,"children":21414},{"class":1353,"line":21413},92,[21415,21420,21424,21428,21432,21437],{"type":48,"tag":1351,"props":21416,"children":21417},{"style":2085},[21418],{"type":54,"value":21419},"  font-family",{"type":48,"tag":1351,"props":21421,"children":21422},{"style":1364},[21423],{"type":54,"value":96},{"type":48,"tag":1351,"props":21425,"children":21426},{"style":4928},[21427],{"type":54,"value":5217},{"type":48,"tag":1351,"props":21429,"children":21430},{"style":1364},[21431],{"type":54,"value":4936},{"type":48,"tag":1351,"props":21433,"children":21434},{"style":1358},[21435],{"type":54,"value":21436},"--font-sans",{"type":48,"tag":1351,"props":21438,"children":21439},{"style":1364},[21440],{"type":54,"value":3442},{"type":48,"tag":1351,"props":21442,"children":21444},{"class":1353,"line":21443},93,[21445,21450,21454,21458],{"type":48,"tag":1351,"props":21446,"children":21447},{"style":2085},[21448],{"type":54,"value":21449},"  overflow-x",{"type":48,"tag":1351,"props":21451,"children":21452},{"style":1364},[21453],{"type":54,"value":96},{"type":48,"tag":1351,"props":21455,"children":21456},{"style":1358},[21457],{"type":54,"value":8923},{"type":48,"tag":1351,"props":21459,"children":21460},{"style":1364},[21461],{"type":54,"value":1414},{"type":48,"tag":1351,"props":21463,"children":21465},{"class":1353,"line":21464},94,[21466],{"type":48,"tag":1351,"props":21467,"children":21468},{"style":1364},[21469],{"type":54,"value":2170},{"type":48,"tag":1351,"props":21471,"children":21473},{"class":1353,"line":21472},95,[21474],{"type":48,"tag":1351,"props":21475,"children":21476},{"emptyLinePlaceholder":2679},[21477],{"type":54,"value":2682},{"type":48,"tag":1351,"props":21479,"children":21481},{"class":1353,"line":21480},96,[21482],{"type":48,"tag":1351,"props":21483,"children":21484},{"style":2657},[21485],{"type":54,"value":21486},"\u002F* Focus States *\u002F\n",{"type":48,"tag":1351,"props":21488,"children":21490},{"class":1353,"line":21489},97,[21491,21495,21499],{"type":48,"tag":1351,"props":21492,"children":21493},{"style":1364},[21494],{"type":54,"value":96},{"type":48,"tag":1351,"props":21496,"children":21497},{"style":5395},[21498],{"type":54,"value":7991},{"type":48,"tag":1351,"props":21500,"children":21501},{"style":1364},[21502],{"type":54,"value":2035},{"type":48,"tag":1351,"props":21504,"children":21506},{"class":1353,"line":21505},98,[21507,21511,21515,21519,21523,21527,21531,21535],{"type":48,"tag":1351,"props":21508,"children":21509},{"style":2085},[21510],{"type":54,"value":8003},{"type":48,"tag":1351,"props":21512,"children":21513},{"style":1364},[21514],{"type":54,"value":96},{"type":48,"tag":1351,"props":21516,"children":21517},{"style":2133},[21518],{"type":54,"value":8012},{"type":48,"tag":1351,"props":21520,"children":21521},{"style":1358},[21522],{"type":54,"value":8017},{"type":48,"tag":1351,"props":21524,"children":21525},{"style":4928},[21526],{"type":54,"value":8022},{"type":48,"tag":1351,"props":21528,"children":21529},{"style":1364},[21530],{"type":54,"value":4936},{"type":48,"tag":1351,"props":21532,"children":21533},{"style":1358},[21534],{"type":54,"value":405},{"type":48,"tag":1351,"props":21536,"children":21537},{"style":1364},[21538],{"type":54,"value":3442},{"type":48,"tag":1351,"props":21540,"children":21542},{"class":1353,"line":21541},99,[21543,21547,21551,21555],{"type":48,"tag":1351,"props":21544,"children":21545},{"style":2085},[21546],{"type":54,"value":8042},{"type":48,"tag":1351,"props":21548,"children":21549},{"style":1364},[21550],{"type":54,"value":96},{"type":48,"tag":1351,"props":21552,"children":21553},{"style":2133},[21554],{"type":54,"value":8012},{"type":48,"tag":1351,"props":21556,"children":21557},{"style":1364},[21558],{"type":54,"value":1414},{"type":48,"tag":1351,"props":21560,"children":21562},{"class":1353,"line":21561},100,[21563],{"type":48,"tag":1351,"props":21564,"children":21565},{"style":1364},[21566],{"type":54,"value":2170},{"type":48,"tag":1351,"props":21568,"children":21570},{"class":1353,"line":21569},101,[21571],{"type":48,"tag":1351,"props":21572,"children":21573},{"emptyLinePlaceholder":2679},[21574],{"type":54,"value":2682},{"type":48,"tag":1351,"props":21576,"children":21578},{"class":1353,"line":21577},102,[21579,21583,21587,21591],{"type":48,"tag":1351,"props":21580,"children":21581},{"style":1406},[21582],{"type":54,"value":8214},{"type":48,"tag":1351,"props":21584,"children":21585},{"style":1364},[21586],{"type":54,"value":96},{"type":48,"tag":1351,"props":21588,"children":21589},{"style":5395},[21590],{"type":54,"value":15074},{"type":48,"tag":1351,"props":21592,"children":21593},{"style":1364},[21594],{"type":54,"value":3301},{"type":48,"tag":1351,"props":21596,"children":21598},{"class":1353,"line":21597},103,[21599,21603,21607,21611],{"type":48,"tag":1351,"props":21600,"children":21601},{"style":1406},[21602],{"type":54,"value":8234},{"type":48,"tag":1351,"props":21604,"children":21605},{"style":1364},[21606],{"type":54,"value":96},{"type":48,"tag":1351,"props":21608,"children":21609},{"style":5395},[21610],{"type":54,"value":15074},{"type":48,"tag":1351,"props":21612,"children":21613},{"style":1364},[21614],{"type":54,"value":2035},{"type":48,"tag":1351,"props":21616,"children":21618},{"class":1353,"line":21617},104,[21619,21623,21627,21631,21635,21639],{"type":48,"tag":1351,"props":21620,"children":21621},{"style":2085},[21622],{"type":54,"value":8293},{"type":48,"tag":1351,"props":21624,"children":21625},{"style":1364},[21626],{"type":54,"value":96},{"type":48,"tag":1351,"props":21628,"children":21629},{"style":4928},[21630],{"type":54,"value":5217},{"type":48,"tag":1351,"props":21632,"children":21633},{"style":1364},[21634],{"type":54,"value":4936},{"type":48,"tag":1351,"props":21636,"children":21637},{"style":1358},[21638],{"type":54,"value":405},{"type":48,"tag":1351,"props":21640,"children":21641},{"style":1364},[21642],{"type":54,"value":3442},{"type":48,"tag":1351,"props":21644,"children":21646},{"class":1353,"line":21645},105,[21647,21651,21655,21659,21663,21668],{"type":48,"tag":1351,"props":21648,"children":21649},{"style":2085},[21650],{"type":54,"value":8124},{"type":48,"tag":1351,"props":21652,"children":21653},{"style":1364},[21654],{"type":54,"value":96},{"type":48,"tag":1351,"props":21656,"children":21657},{"style":4928},[21658],{"type":54,"value":5217},{"type":48,"tag":1351,"props":21660,"children":21661},{"style":1364},[21662],{"type":54,"value":4936},{"type":48,"tag":1351,"props":21664,"children":21665},{"style":1358},[21666],{"type":54,"value":21667},"--shadow-focus",{"type":48,"tag":1351,"props":21669,"children":21670},{"style":1364},[21671],{"type":54,"value":3442},{"type":48,"tag":1351,"props":21673,"children":21675},{"class":1353,"line":21674},106,[21676],{"type":48,"tag":1351,"props":21677,"children":21678},{"style":1364},[21679],{"type":54,"value":2170},{"type":48,"tag":1351,"props":21681,"children":21683},{"class":1353,"line":21682},107,[21684],{"type":48,"tag":1351,"props":21685,"children":21686},{"emptyLinePlaceholder":2679},[21687],{"type":54,"value":2682},{"type":48,"tag":1351,"props":21689,"children":21691},{"class":1353,"line":21690},108,[21692],{"type":48,"tag":1351,"props":21693,"children":21694},{"style":2657},[21695],{"type":54,"value":21696},"\u002F* Transitions *\u002F\n",{"type":48,"tag":1351,"props":21698,"children":21700},{"class":1353,"line":21699},109,[21701,21705],{"type":48,"tag":1351,"props":21702,"children":21703},{"style":1406},[21704],{"type":54,"value":8084},{"type":48,"tag":1351,"props":21706,"children":21707},{"style":1364},[21708],{"type":54,"value":3301},{"type":48,"tag":1351,"props":21710,"children":21712},{"class":1353,"line":21711},110,[21713,21718],{"type":48,"tag":1351,"props":21714,"children":21715},{"style":1406},[21716],{"type":54,"value":21717},"a",{"type":48,"tag":1351,"props":21719,"children":21720},{"style":1364},[21721],{"type":54,"value":3301},{"type":48,"tag":1351,"props":21723,"children":21725},{"class":1353,"line":21724},111,[21726,21730],{"type":48,"tag":1351,"props":21727,"children":21728},{"style":1406},[21729],{"type":54,"value":8214},{"type":48,"tag":1351,"props":21731,"children":21732},{"style":1364},[21733],{"type":54,"value":3301},{"type":48,"tag":1351,"props":21735,"children":21737},{"class":1353,"line":21736},112,[21738,21742],{"type":48,"tag":1351,"props":21739,"children":21740},{"style":1406},[21741],{"type":54,"value":8234},{"type":48,"tag":1351,"props":21743,"children":21744},{"style":1364},[21745],{"type":54,"value":2035},{"type":48,"tag":1351,"props":21747,"children":21749},{"class":1353,"line":21748},113,[21750,21754,21758,21763,21767,21772],{"type":48,"tag":1351,"props":21751,"children":21752},{"style":2085},[21753],{"type":54,"value":5486},{"type":48,"tag":1351,"props":21755,"children":21756},{"style":1364},[21757],{"type":54,"value":96},{"type":48,"tag":1351,"props":21759,"children":21760},{"style":1358},[21761],{"type":54,"value":21762}," all ",{"type":48,"tag":1351,"props":21764,"children":21765},{"style":2133},[21766],{"type":54,"value":15959},{"type":48,"tag":1351,"props":21768,"children":21769},{"style":1358},[21770],{"type":54,"value":21771}," ease-in-out",{"type":48,"tag":1351,"props":21773,"children":21774},{"style":1364},[21775],{"type":54,"value":1414},{"type":48,"tag":1351,"props":21777,"children":21779},{"class":1353,"line":21778},114,[21780],{"type":48,"tag":1351,"props":21781,"children":21782},{"style":1364},[21783],{"type":54,"value":2170},{"type":48,"tag":12793,"props":21785,"children":21787},{"id":21786},"framer-motion-variants",[21788],{"type":54,"value":21789},"Framer Motion Variants",{"type":48,"tag":118,"props":21791,"children":21793},{"className":5375,"code":21792,"language":5377,"meta":126,"style":126},"\u002F\u002F framer-motion-variants.js\n\n\u002F\u002F Page entrance animation\nexport const pageEntrance = {\n  initial: { opacity: 0 },\n  animate: { \n    opacity: 1,\n    transition: { \n      duration: 0.5, \n      ease: [0.16, 1, 0.3, 1] \n    }\n  }\n};\n\n\u002F\u002F Section slide-up\nexport const sectionSlideUp = {\n  initial: { opacity: 0, y: 20 },\n  animate: { \n    opacity: 1, \n    y: 0,\n    transition: { \n      duration: 0.4, \n      ease: [0.25, 0.46, 0.45, 0.94] \n    }\n  }\n};\n\n\u002F\u002F Stagger container (for card grids)\nexport const staggerContainer = {\n  animate: {\n    transition: {\n      staggerChildren: 0.08,\n      delayChildren: 0.1\n    }\n  }\n};\n\n\u002F\u002F Stagger child item\nexport const staggerItem = {\n  initial: { opacity: 0, y: 16 },\n  animate: { \n    opacity: 1, \n    y: 0,\n    transition: { \n      duration: 0.35, \n      ease: [0.25, 0.46, 0.45, 0.94] \n    }\n  }\n};\n\n\u002F\u002F Button hover and tap\nexport const buttonInteraction = {\n  whileHover: { scale: 1.01 },\n  whileTap: { \n    scale: 0.98, \n    y: 1,\n    transition: { \n      duration: 0.16, \n      ease: [0.55, 0.085, 0.68, 0.53] \n    }\n  }\n};\n\n\u002F\u002F Card hover\nexport const cardHover = {\n  initial: { scale: 1 },\n  whileHover: { \n    scale: 1.01,\n    transition: { \n      duration: 0.2, \n      ease: [0.25, 0.46, 0.45, 0.94] \n    }\n  }\n};\n\n\u002F\u002F Progress bar fill\nexport const progressFill = {\n  initial: { width: 0 },\n  animate: (width) => ({\n    width: `${width}%`,\n    transition: { \n      duration: 0.5, \n      ease: \"easeOut\" \n    }\n  })\n};\n\n\u002F\u002F Floating animation (for icons\u002Fdecorations)\nexport const floatSubtle = {\n  animate: {\n    y: [0, -3, 0],\n    transition: {\n      duration: 3,\n      ease: \"easeInOut\",\n      repeat: Infinity\n    }\n  }\n};\n\n\u002F\u002F Background fade-in (slow entrance)\nexport const backgroundFadeIn = {\n  initial: { opacity: 0 },\n  animate: { \n    opacity: 1,\n    transition: { \n      duration: 2, \n      delay: 0.1,\n      ease: \"easeOut\" \n    }\n  }\n};\n\n\u002F\u002F Usage example with React\n\u002F*\nimport { motion } from 'framer-motion';\nimport { pageEntrance, staggerContainer, staggerItem } from '.\u002Fframer-motion-variants';\n\nfunction Page() {\n  return (\n    \u003Cmotion.main {...pageEntrance}>\n      \u003Cmotion.div \n        variants={staggerContainer}\n        initial=\"initial\"\n        animate=\"animate\"\n        className=\"grid grid-cols-3 gap-6\"\n      >\n        {items.map((item) => (\n          \u003Cmotion.div key={item.id} variants={staggerItem}>\n            {item.content}\n          \u003C\u002Fmotion.div>\n        ))}\n      \u003C\u002Fmotion.div>\n    \u003C\u002Fmotion.main>\n  );\n}\n*\u002F\n",[21794],{"type":48,"tag":89,"props":21795,"children":21796},{"__ignoreMap":126},[21797,21805,21812,21820,21846,21877,21896,21915,21935,21959,22008,22016,22023,22030,22037,22045,22069,22116,22135,22158,22178,22197,22220,22267,22274,22281,22288,22295,22303,22326,22341,22356,22377,22394,22401,22408,22415,22422,22430,22454,22501,22520,22543,22562,22581,22605,22652,22659,22666,22673,22680,22688,22712,22744,22763,22787,22806,22825,22849,22896,22903,22910,22917,22924,22932,22956,22987,23006,23025,23044,23067,23114,23121,23128,23135,23142,23150,23174,23205,23241,23280,23299,23322,23350,23357,23370,23377,23384,23392,23416,23431,23479,23494,23514,23542,23559,23566,23573,23580,23587,23595,23619,23650,23669,23688,23707,23731,23751,23778,23785,23792,23799,23806,23814,23822,23831,23840,23848,23857,23866,23875,23884,23893,23902,23911,23920,23929,23938,23947,23956,23965,23974,23983,23992,24000,24008],{"type":48,"tag":1351,"props":21798,"children":21799},{"class":1353,"line":1354},[21800],{"type":48,"tag":1351,"props":21801,"children":21802},{"style":2657},[21803],{"type":54,"value":21804},"\u002F\u002F framer-motion-variants.js\n",{"type":48,"tag":1351,"props":21806,"children":21807},{"class":1353,"line":1417},[21808],{"type":48,"tag":1351,"props":21809,"children":21810},{"emptyLinePlaceholder":2679},[21811],{"type":54,"value":2682},{"type":48,"tag":1351,"props":21813,"children":21814},{"class":1353,"line":2059},[21815],{"type":48,"tag":1351,"props":21816,"children":21817},{"style":2657},[21818],{"type":54,"value":21819},"\u002F\u002F Page entrance animation\n",{"type":48,"tag":1351,"props":21821,"children":21822},{"class":1353,"line":2081},[21823,21828,21833,21838,21842],{"type":48,"tag":1351,"props":21824,"children":21825},{"style":4770},[21826],{"type":54,"value":21827},"export",{"type":48,"tag":1351,"props":21829,"children":21830},{"style":5395},[21831],{"type":54,"value":21832}," const",{"type":48,"tag":1351,"props":21834,"children":21835},{"style":1358},[21836],{"type":54,"value":21837}," pageEntrance ",{"type":48,"tag":1351,"props":21839,"children":21840},{"style":1364},[21841],{"type":54,"value":5408},{"type":48,"tag":1351,"props":21843,"children":21844},{"style":1364},[21845],{"type":54,"value":2035},{"type":48,"tag":1351,"props":21847,"children":21848},{"class":1353,"line":2104},[21849,21853,21857,21861,21865,21869,21873],{"type":48,"tag":1351,"props":21850,"children":21851},{"style":5418},[21852],{"type":54,"value":5421},{"type":48,"tag":1351,"props":21854,"children":21855},{"style":1364},[21856],{"type":54,"value":96},{"type":48,"tag":1351,"props":21858,"children":21859},{"style":1364},[21860],{"type":54,"value":4796},{"type":48,"tag":1351,"props":21862,"children":21863},{"style":5418},[21864],{"type":54,"value":4801},{"type":48,"tag":1351,"props":21866,"children":21867},{"style":1364},[21868],{"type":54,"value":96},{"type":48,"tag":1351,"props":21870,"children":21871},{"style":2133},[21872],{"type":54,"value":3283},{"type":48,"tag":1351,"props":21874,"children":21875},{"style":1364},[21876],{"type":54,"value":5446},{"type":48,"tag":1351,"props":21878,"children":21879},{"class":1353,"line":2164},[21880,21884,21888,21892],{"type":48,"tag":1351,"props":21881,"children":21882},{"style":5418},[21883],{"type":54,"value":5454},{"type":48,"tag":1351,"props":21885,"children":21886},{"style":1364},[21887],{"type":54,"value":96},{"type":48,"tag":1351,"props":21889,"children":21890},{"style":1364},[21891],{"type":54,"value":4796},{"type":48,"tag":1351,"props":21893,"children":21894},{"style":1358},[21895],{"type":54,"value":13852},{"type":48,"tag":1351,"props":21897,"children":21898},{"class":1353,"line":2713},[21899,21903,21907,21911],{"type":48,"tag":1351,"props":21900,"children":21901},{"style":5418},[21902],{"type":54,"value":16137},{"type":48,"tag":1351,"props":21904,"children":21905},{"style":1364},[21906],{"type":54,"value":96},{"type":48,"tag":1351,"props":21908,"children":21909},{"style":2133},[21910],{"type":54,"value":2136},{"type":48,"tag":1351,"props":21912,"children":21913},{"style":1364},[21914],{"type":54,"value":3301},{"type":48,"tag":1351,"props":21916,"children":21917},{"class":1353,"line":2722},[21918,21923,21927,21931],{"type":48,"tag":1351,"props":21919,"children":21920},{"style":5418},[21921],{"type":54,"value":21922},"    transition",{"type":48,"tag":1351,"props":21924,"children":21925},{"style":1364},[21926],{"type":54,"value":96},{"type":48,"tag":1351,"props":21928,"children":21929},{"style":1364},[21930],{"type":54,"value":4796},{"type":48,"tag":1351,"props":21932,"children":21933},{"style":1358},[21934],{"type":54,"value":13852},{"type":48,"tag":1351,"props":21936,"children":21937},{"class":1353,"line":2736},[21938,21943,21947,21951,21955],{"type":48,"tag":1351,"props":21939,"children":21940},{"style":5418},[21941],{"type":54,"value":21942},"      duration",{"type":48,"tag":1351,"props":21944,"children":21945},{"style":1364},[21946],{"type":54,"value":96},{"type":48,"tag":1351,"props":21948,"children":21949},{"style":2133},[21950],{"type":54,"value":5110},{"type":48,"tag":1351,"props":21952,"children":21953},{"style":1364},[21954],{"type":54,"value":1367},{"type":48,"tag":1351,"props":21956,"children":21957},{"style":1358},[21958],{"type":54,"value":13852},{"type":48,"tag":1351,"props":21960,"children":21961},{"class":1353,"line":2744},[21962,21967,21971,21975,21979,21983,21987,21991,21995,21999,22003],{"type":48,"tag":1351,"props":21963,"children":21964},{"style":5418},[21965],{"type":54,"value":21966},"      ease",{"type":48,"tag":1351,"props":21968,"children":21969},{"style":1364},[21970],{"type":54,"value":96},{"type":48,"tag":1351,"props":21972,"children":21973},{"style":1358},[21974],{"type":54,"value":5696},{"type":48,"tag":1351,"props":21976,"children":21977},{"style":2133},[21978],{"type":54,"value":20716},{"type":48,"tag":1351,"props":21980,"children":21981},{"style":1364},[21982],{"type":54,"value":1367},{"type":48,"tag":1351,"props":21984,"children":21985},{"style":2133},[21986],{"type":54,"value":2136},{"type":48,"tag":1351,"props":21988,"children":21989},{"style":1364},[21990],{"type":54,"value":1367},{"type":48,"tag":1351,"props":21992,"children":21993},{"style":2133},[21994],{"type":54,"value":5508},{"type":48,"tag":1351,"props":21996,"children":21997},{"style":1364},[21998],{"type":54,"value":1367},{"type":48,"tag":1351,"props":22000,"children":22001},{"style":2133},[22002],{"type":54,"value":2136},{"type":48,"tag":1351,"props":22004,"children":22005},{"style":1358},[22006],{"type":54,"value":22007},"] \n",{"type":48,"tag":1351,"props":22009,"children":22010},{"class":1353,"line":2753},[22011],{"type":48,"tag":1351,"props":22012,"children":22013},{"style":1364},[22014],{"type":54,"value":22015},"    }\n",{"type":48,"tag":1351,"props":22017,"children":22018},{"class":1353,"line":2767},[22019],{"type":48,"tag":1351,"props":22020,"children":22021},{"style":1364},[22022],{"type":54,"value":7093},{"type":48,"tag":1351,"props":22024,"children":22025},{"class":1353,"line":2781},[22026],{"type":48,"tag":1351,"props":22027,"children":22028},{"style":1364},[22029],{"type":54,"value":5520},{"type":48,"tag":1351,"props":22031,"children":22032},{"class":1353,"line":2795},[22033],{"type":48,"tag":1351,"props":22034,"children":22035},{"emptyLinePlaceholder":2679},[22036],{"type":54,"value":2682},{"type":48,"tag":1351,"props":22038,"children":22039},{"class":1353,"line":2803},[22040],{"type":48,"tag":1351,"props":22041,"children":22042},{"style":2657},[22043],{"type":54,"value":22044},"\u002F\u002F Section slide-up\n",{"type":48,"tag":1351,"props":22046,"children":22047},{"class":1353,"line":2812},[22048,22052,22056,22061,22065],{"type":48,"tag":1351,"props":22049,"children":22050},{"style":4770},[22051],{"type":54,"value":21827},{"type":48,"tag":1351,"props":22053,"children":22054},{"style":5395},[22055],{"type":54,"value":21832},{"type":48,"tag":1351,"props":22057,"children":22058},{"style":1358},[22059],{"type":54,"value":22060}," sectionSlideUp ",{"type":48,"tag":1351,"props":22062,"children":22063},{"style":1364},[22064],{"type":54,"value":5408},{"type":48,"tag":1351,"props":22066,"children":22067},{"style":1364},[22068],{"type":54,"value":2035},{"type":48,"tag":1351,"props":22070,"children":22071},{"class":1353,"line":2826},[22072,22076,22080,22084,22088,22092,22096,22100,22104,22108,22112],{"type":48,"tag":1351,"props":22073,"children":22074},{"style":5418},[22075],{"type":54,"value":5421},{"type":48,"tag":1351,"props":22077,"children":22078},{"style":1364},[22079],{"type":54,"value":96},{"type":48,"tag":1351,"props":22081,"children":22082},{"style":1364},[22083],{"type":54,"value":4796},{"type":48,"tag":1351,"props":22085,"children":22086},{"style":5418},[22087],{"type":54,"value":4801},{"type":48,"tag":1351,"props":22089,"children":22090},{"style":1364},[22091],{"type":54,"value":96},{"type":48,"tag":1351,"props":22093,"children":22094},{"style":2133},[22095],{"type":54,"value":3283},{"type":48,"tag":1351,"props":22097,"children":22098},{"style":1364},[22099],{"type":54,"value":1367},{"type":48,"tag":1351,"props":22101,"children":22102},{"style":5418},[22103],{"type":54,"value":5591},{"type":48,"tag":1351,"props":22105,"children":22106},{"style":1364},[22107],{"type":54,"value":96},{"type":48,"tag":1351,"props":22109,"children":22110},{"style":2133},[22111],{"type":54,"value":5600},{"type":48,"tag":1351,"props":22113,"children":22114},{"style":1364},[22115],{"type":54,"value":5446},{"type":48,"tag":1351,"props":22117,"children":22118},{"class":1353,"line":5128},[22119,22123,22127,22131],{"type":48,"tag":1351,"props":22120,"children":22121},{"style":5418},[22122],{"type":54,"value":5454},{"type":48,"tag":1351,"props":22124,"children":22125},{"style":1364},[22126],{"type":54,"value":96},{"type":48,"tag":1351,"props":22128,"children":22129},{"style":1364},[22130],{"type":54,"value":4796},{"type":48,"tag":1351,"props":22132,"children":22133},{"style":1358},[22134],{"type":54,"value":13852},{"type":48,"tag":1351,"props":22136,"children":22137},{"class":1353,"line":5136},[22138,22142,22146,22150,22154],{"type":48,"tag":1351,"props":22139,"children":22140},{"style":5418},[22141],{"type":54,"value":16137},{"type":48,"tag":1351,"props":22143,"children":22144},{"style":1364},[22145],{"type":54,"value":96},{"type":48,"tag":1351,"props":22147,"children":22148},{"style":2133},[22149],{"type":54,"value":2136},{"type":48,"tag":1351,"props":22151,"children":22152},{"style":1364},[22153],{"type":54,"value":1367},{"type":48,"tag":1351,"props":22155,"children":22156},{"style":1358},[22157],{"type":54,"value":13852},{"type":48,"tag":1351,"props":22159,"children":22160},{"class":1353,"line":5145},[22161,22166,22170,22174],{"type":48,"tag":1351,"props":22162,"children":22163},{"style":5418},[22164],{"type":54,"value":22165},"    y",{"type":48,"tag":1351,"props":22167,"children":22168},{"style":1364},[22169],{"type":54,"value":96},{"type":48,"tag":1351,"props":22171,"children":22172},{"style":2133},[22173],{"type":54,"value":3283},{"type":48,"tag":1351,"props":22175,"children":22176},{"style":1364},[22177],{"type":54,"value":3301},{"type":48,"tag":1351,"props":22179,"children":22180},{"class":1353,"line":5162},[22181,22185,22189,22193],{"type":48,"tag":1351,"props":22182,"children":22183},{"style":5418},[22184],{"type":54,"value":21922},{"type":48,"tag":1351,"props":22186,"children":22187},{"style":1364},[22188],{"type":54,"value":96},{"type":48,"tag":1351,"props":22190,"children":22191},{"style":1364},[22192],{"type":54,"value":4796},{"type":48,"tag":1351,"props":22194,"children":22195},{"style":1358},[22196],{"type":54,"value":13852},{"type":48,"tag":1351,"props":22198,"children":22199},{"class":1353,"line":5195},[22200,22204,22208,22212,22216],{"type":48,"tag":1351,"props":22201,"children":22202},{"style":5418},[22203],{"type":54,"value":21942},{"type":48,"tag":1351,"props":22205,"children":22206},{"style":1364},[22207],{"type":54,"value":96},{"type":48,"tag":1351,"props":22209,"children":22210},{"style":2133},[22211],{"type":54,"value":5679},{"type":48,"tag":1351,"props":22213,"children":22214},{"style":1364},[22215],{"type":54,"value":1367},{"type":48,"tag":1351,"props":22217,"children":22218},{"style":1358},[22219],{"type":54,"value":13852},{"type":48,"tag":1351,"props":22221,"children":22222},{"class":1353,"line":5237},[22223,22227,22231,22235,22239,22243,22247,22251,22255,22259,22263],{"type":48,"tag":1351,"props":22224,"children":22225},{"style":5418},[22226],{"type":54,"value":21966},{"type":48,"tag":1351,"props":22228,"children":22229},{"style":1364},[22230],{"type":54,"value":96},{"type":48,"tag":1351,"props":22232,"children":22233},{"style":1358},[22234],{"type":54,"value":5696},{"type":48,"tag":1351,"props":22236,"children":22237},{"style":2133},[22238],{"type":54,"value":5701},{"type":48,"tag":1351,"props":22240,"children":22241},{"style":1364},[22242],{"type":54,"value":1367},{"type":48,"tag":1351,"props":22244,"children":22245},{"style":2133},[22246],{"type":54,"value":5710},{"type":48,"tag":1351,"props":22248,"children":22249},{"style":1364},[22250],{"type":54,"value":1367},{"type":48,"tag":1351,"props":22252,"children":22253},{"style":2133},[22254],{"type":54,"value":5719},{"type":48,"tag":1351,"props":22256,"children":22257},{"style":1364},[22258],{"type":54,"value":1367},{"type":48,"tag":1351,"props":22260,"children":22261},{"style":2133},[22262],{"type":54,"value":5728},{"type":48,"tag":1351,"props":22264,"children":22265},{"style":1358},[22266],{"type":54,"value":22007},{"type":48,"tag":1351,"props":22268,"children":22269},{"class":1353,"line":5245},[22270],{"type":48,"tag":1351,"props":22271,"children":22272},{"style":1364},[22273],{"type":54,"value":22015},{"type":48,"tag":1351,"props":22275,"children":22276},{"class":1353,"line":5253},[22277],{"type":48,"tag":1351,"props":22278,"children":22279},{"style":1364},[22280],{"type":54,"value":7093},{"type":48,"tag":1351,"props":22282,"children":22283},{"class":1353,"line":5262},[22284],{"type":48,"tag":1351,"props":22285,"children":22286},{"style":1364},[22287],{"type":54,"value":5520},{"type":48,"tag":1351,"props":22289,"children":22290},{"class":1353,"line":5279},[22291],{"type":48,"tag":1351,"props":22292,"children":22293},{"emptyLinePlaceholder":2679},[22294],{"type":54,"value":2682},{"type":48,"tag":1351,"props":22296,"children":22297},{"class":1353,"line":5320},[22298],{"type":48,"tag":1351,"props":22299,"children":22300},{"style":2657},[22301],{"type":54,"value":22302},"\u002F\u002F Stagger container (for card grids)\n",{"type":48,"tag":1351,"props":22304,"children":22305},{"class":1353,"line":5361},[22306,22310,22314,22318,22322],{"type":48,"tag":1351,"props":22307,"children":22308},{"style":4770},[22309],{"type":54,"value":21827},{"type":48,"tag":1351,"props":22311,"children":22312},{"style":5395},[22313],{"type":54,"value":21832},{"type":48,"tag":1351,"props":22315,"children":22316},{"style":1358},[22317],{"type":54,"value":5771},{"type":48,"tag":1351,"props":22319,"children":22320},{"style":1364},[22321],{"type":54,"value":5408},{"type":48,"tag":1351,"props":22323,"children":22324},{"style":1364},[22325],{"type":54,"value":2035},{"type":48,"tag":1351,"props":22327,"children":22328},{"class":1353,"line":11545},[22329,22333,22337],{"type":48,"tag":1351,"props":22330,"children":22331},{"style":5418},[22332],{"type":54,"value":5454},{"type":48,"tag":1351,"props":22334,"children":22335},{"style":1364},[22336],{"type":54,"value":96},{"type":48,"tag":1351,"props":22338,"children":22339},{"style":1364},[22340],{"type":54,"value":2035},{"type":48,"tag":1351,"props":22342,"children":22343},{"class":1353,"line":11571},[22344,22348,22352],{"type":48,"tag":1351,"props":22345,"children":22346},{"style":5418},[22347],{"type":54,"value":21922},{"type":48,"tag":1351,"props":22349,"children":22350},{"style":1364},[22351],{"type":54,"value":96},{"type":48,"tag":1351,"props":22353,"children":22354},{"style":1364},[22355],{"type":54,"value":2035},{"type":48,"tag":1351,"props":22357,"children":22358},{"class":1353,"line":11597},[22359,22364,22368,22373],{"type":48,"tag":1351,"props":22360,"children":22361},{"style":5418},[22362],{"type":54,"value":22363},"      staggerChildren",{"type":48,"tag":1351,"props":22365,"children":22366},{"style":1364},[22367],{"type":54,"value":96},{"type":48,"tag":1351,"props":22369,"children":22370},{"style":2133},[22371],{"type":54,"value":22372}," 0.08",{"type":48,"tag":1351,"props":22374,"children":22375},{"style":1364},[22376],{"type":54,"value":3301},{"type":48,"tag":1351,"props":22378,"children":22379},{"class":1353,"line":11623},[22380,22385,22389],{"type":48,"tag":1351,"props":22381,"children":22382},{"style":5418},[22383],{"type":54,"value":22384},"      delayChildren",{"type":48,"tag":1351,"props":22386,"children":22387},{"style":1364},[22388],{"type":54,"value":96},{"type":48,"tag":1351,"props":22390,"children":22391},{"style":2133},[22392],{"type":54,"value":22393}," 0.1\n",{"type":48,"tag":1351,"props":22395,"children":22396},{"class":1353,"line":11631},[22397],{"type":48,"tag":1351,"props":22398,"children":22399},{"style":1364},[22400],{"type":54,"value":22015},{"type":48,"tag":1351,"props":22402,"children":22403},{"class":1353,"line":11640},[22404],{"type":48,"tag":1351,"props":22405,"children":22406},{"style":1364},[22407],{"type":54,"value":7093},{"type":48,"tag":1351,"props":22409,"children":22410},{"class":1353,"line":11666},[22411],{"type":48,"tag":1351,"props":22412,"children":22413},{"style":1364},[22414],{"type":54,"value":5520},{"type":48,"tag":1351,"props":22416,"children":22417},{"class":1353,"line":11692},[22418],{"type":48,"tag":1351,"props":22419,"children":22420},{"emptyLinePlaceholder":2679},[22421],{"type":54,"value":2682},{"type":48,"tag":1351,"props":22423,"children":22424},{"class":1353,"line":11718},[22425],{"type":48,"tag":1351,"props":22426,"children":22427},{"style":2657},[22428],{"type":54,"value":22429},"\u002F\u002F Stagger child item\n",{"type":48,"tag":1351,"props":22431,"children":22432},{"class":1353,"line":11726},[22433,22437,22441,22446,22450],{"type":48,"tag":1351,"props":22434,"children":22435},{"style":4770},[22436],{"type":54,"value":21827},{"type":48,"tag":1351,"props":22438,"children":22439},{"style":5395},[22440],{"type":54,"value":21832},{"type":48,"tag":1351,"props":22442,"children":22443},{"style":1358},[22444],{"type":54,"value":22445}," staggerItem ",{"type":48,"tag":1351,"props":22447,"children":22448},{"style":1364},[22449],{"type":54,"value":5408},{"type":48,"tag":1351,"props":22451,"children":22452},{"style":1364},[22453],{"type":54,"value":2035},{"type":48,"tag":1351,"props":22455,"children":22456},{"class":1353,"line":11735},[22457,22461,22465,22469,22473,22477,22481,22485,22489,22493,22497],{"type":48,"tag":1351,"props":22458,"children":22459},{"style":5418},[22460],{"type":54,"value":5421},{"type":48,"tag":1351,"props":22462,"children":22463},{"style":1364},[22464],{"type":54,"value":96},{"type":48,"tag":1351,"props":22466,"children":22467},{"style":1364},[22468],{"type":54,"value":4796},{"type":48,"tag":1351,"props":22470,"children":22471},{"style":5418},[22472],{"type":54,"value":4801},{"type":48,"tag":1351,"props":22474,"children":22475},{"style":1364},[22476],{"type":54,"value":96},{"type":48,"tag":1351,"props":22478,"children":22479},{"style":2133},[22480],{"type":54,"value":3283},{"type":48,"tag":1351,"props":22482,"children":22483},{"style":1364},[22484],{"type":54,"value":1367},{"type":48,"tag":1351,"props":22486,"children":22487},{"style":5418},[22488],{"type":54,"value":5591},{"type":48,"tag":1351,"props":22490,"children":22491},{"style":1364},[22492],{"type":54,"value":96},{"type":48,"tag":1351,"props":22494,"children":22495},{"style":2133},[22496],{"type":54,"value":3705},{"type":48,"tag":1351,"props":22498,"children":22499},{"style":1364},[22500],{"type":54,"value":5446},{"type":48,"tag":1351,"props":22502,"children":22503},{"class":1353,"line":11806},[22504,22508,22512,22516],{"type":48,"tag":1351,"props":22505,"children":22506},{"style":5418},[22507],{"type":54,"value":5454},{"type":48,"tag":1351,"props":22509,"children":22510},{"style":1364},[22511],{"type":54,"value":96},{"type":48,"tag":1351,"props":22513,"children":22514},{"style":1364},[22515],{"type":54,"value":4796},{"type":48,"tag":1351,"props":22517,"children":22518},{"style":1358},[22519],{"type":54,"value":13852},{"type":48,"tag":1351,"props":22521,"children":22522},{"class":1353,"line":11879},[22523,22527,22531,22535,22539],{"type":48,"tag":1351,"props":22524,"children":22525},{"style":5418},[22526],{"type":54,"value":16137},{"type":48,"tag":1351,"props":22528,"children":22529},{"style":1364},[22530],{"type":54,"value":96},{"type":48,"tag":1351,"props":22532,"children":22533},{"style":2133},[22534],{"type":54,"value":2136},{"type":48,"tag":1351,"props":22536,"children":22537},{"style":1364},[22538],{"type":54,"value":1367},{"type":48,"tag":1351,"props":22540,"children":22541},{"style":1358},[22542],{"type":54,"value":13852},{"type":48,"tag":1351,"props":22544,"children":22545},{"class":1353,"line":11887},[22546,22550,22554,22558],{"type":48,"tag":1351,"props":22547,"children":22548},{"style":5418},[22549],{"type":54,"value":22165},{"type":48,"tag":1351,"props":22551,"children":22552},{"style":1364},[22553],{"type":54,"value":96},{"type":48,"tag":1351,"props":22555,"children":22556},{"style":2133},[22557],{"type":54,"value":3283},{"type":48,"tag":1351,"props":22559,"children":22560},{"style":1364},[22561],{"type":54,"value":3301},{"type":48,"tag":1351,"props":22563,"children":22564},{"class":1353,"line":11896},[22565,22569,22573,22577],{"type":48,"tag":1351,"props":22566,"children":22567},{"style":5418},[22568],{"type":54,"value":21922},{"type":48,"tag":1351,"props":22570,"children":22571},{"style":1364},[22572],{"type":54,"value":96},{"type":48,"tag":1351,"props":22574,"children":22575},{"style":1364},[22576],{"type":54,"value":4796},{"type":48,"tag":1351,"props":22578,"children":22579},{"style":1358},[22580],{"type":54,"value":13852},{"type":48,"tag":1351,"props":22582,"children":22583},{"class":1353,"line":11917},[22584,22588,22592,22597,22601],{"type":48,"tag":1351,"props":22585,"children":22586},{"style":5418},[22587],{"type":54,"value":21942},{"type":48,"tag":1351,"props":22589,"children":22590},{"style":1364},[22591],{"type":54,"value":96},{"type":48,"tag":1351,"props":22593,"children":22594},{"style":2133},[22595],{"type":54,"value":22596}," 0.35",{"type":48,"tag":1351,"props":22598,"children":22599},{"style":1364},[22600],{"type":54,"value":1367},{"type":48,"tag":1351,"props":22602,"children":22603},{"style":1358},[22604],{"type":54,"value":13852},{"type":48,"tag":1351,"props":22606,"children":22607},{"class":1353,"line":11925},[22608,22612,22616,22620,22624,22628,22632,22636,22640,22644,22648],{"type":48,"tag":1351,"props":22609,"children":22610},{"style":5418},[22611],{"type":54,"value":21966},{"type":48,"tag":1351,"props":22613,"children":22614},{"style":1364},[22615],{"type":54,"value":96},{"type":48,"tag":1351,"props":22617,"children":22618},{"style":1358},[22619],{"type":54,"value":5696},{"type":48,"tag":1351,"props":22621,"children":22622},{"style":2133},[22623],{"type":54,"value":5701},{"type":48,"tag":1351,"props":22625,"children":22626},{"style":1364},[22627],{"type":54,"value":1367},{"type":48,"tag":1351,"props":22629,"children":22630},{"style":2133},[22631],{"type":54,"value":5710},{"type":48,"tag":1351,"props":22633,"children":22634},{"style":1364},[22635],{"type":54,"value":1367},{"type":48,"tag":1351,"props":22637,"children":22638},{"style":2133},[22639],{"type":54,"value":5719},{"type":48,"tag":1351,"props":22641,"children":22642},{"style":1364},[22643],{"type":54,"value":1367},{"type":48,"tag":1351,"props":22645,"children":22646},{"style":2133},[22647],{"type":54,"value":5728},{"type":48,"tag":1351,"props":22649,"children":22650},{"style":1358},[22651],{"type":54,"value":22007},{"type":48,"tag":1351,"props":22653,"children":22654},{"class":1353,"line":11934},[22655],{"type":48,"tag":1351,"props":22656,"children":22657},{"style":1364},[22658],{"type":54,"value":22015},{"type":48,"tag":1351,"props":22660,"children":22661},{"class":1353,"line":11955},[22662],{"type":48,"tag":1351,"props":22663,"children":22664},{"style":1364},[22665],{"type":54,"value":7093},{"type":48,"tag":1351,"props":22667,"children":22668},{"class":1353,"line":11976},[22669],{"type":48,"tag":1351,"props":22670,"children":22671},{"style":1364},[22672],{"type":54,"value":5520},{"type":48,"tag":1351,"props":22674,"children":22675},{"class":1353,"line":11997},[22676],{"type":48,"tag":1351,"props":22677,"children":22678},{"emptyLinePlaceholder":2679},[22679],{"type":54,"value":2682},{"type":48,"tag":1351,"props":22681,"children":22682},{"class":1353,"line":12018},[22683],{"type":48,"tag":1351,"props":22684,"children":22685},{"style":2657},[22686],{"type":54,"value":22687},"\u002F\u002F Button hover and tap\n",{"type":48,"tag":1351,"props":22689,"children":22690},{"class":1353,"line":12040},[22691,22695,22699,22704,22708],{"type":48,"tag":1351,"props":22692,"children":22693},{"style":4770},[22694],{"type":54,"value":21827},{"type":48,"tag":1351,"props":22696,"children":22697},{"style":5395},[22698],{"type":54,"value":21832},{"type":48,"tag":1351,"props":22700,"children":22701},{"style":1358},[22702],{"type":54,"value":22703}," buttonInteraction ",{"type":48,"tag":1351,"props":22705,"children":22706},{"style":1364},[22707],{"type":54,"value":5408},{"type":48,"tag":1351,"props":22709,"children":22710},{"style":1364},[22711],{"type":54,"value":2035},{"type":48,"tag":1351,"props":22713,"children":22714},{"class":1353,"line":12048},[22715,22719,22723,22727,22731,22735,22740],{"type":48,"tag":1351,"props":22716,"children":22717},{"style":5418},[22718],{"type":54,"value":5880},{"type":48,"tag":1351,"props":22720,"children":22721},{"style":1364},[22722],{"type":54,"value":96},{"type":48,"tag":1351,"props":22724,"children":22725},{"style":1364},[22726],{"type":54,"value":4796},{"type":48,"tag":1351,"props":22728,"children":22729},{"style":5418},[22730],{"type":54,"value":5893},{"type":48,"tag":1351,"props":22732,"children":22733},{"style":1364},[22734],{"type":54,"value":96},{"type":48,"tag":1351,"props":22736,"children":22737},{"style":2133},[22738],{"type":54,"value":22739}," 1.01",{"type":48,"tag":1351,"props":22741,"children":22742},{"style":1364},[22743],{"type":54,"value":5446},{"type":48,"tag":1351,"props":22745,"children":22746},{"class":1353,"line":12057},[22747,22751,22755,22759],{"type":48,"tag":1351,"props":22748,"children":22749},{"style":5418},[22750],{"type":54,"value":5914},{"type":48,"tag":1351,"props":22752,"children":22753},{"style":1364},[22754],{"type":54,"value":96},{"type":48,"tag":1351,"props":22756,"children":22757},{"style":1364},[22758],{"type":54,"value":4796},{"type":48,"tag":1351,"props":22760,"children":22761},{"style":1358},[22762],{"type":54,"value":13852},{"type":48,"tag":1351,"props":22764,"children":22765},{"class":1353,"line":12123},[22766,22771,22775,22779,22783],{"type":48,"tag":1351,"props":22767,"children":22768},{"style":5418},[22769],{"type":54,"value":22770},"    scale",{"type":48,"tag":1351,"props":22772,"children":22773},{"style":1364},[22774],{"type":54,"value":96},{"type":48,"tag":1351,"props":22776,"children":22777},{"style":2133},[22778],{"type":54,"value":5935},{"type":48,"tag":1351,"props":22780,"children":22781},{"style":1364},[22782],{"type":54,"value":1367},{"type":48,"tag":1351,"props":22784,"children":22785},{"style":1358},[22786],{"type":54,"value":13852},{"type":48,"tag":1351,"props":22788,"children":22789},{"class":1353,"line":12243},[22790,22794,22798,22802],{"type":48,"tag":1351,"props":22791,"children":22792},{"style":5418},[22793],{"type":54,"value":22165},{"type":48,"tag":1351,"props":22795,"children":22796},{"style":1364},[22797],{"type":54,"value":96},{"type":48,"tag":1351,"props":22799,"children":22800},{"style":2133},[22801],{"type":54,"value":2136},{"type":48,"tag":1351,"props":22803,"children":22804},{"style":1364},[22805],{"type":54,"value":3301},{"type":48,"tag":1351,"props":22807,"children":22808},{"class":1353,"line":12372},[22809,22813,22817,22821],{"type":48,"tag":1351,"props":22810,"children":22811},{"style":5418},[22812],{"type":54,"value":21922},{"type":48,"tag":1351,"props":22814,"children":22815},{"style":1364},[22816],{"type":54,"value":96},{"type":48,"tag":1351,"props":22818,"children":22819},{"style":1364},[22820],{"type":54,"value":4796},{"type":48,"tag":1351,"props":22822,"children":22823},{"style":1358},[22824],{"type":54,"value":13852},{"type":48,"tag":1351,"props":22826,"children":22827},{"class":1353,"line":12441},[22828,22832,22836,22841,22845],{"type":48,"tag":1351,"props":22829,"children":22830},{"style":5418},[22831],{"type":54,"value":21942},{"type":48,"tag":1351,"props":22833,"children":22834},{"style":1364},[22835],{"type":54,"value":96},{"type":48,"tag":1351,"props":22837,"children":22838},{"style":2133},[22839],{"type":54,"value":22840}," 0.16",{"type":48,"tag":1351,"props":22842,"children":22843},{"style":1364},[22844],{"type":54,"value":1367},{"type":48,"tag":1351,"props":22846,"children":22847},{"style":1358},[22848],{"type":54,"value":13852},{"type":48,"tag":1351,"props":22850,"children":22851},{"class":1353,"line":12449},[22852,22856,22860,22864,22868,22872,22876,22880,22884,22888,22892],{"type":48,"tag":1351,"props":22853,"children":22854},{"style":5418},[22855],{"type":54,"value":21966},{"type":48,"tag":1351,"props":22857,"children":22858},{"style":1364},[22859],{"type":54,"value":96},{"type":48,"tag":1351,"props":22861,"children":22862},{"style":1358},[22863],{"type":54,"value":5696},{"type":48,"tag":1351,"props":22865,"children":22866},{"style":2133},[22867],{"type":54,"value":20660},{"type":48,"tag":1351,"props":22869,"children":22870},{"style":1364},[22871],{"type":54,"value":1367},{"type":48,"tag":1351,"props":22873,"children":22874},{"style":2133},[22875],{"type":54,"value":20669},{"type":48,"tag":1351,"props":22877,"children":22878},{"style":1364},[22879],{"type":54,"value":1367},{"type":48,"tag":1351,"props":22881,"children":22882},{"style":2133},[22883],{"type":54,"value":20678},{"type":48,"tag":1351,"props":22885,"children":22886},{"style":1364},[22887],{"type":54,"value":1367},{"type":48,"tag":1351,"props":22889,"children":22890},{"style":2133},[22891],{"type":54,"value":20687},{"type":48,"tag":1351,"props":22893,"children":22894},{"style":1358},[22895],{"type":54,"value":22007},{"type":48,"tag":1351,"props":22897,"children":22898},{"class":1353,"line":12458},[22899],{"type":48,"tag":1351,"props":22900,"children":22901},{"style":1364},[22902],{"type":54,"value":22015},{"type":48,"tag":1351,"props":22904,"children":22905},{"class":1353,"line":12512},[22906],{"type":48,"tag":1351,"props":22907,"children":22908},{"style":1364},[22909],{"type":54,"value":7093},{"type":48,"tag":1351,"props":22911,"children":22912},{"class":1353,"line":12565},[22913],{"type":48,"tag":1351,"props":22914,"children":22915},{"style":1364},[22916],{"type":54,"value":5520},{"type":48,"tag":1351,"props":22918,"children":22919},{"class":1353,"line":12587},[22920],{"type":48,"tag":1351,"props":22921,"children":22922},{"emptyLinePlaceholder":2679},[22923],{"type":54,"value":2682},{"type":48,"tag":1351,"props":22925,"children":22926},{"class":1353,"line":12609},[22927],{"type":48,"tag":1351,"props":22928,"children":22929},{"style":2657},[22930],{"type":54,"value":22931},"\u002F\u002F Card hover\n",{"type":48,"tag":1351,"props":22933,"children":22934},{"class":1353,"line":12631},[22935,22939,22943,22948,22952],{"type":48,"tag":1351,"props":22936,"children":22937},{"style":4770},[22938],{"type":54,"value":21827},{"type":48,"tag":1351,"props":22940,"children":22941},{"style":5395},[22942],{"type":54,"value":21832},{"type":48,"tag":1351,"props":22944,"children":22945},{"style":1358},[22946],{"type":54,"value":22947}," cardHover ",{"type":48,"tag":1351,"props":22949,"children":22950},{"style":1364},[22951],{"type":54,"value":5408},{"type":48,"tag":1351,"props":22953,"children":22954},{"style":1364},[22955],{"type":54,"value":2035},{"type":48,"tag":1351,"props":22957,"children":22958},{"class":1353,"line":12639},[22959,22963,22967,22971,22975,22979,22983],{"type":48,"tag":1351,"props":22960,"children":22961},{"style":5418},[22962],{"type":54,"value":5421},{"type":48,"tag":1351,"props":22964,"children":22965},{"style":1364},[22966],{"type":54,"value":96},{"type":48,"tag":1351,"props":22968,"children":22969},{"style":1364},[22970],{"type":54,"value":4796},{"type":48,"tag":1351,"props":22972,"children":22973},{"style":5418},[22974],{"type":54,"value":5893},{"type":48,"tag":1351,"props":22976,"children":22977},{"style":1364},[22978],{"type":54,"value":96},{"type":48,"tag":1351,"props":22980,"children":22981},{"style":2133},[22982],{"type":54,"value":2136},{"type":48,"tag":1351,"props":22984,"children":22985},{"style":1364},[22986],{"type":54,"value":5446},{"type":48,"tag":1351,"props":22988,"children":22989},{"class":1353,"line":12648},[22990,22994,22998,23002],{"type":48,"tag":1351,"props":22991,"children":22992},{"style":5418},[22993],{"type":54,"value":5880},{"type":48,"tag":1351,"props":22995,"children":22996},{"style":1364},[22997],{"type":54,"value":96},{"type":48,"tag":1351,"props":22999,"children":23000},{"style":1364},[23001],{"type":54,"value":4796},{"type":48,"tag":1351,"props":23003,"children":23004},{"style":1358},[23005],{"type":54,"value":13852},{"type":48,"tag":1351,"props":23007,"children":23008},{"class":1353,"line":12670},[23009,23013,23017,23021],{"type":48,"tag":1351,"props":23010,"children":23011},{"style":5418},[23012],{"type":54,"value":22770},{"type":48,"tag":1351,"props":23014,"children":23015},{"style":1364},[23016],{"type":54,"value":96},{"type":48,"tag":1351,"props":23018,"children":23019},{"style":2133},[23020],{"type":54,"value":22739},{"type":48,"tag":1351,"props":23022,"children":23023},{"style":1364},[23024],{"type":54,"value":3301},{"type":48,"tag":1351,"props":23026,"children":23027},{"class":1353,"line":12692},[23028,23032,23036,23040],{"type":48,"tag":1351,"props":23029,"children":23030},{"style":5418},[23031],{"type":54,"value":21922},{"type":48,"tag":1351,"props":23033,"children":23034},{"style":1364},[23035],{"type":54,"value":96},{"type":48,"tag":1351,"props":23037,"children":23038},{"style":1364},[23039],{"type":54,"value":4796},{"type":48,"tag":1351,"props":23041,"children":23042},{"style":1358},[23043],{"type":54,"value":13852},{"type":48,"tag":1351,"props":23045,"children":23046},{"class":1353,"line":12714},[23047,23051,23055,23059,23063],{"type":48,"tag":1351,"props":23048,"children":23049},{"style":5418},[23050],{"type":54,"value":21942},{"type":48,"tag":1351,"props":23052,"children":23053},{"style":1364},[23054],{"type":54,"value":96},{"type":48,"tag":1351,"props":23056,"children":23057},{"style":2133},[23058],{"type":54,"value":9107},{"type":48,"tag":1351,"props":23060,"children":23061},{"style":1364},[23062],{"type":54,"value":1367},{"type":48,"tag":1351,"props":23064,"children":23065},{"style":1358},[23066],{"type":54,"value":13852},{"type":48,"tag":1351,"props":23068,"children":23069},{"class":1353,"line":12736},[23070,23074,23078,23082,23086,23090,23094,23098,23102,23106,23110],{"type":48,"tag":1351,"props":23071,"children":23072},{"style":5418},[23073],{"type":54,"value":21966},{"type":48,"tag":1351,"props":23075,"children":23076},{"style":1364},[23077],{"type":54,"value":96},{"type":48,"tag":1351,"props":23079,"children":23080},{"style":1358},[23081],{"type":54,"value":5696},{"type":48,"tag":1351,"props":23083,"children":23084},{"style":2133},[23085],{"type":54,"value":5701},{"type":48,"tag":1351,"props":23087,"children":23088},{"style":1364},[23089],{"type":54,"value":1367},{"type":48,"tag":1351,"props":23091,"children":23092},{"style":2133},[23093],{"type":54,"value":5710},{"type":48,"tag":1351,"props":23095,"children":23096},{"style":1364},[23097],{"type":54,"value":1367},{"type":48,"tag":1351,"props":23099,"children":23100},{"style":2133},[23101],{"type":54,"value":5719},{"type":48,"tag":1351,"props":23103,"children":23104},{"style":1364},[23105],{"type":54,"value":1367},{"type":48,"tag":1351,"props":23107,"children":23108},{"style":2133},[23109],{"type":54,"value":5728},{"type":48,"tag":1351,"props":23111,"children":23112},{"style":1358},[23113],{"type":54,"value":22007},{"type":48,"tag":1351,"props":23115,"children":23116},{"class":1353,"line":12758},[23117],{"type":48,"tag":1351,"props":23118,"children":23119},{"style":1364},[23120],{"type":54,"value":22015},{"type":48,"tag":1351,"props":23122,"children":23123},{"class":1353,"line":19193},[23124],{"type":48,"tag":1351,"props":23125,"children":23126},{"style":1364},[23127],{"type":54,"value":7093},{"type":48,"tag":1351,"props":23129,"children":23130},{"class":1353,"line":19202},[23131],{"type":48,"tag":1351,"props":23132,"children":23133},{"style":1364},[23134],{"type":54,"value":5520},{"type":48,"tag":1351,"props":23136,"children":23137},{"class":1353,"line":19211},[23138],{"type":48,"tag":1351,"props":23139,"children":23140},{"emptyLinePlaceholder":2679},[23141],{"type":54,"value":2682},{"type":48,"tag":1351,"props":23143,"children":23144},{"class":1353,"line":19233},[23145],{"type":48,"tag":1351,"props":23146,"children":23147},{"style":2657},[23148],{"type":54,"value":23149},"\u002F\u002F Progress bar fill\n",{"type":48,"tag":1351,"props":23151,"children":23152},{"class":1353,"line":21131},[23153,23157,23161,23166,23170],{"type":48,"tag":1351,"props":23154,"children":23155},{"style":4770},[23156],{"type":54,"value":21827},{"type":48,"tag":1351,"props":23158,"children":23159},{"style":5395},[23160],{"type":54,"value":21832},{"type":48,"tag":1351,"props":23162,"children":23163},{"style":1358},[23164],{"type":54,"value":23165}," progressFill ",{"type":48,"tag":1351,"props":23167,"children":23168},{"style":1364},[23169],{"type":54,"value":5408},{"type":48,"tag":1351,"props":23171,"children":23172},{"style":1364},[23173],{"type":54,"value":2035},{"type":48,"tag":1351,"props":23175,"children":23176},{"class":1353,"line":21155},[23177,23181,23185,23189,23193,23197,23201],{"type":48,"tag":1351,"props":23178,"children":23179},{"style":5418},[23180],{"type":54,"value":5421},{"type":48,"tag":1351,"props":23182,"children":23183},{"style":1364},[23184],{"type":54,"value":96},{"type":48,"tag":1351,"props":23186,"children":23187},{"style":1364},[23188],{"type":54,"value":4796},{"type":48,"tag":1351,"props":23190,"children":23191},{"style":5418},[23192],{"type":54,"value":5176},{"type":48,"tag":1351,"props":23194,"children":23195},{"style":1364},[23196],{"type":54,"value":96},{"type":48,"tag":1351,"props":23198,"children":23199},{"style":2133},[23200],{"type":54,"value":3283},{"type":48,"tag":1351,"props":23202,"children":23203},{"style":1364},[23204],{"type":54,"value":5446},{"type":48,"tag":1351,"props":23206,"children":23207},{"class":1353,"line":21180},[23208,23212,23216,23220,23225,23229,23233,23237],{"type":48,"tag":1351,"props":23209,"children":23210},{"style":4928},[23211],{"type":54,"value":5454},{"type":48,"tag":1351,"props":23213,"children":23214},{"style":1364},[23215],{"type":54,"value":96},{"type":48,"tag":1351,"props":23217,"children":23218},{"style":1364},[23219],{"type":54,"value":269},{"type":48,"tag":1351,"props":23221,"children":23222},{"style":4776},[23223],{"type":54,"value":23224},"width",{"type":48,"tag":1351,"props":23226,"children":23227},{"style":1364},[23228],{"type":54,"value":285},{"type":48,"tag":1351,"props":23230,"children":23231},{"style":5395},[23232],{"type":54,"value":7856},{"type":48,"tag":1351,"props":23234,"children":23235},{"style":1358},[23236],{"type":54,"value":269},{"type":48,"tag":1351,"props":23238,"children":23239},{"style":1364},[23240],{"type":54,"value":7025},{"type":48,"tag":1351,"props":23242,"children":23243},{"class":1353,"line":21232},[23244,23249,23253,23258,23262,23266,23271,23276],{"type":48,"tag":1351,"props":23245,"children":23246},{"style":5418},[23247],{"type":54,"value":23248},"    width",{"type":48,"tag":1351,"props":23250,"children":23251},{"style":1364},[23252],{"type":54,"value":96},{"type":48,"tag":1351,"props":23254,"children":23255},{"style":1364},[23256],{"type":54,"value":23257}," `${",{"type":48,"tag":1351,"props":23259,"children":23260},{"style":1358},[23261],{"type":54,"value":23224},{"type":48,"tag":1351,"props":23263,"children":23264},{"style":1364},[23265],{"type":54,"value":7101},{"type":48,"tag":1351,"props":23267,"children":23268},{"style":2122},[23269],{"type":54,"value":23270},"%",{"type":48,"tag":1351,"props":23272,"children":23273},{"style":1364},[23274],{"type":54,"value":23275},"`",{"type":48,"tag":1351,"props":23277,"children":23278},{"style":1364},[23279],{"type":54,"value":3301},{"type":48,"tag":1351,"props":23281,"children":23282},{"class":1353,"line":21240},[23283,23287,23291,23295],{"type":48,"tag":1351,"props":23284,"children":23285},{"style":5418},[23286],{"type":54,"value":21922},{"type":48,"tag":1351,"props":23288,"children":23289},{"style":1364},[23290],{"type":54,"value":96},{"type":48,"tag":1351,"props":23292,"children":23293},{"style":1364},[23294],{"type":54,"value":4796},{"type":48,"tag":1351,"props":23296,"children":23297},{"style":1358},[23298],{"type":54,"value":13852},{"type":48,"tag":1351,"props":23300,"children":23301},{"class":1353,"line":21248},[23302,23306,23310,23314,23318],{"type":48,"tag":1351,"props":23303,"children":23304},{"style":5418},[23305],{"type":54,"value":21942},{"type":48,"tag":1351,"props":23307,"children":23308},{"style":1364},[23309],{"type":54,"value":96},{"type":48,"tag":1351,"props":23311,"children":23312},{"style":2133},[23313],{"type":54,"value":5110},{"type":48,"tag":1351,"props":23315,"children":23316},{"style":1364},[23317],{"type":54,"value":1367},{"type":48,"tag":1351,"props":23319,"children":23320},{"style":1358},[23321],{"type":54,"value":13852},{"type":48,"tag":1351,"props":23323,"children":23324},{"class":1353,"line":21257},[23325,23329,23333,23337,23342,23346],{"type":48,"tag":1351,"props":23326,"children":23327},{"style":5418},[23328],{"type":54,"value":21966},{"type":48,"tag":1351,"props":23330,"children":23331},{"style":1364},[23332],{"type":54,"value":96},{"type":48,"tag":1351,"props":23334,"children":23335},{"style":1364},[23336],{"type":54,"value":2119},{"type":48,"tag":1351,"props":23338,"children":23339},{"style":2122},[23340],{"type":54,"value":23341},"easeOut",{"type":48,"tag":1351,"props":23343,"children":23344},{"style":1364},[23345],{"type":54,"value":2130},{"type":48,"tag":1351,"props":23347,"children":23348},{"style":1358},[23349],{"type":54,"value":13852},{"type":48,"tag":1351,"props":23351,"children":23352},{"class":1353,"line":21269},[23353],{"type":48,"tag":1351,"props":23354,"children":23355},{"style":1364},[23356],{"type":54,"value":22015},{"type":48,"tag":1351,"props":23358,"children":23359},{"class":1353,"line":21289},[23360,23365],{"type":48,"tag":1351,"props":23361,"children":23362},{"style":1364},[23363],{"type":54,"value":23364},"  }",{"type":48,"tag":1351,"props":23366,"children":23367},{"style":1358},[23368],{"type":54,"value":23369},")\n",{"type":48,"tag":1351,"props":23371,"children":23372},{"class":1353,"line":21309},[23373],{"type":48,"tag":1351,"props":23374,"children":23375},{"style":1364},[23376],{"type":54,"value":5520},{"type":48,"tag":1351,"props":23378,"children":23379},{"class":1353,"line":21317},[23380],{"type":48,"tag":1351,"props":23381,"children":23382},{"emptyLinePlaceholder":2679},[23383],{"type":54,"value":2682},{"type":48,"tag":1351,"props":23385,"children":23386},{"class":1353,"line":21325},[23387],{"type":48,"tag":1351,"props":23388,"children":23389},{"style":2657},[23390],{"type":54,"value":23391},"\u002F\u002F Floating animation (for icons\u002Fdecorations)\n",{"type":48,"tag":1351,"props":23393,"children":23394},{"class":1353,"line":21337},[23395,23399,23403,23408,23412],{"type":48,"tag":1351,"props":23396,"children":23397},{"style":4770},[23398],{"type":54,"value":21827},{"type":48,"tag":1351,"props":23400,"children":23401},{"style":5395},[23402],{"type":54,"value":21832},{"type":48,"tag":1351,"props":23404,"children":23405},{"style":1358},[23406],{"type":54,"value":23407}," floatSubtle ",{"type":48,"tag":1351,"props":23409,"children":23410},{"style":1364},[23411],{"type":54,"value":5408},{"type":48,"tag":1351,"props":23413,"children":23414},{"style":1364},[23415],{"type":54,"value":2035},{"type":48,"tag":1351,"props":23417,"children":23418},{"class":1353,"line":21357},[23419,23423,23427],{"type":48,"tag":1351,"props":23420,"children":23421},{"style":5418},[23422],{"type":54,"value":5454},{"type":48,"tag":1351,"props":23424,"children":23425},{"style":1364},[23426],{"type":54,"value":96},{"type":48,"tag":1351,"props":23428,"children":23429},{"style":1364},[23430],{"type":54,"value":2035},{"type":48,"tag":1351,"props":23432,"children":23433},{"class":1353,"line":21385},[23434,23438,23442,23446,23450,23454,23459,23463,23467,23471,23475],{"type":48,"tag":1351,"props":23435,"children":23436},{"style":5418},[23437],{"type":54,"value":22165},{"type":48,"tag":1351,"props":23439,"children":23440},{"style":1364},[23441],{"type":54,"value":96},{"type":48,"tag":1351,"props":23443,"children":23444},{"style":1358},[23445],{"type":54,"value":5696},{"type":48,"tag":1351,"props":23447,"children":23448},{"style":2133},[23449],{"type":54,"value":2247},{"type":48,"tag":1351,"props":23451,"children":23452},{"style":1364},[23453],{"type":54,"value":1367},{"type":48,"tag":1351,"props":23455,"children":23456},{"style":1364},[23457],{"type":54,"value":23458}," -",{"type":48,"tag":1351,"props":23460,"children":23461},{"style":2133},[23462],{"type":54,"value":2380},{"type":48,"tag":1351,"props":23464,"children":23465},{"style":1364},[23466],{"type":54,"value":1367},{"type":48,"tag":1351,"props":23468,"children":23469},{"style":2133},[23470],{"type":54,"value":3283},{"type":48,"tag":1351,"props":23472,"children":23473},{"style":1358},[23474],{"type":54,"value":17670},{"type":48,"tag":1351,"props":23476,"children":23477},{"style":1364},[23478],{"type":54,"value":3301},{"type":48,"tag":1351,"props":23480,"children":23481},{"class":1353,"line":21413},[23482,23486,23490],{"type":48,"tag":1351,"props":23483,"children":23484},{"style":5418},[23485],{"type":54,"value":21922},{"type":48,"tag":1351,"props":23487,"children":23488},{"style":1364},[23489],{"type":54,"value":96},{"type":48,"tag":1351,"props":23491,"children":23492},{"style":1364},[23493],{"type":54,"value":2035},{"type":48,"tag":1351,"props":23495,"children":23496},{"class":1353,"line":21443},[23497,23501,23505,23510],{"type":48,"tag":1351,"props":23498,"children":23499},{"style":5418},[23500],{"type":54,"value":21942},{"type":48,"tag":1351,"props":23502,"children":23503},{"style":1364},[23504],{"type":54,"value":96},{"type":48,"tag":1351,"props":23506,"children":23507},{"style":2133},[23508],{"type":54,"value":23509}," 3",{"type":48,"tag":1351,"props":23511,"children":23512},{"style":1364},[23513],{"type":54,"value":3301},{"type":48,"tag":1351,"props":23515,"children":23516},{"class":1353,"line":21464},[23517,23521,23525,23529,23534,23538],{"type":48,"tag":1351,"props":23518,"children":23519},{"style":5418},[23520],{"type":54,"value":21966},{"type":48,"tag":1351,"props":23522,"children":23523},{"style":1364},[23524],{"type":54,"value":96},{"type":48,"tag":1351,"props":23526,"children":23527},{"style":1364},[23528],{"type":54,"value":2119},{"type":48,"tag":1351,"props":23530,"children":23531},{"style":2122},[23532],{"type":54,"value":23533},"easeInOut",{"type":48,"tag":1351,"props":23535,"children":23536},{"style":1364},[23537],{"type":54,"value":2130},{"type":48,"tag":1351,"props":23539,"children":23540},{"style":1364},[23541],{"type":54,"value":3301},{"type":48,"tag":1351,"props":23543,"children":23544},{"class":1353,"line":21472},[23545,23550,23554],{"type":48,"tag":1351,"props":23546,"children":23547},{"style":5418},[23548],{"type":54,"value":23549},"      repeat",{"type":48,"tag":1351,"props":23551,"children":23552},{"style":1364},[23553],{"type":54,"value":96},{"type":48,"tag":1351,"props":23555,"children":23556},{"style":1364},[23557],{"type":54,"value":23558}," Infinity\n",{"type":48,"tag":1351,"props":23560,"children":23561},{"class":1353,"line":21480},[23562],{"type":48,"tag":1351,"props":23563,"children":23564},{"style":1364},[23565],{"type":54,"value":22015},{"type":48,"tag":1351,"props":23567,"children":23568},{"class":1353,"line":21489},[23569],{"type":48,"tag":1351,"props":23570,"children":23571},{"style":1364},[23572],{"type":54,"value":7093},{"type":48,"tag":1351,"props":23574,"children":23575},{"class":1353,"line":21505},[23576],{"type":48,"tag":1351,"props":23577,"children":23578},{"style":1364},[23579],{"type":54,"value":5520},{"type":48,"tag":1351,"props":23581,"children":23582},{"class":1353,"line":21541},[23583],{"type":48,"tag":1351,"props":23584,"children":23585},{"emptyLinePlaceholder":2679},[23586],{"type":54,"value":2682},{"type":48,"tag":1351,"props":23588,"children":23589},{"class":1353,"line":21561},[23590],{"type":48,"tag":1351,"props":23591,"children":23592},{"style":2657},[23593],{"type":54,"value":23594},"\u002F\u002F Background fade-in (slow entrance)\n",{"type":48,"tag":1351,"props":23596,"children":23597},{"class":1353,"line":21569},[23598,23602,23606,23611,23615],{"type":48,"tag":1351,"props":23599,"children":23600},{"style":4770},[23601],{"type":54,"value":21827},{"type":48,"tag":1351,"props":23603,"children":23604},{"style":5395},[23605],{"type":54,"value":21832},{"type":48,"tag":1351,"props":23607,"children":23608},{"style":1358},[23609],{"type":54,"value":23610}," backgroundFadeIn ",{"type":48,"tag":1351,"props":23612,"children":23613},{"style":1364},[23614],{"type":54,"value":5408},{"type":48,"tag":1351,"props":23616,"children":23617},{"style":1364},[23618],{"type":54,"value":2035},{"type":48,"tag":1351,"props":23620,"children":23621},{"class":1353,"line":21577},[23622,23626,23630,23634,23638,23642,23646],{"type":48,"tag":1351,"props":23623,"children":23624},{"style":5418},[23625],{"type":54,"value":5421},{"type":48,"tag":1351,"props":23627,"children":23628},{"style":1364},[23629],{"type":54,"value":96},{"type":48,"tag":1351,"props":23631,"children":23632},{"style":1364},[23633],{"type":54,"value":4796},{"type":48,"tag":1351,"props":23635,"children":23636},{"style":5418},[23637],{"type":54,"value":4801},{"type":48,"tag":1351,"props":23639,"children":23640},{"style":1364},[23641],{"type":54,"value":96},{"type":48,"tag":1351,"props":23643,"children":23644},{"style":2133},[23645],{"type":54,"value":3283},{"type":48,"tag":1351,"props":23647,"children":23648},{"style":1364},[23649],{"type":54,"value":5446},{"type":48,"tag":1351,"props":23651,"children":23652},{"class":1353,"line":21597},[23653,23657,23661,23665],{"type":48,"tag":1351,"props":23654,"children":23655},{"style":5418},[23656],{"type":54,"value":5454},{"type":48,"tag":1351,"props":23658,"children":23659},{"style":1364},[23660],{"type":54,"value":96},{"type":48,"tag":1351,"props":23662,"children":23663},{"style":1364},[23664],{"type":54,"value":4796},{"type":48,"tag":1351,"props":23666,"children":23667},{"style":1358},[23668],{"type":54,"value":13852},{"type":48,"tag":1351,"props":23670,"children":23671},{"class":1353,"line":21617},[23672,23676,23680,23684],{"type":48,"tag":1351,"props":23673,"children":23674},{"style":5418},[23675],{"type":54,"value":16137},{"type":48,"tag":1351,"props":23677,"children":23678},{"style":1364},[23679],{"type":54,"value":96},{"type":48,"tag":1351,"props":23681,"children":23682},{"style":2133},[23683],{"type":54,"value":2136},{"type":48,"tag":1351,"props":23685,"children":23686},{"style":1364},[23687],{"type":54,"value":3301},{"type":48,"tag":1351,"props":23689,"children":23690},{"class":1353,"line":21645},[23691,23695,23699,23703],{"type":48,"tag":1351,"props":23692,"children":23693},{"style":5418},[23694],{"type":54,"value":21922},{"type":48,"tag":1351,"props":23696,"children":23697},{"style":1364},[23698],{"type":54,"value":96},{"type":48,"tag":1351,"props":23700,"children":23701},{"style":1364},[23702],{"type":54,"value":4796},{"type":48,"tag":1351,"props":23704,"children":23705},{"style":1358},[23706],{"type":54,"value":13852},{"type":48,"tag":1351,"props":23708,"children":23709},{"class":1353,"line":21674},[23710,23714,23718,23723,23727],{"type":48,"tag":1351,"props":23711,"children":23712},{"style":5418},[23713],{"type":54,"value":21942},{"type":48,"tag":1351,"props":23715,"children":23716},{"style":1364},[23717],{"type":54,"value":96},{"type":48,"tag":1351,"props":23719,"children":23720},{"style":2133},[23721],{"type":54,"value":23722}," 2",{"type":48,"tag":1351,"props":23724,"children":23725},{"style":1364},[23726],{"type":54,"value":1367},{"type":48,"tag":1351,"props":23728,"children":23729},{"style":1358},[23730],{"type":54,"value":13852},{"type":48,"tag":1351,"props":23732,"children":23733},{"class":1353,"line":21682},[23734,23739,23743,23747],{"type":48,"tag":1351,"props":23735,"children":23736},{"style":5418},[23737],{"type":54,"value":23738},"      delay",{"type":48,"tag":1351,"props":23740,"children":23741},{"style":1364},[23742],{"type":54,"value":96},{"type":48,"tag":1351,"props":23744,"children":23745},{"style":2133},[23746],{"type":54,"value":5821},{"type":48,"tag":1351,"props":23748,"children":23749},{"style":1364},[23750],{"type":54,"value":3301},{"type":48,"tag":1351,"props":23752,"children":23753},{"class":1353,"line":21690},[23754,23758,23762,23766,23770,23774],{"type":48,"tag":1351,"props":23755,"children":23756},{"style":5418},[23757],{"type":54,"value":21966},{"type":48,"tag":1351,"props":23759,"children":23760},{"style":1364},[23761],{"type":54,"value":96},{"type":48,"tag":1351,"props":23763,"children":23764},{"style":1364},[23765],{"type":54,"value":2119},{"type":48,"tag":1351,"props":23767,"children":23768},{"style":2122},[23769],{"type":54,"value":23341},{"type":48,"tag":1351,"props":23771,"children":23772},{"style":1364},[23773],{"type":54,"value":2130},{"type":48,"tag":1351,"props":23775,"children":23776},{"style":1358},[23777],{"type":54,"value":13852},{"type":48,"tag":1351,"props":23779,"children":23780},{"class":1353,"line":21699},[23781],{"type":48,"tag":1351,"props":23782,"children":23783},{"style":1364},[23784],{"type":54,"value":22015},{"type":48,"tag":1351,"props":23786,"children":23787},{"class":1353,"line":21711},[23788],{"type":48,"tag":1351,"props":23789,"children":23790},{"style":1364},[23791],{"type":54,"value":7093},{"type":48,"tag":1351,"props":23793,"children":23794},{"class":1353,"line":21724},[23795],{"type":48,"tag":1351,"props":23796,"children":23797},{"style":1364},[23798],{"type":54,"value":5520},{"type":48,"tag":1351,"props":23800,"children":23801},{"class":1353,"line":21736},[23802],{"type":48,"tag":1351,"props":23803,"children":23804},{"emptyLinePlaceholder":2679},[23805],{"type":54,"value":2682},{"type":48,"tag":1351,"props":23807,"children":23808},{"class":1353,"line":21748},[23809],{"type":48,"tag":1351,"props":23810,"children":23811},{"style":2657},[23812],{"type":54,"value":23813},"\u002F\u002F Usage example with React\n",{"type":48,"tag":1351,"props":23815,"children":23816},{"class":1353,"line":21778},[23817],{"type":48,"tag":1351,"props":23818,"children":23819},{"style":2657},[23820],{"type":54,"value":23821},"\u002F*\n",{"type":48,"tag":1351,"props":23823,"children":23825},{"class":1353,"line":23824},115,[23826],{"type":48,"tag":1351,"props":23827,"children":23828},{"style":2657},[23829],{"type":54,"value":23830},"import { motion } from 'framer-motion';\n",{"type":48,"tag":1351,"props":23832,"children":23834},{"class":1353,"line":23833},116,[23835],{"type":48,"tag":1351,"props":23836,"children":23837},{"style":2657},[23838],{"type":54,"value":23839},"import { pageEntrance, staggerContainer, staggerItem } from '.\u002Fframer-motion-variants';\n",{"type":48,"tag":1351,"props":23841,"children":23843},{"class":1353,"line":23842},117,[23844],{"type":48,"tag":1351,"props":23845,"children":23846},{"emptyLinePlaceholder":2679},[23847],{"type":54,"value":2682},{"type":48,"tag":1351,"props":23849,"children":23851},{"class":1353,"line":23850},118,[23852],{"type":48,"tag":1351,"props":23853,"children":23854},{"style":2657},[23855],{"type":54,"value":23856},"function Page() {\n",{"type":48,"tag":1351,"props":23858,"children":23860},{"class":1353,"line":23859},119,[23861],{"type":48,"tag":1351,"props":23862,"children":23863},{"style":2657},[23864],{"type":54,"value":23865},"  return (\n",{"type":48,"tag":1351,"props":23867,"children":23869},{"class":1353,"line":23868},120,[23870],{"type":48,"tag":1351,"props":23871,"children":23872},{"style":2657},[23873],{"type":54,"value":23874},"    \u003Cmotion.main {...pageEntrance}>\n",{"type":48,"tag":1351,"props":23876,"children":23878},{"class":1353,"line":23877},121,[23879],{"type":48,"tag":1351,"props":23880,"children":23881},{"style":2657},[23882],{"type":54,"value":23883},"      \u003Cmotion.div \n",{"type":48,"tag":1351,"props":23885,"children":23887},{"class":1353,"line":23886},122,[23888],{"type":48,"tag":1351,"props":23889,"children":23890},{"style":2657},[23891],{"type":54,"value":23892},"        variants={staggerContainer}\n",{"type":48,"tag":1351,"props":23894,"children":23896},{"class":1353,"line":23895},123,[23897],{"type":48,"tag":1351,"props":23898,"children":23899},{"style":2657},[23900],{"type":54,"value":23901},"        initial=\"initial\"\n",{"type":48,"tag":1351,"props":23903,"children":23905},{"class":1353,"line":23904},124,[23906],{"type":48,"tag":1351,"props":23907,"children":23908},{"style":2657},[23909],{"type":54,"value":23910},"        animate=\"animate\"\n",{"type":48,"tag":1351,"props":23912,"children":23914},{"class":1353,"line":23913},125,[23915],{"type":48,"tag":1351,"props":23916,"children":23917},{"style":2657},[23918],{"type":54,"value":23919},"        className=\"grid grid-cols-3 gap-6\"\n",{"type":48,"tag":1351,"props":23921,"children":23923},{"class":1353,"line":23922},126,[23924],{"type":48,"tag":1351,"props":23925,"children":23926},{"style":2657},[23927],{"type":54,"value":23928},"      >\n",{"type":48,"tag":1351,"props":23930,"children":23932},{"class":1353,"line":23931},127,[23933],{"type":48,"tag":1351,"props":23934,"children":23935},{"style":2657},[23936],{"type":54,"value":23937},"        {items.map((item) => (\n",{"type":48,"tag":1351,"props":23939,"children":23941},{"class":1353,"line":23940},128,[23942],{"type":48,"tag":1351,"props":23943,"children":23944},{"style":2657},[23945],{"type":54,"value":23946},"          \u003Cmotion.div key={item.id} variants={staggerItem}>\n",{"type":48,"tag":1351,"props":23948,"children":23950},{"class":1353,"line":23949},129,[23951],{"type":48,"tag":1351,"props":23952,"children":23953},{"style":2657},[23954],{"type":54,"value":23955},"            {item.content}\n",{"type":48,"tag":1351,"props":23957,"children":23959},{"class":1353,"line":23958},130,[23960],{"type":48,"tag":1351,"props":23961,"children":23962},{"style":2657},[23963],{"type":54,"value":23964},"          \u003C\u002Fmotion.div>\n",{"type":48,"tag":1351,"props":23966,"children":23968},{"class":1353,"line":23967},131,[23969],{"type":48,"tag":1351,"props":23970,"children":23971},{"style":2657},[23972],{"type":54,"value":23973},"        ))}\n",{"type":48,"tag":1351,"props":23975,"children":23977},{"class":1353,"line":23976},132,[23978],{"type":48,"tag":1351,"props":23979,"children":23980},{"style":2657},[23981],{"type":54,"value":23982},"      \u003C\u002Fmotion.div>\n",{"type":48,"tag":1351,"props":23984,"children":23986},{"class":1353,"line":23985},133,[23987],{"type":48,"tag":1351,"props":23988,"children":23989},{"style":2657},[23990],{"type":54,"value":23991},"    \u003C\u002Fmotion.main>\n",{"type":48,"tag":1351,"props":23993,"children":23995},{"class":1353,"line":23994},134,[23996],{"type":48,"tag":1351,"props":23997,"children":23998},{"style":2657},[23999],{"type":54,"value":9776},{"type":48,"tag":1351,"props":24001,"children":24003},{"class":1353,"line":24002},135,[24004],{"type":48,"tag":1351,"props":24005,"children":24006},{"style":2657},[24007],{"type":54,"value":2170},{"type":48,"tag":1351,"props":24009,"children":24011},{"class":1353,"line":24010},136,[24012],{"type":48,"tag":1351,"props":24013,"children":24014},{"style":2657},[24015],{"type":54,"value":24016},"*\u002F\n",{"type":48,"tag":107,"props":24018,"children":24019},{},[],{"type":48,"tag":61,"props":24021,"children":24022},{},[24023],{"type":48,"tag":24024,"props":24025,"children":24026},"em",{},[24027],{"type":54,"value":24028},"Synthesized from analysis of warm-cream developer-marketing landing pages. The aesthetic — warm cream backgrounds, brown text, single bold accent for CTAs, corner-bracket decorations — is portable to any B2B \u002F developer-tools \u002F dev-adjacent product brand.",{"type":48,"tag":49,"props":24030,"children":24032},{"id":24031},"snippetsmd",[24033],{"type":54,"value":24034},"===== SNIPPETS.md =====",{"type":48,"tag":49,"props":24036,"children":24038},{"id":24037},"landing-page-design-component-snippets",[24039],{"type":54,"value":24040},"Landing Page Design - Component Snippets",{"type":48,"tag":57,"props":24042,"children":24043},{},[24044],{"type":48,"tag":61,"props":24045,"children":24046},{},[24047,24052],{"type":48,"tag":65,"props":24048,"children":24049},{},[24050],{"type":54,"value":24051},"Copy-paste ready components",{"type":54,"value":24053}," for building warm-cream landing-page interfaces.\nEach snippet includes React + Tailwind AND Vanilla HTML versions.",{"type":48,"tag":107,"props":24055,"children":24056},{},[],{"type":48,"tag":111,"props":24058,"children":24060},{"id":24059},"table-of-contents",[24061],{"type":54,"value":24062},"Table of Contents",{"type":48,"tag":13583,"props":24064,"children":24065},{},[24066,24074,24082,24091,24100,24109,24118,24127,24136],{"type":48,"tag":260,"props":24067,"children":24068},{},[24069],{"type":48,"tag":21717,"props":24070,"children":24072},{"href":24071},"#buttons",[24073],{"type":54,"value":10490},{"type":48,"tag":260,"props":24075,"children":24076},{},[24077],{"type":48,"tag":21717,"props":24078,"children":24080},{"href":24079},"#cards",[24081],{"type":54,"value":10643},{"type":48,"tag":260,"props":24083,"children":24084},{},[24085],{"type":48,"tag":21717,"props":24086,"children":24088},{"href":24087},"#forms",[24089],{"type":54,"value":24090},"Forms",{"type":48,"tag":260,"props":24092,"children":24093},{},[24094],{"type":48,"tag":21717,"props":24095,"children":24097},{"href":24096},"#calculator-tools",[24098],{"type":54,"value":24099},"Calculator Tools",{"type":48,"tag":260,"props":24101,"children":24102},{},[24103],{"type":48,"tag":21717,"props":24104,"children":24106},{"href":24105},"#navigation",[24107],{"type":54,"value":24108},"Navigation",{"type":48,"tag":260,"props":24110,"children":24111},{},[24112],{"type":48,"tag":21717,"props":24113,"children":24115},{"href":24114},"#hero-sections",[24116],{"type":54,"value":24117},"Hero Sections",{"type":48,"tag":260,"props":24119,"children":24120},{},[24121],{"type":48,"tag":21717,"props":24122,"children":24124},{"href":24123},"#data-display",[24125],{"type":54,"value":24126},"Data Display",{"type":48,"tag":260,"props":24128,"children":24129},{},[24130],{"type":48,"tag":21717,"props":24131,"children":24133},{"href":24132},"#layout",[24134],{"type":54,"value":24135},"Layout",{"type":48,"tag":260,"props":24137,"children":24138},{},[24139],{"type":48,"tag":21717,"props":24140,"children":24142},{"href":24141},"#decorative",[24143],{"type":54,"value":24144},"Decorative",{"type":48,"tag":107,"props":24146,"children":24147},{},[],{"type":48,"tag":49,"props":24149,"children":24151},{"id":24150},"buttons-1",[24152],{"type":54,"value":10490},{"type":48,"tag":111,"props":24154,"children":24156},{"id":24155},"btn-primary",[24157],{"type":54,"value":24158},"BTN-PRIMARY",{"type":48,"tag":61,"props":24160,"children":24161},{},[24162],{"type":54,"value":24163},"Primary CTA button - cream background, orange text, fully rounded.",{"type":48,"tag":151,"props":24165,"children":24167},{"id":24166},"react-tailwind",[24168],{"type":54,"value":24169},"React + Tailwind",{"type":48,"tag":118,"props":24171,"children":24175},{"className":24172,"code":24173,"language":24174,"meta":126,"style":126},"language-jsx shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","\u003Cbutton className=\"inline-flex items-center justify-center gap-2 px-6 py-3 rounded-full font-medium bg-[#FFFBF5] text-[#FF4801] border border-[#FFFBF5] transition-all duration-150 ease-out hover:bg-transparent hover:border-[#FF4801] active:scale-[0.98] active:translate-y-[1px] focus:outline-none focus:ring-2 focus:ring-[#FF4801]\u002F30 disabled:opacity-50 disabled:cursor-not-allowed\">\n  Get started\n\u003C\u002Fbutton>\n","jsx",[24176],{"type":48,"tag":89,"props":24177,"children":24178},{"__ignoreMap":126},[24179,24216,24224],{"type":48,"tag":1351,"props":24180,"children":24181},{"class":1353,"line":1354},[24182,24186,24190,24195,24199,24203,24208,24212],{"type":48,"tag":1351,"props":24183,"children":24184},{"style":1364},[24185],{"type":54,"value":6909},{"type":48,"tag":1351,"props":24187,"children":24188},{"style":5418},[24189],{"type":54,"value":8084},{"type":48,"tag":1351,"props":24191,"children":24192},{"style":5395},[24193],{"type":54,"value":24194}," className",{"type":48,"tag":1351,"props":24196,"children":24197},{"style":1364},[24198],{"type":54,"value":5408},{"type":48,"tag":1351,"props":24200,"children":24201},{"style":1364},[24202],{"type":54,"value":2130},{"type":48,"tag":1351,"props":24204,"children":24205},{"style":2122},[24206],{"type":54,"value":24207},"inline-flex items-center justify-center gap-2 px-6 py-3 rounded-full font-medium bg-[#FFFBF5] text-[#FF4801] border border-[#FFFBF5] transition-all duration-150 ease-out hover:bg-transparent hover:border-[#FF4801] active:scale-[0.98] active:translate-y-[1px] focus:outline-none focus:ring-2 focus:ring-[#FF4801]\u002F30 disabled:opacity-50 disabled:cursor-not-allowed",{"type":48,"tag":1351,"props":24209,"children":24210},{"style":1364},[24211],{"type":54,"value":2130},{"type":48,"tag":1351,"props":24213,"children":24214},{"style":1364},[24215],{"type":54,"value":6919},{"type":48,"tag":1351,"props":24217,"children":24218},{"class":1353,"line":1417},[24219],{"type":48,"tag":1351,"props":24220,"children":24221},{"style":1358},[24222],{"type":54,"value":24223},"  Get started\n",{"type":48,"tag":1351,"props":24225,"children":24226},{"class":1353,"line":2059},[24227,24231,24235],{"type":48,"tag":1351,"props":24228,"children":24229},{"style":1364},[24230],{"type":54,"value":7118},{"type":48,"tag":1351,"props":24232,"children":24233},{"style":5418},[24234],{"type":54,"value":8084},{"type":48,"tag":1351,"props":24236,"children":24237},{"style":1364},[24238],{"type":54,"value":6919},{"type":48,"tag":151,"props":24240,"children":24242},{"id":24241},"vanilla-html",[24243],{"type":54,"value":24244},"Vanilla HTML",{"type":48,"tag":118,"props":24246,"children":24248},{"className":6896,"code":24247,"language":18,"meta":126,"style":126},"\u003Cbutton style=\"\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n  padding: 12px 24px;\n  border-radius: 9999px;\n  font-family: 'Inter', sans-serif;\n  font-weight: 500;\n  font-size: 16px;\n  background: #FFFBF5;\n  color: #FF4801;\n  border: 1px solid #FFFBF5;\n  cursor: pointer;\n  transition: all 0.15s ease;\n\" onmouseover=\"this.style.background='transparent'; this.style.borderColor='#FF4801';\" onmouseout=\"this.style.background='#FFFBF5'; this.style.borderColor='#FFFBF5';\">\n  Get started\n\u003C\u002Fbutton>\n",[24249],{"type":48,"tag":89,"props":24250,"children":24251},{"__ignoreMap":126},[24252,24277,24285,24293,24301,24309,24317,24325,24333,24341,24349,24357,24365,24373,24381,24389,24538,24545],{"type":48,"tag":1351,"props":24253,"children":24254},{"class":1353,"line":1354},[24255,24259,24263,24268,24272],{"type":48,"tag":1351,"props":24256,"children":24257},{"style":1364},[24258],{"type":54,"value":6909},{"type":48,"tag":1351,"props":24260,"children":24261},{"style":5418},[24262],{"type":54,"value":8084},{"type":48,"tag":1351,"props":24264,"children":24265},{"style":5395},[24266],{"type":54,"value":24267}," style",{"type":48,"tag":1351,"props":24269,"children":24270},{"style":1364},[24271],{"type":54,"value":5408},{"type":48,"tag":1351,"props":24273,"children":24274},{"style":1364},[24275],{"type":54,"value":24276},"\"\n",{"type":48,"tag":1351,"props":24278,"children":24279},{"class":1353,"line":1417},[24280],{"type":48,"tag":1351,"props":24281,"children":24282},{"style":2122},[24283],{"type":54,"value":24284},"  display: inline-flex;\n",{"type":48,"tag":1351,"props":24286,"children":24287},{"class":1353,"line":2059},[24288],{"type":48,"tag":1351,"props":24289,"children":24290},{"style":2122},[24291],{"type":54,"value":24292},"  align-items: center;\n",{"type":48,"tag":1351,"props":24294,"children":24295},{"class":1353,"line":2081},[24296],{"type":48,"tag":1351,"props":24297,"children":24298},{"style":2122},[24299],{"type":54,"value":24300},"  justify-content: center;\n",{"type":48,"tag":1351,"props":24302,"children":24303},{"class":1353,"line":2104},[24304],{"type":48,"tag":1351,"props":24305,"children":24306},{"style":2122},[24307],{"type":54,"value":24308},"  gap: 8px;\n",{"type":48,"tag":1351,"props":24310,"children":24311},{"class":1353,"line":2164},[24312],{"type":48,"tag":1351,"props":24313,"children":24314},{"style":2122},[24315],{"type":54,"value":24316},"  padding: 12px 24px;\n",{"type":48,"tag":1351,"props":24318,"children":24319},{"class":1353,"line":2713},[24320],{"type":48,"tag":1351,"props":24321,"children":24322},{"style":2122},[24323],{"type":54,"value":24324},"  border-radius: 9999px;\n",{"type":48,"tag":1351,"props":24326,"children":24327},{"class":1353,"line":2722},[24328],{"type":48,"tag":1351,"props":24329,"children":24330},{"style":2122},[24331],{"type":54,"value":24332},"  font-family: 'Inter', sans-serif;\n",{"type":48,"tag":1351,"props":24334,"children":24335},{"class":1353,"line":2736},[24336],{"type":48,"tag":1351,"props":24337,"children":24338},{"style":2122},[24339],{"type":54,"value":24340},"  font-weight: 500;\n",{"type":48,"tag":1351,"props":24342,"children":24343},{"class":1353,"line":2744},[24344],{"type":48,"tag":1351,"props":24345,"children":24346},{"style":2122},[24347],{"type":54,"value":24348},"  font-size: 16px;\n",{"type":48,"tag":1351,"props":24350,"children":24351},{"class":1353,"line":2753},[24352],{"type":48,"tag":1351,"props":24353,"children":24354},{"style":2122},[24355],{"type":54,"value":24356},"  background: #FFFBF5;\n",{"type":48,"tag":1351,"props":24358,"children":24359},{"class":1353,"line":2767},[24360],{"type":48,"tag":1351,"props":24361,"children":24362},{"style":2122},[24363],{"type":54,"value":24364},"  color: #FF4801;\n",{"type":48,"tag":1351,"props":24366,"children":24367},{"class":1353,"line":2781},[24368],{"type":48,"tag":1351,"props":24369,"children":24370},{"style":2122},[24371],{"type":54,"value":24372},"  border: 1px solid #FFFBF5;\n",{"type":48,"tag":1351,"props":24374,"children":24375},{"class":1353,"line":2795},[24376],{"type":48,"tag":1351,"props":24377,"children":24378},{"style":2122},[24379],{"type":54,"value":24380},"  cursor: pointer;\n",{"type":48,"tag":1351,"props":24382,"children":24383},{"class":1353,"line":2803},[24384],{"type":48,"tag":1351,"props":24385,"children":24386},{"style":2122},[24387],{"type":54,"value":24388},"  transition: all 0.15s ease;\n",{"type":48,"tag":1351,"props":24390,"children":24391},{"class":1353,"line":2812},[24392,24396,24401,24405,24410,24415,24419,24424,24429,24433,24438,24443,24447,24451,24456,24460,24464,24469,24474,24478,24482,24486,24490,24494,24498,24502,24506,24510,24514,24518,24522,24526,24530,24534],{"type":48,"tag":1351,"props":24393,"children":24394},{"style":1364},[24395],{"type":54,"value":2130},{"type":48,"tag":1351,"props":24397,"children":24398},{"style":5395},[24399],{"type":54,"value":24400}," onmouseover",{"type":48,"tag":1351,"props":24402,"children":24403},{"style":1364},[24404],{"type":54,"value":5408},{"type":48,"tag":1351,"props":24406,"children":24407},{"style":1364},[24408],{"type":54,"value":24409},"\"this.",{"type":48,"tag":1351,"props":24411,"children":24412},{"style":1358},[24413],{"type":54,"value":24414},"style",{"type":48,"tag":1351,"props":24416,"children":24417},{"style":1364},[24418],{"type":54,"value":105},{"type":48,"tag":1351,"props":24420,"children":24421},{"style":1358},[24422],{"type":54,"value":24423},"background",{"type":48,"tag":1351,"props":24425,"children":24426},{"style":1364},[24427],{"type":54,"value":24428},"='",{"type":48,"tag":1351,"props":24430,"children":24431},{"style":2122},[24432],{"type":54,"value":10581},{"type":48,"tag":1351,"props":24434,"children":24435},{"style":1364},[24436],{"type":54,"value":24437},"';",{"type":48,"tag":1351,"props":24439,"children":24440},{"style":1364},[24441],{"type":54,"value":24442}," this.",{"type":48,"tag":1351,"props":24444,"children":24445},{"style":1358},[24446],{"type":54,"value":24414},{"type":48,"tag":1351,"props":24448,"children":24449},{"style":1364},[24450],{"type":54,"value":105},{"type":48,"tag":1351,"props":24452,"children":24453},{"style":1358},[24454],{"type":54,"value":24455},"borderColor",{"type":48,"tag":1351,"props":24457,"children":24458},{"style":1364},[24459],{"type":54,"value":24428},{"type":48,"tag":1351,"props":24461,"children":24462},{"style":2122},[24463],{"type":54,"value":414},{"type":48,"tag":1351,"props":24465,"children":24466},{"style":1364},[24467],{"type":54,"value":24468},"';\"",{"type":48,"tag":1351,"props":24470,"children":24471},{"style":5395},[24472],{"type":54,"value":24473}," onmouseout",{"type":48,"tag":1351,"props":24475,"children":24476},{"style":1364},[24477],{"type":54,"value":5408},{"type":48,"tag":1351,"props":24479,"children":24480},{"style":1364},[24481],{"type":54,"value":24409},{"type":48,"tag":1351,"props":24483,"children":24484},{"style":1358},[24485],{"type":54,"value":24414},{"type":48,"tag":1351,"props":24487,"children":24488},{"style":1364},[24489],{"type":54,"value":105},{"type":48,"tag":1351,"props":24491,"children":24492},{"style":1358},[24493],{"type":54,"value":24423},{"type":48,"tag":1351,"props":24495,"children":24496},{"style":1364},[24497],{"type":54,"value":24428},{"type":48,"tag":1351,"props":24499,"children":24500},{"style":2122},[24501],{"type":54,"value":283},{"type":48,"tag":1351,"props":24503,"children":24504},{"style":1364},[24505],{"type":54,"value":24437},{"type":48,"tag":1351,"props":24507,"children":24508},{"style":1364},[24509],{"type":54,"value":24442},{"type":48,"tag":1351,"props":24511,"children":24512},{"style":1358},[24513],{"type":54,"value":24414},{"type":48,"tag":1351,"props":24515,"children":24516},{"style":1364},[24517],{"type":54,"value":105},{"type":48,"tag":1351,"props":24519,"children":24520},{"style":1358},[24521],{"type":54,"value":24455},{"type":48,"tag":1351,"props":24523,"children":24524},{"style":1364},[24525],{"type":54,"value":24428},{"type":48,"tag":1351,"props":24527,"children":24528},{"style":2122},[24529],{"type":54,"value":283},{"type":48,"tag":1351,"props":24531,"children":24532},{"style":1364},[24533],{"type":54,"value":24468},{"type":48,"tag":1351,"props":24535,"children":24536},{"style":1364},[24537],{"type":54,"value":6919},{"type":48,"tag":1351,"props":24539,"children":24540},{"class":1353,"line":2826},[24541],{"type":48,"tag":1351,"props":24542,"children":24543},{"style":1358},[24544],{"type":54,"value":24223},{"type":48,"tag":1351,"props":24546,"children":24547},{"class":1353,"line":5128},[24548,24552,24556],{"type":48,"tag":1351,"props":24549,"children":24550},{"style":1364},[24551],{"type":54,"value":7118},{"type":48,"tag":1351,"props":24553,"children":24554},{"style":5418},[24555],{"type":54,"value":8084},{"type":48,"tag":1351,"props":24557,"children":24558},{"style":1364},[24559],{"type":54,"value":6919},{"type":48,"tag":107,"props":24561,"children":24562},{},[],{"type":48,"tag":111,"props":24564,"children":24566},{"id":24565},"btn-secondary",[24567],{"type":54,"value":24568},"BTN-SECONDARY",{"type":48,"tag":61,"props":24570,"children":24571},{},[24572],{"type":54,"value":24573},"Secondary button - orange background, white text.",{"type":48,"tag":151,"props":24575,"children":24577},{"id":24576},"react-tailwind-1",[24578],{"type":54,"value":24169},{"type":48,"tag":118,"props":24580,"children":24582},{"className":24172,"code":24581,"language":24174,"meta":126,"style":126},"\u003Cbutton className=\"inline-flex items-center justify-center gap-2 px-6 py-3 rounded-full font-medium bg-[#FF4801] text-white border border-transparent transition-all duration-150 ease-out hover:opacity-95 hover:border-dashed hover:border-white\u002F50 active:scale-[0.98] active:translate-y-[1px] focus:outline-none focus:ring-2 focus:ring-[#FF4801]\u002F30 disabled:opacity-50 disabled:cursor-not-allowed\">\n  Learn more\n\u003C\u002Fbutton>\n",[24583],{"type":48,"tag":89,"props":24584,"children":24585},{"__ignoreMap":126},[24586,24622,24630],{"type":48,"tag":1351,"props":24587,"children":24588},{"class":1353,"line":1354},[24589,24593,24597,24601,24605,24609,24614,24618],{"type":48,"tag":1351,"props":24590,"children":24591},{"style":1364},[24592],{"type":54,"value":6909},{"type":48,"tag":1351,"props":24594,"children":24595},{"style":5418},[24596],{"type":54,"value":8084},{"type":48,"tag":1351,"props":24598,"children":24599},{"style":5395},[24600],{"type":54,"value":24194},{"type":48,"tag":1351,"props":24602,"children":24603},{"style":1364},[24604],{"type":54,"value":5408},{"type":48,"tag":1351,"props":24606,"children":24607},{"style":1364},[24608],{"type":54,"value":2130},{"type":48,"tag":1351,"props":24610,"children":24611},{"style":2122},[24612],{"type":54,"value":24613},"inline-flex items-center justify-center gap-2 px-6 py-3 rounded-full font-medium bg-[#FF4801] text-white border border-transparent transition-all duration-150 ease-out hover:opacity-95 hover:border-dashed hover:border-white\u002F50 active:scale-[0.98] active:translate-y-[1px] focus:outline-none focus:ring-2 focus:ring-[#FF4801]\u002F30 disabled:opacity-50 disabled:cursor-not-allowed",{"type":48,"tag":1351,"props":24615,"children":24616},{"style":1364},[24617],{"type":54,"value":2130},{"type":48,"tag":1351,"props":24619,"children":24620},{"style":1364},[24621],{"type":54,"value":6919},{"type":48,"tag":1351,"props":24623,"children":24624},{"class":1353,"line":1417},[24625],{"type":48,"tag":1351,"props":24626,"children":24627},{"style":1358},[24628],{"type":54,"value":24629},"  Learn more\n",{"type":48,"tag":1351,"props":24631,"children":24632},{"class":1353,"line":2059},[24633,24637,24641],{"type":48,"tag":1351,"props":24634,"children":24635},{"style":1364},[24636],{"type":54,"value":7118},{"type":48,"tag":1351,"props":24638,"children":24639},{"style":5418},[24640],{"type":54,"value":8084},{"type":48,"tag":1351,"props":24642,"children":24643},{"style":1364},[24644],{"type":54,"value":6919},{"type":48,"tag":151,"props":24646,"children":24648},{"id":24647},"vanilla-html-1",[24649],{"type":54,"value":24244},{"type":48,"tag":118,"props":24651,"children":24653},{"className":6896,"code":24652,"language":18,"meta":126,"style":126},"\u003Cbutton style=\"\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n  padding: 12px 24px;\n  border-radius: 9999px;\n  font-family: 'Inter', sans-serif;\n  font-weight: 500;\n  font-size: 16px;\n  background: #FF4801;\n  color: white;\n  border: 1px solid transparent;\n  cursor: pointer;\n  transition: all 0.15s ease;\n\" onmouseover=\"this.style.opacity='0.95';\" onmouseout=\"this.style.opacity='1';\">\n  Learn more\n\u003C\u002Fbutton>\n",[24654],{"type":48,"tag":89,"props":24655,"children":24656},{"__ignoreMap":126},[24657,24680,24687,24694,24701,24708,24715,24722,24729,24736,24743,24751,24759,24767,24774,24781,24866,24873],{"type":48,"tag":1351,"props":24658,"children":24659},{"class":1353,"line":1354},[24660,24664,24668,24672,24676],{"type":48,"tag":1351,"props":24661,"children":24662},{"style":1364},[24663],{"type":54,"value":6909},{"type":48,"tag":1351,"props":24665,"children":24666},{"style":5418},[24667],{"type":54,"value":8084},{"type":48,"tag":1351,"props":24669,"children":24670},{"style":5395},[24671],{"type":54,"value":24267},{"type":48,"tag":1351,"props":24673,"children":24674},{"style":1364},[24675],{"type":54,"value":5408},{"type":48,"tag":1351,"props":24677,"children":24678},{"style":1364},[24679],{"type":54,"value":24276},{"type":48,"tag":1351,"props":24681,"children":24682},{"class":1353,"line":1417},[24683],{"type":48,"tag":1351,"props":24684,"children":24685},{"style":2122},[24686],{"type":54,"value":24284},{"type":48,"tag":1351,"props":24688,"children":24689},{"class":1353,"line":2059},[24690],{"type":48,"tag":1351,"props":24691,"children":24692},{"style":2122},[24693],{"type":54,"value":24292},{"type":48,"tag":1351,"props":24695,"children":24696},{"class":1353,"line":2081},[24697],{"type":48,"tag":1351,"props":24698,"children":24699},{"style":2122},[24700],{"type":54,"value":24300},{"type":48,"tag":1351,"props":24702,"children":24703},{"class":1353,"line":2104},[24704],{"type":48,"tag":1351,"props":24705,"children":24706},{"style":2122},[24707],{"type":54,"value":24308},{"type":48,"tag":1351,"props":24709,"children":24710},{"class":1353,"line":2164},[24711],{"type":48,"tag":1351,"props":24712,"children":24713},{"style":2122},[24714],{"type":54,"value":24316},{"type":48,"tag":1351,"props":24716,"children":24717},{"class":1353,"line":2713},[24718],{"type":48,"tag":1351,"props":24719,"children":24720},{"style":2122},[24721],{"type":54,"value":24324},{"type":48,"tag":1351,"props":24723,"children":24724},{"class":1353,"line":2722},[24725],{"type":48,"tag":1351,"props":24726,"children":24727},{"style":2122},[24728],{"type":54,"value":24332},{"type":48,"tag":1351,"props":24730,"children":24731},{"class":1353,"line":2736},[24732],{"type":48,"tag":1351,"props":24733,"children":24734},{"style":2122},[24735],{"type":54,"value":24340},{"type":48,"tag":1351,"props":24737,"children":24738},{"class":1353,"line":2744},[24739],{"type":48,"tag":1351,"props":24740,"children":24741},{"style":2122},[24742],{"type":54,"value":24348},{"type":48,"tag":1351,"props":24744,"children":24745},{"class":1353,"line":2753},[24746],{"type":48,"tag":1351,"props":24747,"children":24748},{"style":2122},[24749],{"type":54,"value":24750},"  background: #FF4801;\n",{"type":48,"tag":1351,"props":24752,"children":24753},{"class":1353,"line":2767},[24754],{"type":48,"tag":1351,"props":24755,"children":24756},{"style":2122},[24757],{"type":54,"value":24758},"  color: white;\n",{"type":48,"tag":1351,"props":24760,"children":24761},{"class":1353,"line":2781},[24762],{"type":48,"tag":1351,"props":24763,"children":24764},{"style":2122},[24765],{"type":54,"value":24766},"  border: 1px solid transparent;\n",{"type":48,"tag":1351,"props":24768,"children":24769},{"class":1353,"line":2795},[24770],{"type":48,"tag":1351,"props":24771,"children":24772},{"style":2122},[24773],{"type":54,"value":24380},{"type":48,"tag":1351,"props":24775,"children":24776},{"class":1353,"line":2803},[24777],{"type":48,"tag":1351,"props":24778,"children":24779},{"style":2122},[24780],{"type":54,"value":24388},{"type":48,"tag":1351,"props":24782,"children":24783},{"class":1353,"line":2812},[24784,24788,24792,24796,24800,24804,24808,24813,24817,24822,24826,24830,24834,24838,24842,24846,24850,24854,24858,24862],{"type":48,"tag":1351,"props":24785,"children":24786},{"style":1364},[24787],{"type":54,"value":2130},{"type":48,"tag":1351,"props":24789,"children":24790},{"style":5395},[24791],{"type":54,"value":24400},{"type":48,"tag":1351,"props":24793,"children":24794},{"style":1364},[24795],{"type":54,"value":5408},{"type":48,"tag":1351,"props":24797,"children":24798},{"style":1364},[24799],{"type":54,"value":24409},{"type":48,"tag":1351,"props":24801,"children":24802},{"style":1358},[24803],{"type":54,"value":24414},{"type":48,"tag":1351,"props":24805,"children":24806},{"style":1364},[24807],{"type":54,"value":105},{"type":48,"tag":1351,"props":24809,"children":24810},{"style":1358},[24811],{"type":54,"value":24812},"opacity",{"type":48,"tag":1351,"props":24814,"children":24815},{"style":1364},[24816],{"type":54,"value":24428},{"type":48,"tag":1351,"props":24818,"children":24819},{"style":2122},[24820],{"type":54,"value":24821},"0.95",{"type":48,"tag":1351,"props":24823,"children":24824},{"style":1364},[24825],{"type":54,"value":24468},{"type":48,"tag":1351,"props":24827,"children":24828},{"style":5395},[24829],{"type":54,"value":24473},{"type":48,"tag":1351,"props":24831,"children":24832},{"style":1364},[24833],{"type":54,"value":5408},{"type":48,"tag":1351,"props":24835,"children":24836},{"style":1364},[24837],{"type":54,"value":24409},{"type":48,"tag":1351,"props":24839,"children":24840},{"style":1358},[24841],{"type":54,"value":24414},{"type":48,"tag":1351,"props":24843,"children":24844},{"style":1364},[24845],{"type":54,"value":105},{"type":48,"tag":1351,"props":24847,"children":24848},{"style":1358},[24849],{"type":54,"value":24812},{"type":48,"tag":1351,"props":24851,"children":24852},{"style":1364},[24853],{"type":54,"value":24428},{"type":48,"tag":1351,"props":24855,"children":24856},{"style":2122},[24857],{"type":54,"value":2300},{"type":48,"tag":1351,"props":24859,"children":24860},{"style":1364},[24861],{"type":54,"value":24468},{"type":48,"tag":1351,"props":24863,"children":24864},{"style":1364},[24865],{"type":54,"value":6919},{"type":48,"tag":1351,"props":24867,"children":24868},{"class":1353,"line":2826},[24869],{"type":48,"tag":1351,"props":24870,"children":24871},{"style":1358},[24872],{"type":54,"value":24629},{"type":48,"tag":1351,"props":24874,"children":24875},{"class":1353,"line":5128},[24876,24880,24884],{"type":48,"tag":1351,"props":24877,"children":24878},{"style":1364},[24879],{"type":54,"value":7118},{"type":48,"tag":1351,"props":24881,"children":24882},{"style":5418},[24883],{"type":54,"value":8084},{"type":48,"tag":1351,"props":24885,"children":24886},{"style":1364},[24887],{"type":54,"value":6919},{"type":48,"tag":107,"props":24889,"children":24890},{},[],{"type":48,"tag":111,"props":24892,"children":24894},{"id":24893},"btn-ghost",[24895],{"type":54,"value":24896},"BTN-GHOST",{"type":48,"tag":61,"props":24898,"children":24899},{},[24900],{"type":54,"value":24901},"Ghost button - transparent with border, for secondary actions.",{"type":48,"tag":151,"props":24903,"children":24905},{"id":24904},"react-tailwind-2",[24906],{"type":54,"value":24169},{"type":48,"tag":118,"props":24908,"children":24910},{"className":24172,"code":24909,"language":24174,"meta":126,"style":126},"\u003Cbutton className=\"inline-flex items-center justify-center gap-2 px-6 py-3 rounded-full font-medium bg-transparent text-[#FF4801] border border-[#EBD5C1] transition-all duration-150 ease-out hover:border-dashed hover:border-[#FF4801] hover:text-[#521000] active:scale-[0.98] focus:outline-none focus:ring-2 focus:ring-[#FF4801]\u002F20 disabled:opacity-50 disabled:cursor-not-allowed\">\n  View docs\n\u003C\u002Fbutton>\n",[24911],{"type":48,"tag":89,"props":24912,"children":24913},{"__ignoreMap":126},[24914,24950,24958],{"type":48,"tag":1351,"props":24915,"children":24916},{"class":1353,"line":1354},[24917,24921,24925,24929,24933,24937,24942,24946],{"type":48,"tag":1351,"props":24918,"children":24919},{"style":1364},[24920],{"type":54,"value":6909},{"type":48,"tag":1351,"props":24922,"children":24923},{"style":5418},[24924],{"type":54,"value":8084},{"type":48,"tag":1351,"props":24926,"children":24927},{"style":5395},[24928],{"type":54,"value":24194},{"type":48,"tag":1351,"props":24930,"children":24931},{"style":1364},[24932],{"type":54,"value":5408},{"type":48,"tag":1351,"props":24934,"children":24935},{"style":1364},[24936],{"type":54,"value":2130},{"type":48,"tag":1351,"props":24938,"children":24939},{"style":2122},[24940],{"type":54,"value":24941},"inline-flex items-center justify-center gap-2 px-6 py-3 rounded-full font-medium bg-transparent text-[#FF4801] border border-[#EBD5C1] transition-all duration-150 ease-out hover:border-dashed hover:border-[#FF4801] hover:text-[#521000] active:scale-[0.98] focus:outline-none focus:ring-2 focus:ring-[#FF4801]\u002F20 disabled:opacity-50 disabled:cursor-not-allowed",{"type":48,"tag":1351,"props":24943,"children":24944},{"style":1364},[24945],{"type":54,"value":2130},{"type":48,"tag":1351,"props":24947,"children":24948},{"style":1364},[24949],{"type":54,"value":6919},{"type":48,"tag":1351,"props":24951,"children":24952},{"class":1353,"line":1417},[24953],{"type":48,"tag":1351,"props":24954,"children":24955},{"style":1358},[24956],{"type":54,"value":24957},"  View docs\n",{"type":48,"tag":1351,"props":24959,"children":24960},{"class":1353,"line":2059},[24961,24965,24969],{"type":48,"tag":1351,"props":24962,"children":24963},{"style":1364},[24964],{"type":54,"value":7118},{"type":48,"tag":1351,"props":24966,"children":24967},{"style":5418},[24968],{"type":54,"value":8084},{"type":48,"tag":1351,"props":24970,"children":24971},{"style":1364},[24972],{"type":54,"value":6919},{"type":48,"tag":151,"props":24974,"children":24976},{"id":24975},"vanilla-html-2",[24977],{"type":54,"value":24244},{"type":48,"tag":118,"props":24979,"children":24981},{"className":6896,"code":24980,"language":18,"meta":126,"style":126},"\u003Cbutton style=\"\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n  padding: 12px 24px;\n  border-radius: 9999px;\n  font-family: 'Inter', sans-serif;\n  font-weight: 500;\n  font-size: 16px;\n  background: transparent;\n  color: #FF4801;\n  border: 1px solid #EBD5C1;\n  cursor: pointer;\n  transition: all 0.15s ease;\n\" onmouseover=\"this.style.borderStyle='dashed'; this.style.borderColor='#FF4801';\" onmouseout=\"this.style.borderStyle='solid'; this.style.borderColor='#EBD5C1';\">\n  View docs\n\u003C\u002Fbutton>\n",[24982],{"type":48,"tag":89,"props":24983,"children":24984},{"__ignoreMap":126},[24985,25008,25015,25022,25029,25036,25043,25050,25057,25064,25071,25079,25086,25094,25101,25108,25250,25257],{"type":48,"tag":1351,"props":24986,"children":24987},{"class":1353,"line":1354},[24988,24992,24996,25000,25004],{"type":48,"tag":1351,"props":24989,"children":24990},{"style":1364},[24991],{"type":54,"value":6909},{"type":48,"tag":1351,"props":24993,"children":24994},{"style":5418},[24995],{"type":54,"value":8084},{"type":48,"tag":1351,"props":24997,"children":24998},{"style":5395},[24999],{"type":54,"value":24267},{"type":48,"tag":1351,"props":25001,"children":25002},{"style":1364},[25003],{"type":54,"value":5408},{"type":48,"tag":1351,"props":25005,"children":25006},{"style":1364},[25007],{"type":54,"value":24276},{"type":48,"tag":1351,"props":25009,"children":25010},{"class":1353,"line":1417},[25011],{"type":48,"tag":1351,"props":25012,"children":25013},{"style":2122},[25014],{"type":54,"value":24284},{"type":48,"tag":1351,"props":25016,"children":25017},{"class":1353,"line":2059},[25018],{"type":48,"tag":1351,"props":25019,"children":25020},{"style":2122},[25021],{"type":54,"value":24292},{"type":48,"tag":1351,"props":25023,"children":25024},{"class":1353,"line":2081},[25025],{"type":48,"tag":1351,"props":25026,"children":25027},{"style":2122},[25028],{"type":54,"value":24300},{"type":48,"tag":1351,"props":25030,"children":25031},{"class":1353,"line":2104},[25032],{"type":48,"tag":1351,"props":25033,"children":25034},{"style":2122},[25035],{"type":54,"value":24308},{"type":48,"tag":1351,"props":25037,"children":25038},{"class":1353,"line":2164},[25039],{"type":48,"tag":1351,"props":25040,"children":25041},{"style":2122},[25042],{"type":54,"value":24316},{"type":48,"tag":1351,"props":25044,"children":25045},{"class":1353,"line":2713},[25046],{"type":48,"tag":1351,"props":25047,"children":25048},{"style":2122},[25049],{"type":54,"value":24324},{"type":48,"tag":1351,"props":25051,"children":25052},{"class":1353,"line":2722},[25053],{"type":48,"tag":1351,"props":25054,"children":25055},{"style":2122},[25056],{"type":54,"value":24332},{"type":48,"tag":1351,"props":25058,"children":25059},{"class":1353,"line":2736},[25060],{"type":48,"tag":1351,"props":25061,"children":25062},{"style":2122},[25063],{"type":54,"value":24340},{"type":48,"tag":1351,"props":25065,"children":25066},{"class":1353,"line":2744},[25067],{"type":48,"tag":1351,"props":25068,"children":25069},{"style":2122},[25070],{"type":54,"value":24348},{"type":48,"tag":1351,"props":25072,"children":25073},{"class":1353,"line":2753},[25074],{"type":48,"tag":1351,"props":25075,"children":25076},{"style":2122},[25077],{"type":54,"value":25078},"  background: transparent;\n",{"type":48,"tag":1351,"props":25080,"children":25081},{"class":1353,"line":2767},[25082],{"type":48,"tag":1351,"props":25083,"children":25084},{"style":2122},[25085],{"type":54,"value":24364},{"type":48,"tag":1351,"props":25087,"children":25088},{"class":1353,"line":2781},[25089],{"type":48,"tag":1351,"props":25090,"children":25091},{"style":2122},[25092],{"type":54,"value":25093},"  border: 1px solid #EBD5C1;\n",{"type":48,"tag":1351,"props":25095,"children":25096},{"class":1353,"line":2795},[25097],{"type":48,"tag":1351,"props":25098,"children":25099},{"style":2122},[25100],{"type":54,"value":24380},{"type":48,"tag":1351,"props":25102,"children":25103},{"class":1353,"line":2803},[25104],{"type":48,"tag":1351,"props":25105,"children":25106},{"style":2122},[25107],{"type":54,"value":24388},{"type":48,"tag":1351,"props":25109,"children":25110},{"class":1353,"line":2812},[25111,25115,25119,25123,25127,25131,25135,25140,25144,25149,25153,25157,25161,25165,25169,25173,25177,25181,25185,25189,25193,25197,25201,25205,25209,25214,25218,25222,25226,25230,25234,25238,25242,25246],{"type":48,"tag":1351,"props":25112,"children":25113},{"style":1364},[25114],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25116,"children":25117},{"style":5395},[25118],{"type":54,"value":24400},{"type":48,"tag":1351,"props":25120,"children":25121},{"style":1364},[25122],{"type":54,"value":5408},{"type":48,"tag":1351,"props":25124,"children":25125},{"style":1364},[25126],{"type":54,"value":24409},{"type":48,"tag":1351,"props":25128,"children":25129},{"style":1358},[25130],{"type":54,"value":24414},{"type":48,"tag":1351,"props":25132,"children":25133},{"style":1364},[25134],{"type":54,"value":105},{"type":48,"tag":1351,"props":25136,"children":25137},{"style":1358},[25138],{"type":54,"value":25139},"borderStyle",{"type":48,"tag":1351,"props":25141,"children":25142},{"style":1364},[25143],{"type":54,"value":24428},{"type":48,"tag":1351,"props":25145,"children":25146},{"style":2122},[25147],{"type":54,"value":25148},"dashed",{"type":48,"tag":1351,"props":25150,"children":25151},{"style":1364},[25152],{"type":54,"value":24437},{"type":48,"tag":1351,"props":25154,"children":25155},{"style":1364},[25156],{"type":54,"value":24442},{"type":48,"tag":1351,"props":25158,"children":25159},{"style":1358},[25160],{"type":54,"value":24414},{"type":48,"tag":1351,"props":25162,"children":25163},{"style":1364},[25164],{"type":54,"value":105},{"type":48,"tag":1351,"props":25166,"children":25167},{"style":1358},[25168],{"type":54,"value":24455},{"type":48,"tag":1351,"props":25170,"children":25171},{"style":1364},[25172],{"type":54,"value":24428},{"type":48,"tag":1351,"props":25174,"children":25175},{"style":2122},[25176],{"type":54,"value":414},{"type":48,"tag":1351,"props":25178,"children":25179},{"style":1364},[25180],{"type":54,"value":24468},{"type":48,"tag":1351,"props":25182,"children":25183},{"style":5395},[25184],{"type":54,"value":24473},{"type":48,"tag":1351,"props":25186,"children":25187},{"style":1364},[25188],{"type":54,"value":5408},{"type":48,"tag":1351,"props":25190,"children":25191},{"style":1364},[25192],{"type":54,"value":24409},{"type":48,"tag":1351,"props":25194,"children":25195},{"style":1358},[25196],{"type":54,"value":24414},{"type":48,"tag":1351,"props":25198,"children":25199},{"style":1364},[25200],{"type":54,"value":105},{"type":48,"tag":1351,"props":25202,"children":25203},{"style":1358},[25204],{"type":54,"value":25139},{"type":48,"tag":1351,"props":25206,"children":25207},{"style":1364},[25208],{"type":54,"value":24428},{"type":48,"tag":1351,"props":25210,"children":25211},{"style":2122},[25212],{"type":54,"value":25213},"solid",{"type":48,"tag":1351,"props":25215,"children":25216},{"style":1364},[25217],{"type":54,"value":24437},{"type":48,"tag":1351,"props":25219,"children":25220},{"style":1364},[25221],{"type":54,"value":24442},{"type":48,"tag":1351,"props":25223,"children":25224},{"style":1358},[25225],{"type":54,"value":24414},{"type":48,"tag":1351,"props":25227,"children":25228},{"style":1364},[25229],{"type":54,"value":105},{"type":48,"tag":1351,"props":25231,"children":25232},{"style":1358},[25233],{"type":54,"value":24455},{"type":48,"tag":1351,"props":25235,"children":25236},{"style":1364},[25237],{"type":54,"value":24428},{"type":48,"tag":1351,"props":25239,"children":25240},{"style":2122},[25241],{"type":54,"value":748},{"type":48,"tag":1351,"props":25243,"children":25244},{"style":1364},[25245],{"type":54,"value":24468},{"type":48,"tag":1351,"props":25247,"children":25248},{"style":1364},[25249],{"type":54,"value":6919},{"type":48,"tag":1351,"props":25251,"children":25252},{"class":1353,"line":2826},[25253],{"type":48,"tag":1351,"props":25254,"children":25255},{"style":1358},[25256],{"type":54,"value":24957},{"type":48,"tag":1351,"props":25258,"children":25259},{"class":1353,"line":5128},[25260,25264,25268],{"type":48,"tag":1351,"props":25261,"children":25262},{"style":1364},[25263],{"type":54,"value":7118},{"type":48,"tag":1351,"props":25265,"children":25266},{"style":5418},[25267],{"type":54,"value":8084},{"type":48,"tag":1351,"props":25269,"children":25270},{"style":1364},[25271],{"type":54,"value":6919},{"type":48,"tag":107,"props":25273,"children":25274},{},[],{"type":48,"tag":111,"props":25276,"children":25278},{"id":25277},"btn-outline",[25279],{"type":54,"value":25280},"BTN-OUTLINE",{"type":48,"tag":61,"props":25282,"children":25283},{},[25284],{"type":54,"value":25285},"Outline button - for less prominent actions.",{"type":48,"tag":151,"props":25287,"children":25289},{"id":25288},"react-tailwind-3",[25290],{"type":54,"value":24169},{"type":48,"tag":118,"props":25292,"children":25294},{"className":24172,"code":25293,"language":24174,"meta":126,"style":126},"\u003Cbutton className=\"inline-flex items-center justify-center gap-2 px-6 py-3 rounded-full font-medium bg-[#FFFDFB] text-[#521000] border border-[#EBD5C1] transition-all duration-150 ease-out hover:bg-[#FEF7ED] hover:border-dashed active:scale-[0.98] focus:outline-none focus:ring-2 focus:ring-[#EBD5C1]\u002F50 disabled:opacity-50 disabled:cursor-not-allowed\">\n  Cancel\n\u003C\u002Fbutton>\n",[25295],{"type":48,"tag":89,"props":25296,"children":25297},{"__ignoreMap":126},[25298,25334,25342],{"type":48,"tag":1351,"props":25299,"children":25300},{"class":1353,"line":1354},[25301,25305,25309,25313,25317,25321,25326,25330],{"type":48,"tag":1351,"props":25302,"children":25303},{"style":1364},[25304],{"type":54,"value":6909},{"type":48,"tag":1351,"props":25306,"children":25307},{"style":5418},[25308],{"type":54,"value":8084},{"type":48,"tag":1351,"props":25310,"children":25311},{"style":5395},[25312],{"type":54,"value":24194},{"type":48,"tag":1351,"props":25314,"children":25315},{"style":1364},[25316],{"type":54,"value":5408},{"type":48,"tag":1351,"props":25318,"children":25319},{"style":1364},[25320],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25322,"children":25323},{"style":2122},[25324],{"type":54,"value":25325},"inline-flex items-center justify-center gap-2 px-6 py-3 rounded-full font-medium bg-[#FFFDFB] text-[#521000] border border-[#EBD5C1] transition-all duration-150 ease-out hover:bg-[#FEF7ED] hover:border-dashed active:scale-[0.98] focus:outline-none focus:ring-2 focus:ring-[#EBD5C1]\u002F50 disabled:opacity-50 disabled:cursor-not-allowed",{"type":48,"tag":1351,"props":25327,"children":25328},{"style":1364},[25329],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25331,"children":25332},{"style":1364},[25333],{"type":54,"value":6919},{"type":48,"tag":1351,"props":25335,"children":25336},{"class":1353,"line":1417},[25337],{"type":48,"tag":1351,"props":25338,"children":25339},{"style":1358},[25340],{"type":54,"value":25341},"  Cancel\n",{"type":48,"tag":1351,"props":25343,"children":25344},{"class":1353,"line":2059},[25345,25349,25353],{"type":48,"tag":1351,"props":25346,"children":25347},{"style":1364},[25348],{"type":54,"value":7118},{"type":48,"tag":1351,"props":25350,"children":25351},{"style":5418},[25352],{"type":54,"value":8084},{"type":48,"tag":1351,"props":25354,"children":25355},{"style":1364},[25356],{"type":54,"value":6919},{"type":48,"tag":151,"props":25358,"children":25360},{"id":25359},"vanilla-html-3",[25361],{"type":54,"value":24244},{"type":48,"tag":118,"props":25363,"children":25365},{"className":6896,"code":25364,"language":18,"meta":126,"style":126},"\u003Cbutton style=\"\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n  padding: 12px 24px;\n  border-radius: 9999px;\n  font-family: 'Inter', sans-serif;\n  font-weight: 500;\n  font-size: 16px;\n  background: #FFFDFB;\n  color: #521000;\n  border: 1px solid #EBD5C1;\n  cursor: pointer;\n  transition: all 0.15s ease;\n\">\n  Cancel\n\u003C\u002Fbutton>\n",[25366],{"type":48,"tag":89,"props":25367,"children":25368},{"__ignoreMap":126},[25369,25392,25399,25406,25413,25420,25427,25434,25441,25448,25455,25463,25471,25478,25485,25492,25503,25510],{"type":48,"tag":1351,"props":25370,"children":25371},{"class":1353,"line":1354},[25372,25376,25380,25384,25388],{"type":48,"tag":1351,"props":25373,"children":25374},{"style":1364},[25375],{"type":54,"value":6909},{"type":48,"tag":1351,"props":25377,"children":25378},{"style":5418},[25379],{"type":54,"value":8084},{"type":48,"tag":1351,"props":25381,"children":25382},{"style":5395},[25383],{"type":54,"value":24267},{"type":48,"tag":1351,"props":25385,"children":25386},{"style":1364},[25387],{"type":54,"value":5408},{"type":48,"tag":1351,"props":25389,"children":25390},{"style":1364},[25391],{"type":54,"value":24276},{"type":48,"tag":1351,"props":25393,"children":25394},{"class":1353,"line":1417},[25395],{"type":48,"tag":1351,"props":25396,"children":25397},{"style":2122},[25398],{"type":54,"value":24284},{"type":48,"tag":1351,"props":25400,"children":25401},{"class":1353,"line":2059},[25402],{"type":48,"tag":1351,"props":25403,"children":25404},{"style":2122},[25405],{"type":54,"value":24292},{"type":48,"tag":1351,"props":25407,"children":25408},{"class":1353,"line":2081},[25409],{"type":48,"tag":1351,"props":25410,"children":25411},{"style":2122},[25412],{"type":54,"value":24300},{"type":48,"tag":1351,"props":25414,"children":25415},{"class":1353,"line":2104},[25416],{"type":48,"tag":1351,"props":25417,"children":25418},{"style":2122},[25419],{"type":54,"value":24308},{"type":48,"tag":1351,"props":25421,"children":25422},{"class":1353,"line":2164},[25423],{"type":48,"tag":1351,"props":25424,"children":25425},{"style":2122},[25426],{"type":54,"value":24316},{"type":48,"tag":1351,"props":25428,"children":25429},{"class":1353,"line":2713},[25430],{"type":48,"tag":1351,"props":25431,"children":25432},{"style":2122},[25433],{"type":54,"value":24324},{"type":48,"tag":1351,"props":25435,"children":25436},{"class":1353,"line":2722},[25437],{"type":48,"tag":1351,"props":25438,"children":25439},{"style":2122},[25440],{"type":54,"value":24332},{"type":48,"tag":1351,"props":25442,"children":25443},{"class":1353,"line":2736},[25444],{"type":48,"tag":1351,"props":25445,"children":25446},{"style":2122},[25447],{"type":54,"value":24340},{"type":48,"tag":1351,"props":25449,"children":25450},{"class":1353,"line":2744},[25451],{"type":48,"tag":1351,"props":25452,"children":25453},{"style":2122},[25454],{"type":54,"value":24348},{"type":48,"tag":1351,"props":25456,"children":25457},{"class":1353,"line":2753},[25458],{"type":48,"tag":1351,"props":25459,"children":25460},{"style":2122},[25461],{"type":54,"value":25462},"  background: #FFFDFB;\n",{"type":48,"tag":1351,"props":25464,"children":25465},{"class":1353,"line":2767},[25466],{"type":48,"tag":1351,"props":25467,"children":25468},{"style":2122},[25469],{"type":54,"value":25470},"  color: #521000;\n",{"type":48,"tag":1351,"props":25472,"children":25473},{"class":1353,"line":2781},[25474],{"type":48,"tag":1351,"props":25475,"children":25476},{"style":2122},[25477],{"type":54,"value":25093},{"type":48,"tag":1351,"props":25479,"children":25480},{"class":1353,"line":2795},[25481],{"type":48,"tag":1351,"props":25482,"children":25483},{"style":2122},[25484],{"type":54,"value":24380},{"type":48,"tag":1351,"props":25486,"children":25487},{"class":1353,"line":2803},[25488],{"type":48,"tag":1351,"props":25489,"children":25490},{"style":2122},[25491],{"type":54,"value":24388},{"type":48,"tag":1351,"props":25493,"children":25494},{"class":1353,"line":2812},[25495,25499],{"type":48,"tag":1351,"props":25496,"children":25497},{"style":1364},[25498],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25500,"children":25501},{"style":1364},[25502],{"type":54,"value":6919},{"type":48,"tag":1351,"props":25504,"children":25505},{"class":1353,"line":2826},[25506],{"type":48,"tag":1351,"props":25507,"children":25508},{"style":1358},[25509],{"type":54,"value":25341},{"type":48,"tag":1351,"props":25511,"children":25512},{"class":1353,"line":5128},[25513,25517,25521],{"type":48,"tag":1351,"props":25514,"children":25515},{"style":1364},[25516],{"type":54,"value":7118},{"type":48,"tag":1351,"props":25518,"children":25519},{"style":5418},[25520],{"type":54,"value":8084},{"type":48,"tag":1351,"props":25522,"children":25523},{"style":1364},[25524],{"type":54,"value":6919},{"type":48,"tag":107,"props":25526,"children":25527},{},[],{"type":48,"tag":111,"props":25529,"children":25531},{"id":25530},"btn-icon",[25532],{"type":54,"value":25533},"BTN-ICON",{"type":48,"tag":61,"props":25535,"children":25536},{},[25537],{"type":54,"value":25538},"Icon-only button with tooltip.",{"type":48,"tag":151,"props":25540,"children":25542},{"id":25541},"react-tailwind-4",[25543],{"type":54,"value":24169},{"type":48,"tag":118,"props":25545,"children":25547},{"className":24172,"code":25546,"language":24174,"meta":126,"style":126},"\u003Cbutton \n  className=\"inline-flex items-center justify-center w-10 h-10 rounded-full bg-[#FFFDFB] text-[#521000] border border-[#EBD5C1] transition-all duration-150 ease-out hover:bg-[#FEF7ED] hover:text-[#FF4801] hover:border-[#FF4801] active:scale-[0.95] focus:outline-none focus:ring-2 focus:ring-[#FF4801]\u002F20\"\n  aria-label=\"Settings\"\n  title=\"Settings\"\n>\n  \u003Csvg className=\"w-5 h-5\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" strokeWidth={1.5}>\n    \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.325.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 0 1 1.37.49l1.296 2.247a1.125 1.125 0 0 1-.26 1.431l-1.003.827c-.293.241-.438.613-.43.992a7.723 7.723 0 0 1 0 .255c-.008.378.137.75.43.991l1.004.827c.424.35.534.955.26 1.43l-1.298 2.247a1.125 1.125 0 0 1-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.47 6.47 0 0 1-.22.128c-.331.183-.581.495-.644.869l-.213 1.281c-.09.543-.56.94-1.11.94h-2.594c-.55 0-1.019-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 0 1-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 0 1-1.369-.49l-1.297-2.247a1.125 1.125 0 0 1 .26-1.431l1.004-.827c.292-.24.437-.613.43-.991a6.932 6.932 0 0 1 0-.255c.007-.38-.138-.751-.43-.992l-1.004-.827a1.125 1.125 0 0 1-.26-1.43l1.297-2.247a1.125 1.125 0 0 1 1.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.086.22-.128.332-.183.582-.495.644-.869l.214-1.28Z\" \u002F>\n    \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z\" \u002F>\n  \u003C\u002Fsvg>\n\u003C\u002Fbutton>\n",[25548],{"type":48,"tag":89,"props":25549,"children":25550},{"__ignoreMap":126},[25551,25566,25591,25616,25640,25647,25764,25847,25923,25939],{"type":48,"tag":1351,"props":25552,"children":25553},{"class":1353,"line":1354},[25554,25558,25562],{"type":48,"tag":1351,"props":25555,"children":25556},{"style":1364},[25557],{"type":54,"value":6909},{"type":48,"tag":1351,"props":25559,"children":25560},{"style":5418},[25561],{"type":54,"value":8084},{"type":48,"tag":1351,"props":25563,"children":25564},{"style":1364},[25565],{"type":54,"value":13852},{"type":48,"tag":1351,"props":25567,"children":25568},{"class":1353,"line":1417},[25569,25574,25578,25582,25587],{"type":48,"tag":1351,"props":25570,"children":25571},{"style":5395},[25572],{"type":54,"value":25573},"  className",{"type":48,"tag":1351,"props":25575,"children":25576},{"style":1364},[25577],{"type":54,"value":5408},{"type":48,"tag":1351,"props":25579,"children":25580},{"style":1364},[25581],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25583,"children":25584},{"style":2122},[25585],{"type":54,"value":25586},"inline-flex items-center justify-center w-10 h-10 rounded-full bg-[#FFFDFB] text-[#521000] border border-[#EBD5C1] transition-all duration-150 ease-out hover:bg-[#FEF7ED] hover:text-[#FF4801] hover:border-[#FF4801] active:scale-[0.95] focus:outline-none focus:ring-2 focus:ring-[#FF4801]\u002F20",{"type":48,"tag":1351,"props":25588,"children":25589},{"style":1364},[25590],{"type":54,"value":24276},{"type":48,"tag":1351,"props":25592,"children":25593},{"class":1353,"line":2059},[25594,25599,25603,25607,25612],{"type":48,"tag":1351,"props":25595,"children":25596},{"style":5395},[25597],{"type":54,"value":25598},"  aria-label",{"type":48,"tag":1351,"props":25600,"children":25601},{"style":1364},[25602],{"type":54,"value":5408},{"type":48,"tag":1351,"props":25604,"children":25605},{"style":1364},[25606],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25608,"children":25609},{"style":2122},[25610],{"type":54,"value":25611},"Settings",{"type":48,"tag":1351,"props":25613,"children":25614},{"style":1364},[25615],{"type":54,"value":24276},{"type":48,"tag":1351,"props":25617,"children":25618},{"class":1353,"line":2081},[25619,25624,25628,25632,25636],{"type":48,"tag":1351,"props":25620,"children":25621},{"style":5395},[25622],{"type":54,"value":25623},"  title",{"type":48,"tag":1351,"props":25625,"children":25626},{"style":1364},[25627],{"type":54,"value":5408},{"type":48,"tag":1351,"props":25629,"children":25630},{"style":1364},[25631],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25633,"children":25634},{"style":2122},[25635],{"type":54,"value":25611},{"type":48,"tag":1351,"props":25637,"children":25638},{"style":1364},[25639],{"type":54,"value":24276},{"type":48,"tag":1351,"props":25641,"children":25642},{"class":1353,"line":2104},[25643],{"type":48,"tag":1351,"props":25644,"children":25645},{"style":1364},[25646],{"type":54,"value":6919},{"type":48,"tag":1351,"props":25648,"children":25649},{"class":1353,"line":2164},[25650,25654,25659,25663,25667,25671,25676,25680,25685,25689,25693,25697,25701,25706,25710,25714,25719,25723,25728,25732,25736,25741,25745,25750,25755,25759],{"type":48,"tag":1351,"props":25651,"children":25652},{"style":1364},[25653],{"type":54,"value":15268},{"type":48,"tag":1351,"props":25655,"children":25656},{"style":5418},[25657],{"type":54,"value":25658},"svg",{"type":48,"tag":1351,"props":25660,"children":25661},{"style":5395},[25662],{"type":54,"value":24194},{"type":48,"tag":1351,"props":25664,"children":25665},{"style":1364},[25666],{"type":54,"value":5408},{"type":48,"tag":1351,"props":25668,"children":25669},{"style":1364},[25670],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25672,"children":25673},{"style":2122},[25674],{"type":54,"value":25675},"w-5 h-5",{"type":48,"tag":1351,"props":25677,"children":25678},{"style":1364},[25679],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25681,"children":25682},{"style":5395},[25683],{"type":54,"value":25684}," fill",{"type":48,"tag":1351,"props":25686,"children":25687},{"style":1364},[25688],{"type":54,"value":5408},{"type":48,"tag":1351,"props":25690,"children":25691},{"style":1364},[25692],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25694,"children":25695},{"style":2122},[25696],{"type":54,"value":10809},{"type":48,"tag":1351,"props":25698,"children":25699},{"style":1364},[25700],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25702,"children":25703},{"style":5395},[25704],{"type":54,"value":25705}," viewBox",{"type":48,"tag":1351,"props":25707,"children":25708},{"style":1364},[25709],{"type":54,"value":5408},{"type":48,"tag":1351,"props":25711,"children":25712},{"style":1364},[25713],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25715,"children":25716},{"style":2122},[25717],{"type":54,"value":25718},"0 0 24 24",{"type":48,"tag":1351,"props":25720,"children":25721},{"style":1364},[25722],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25724,"children":25725},{"style":5395},[25726],{"type":54,"value":25727}," stroke",{"type":48,"tag":1351,"props":25729,"children":25730},{"style":1364},[25731],{"type":54,"value":5408},{"type":48,"tag":1351,"props":25733,"children":25734},{"style":1364},[25735],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25737,"children":25738},{"style":2122},[25739],{"type":54,"value":25740},"currentColor",{"type":48,"tag":1351,"props":25742,"children":25743},{"style":1364},[25744],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25746,"children":25747},{"style":5395},[25748],{"type":54,"value":25749}," strokeWidth",{"type":48,"tag":1351,"props":25751,"children":25752},{"style":1364},[25753],{"type":54,"value":25754},"={",{"type":48,"tag":1351,"props":25756,"children":25757},{"style":2133},[25758],{"type":54,"value":1629},{"type":48,"tag":1351,"props":25760,"children":25761},{"style":1364},[25762],{"type":54,"value":25763},"}>\n",{"type":48,"tag":1351,"props":25765,"children":25766},{"class":1353,"line":2713},[25767,25772,25777,25782,25786,25790,25795,25799,25804,25808,25812,25816,25820,25825,25829,25833,25838,25842],{"type":48,"tag":1351,"props":25768,"children":25769},{"style":1364},[25770],{"type":54,"value":25771},"    \u003C",{"type":48,"tag":1351,"props":25773,"children":25774},{"style":5418},[25775],{"type":54,"value":25776},"path",{"type":48,"tag":1351,"props":25778,"children":25779},{"style":5395},[25780],{"type":54,"value":25781}," strokeLinecap",{"type":48,"tag":1351,"props":25783,"children":25784},{"style":1364},[25785],{"type":54,"value":5408},{"type":48,"tag":1351,"props":25787,"children":25788},{"style":1364},[25789],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25791,"children":25792},{"style":2122},[25793],{"type":54,"value":25794},"round",{"type":48,"tag":1351,"props":25796,"children":25797},{"style":1364},[25798],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25800,"children":25801},{"style":5395},[25802],{"type":54,"value":25803}," strokeLinejoin",{"type":48,"tag":1351,"props":25805,"children":25806},{"style":1364},[25807],{"type":54,"value":5408},{"type":48,"tag":1351,"props":25809,"children":25810},{"style":1364},[25811],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25813,"children":25814},{"style":2122},[25815],{"type":54,"value":25794},{"type":48,"tag":1351,"props":25817,"children":25818},{"style":1364},[25819],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25821,"children":25822},{"style":5395},[25823],{"type":54,"value":25824}," d",{"type":48,"tag":1351,"props":25826,"children":25827},{"style":1364},[25828],{"type":54,"value":5408},{"type":48,"tag":1351,"props":25830,"children":25831},{"style":1364},[25832],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25834,"children":25835},{"style":2122},[25836],{"type":54,"value":25837},"M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.325.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 0 1 1.37.49l1.296 2.247a1.125 1.125 0 0 1-.26 1.431l-1.003.827c-.293.241-.438.613-.43.992a7.723 7.723 0 0 1 0 .255c-.008.378.137.75.43.991l1.004.827c.424.35.534.955.26 1.43l-1.298 2.247a1.125 1.125 0 0 1-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.47 6.47 0 0 1-.22.128c-.331.183-.581.495-.644.869l-.213 1.281c-.09.543-.56.94-1.11.94h-2.594c-.55 0-1.019-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 0 1-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 0 1-1.369-.49l-1.297-2.247a1.125 1.125 0 0 1 .26-1.431l1.004-.827c.292-.24.437-.613.43-.991a6.932 6.932 0 0 1 0-.255c.007-.38-.138-.751-.43-.992l-1.004-.827a1.125 1.125 0 0 1-.26-1.43l1.297-2.247a1.125 1.125 0 0 1 1.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.086.22-.128.332-.183.582-.495.644-.869l.214-1.28Z",{"type":48,"tag":1351,"props":25839,"children":25840},{"style":1364},[25841],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25843,"children":25844},{"style":1364},[25845],{"type":54,"value":25846}," \u002F>\n",{"type":48,"tag":1351,"props":25848,"children":25849},{"class":1353,"line":2722},[25850,25854,25858,25862,25866,25870,25874,25878,25882,25886,25890,25894,25898,25902,25906,25910,25915,25919],{"type":48,"tag":1351,"props":25851,"children":25852},{"style":1364},[25853],{"type":54,"value":25771},{"type":48,"tag":1351,"props":25855,"children":25856},{"style":5418},[25857],{"type":54,"value":25776},{"type":48,"tag":1351,"props":25859,"children":25860},{"style":5395},[25861],{"type":54,"value":25781},{"type":48,"tag":1351,"props":25863,"children":25864},{"style":1364},[25865],{"type":54,"value":5408},{"type":48,"tag":1351,"props":25867,"children":25868},{"style":1364},[25869],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25871,"children":25872},{"style":2122},[25873],{"type":54,"value":25794},{"type":48,"tag":1351,"props":25875,"children":25876},{"style":1364},[25877],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25879,"children":25880},{"style":5395},[25881],{"type":54,"value":25803},{"type":48,"tag":1351,"props":25883,"children":25884},{"style":1364},[25885],{"type":54,"value":5408},{"type":48,"tag":1351,"props":25887,"children":25888},{"style":1364},[25889],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25891,"children":25892},{"style":2122},[25893],{"type":54,"value":25794},{"type":48,"tag":1351,"props":25895,"children":25896},{"style":1364},[25897],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25899,"children":25900},{"style":5395},[25901],{"type":54,"value":25824},{"type":48,"tag":1351,"props":25903,"children":25904},{"style":1364},[25905],{"type":54,"value":5408},{"type":48,"tag":1351,"props":25907,"children":25908},{"style":1364},[25909],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25911,"children":25912},{"style":2122},[25913],{"type":54,"value":25914},"M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z",{"type":48,"tag":1351,"props":25916,"children":25917},{"style":1364},[25918],{"type":54,"value":2130},{"type":48,"tag":1351,"props":25920,"children":25921},{"style":1364},[25922],{"type":54,"value":25846},{"type":48,"tag":1351,"props":25924,"children":25925},{"class":1353,"line":2736},[25926,25931,25935],{"type":48,"tag":1351,"props":25927,"children":25928},{"style":1364},[25929],{"type":54,"value":25930},"  \u003C\u002F",{"type":48,"tag":1351,"props":25932,"children":25933},{"style":5418},[25934],{"type":54,"value":25658},{"type":48,"tag":1351,"props":25936,"children":25937},{"style":1364},[25938],{"type":54,"value":6919},{"type":48,"tag":1351,"props":25940,"children":25941},{"class":1353,"line":2744},[25942,25946,25950],{"type":48,"tag":1351,"props":25943,"children":25944},{"style":1364},[25945],{"type":54,"value":7118},{"type":48,"tag":1351,"props":25947,"children":25948},{"style":5418},[25949],{"type":54,"value":8084},{"type":48,"tag":1351,"props":25951,"children":25952},{"style":1364},[25953],{"type":54,"value":6919},{"type":48,"tag":151,"props":25955,"children":25957},{"id":25956},"vanilla-html-4",[25958],{"type":54,"value":24244},{"type":48,"tag":118,"props":25960,"children":25962},{"className":6896,"code":25961,"language":18,"meta":126,"style":126},"\u003Cbutton style=\"\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 40px;\n  height: 40px;\n  border-radius: 9999px;\n  background: #FFFDFB;\n  color: #521000;\n  border: 1px solid #EBD5C1;\n  cursor: pointer;\n  transition: all 0.15s ease;\n\" aria-label=\"Settings\" title=\"Settings\">\n  \u003Csvg width=\"20\" height=\"20\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.5\">\n    \u003Cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.325.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 0 1 1.37.49l1.296 2.247a1.125 1.125 0 0 1-.26 1.431l-1.003.827c-.293.241-.438.613-.43.992a7.723 7.723 0 0 1 0 .255c-.008.378.137.75.43.991l1.004.827c.424.35.534.955.26 1.43l-1.298 2.247a1.125 1.125 0 0 1-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.47 6.47 0 0 1-.22.128c-.331.183-.581.495-.644.869l-.213 1.281c-.09.543-.56.94-1.11.94h-2.594c-.55 0-1.019-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 0 1-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 0 1-1.369-.49l-1.297-2.247a1.125 1.125 0 0 1 .26-1.431l1.004-.827c.292-.24.437-.613.43-.991a6.932 6.932 0 0 1 0-.255c.007-.38-.138-.751-.43-.992l-1.004-.827a1.125 1.125 0 0 1-.26-1.43l1.297-2.247a1.125 1.125 0 0 1 1.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.086.22-.128.332-.183.582-.495.644-.869l.214-1.28Z\" \u002F>\n    \u003Cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z\" \u002F>\n  \u003C\u002Fsvg>\n\u003C\u002Fbutton>\n",[25963],{"type":48,"tag":89,"props":25964,"children":25965},{"__ignoreMap":126},[25966,25989,25996,26003,26010,26018,26026,26033,26040,26047,26054,26061,26068,26121,26258,26335,26410,26425],{"type":48,"tag":1351,"props":25967,"children":25968},{"class":1353,"line":1354},[25969,25973,25977,25981,25985],{"type":48,"tag":1351,"props":25970,"children":25971},{"style":1364},[25972],{"type":54,"value":6909},{"type":48,"tag":1351,"props":25974,"children":25975},{"style":5418},[25976],{"type":54,"value":8084},{"type":48,"tag":1351,"props":25978,"children":25979},{"style":5395},[25980],{"type":54,"value":24267},{"type":48,"tag":1351,"props":25982,"children":25983},{"style":1364},[25984],{"type":54,"value":5408},{"type":48,"tag":1351,"props":25986,"children":25987},{"style":1364},[25988],{"type":54,"value":24276},{"type":48,"tag":1351,"props":25990,"children":25991},{"class":1353,"line":1417},[25992],{"type":48,"tag":1351,"props":25993,"children":25994},{"style":2122},[25995],{"type":54,"value":24284},{"type":48,"tag":1351,"props":25997,"children":25998},{"class":1353,"line":2059},[25999],{"type":48,"tag":1351,"props":26000,"children":26001},{"style":2122},[26002],{"type":54,"value":24292},{"type":48,"tag":1351,"props":26004,"children":26005},{"class":1353,"line":2081},[26006],{"type":48,"tag":1351,"props":26007,"children":26008},{"style":2122},[26009],{"type":54,"value":24300},{"type":48,"tag":1351,"props":26011,"children":26012},{"class":1353,"line":2104},[26013],{"type":48,"tag":1351,"props":26014,"children":26015},{"style":2122},[26016],{"type":54,"value":26017},"  width: 40px;\n",{"type":48,"tag":1351,"props":26019,"children":26020},{"class":1353,"line":2164},[26021],{"type":48,"tag":1351,"props":26022,"children":26023},{"style":2122},[26024],{"type":54,"value":26025},"  height: 40px;\n",{"type":48,"tag":1351,"props":26027,"children":26028},{"class":1353,"line":2713},[26029],{"type":48,"tag":1351,"props":26030,"children":26031},{"style":2122},[26032],{"type":54,"value":24324},{"type":48,"tag":1351,"props":26034,"children":26035},{"class":1353,"line":2722},[26036],{"type":48,"tag":1351,"props":26037,"children":26038},{"style":2122},[26039],{"type":54,"value":25462},{"type":48,"tag":1351,"props":26041,"children":26042},{"class":1353,"line":2736},[26043],{"type":48,"tag":1351,"props":26044,"children":26045},{"style":2122},[26046],{"type":54,"value":25470},{"type":48,"tag":1351,"props":26048,"children":26049},{"class":1353,"line":2744},[26050],{"type":48,"tag":1351,"props":26051,"children":26052},{"style":2122},[26053],{"type":54,"value":25093},{"type":48,"tag":1351,"props":26055,"children":26056},{"class":1353,"line":2753},[26057],{"type":48,"tag":1351,"props":26058,"children":26059},{"style":2122},[26060],{"type":54,"value":24380},{"type":48,"tag":1351,"props":26062,"children":26063},{"class":1353,"line":2767},[26064],{"type":48,"tag":1351,"props":26065,"children":26066},{"style":2122},[26067],{"type":54,"value":24388},{"type":48,"tag":1351,"props":26069,"children":26070},{"class":1353,"line":2781},[26071,26075,26080,26084,26088,26092,26096,26101,26105,26109,26113,26117],{"type":48,"tag":1351,"props":26072,"children":26073},{"style":1364},[26074],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26076,"children":26077},{"style":5395},[26078],{"type":54,"value":26079}," aria-label",{"type":48,"tag":1351,"props":26081,"children":26082},{"style":1364},[26083],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26085,"children":26086},{"style":1364},[26087],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26089,"children":26090},{"style":2122},[26091],{"type":54,"value":25611},{"type":48,"tag":1351,"props":26093,"children":26094},{"style":1364},[26095],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26097,"children":26098},{"style":5395},[26099],{"type":54,"value":26100}," title",{"type":48,"tag":1351,"props":26102,"children":26103},{"style":1364},[26104],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26106,"children":26107},{"style":1364},[26108],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26110,"children":26111},{"style":2122},[26112],{"type":54,"value":25611},{"type":48,"tag":1351,"props":26114,"children":26115},{"style":1364},[26116],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26118,"children":26119},{"style":1364},[26120],{"type":54,"value":6919},{"type":48,"tag":1351,"props":26122,"children":26123},{"class":1353,"line":2795},[26124,26128,26132,26136,26140,26144,26148,26152,26157,26161,26165,26169,26173,26177,26181,26185,26189,26193,26197,26201,26205,26209,26213,26217,26221,26225,26229,26233,26238,26242,26246,26250,26254],{"type":48,"tag":1351,"props":26125,"children":26126},{"style":1364},[26127],{"type":54,"value":15268},{"type":48,"tag":1351,"props":26129,"children":26130},{"style":5418},[26131],{"type":54,"value":25658},{"type":48,"tag":1351,"props":26133,"children":26134},{"style":5395},[26135],{"type":54,"value":5176},{"type":48,"tag":1351,"props":26137,"children":26138},{"style":1364},[26139],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26141,"children":26142},{"style":1364},[26143],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26145,"children":26146},{"style":2122},[26147],{"type":54,"value":2596},{"type":48,"tag":1351,"props":26149,"children":26150},{"style":1364},[26151],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26153,"children":26154},{"style":5395},[26155],{"type":54,"value":26156}," height",{"type":48,"tag":1351,"props":26158,"children":26159},{"style":1364},[26160],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26162,"children":26163},{"style":1364},[26164],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26166,"children":26167},{"style":2122},[26168],{"type":54,"value":2596},{"type":48,"tag":1351,"props":26170,"children":26171},{"style":1364},[26172],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26174,"children":26175},{"style":5395},[26176],{"type":54,"value":25684},{"type":48,"tag":1351,"props":26178,"children":26179},{"style":1364},[26180],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26182,"children":26183},{"style":1364},[26184],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26186,"children":26187},{"style":2122},[26188],{"type":54,"value":10809},{"type":48,"tag":1351,"props":26190,"children":26191},{"style":1364},[26192],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26194,"children":26195},{"style":5395},[26196],{"type":54,"value":25705},{"type":48,"tag":1351,"props":26198,"children":26199},{"style":1364},[26200],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26202,"children":26203},{"style":1364},[26204],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26206,"children":26207},{"style":2122},[26208],{"type":54,"value":25718},{"type":48,"tag":1351,"props":26210,"children":26211},{"style":1364},[26212],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26214,"children":26215},{"style":5395},[26216],{"type":54,"value":25727},{"type":48,"tag":1351,"props":26218,"children":26219},{"style":1364},[26220],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26222,"children":26223},{"style":1364},[26224],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26226,"children":26227},{"style":2122},[26228],{"type":54,"value":25740},{"type":48,"tag":1351,"props":26230,"children":26231},{"style":1364},[26232],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26234,"children":26235},{"style":5395},[26236],{"type":54,"value":26237}," stroke-width",{"type":48,"tag":1351,"props":26239,"children":26240},{"style":1364},[26241],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26243,"children":26244},{"style":1364},[26245],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26247,"children":26248},{"style":2122},[26249],{"type":54,"value":1629},{"type":48,"tag":1351,"props":26251,"children":26252},{"style":1364},[26253],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26255,"children":26256},{"style":1364},[26257],{"type":54,"value":6919},{"type":48,"tag":1351,"props":26259,"children":26260},{"class":1353,"line":2803},[26261,26265,26269,26274,26278,26282,26286,26290,26295,26299,26303,26307,26311,26315,26319,26323,26327,26331],{"type":48,"tag":1351,"props":26262,"children":26263},{"style":1364},[26264],{"type":54,"value":25771},{"type":48,"tag":1351,"props":26266,"children":26267},{"style":5418},[26268],{"type":54,"value":25776},{"type":48,"tag":1351,"props":26270,"children":26271},{"style":5395},[26272],{"type":54,"value":26273}," stroke-linecap",{"type":48,"tag":1351,"props":26275,"children":26276},{"style":1364},[26277],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26279,"children":26280},{"style":1364},[26281],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26283,"children":26284},{"style":2122},[26285],{"type":54,"value":25794},{"type":48,"tag":1351,"props":26287,"children":26288},{"style":1364},[26289],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26291,"children":26292},{"style":5395},[26293],{"type":54,"value":26294}," stroke-linejoin",{"type":48,"tag":1351,"props":26296,"children":26297},{"style":1364},[26298],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26300,"children":26301},{"style":1364},[26302],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26304,"children":26305},{"style":2122},[26306],{"type":54,"value":25794},{"type":48,"tag":1351,"props":26308,"children":26309},{"style":1364},[26310],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26312,"children":26313},{"style":5395},[26314],{"type":54,"value":25824},{"type":48,"tag":1351,"props":26316,"children":26317},{"style":1364},[26318],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26320,"children":26321},{"style":1364},[26322],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26324,"children":26325},{"style":2122},[26326],{"type":54,"value":25837},{"type":48,"tag":1351,"props":26328,"children":26329},{"style":1364},[26330],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26332,"children":26333},{"style":1364},[26334],{"type":54,"value":25846},{"type":48,"tag":1351,"props":26336,"children":26337},{"class":1353,"line":2812},[26338,26342,26346,26350,26354,26358,26362,26366,26370,26374,26378,26382,26386,26390,26394,26398,26402,26406],{"type":48,"tag":1351,"props":26339,"children":26340},{"style":1364},[26341],{"type":54,"value":25771},{"type":48,"tag":1351,"props":26343,"children":26344},{"style":5418},[26345],{"type":54,"value":25776},{"type":48,"tag":1351,"props":26347,"children":26348},{"style":5395},[26349],{"type":54,"value":26273},{"type":48,"tag":1351,"props":26351,"children":26352},{"style":1364},[26353],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26355,"children":26356},{"style":1364},[26357],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26359,"children":26360},{"style":2122},[26361],{"type":54,"value":25794},{"type":48,"tag":1351,"props":26363,"children":26364},{"style":1364},[26365],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26367,"children":26368},{"style":5395},[26369],{"type":54,"value":26294},{"type":48,"tag":1351,"props":26371,"children":26372},{"style":1364},[26373],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26375,"children":26376},{"style":1364},[26377],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26379,"children":26380},{"style":2122},[26381],{"type":54,"value":25794},{"type":48,"tag":1351,"props":26383,"children":26384},{"style":1364},[26385],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26387,"children":26388},{"style":5395},[26389],{"type":54,"value":25824},{"type":48,"tag":1351,"props":26391,"children":26392},{"style":1364},[26393],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26395,"children":26396},{"style":1364},[26397],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26399,"children":26400},{"style":2122},[26401],{"type":54,"value":25914},{"type":48,"tag":1351,"props":26403,"children":26404},{"style":1364},[26405],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26407,"children":26408},{"style":1364},[26409],{"type":54,"value":25846},{"type":48,"tag":1351,"props":26411,"children":26412},{"class":1353,"line":2826},[26413,26417,26421],{"type":48,"tag":1351,"props":26414,"children":26415},{"style":1364},[26416],{"type":54,"value":25930},{"type":48,"tag":1351,"props":26418,"children":26419},{"style":5418},[26420],{"type":54,"value":25658},{"type":48,"tag":1351,"props":26422,"children":26423},{"style":1364},[26424],{"type":54,"value":6919},{"type":48,"tag":1351,"props":26426,"children":26427},{"class":1353,"line":5128},[26428,26432,26436],{"type":48,"tag":1351,"props":26429,"children":26430},{"style":1364},[26431],{"type":54,"value":7118},{"type":48,"tag":1351,"props":26433,"children":26434},{"style":5418},[26435],{"type":54,"value":8084},{"type":48,"tag":1351,"props":26437,"children":26438},{"style":1364},[26439],{"type":54,"value":6919},{"type":48,"tag":107,"props":26441,"children":26442},{},[],{"type":48,"tag":111,"props":26444,"children":26446},{"id":26445},"btn-link",[26447],{"type":54,"value":26448},"BTN-LINK",{"type":48,"tag":61,"props":26450,"children":26451},{},[26452],{"type":54,"value":26453},"Link styled as text with arrow.",{"type":48,"tag":151,"props":26455,"children":26457},{"id":26456},"react-tailwind-5",[26458],{"type":54,"value":24169},{"type":48,"tag":118,"props":26460,"children":26462},{"className":24172,"code":26461,"language":24174,"meta":126,"style":126},"\u003Ca href=\"#\" className=\"inline-flex items-center gap-1 font-medium text-[#FF4801] hover:underline hover:underline-offset-4 transition-all duration-150\">\n  View documentation\n  \u003Csvg className=\"w-4 h-4\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" strokeWidth={2}>\n    \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3\" \u002F>\n  \u003C\u002Fsvg>\n\u003C\u002Fa>\n",[26463],{"type":48,"tag":89,"props":26464,"children":26465},{"__ignoreMap":126},[26466,26524,26532,26640,26716,26731],{"type":48,"tag":1351,"props":26467,"children":26468},{"class":1353,"line":1354},[26469,26473,26477,26482,26486,26490,26495,26499,26503,26507,26511,26516,26520],{"type":48,"tag":1351,"props":26470,"children":26471},{"style":1364},[26472],{"type":54,"value":6909},{"type":48,"tag":1351,"props":26474,"children":26475},{"style":5418},[26476],{"type":54,"value":21717},{"type":48,"tag":1351,"props":26478,"children":26479},{"style":5395},[26480],{"type":54,"value":26481}," href",{"type":48,"tag":1351,"props":26483,"children":26484},{"style":1364},[26485],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26487,"children":26488},{"style":1364},[26489],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26491,"children":26492},{"style":2122},[26493],{"type":54,"value":26494},"#",{"type":48,"tag":1351,"props":26496,"children":26497},{"style":1364},[26498],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26500,"children":26501},{"style":5395},[26502],{"type":54,"value":24194},{"type":48,"tag":1351,"props":26504,"children":26505},{"style":1364},[26506],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26508,"children":26509},{"style":1364},[26510],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26512,"children":26513},{"style":2122},[26514],{"type":54,"value":26515},"inline-flex items-center gap-1 font-medium text-[#FF4801] hover:underline hover:underline-offset-4 transition-all duration-150",{"type":48,"tag":1351,"props":26517,"children":26518},{"style":1364},[26519],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26521,"children":26522},{"style":1364},[26523],{"type":54,"value":6919},{"type":48,"tag":1351,"props":26525,"children":26526},{"class":1353,"line":1417},[26527],{"type":48,"tag":1351,"props":26528,"children":26529},{"style":1358},[26530],{"type":54,"value":26531},"  View documentation\n",{"type":48,"tag":1351,"props":26533,"children":26534},{"class":1353,"line":2059},[26535,26539,26543,26547,26551,26555,26560,26564,26568,26572,26576,26580,26584,26588,26592,26596,26600,26604,26608,26612,26616,26620,26624,26628,26632,26636],{"type":48,"tag":1351,"props":26536,"children":26537},{"style":1364},[26538],{"type":54,"value":15268},{"type":48,"tag":1351,"props":26540,"children":26541},{"style":5418},[26542],{"type":54,"value":25658},{"type":48,"tag":1351,"props":26544,"children":26545},{"style":5395},[26546],{"type":54,"value":24194},{"type":48,"tag":1351,"props":26548,"children":26549},{"style":1364},[26550],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26552,"children":26553},{"style":1364},[26554],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26556,"children":26557},{"style":2122},[26558],{"type":54,"value":26559},"w-4 h-4",{"type":48,"tag":1351,"props":26561,"children":26562},{"style":1364},[26563],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26565,"children":26566},{"style":5395},[26567],{"type":54,"value":25684},{"type":48,"tag":1351,"props":26569,"children":26570},{"style":1364},[26571],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26573,"children":26574},{"style":1364},[26575],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26577,"children":26578},{"style":2122},[26579],{"type":54,"value":10809},{"type":48,"tag":1351,"props":26581,"children":26582},{"style":1364},[26583],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26585,"children":26586},{"style":5395},[26587],{"type":54,"value":25705},{"type":48,"tag":1351,"props":26589,"children":26590},{"style":1364},[26591],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26593,"children":26594},{"style":1364},[26595],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26597,"children":26598},{"style":2122},[26599],{"type":54,"value":25718},{"type":48,"tag":1351,"props":26601,"children":26602},{"style":1364},[26603],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26605,"children":26606},{"style":5395},[26607],{"type":54,"value":25727},{"type":48,"tag":1351,"props":26609,"children":26610},{"style":1364},[26611],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26613,"children":26614},{"style":1364},[26615],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26617,"children":26618},{"style":2122},[26619],{"type":54,"value":25740},{"type":48,"tag":1351,"props":26621,"children":26622},{"style":1364},[26623],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26625,"children":26626},{"style":5395},[26627],{"type":54,"value":25749},{"type":48,"tag":1351,"props":26629,"children":26630},{"style":1364},[26631],{"type":54,"value":25754},{"type":48,"tag":1351,"props":26633,"children":26634},{"style":2133},[26635],{"type":54,"value":2353},{"type":48,"tag":1351,"props":26637,"children":26638},{"style":1364},[26639],{"type":54,"value":25763},{"type":48,"tag":1351,"props":26641,"children":26642},{"class":1353,"line":2081},[26643,26647,26651,26655,26659,26663,26667,26671,26675,26679,26683,26687,26691,26695,26699,26703,26708,26712],{"type":48,"tag":1351,"props":26644,"children":26645},{"style":1364},[26646],{"type":54,"value":25771},{"type":48,"tag":1351,"props":26648,"children":26649},{"style":5418},[26650],{"type":54,"value":25776},{"type":48,"tag":1351,"props":26652,"children":26653},{"style":5395},[26654],{"type":54,"value":25781},{"type":48,"tag":1351,"props":26656,"children":26657},{"style":1364},[26658],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26660,"children":26661},{"style":1364},[26662],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26664,"children":26665},{"style":2122},[26666],{"type":54,"value":25794},{"type":48,"tag":1351,"props":26668,"children":26669},{"style":1364},[26670],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26672,"children":26673},{"style":5395},[26674],{"type":54,"value":25803},{"type":48,"tag":1351,"props":26676,"children":26677},{"style":1364},[26678],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26680,"children":26681},{"style":1364},[26682],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26684,"children":26685},{"style":2122},[26686],{"type":54,"value":25794},{"type":48,"tag":1351,"props":26688,"children":26689},{"style":1364},[26690],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26692,"children":26693},{"style":5395},[26694],{"type":54,"value":25824},{"type":48,"tag":1351,"props":26696,"children":26697},{"style":1364},[26698],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26700,"children":26701},{"style":1364},[26702],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26704,"children":26705},{"style":2122},[26706],{"type":54,"value":26707},"M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3",{"type":48,"tag":1351,"props":26709,"children":26710},{"style":1364},[26711],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26713,"children":26714},{"style":1364},[26715],{"type":54,"value":25846},{"type":48,"tag":1351,"props":26717,"children":26718},{"class":1353,"line":2104},[26719,26723,26727],{"type":48,"tag":1351,"props":26720,"children":26721},{"style":1364},[26722],{"type":54,"value":25930},{"type":48,"tag":1351,"props":26724,"children":26725},{"style":5418},[26726],{"type":54,"value":25658},{"type":48,"tag":1351,"props":26728,"children":26729},{"style":1364},[26730],{"type":54,"value":6919},{"type":48,"tag":1351,"props":26732,"children":26733},{"class":1353,"line":2164},[26734,26738,26742],{"type":48,"tag":1351,"props":26735,"children":26736},{"style":1364},[26737],{"type":54,"value":7118},{"type":48,"tag":1351,"props":26739,"children":26740},{"style":5418},[26741],{"type":54,"value":21717},{"type":48,"tag":1351,"props":26743,"children":26744},{"style":1364},[26745],{"type":54,"value":6919},{"type":48,"tag":151,"props":26747,"children":26749},{"id":26748},"vanilla-html-5",[26750],{"type":54,"value":24244},{"type":48,"tag":118,"props":26752,"children":26754},{"className":6896,"code":26753,"language":18,"meta":126,"style":126},"\u003Ca href=\"#\" style=\"\n  display: inline-flex;\n  align-items: center;\n  gap: 4px;\n  font-family: 'Inter', sans-serif;\n  font-weight: 500;\n  color: #FF4801;\n  text-decoration: none;\n  transition: all 0.15s ease;\n\">\n  View documentation\n  \u003Csvg width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\">\n    \u003Cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3\" \u002F>\n  \u003C\u002Fsvg>\n\u003C\u002Fa>\n",[26755],{"type":48,"tag":89,"props":26756,"children":26757},{"__ignoreMap":126},[26758,26801,26808,26815,26823,26830,26837,26844,26852,26859,26870,26877,27012,27087,27102],{"type":48,"tag":1351,"props":26759,"children":26760},{"class":1353,"line":1354},[26761,26765,26769,26773,26777,26781,26785,26789,26793,26797],{"type":48,"tag":1351,"props":26762,"children":26763},{"style":1364},[26764],{"type":54,"value":6909},{"type":48,"tag":1351,"props":26766,"children":26767},{"style":5418},[26768],{"type":54,"value":21717},{"type":48,"tag":1351,"props":26770,"children":26771},{"style":5395},[26772],{"type":54,"value":26481},{"type":48,"tag":1351,"props":26774,"children":26775},{"style":1364},[26776],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26778,"children":26779},{"style":1364},[26780],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26782,"children":26783},{"style":2122},[26784],{"type":54,"value":26494},{"type":48,"tag":1351,"props":26786,"children":26787},{"style":1364},[26788],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26790,"children":26791},{"style":5395},[26792],{"type":54,"value":24267},{"type":48,"tag":1351,"props":26794,"children":26795},{"style":1364},[26796],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26798,"children":26799},{"style":1364},[26800],{"type":54,"value":24276},{"type":48,"tag":1351,"props":26802,"children":26803},{"class":1353,"line":1417},[26804],{"type":48,"tag":1351,"props":26805,"children":26806},{"style":2122},[26807],{"type":54,"value":24284},{"type":48,"tag":1351,"props":26809,"children":26810},{"class":1353,"line":2059},[26811],{"type":48,"tag":1351,"props":26812,"children":26813},{"style":2122},[26814],{"type":54,"value":24292},{"type":48,"tag":1351,"props":26816,"children":26817},{"class":1353,"line":2081},[26818],{"type":48,"tag":1351,"props":26819,"children":26820},{"style":2122},[26821],{"type":54,"value":26822},"  gap: 4px;\n",{"type":48,"tag":1351,"props":26824,"children":26825},{"class":1353,"line":2104},[26826],{"type":48,"tag":1351,"props":26827,"children":26828},{"style":2122},[26829],{"type":54,"value":24332},{"type":48,"tag":1351,"props":26831,"children":26832},{"class":1353,"line":2164},[26833],{"type":48,"tag":1351,"props":26834,"children":26835},{"style":2122},[26836],{"type":54,"value":24340},{"type":48,"tag":1351,"props":26838,"children":26839},{"class":1353,"line":2713},[26840],{"type":48,"tag":1351,"props":26841,"children":26842},{"style":2122},[26843],{"type":54,"value":24364},{"type":48,"tag":1351,"props":26845,"children":26846},{"class":1353,"line":2722},[26847],{"type":48,"tag":1351,"props":26848,"children":26849},{"style":2122},[26850],{"type":54,"value":26851},"  text-decoration: none;\n",{"type":48,"tag":1351,"props":26853,"children":26854},{"class":1353,"line":2736},[26855],{"type":48,"tag":1351,"props":26856,"children":26857},{"style":2122},[26858],{"type":54,"value":24388},{"type":48,"tag":1351,"props":26860,"children":26861},{"class":1353,"line":2744},[26862,26866],{"type":48,"tag":1351,"props":26863,"children":26864},{"style":1364},[26865],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26867,"children":26868},{"style":1364},[26869],{"type":54,"value":6919},{"type":48,"tag":1351,"props":26871,"children":26872},{"class":1353,"line":2753},[26873],{"type":48,"tag":1351,"props":26874,"children":26875},{"style":1358},[26876],{"type":54,"value":26531},{"type":48,"tag":1351,"props":26878,"children":26879},{"class":1353,"line":2767},[26880,26884,26888,26892,26896,26900,26904,26908,26912,26916,26920,26924,26928,26932,26936,26940,26944,26948,26952,26956,26960,26964,26968,26972,26976,26980,26984,26988,26992,26996,27000,27004,27008],{"type":48,"tag":1351,"props":26881,"children":26882},{"style":1364},[26883],{"type":54,"value":15268},{"type":48,"tag":1351,"props":26885,"children":26886},{"style":5418},[26887],{"type":54,"value":25658},{"type":48,"tag":1351,"props":26889,"children":26890},{"style":5395},[26891],{"type":54,"value":5176},{"type":48,"tag":1351,"props":26893,"children":26894},{"style":1364},[26895],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26897,"children":26898},{"style":1364},[26899],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26901,"children":26902},{"style":2122},[26903],{"type":54,"value":2569},{"type":48,"tag":1351,"props":26905,"children":26906},{"style":1364},[26907],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26909,"children":26910},{"style":5395},[26911],{"type":54,"value":26156},{"type":48,"tag":1351,"props":26913,"children":26914},{"style":1364},[26915],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26917,"children":26918},{"style":1364},[26919],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26921,"children":26922},{"style":2122},[26923],{"type":54,"value":2569},{"type":48,"tag":1351,"props":26925,"children":26926},{"style":1364},[26927],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26929,"children":26930},{"style":5395},[26931],{"type":54,"value":25684},{"type":48,"tag":1351,"props":26933,"children":26934},{"style":1364},[26935],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26937,"children":26938},{"style":1364},[26939],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26941,"children":26942},{"style":2122},[26943],{"type":54,"value":10809},{"type":48,"tag":1351,"props":26945,"children":26946},{"style":1364},[26947],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26949,"children":26950},{"style":5395},[26951],{"type":54,"value":25705},{"type":48,"tag":1351,"props":26953,"children":26954},{"style":1364},[26955],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26957,"children":26958},{"style":1364},[26959],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26961,"children":26962},{"style":2122},[26963],{"type":54,"value":25718},{"type":48,"tag":1351,"props":26965,"children":26966},{"style":1364},[26967],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26969,"children":26970},{"style":5395},[26971],{"type":54,"value":25727},{"type":48,"tag":1351,"props":26973,"children":26974},{"style":1364},[26975],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26977,"children":26978},{"style":1364},[26979],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26981,"children":26982},{"style":2122},[26983],{"type":54,"value":25740},{"type":48,"tag":1351,"props":26985,"children":26986},{"style":1364},[26987],{"type":54,"value":2130},{"type":48,"tag":1351,"props":26989,"children":26990},{"style":5395},[26991],{"type":54,"value":26237},{"type":48,"tag":1351,"props":26993,"children":26994},{"style":1364},[26995],{"type":54,"value":5408},{"type":48,"tag":1351,"props":26997,"children":26998},{"style":1364},[26999],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27001,"children":27002},{"style":2122},[27003],{"type":54,"value":2353},{"type":48,"tag":1351,"props":27005,"children":27006},{"style":1364},[27007],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27009,"children":27010},{"style":1364},[27011],{"type":54,"value":6919},{"type":48,"tag":1351,"props":27013,"children":27014},{"class":1353,"line":2781},[27015,27019,27023,27027,27031,27035,27039,27043,27047,27051,27055,27059,27063,27067,27071,27075,27079,27083],{"type":48,"tag":1351,"props":27016,"children":27017},{"style":1364},[27018],{"type":54,"value":25771},{"type":48,"tag":1351,"props":27020,"children":27021},{"style":5418},[27022],{"type":54,"value":25776},{"type":48,"tag":1351,"props":27024,"children":27025},{"style":5395},[27026],{"type":54,"value":26273},{"type":48,"tag":1351,"props":27028,"children":27029},{"style":1364},[27030],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27032,"children":27033},{"style":1364},[27034],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27036,"children":27037},{"style":2122},[27038],{"type":54,"value":25794},{"type":48,"tag":1351,"props":27040,"children":27041},{"style":1364},[27042],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27044,"children":27045},{"style":5395},[27046],{"type":54,"value":26294},{"type":48,"tag":1351,"props":27048,"children":27049},{"style":1364},[27050],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27052,"children":27053},{"style":1364},[27054],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27056,"children":27057},{"style":2122},[27058],{"type":54,"value":25794},{"type":48,"tag":1351,"props":27060,"children":27061},{"style":1364},[27062],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27064,"children":27065},{"style":5395},[27066],{"type":54,"value":25824},{"type":48,"tag":1351,"props":27068,"children":27069},{"style":1364},[27070],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27072,"children":27073},{"style":1364},[27074],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27076,"children":27077},{"style":2122},[27078],{"type":54,"value":26707},{"type":48,"tag":1351,"props":27080,"children":27081},{"style":1364},[27082],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27084,"children":27085},{"style":1364},[27086],{"type":54,"value":25846},{"type":48,"tag":1351,"props":27088,"children":27089},{"class":1353,"line":2795},[27090,27094,27098],{"type":48,"tag":1351,"props":27091,"children":27092},{"style":1364},[27093],{"type":54,"value":25930},{"type":48,"tag":1351,"props":27095,"children":27096},{"style":5418},[27097],{"type":54,"value":25658},{"type":48,"tag":1351,"props":27099,"children":27100},{"style":1364},[27101],{"type":54,"value":6919},{"type":48,"tag":1351,"props":27103,"children":27104},{"class":1353,"line":2803},[27105,27109,27113],{"type":48,"tag":1351,"props":27106,"children":27107},{"style":1364},[27108],{"type":54,"value":7118},{"type":48,"tag":1351,"props":27110,"children":27111},{"style":5418},[27112],{"type":54,"value":21717},{"type":48,"tag":1351,"props":27114,"children":27115},{"style":1364},[27116],{"type":54,"value":6919},{"type":48,"tag":107,"props":27118,"children":27119},{},[],{"type":48,"tag":111,"props":27121,"children":27123},{"id":27122},"btn-loading",[27124],{"type":54,"value":27125},"BTN-LOADING",{"type":48,"tag":61,"props":27127,"children":27128},{},[27129],{"type":54,"value":27130},"Button with loading spinner state.",{"type":48,"tag":151,"props":27132,"children":27134},{"id":27133},"react-tailwind-6",[27135],{"type":54,"value":24169},{"type":48,"tag":118,"props":27137,"children":27139},{"className":24172,"code":27138,"language":24174,"meta":126,"style":126},"\u003Cbutton \n  disabled\n  className=\"inline-flex items-center justify-center gap-2 px-6 py-3 rounded-full font-medium bg-[#FF4801] text-white border border-transparent transition-all duration-150 disabled:opacity-70 disabled:cursor-not-allowed\"\n>\n  \u003Csvg className=\"animate-spin h-4 w-4\" fill=\"none\" viewBox=\"0 0 24 24\">\n    \u003Ccircle className=\"opacity-25\" cx=\"12\" cy=\"12\" r=\"10\" stroke=\"currentColor\" strokeWidth=\"4\" \u002F>\n    \u003Cpath className=\"opacity-75\" fill=\"currentColor\" d=\"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z\" \u002F>\n  \u003C\u002Fsvg>\n  Processing...\n\u003C\u002Fbutton>\n",[27140],{"type":48,"tag":89,"props":27141,"children":27142},{"__ignoreMap":126},[27143,27158,27166,27190,27197,27273,27413,27490,27505,27513],{"type":48,"tag":1351,"props":27144,"children":27145},{"class":1353,"line":1354},[27146,27150,27154],{"type":48,"tag":1351,"props":27147,"children":27148},{"style":1364},[27149],{"type":54,"value":6909},{"type":48,"tag":1351,"props":27151,"children":27152},{"style":5418},[27153],{"type":54,"value":8084},{"type":48,"tag":1351,"props":27155,"children":27156},{"style":1364},[27157],{"type":54,"value":13852},{"type":48,"tag":1351,"props":27159,"children":27160},{"class":1353,"line":1417},[27161],{"type":48,"tag":1351,"props":27162,"children":27163},{"style":5395},[27164],{"type":54,"value":27165},"  disabled\n",{"type":48,"tag":1351,"props":27167,"children":27168},{"class":1353,"line":2059},[27169,27173,27177,27181,27186],{"type":48,"tag":1351,"props":27170,"children":27171},{"style":5395},[27172],{"type":54,"value":25573},{"type":48,"tag":1351,"props":27174,"children":27175},{"style":1364},[27176],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27178,"children":27179},{"style":1364},[27180],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27182,"children":27183},{"style":2122},[27184],{"type":54,"value":27185},"inline-flex items-center justify-center gap-2 px-6 py-3 rounded-full font-medium bg-[#FF4801] text-white border border-transparent transition-all duration-150 disabled:opacity-70 disabled:cursor-not-allowed",{"type":48,"tag":1351,"props":27187,"children":27188},{"style":1364},[27189],{"type":54,"value":24276},{"type":48,"tag":1351,"props":27191,"children":27192},{"class":1353,"line":2081},[27193],{"type":48,"tag":1351,"props":27194,"children":27195},{"style":1364},[27196],{"type":54,"value":6919},{"type":48,"tag":1351,"props":27198,"children":27199},{"class":1353,"line":2104},[27200,27204,27208,27212,27216,27220,27225,27229,27233,27237,27241,27245,27249,27253,27257,27261,27265,27269],{"type":48,"tag":1351,"props":27201,"children":27202},{"style":1364},[27203],{"type":54,"value":15268},{"type":48,"tag":1351,"props":27205,"children":27206},{"style":5418},[27207],{"type":54,"value":25658},{"type":48,"tag":1351,"props":27209,"children":27210},{"style":5395},[27211],{"type":54,"value":24194},{"type":48,"tag":1351,"props":27213,"children":27214},{"style":1364},[27215],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27217,"children":27218},{"style":1364},[27219],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27221,"children":27222},{"style":2122},[27223],{"type":54,"value":27224},"animate-spin h-4 w-4",{"type":48,"tag":1351,"props":27226,"children":27227},{"style":1364},[27228],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27230,"children":27231},{"style":5395},[27232],{"type":54,"value":25684},{"type":48,"tag":1351,"props":27234,"children":27235},{"style":1364},[27236],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27238,"children":27239},{"style":1364},[27240],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27242,"children":27243},{"style":2122},[27244],{"type":54,"value":10809},{"type":48,"tag":1351,"props":27246,"children":27247},{"style":1364},[27248],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27250,"children":27251},{"style":5395},[27252],{"type":54,"value":25705},{"type":48,"tag":1351,"props":27254,"children":27255},{"style":1364},[27256],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27258,"children":27259},{"style":1364},[27260],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27262,"children":27263},{"style":2122},[27264],{"type":54,"value":25718},{"type":48,"tag":1351,"props":27266,"children":27267},{"style":1364},[27268],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27270,"children":27271},{"style":1364},[27272],{"type":54,"value":6919},{"type":48,"tag":1351,"props":27274,"children":27275},{"class":1353,"line":2164},[27276,27280,27285,27289,27293,27297,27302,27306,27311,27315,27319,27323,27327,27332,27336,27340,27344,27348,27353,27357,27361,27365,27369,27373,27377,27381,27385,27389,27393,27397,27401,27405,27409],{"type":48,"tag":1351,"props":27277,"children":27278},{"style":1364},[27279],{"type":54,"value":25771},{"type":48,"tag":1351,"props":27281,"children":27282},{"style":5418},[27283],{"type":54,"value":27284},"circle",{"type":48,"tag":1351,"props":27286,"children":27287},{"style":5395},[27288],{"type":54,"value":24194},{"type":48,"tag":1351,"props":27290,"children":27291},{"style":1364},[27292],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27294,"children":27295},{"style":1364},[27296],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27298,"children":27299},{"style":2122},[27300],{"type":54,"value":27301},"opacity-25",{"type":48,"tag":1351,"props":27303,"children":27304},{"style":1364},[27305],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27307,"children":27308},{"style":5395},[27309],{"type":54,"value":27310}," cx",{"type":48,"tag":1351,"props":27312,"children":27313},{"style":1364},[27314],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27316,"children":27317},{"style":1364},[27318],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27320,"children":27321},{"style":2122},[27322],{"type":54,"value":2542},{"type":48,"tag":1351,"props":27324,"children":27325},{"style":1364},[27326],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27328,"children":27329},{"style":5395},[27330],{"type":54,"value":27331}," cy",{"type":48,"tag":1351,"props":27333,"children":27334},{"style":1364},[27335],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27337,"children":27338},{"style":1364},[27339],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27341,"children":27342},{"style":2122},[27343],{"type":54,"value":2542},{"type":48,"tag":1351,"props":27345,"children":27346},{"style":1364},[27347],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27349,"children":27350},{"style":5395},[27351],{"type":54,"value":27352}," r",{"type":48,"tag":1351,"props":27354,"children":27355},{"style":1364},[27356],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27358,"children":27359},{"style":1364},[27360],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27362,"children":27363},{"style":2122},[27364],{"type":54,"value":2515},{"type":48,"tag":1351,"props":27366,"children":27367},{"style":1364},[27368],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27370,"children":27371},{"style":5395},[27372],{"type":54,"value":25727},{"type":48,"tag":1351,"props":27374,"children":27375},{"style":1364},[27376],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27378,"children":27379},{"style":1364},[27380],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27382,"children":27383},{"style":2122},[27384],{"type":54,"value":25740},{"type":48,"tag":1351,"props":27386,"children":27387},{"style":1364},[27388],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27390,"children":27391},{"style":5395},[27392],{"type":54,"value":25749},{"type":48,"tag":1351,"props":27394,"children":27395},{"style":1364},[27396],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27398,"children":27399},{"style":1364},[27400],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27402,"children":27403},{"style":2122},[27404],{"type":54,"value":2407},{"type":48,"tag":1351,"props":27406,"children":27407},{"style":1364},[27408],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27410,"children":27411},{"style":1364},[27412],{"type":54,"value":25846},{"type":48,"tag":1351,"props":27414,"children":27415},{"class":1353,"line":2713},[27416,27420,27424,27428,27432,27436,27441,27445,27449,27453,27457,27461,27465,27469,27473,27477,27482,27486],{"type":48,"tag":1351,"props":27417,"children":27418},{"style":1364},[27419],{"type":54,"value":25771},{"type":48,"tag":1351,"props":27421,"children":27422},{"style":5418},[27423],{"type":54,"value":25776},{"type":48,"tag":1351,"props":27425,"children":27426},{"style":5395},[27427],{"type":54,"value":24194},{"type":48,"tag":1351,"props":27429,"children":27430},{"style":1364},[27431],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27433,"children":27434},{"style":1364},[27435],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27437,"children":27438},{"style":2122},[27439],{"type":54,"value":27440},"opacity-75",{"type":48,"tag":1351,"props":27442,"children":27443},{"style":1364},[27444],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27446,"children":27447},{"style":5395},[27448],{"type":54,"value":25684},{"type":48,"tag":1351,"props":27450,"children":27451},{"style":1364},[27452],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27454,"children":27455},{"style":1364},[27456],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27458,"children":27459},{"style":2122},[27460],{"type":54,"value":25740},{"type":48,"tag":1351,"props":27462,"children":27463},{"style":1364},[27464],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27466,"children":27467},{"style":5395},[27468],{"type":54,"value":25824},{"type":48,"tag":1351,"props":27470,"children":27471},{"style":1364},[27472],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27474,"children":27475},{"style":1364},[27476],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27478,"children":27479},{"style":2122},[27480],{"type":54,"value":27481},"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z",{"type":48,"tag":1351,"props":27483,"children":27484},{"style":1364},[27485],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27487,"children":27488},{"style":1364},[27489],{"type":54,"value":25846},{"type":48,"tag":1351,"props":27491,"children":27492},{"class":1353,"line":2722},[27493,27497,27501],{"type":48,"tag":1351,"props":27494,"children":27495},{"style":1364},[27496],{"type":54,"value":25930},{"type":48,"tag":1351,"props":27498,"children":27499},{"style":5418},[27500],{"type":54,"value":25658},{"type":48,"tag":1351,"props":27502,"children":27503},{"style":1364},[27504],{"type":54,"value":6919},{"type":48,"tag":1351,"props":27506,"children":27507},{"class":1353,"line":2736},[27508],{"type":48,"tag":1351,"props":27509,"children":27510},{"style":1358},[27511],{"type":54,"value":27512},"  Processing...\n",{"type":48,"tag":1351,"props":27514,"children":27515},{"class":1353,"line":2744},[27516,27520,27524],{"type":48,"tag":1351,"props":27517,"children":27518},{"style":1364},[27519],{"type":54,"value":7118},{"type":48,"tag":1351,"props":27521,"children":27522},{"style":5418},[27523],{"type":54,"value":8084},{"type":48,"tag":1351,"props":27525,"children":27526},{"style":1364},[27527],{"type":54,"value":6919},{"type":48,"tag":151,"props":27529,"children":27531},{"id":27530},"vanilla-html-6",[27532],{"type":54,"value":24244},{"type":48,"tag":118,"props":27534,"children":27536},{"className":6896,"code":27535,"language":18,"meta":126,"style":126},"\u003Cbutton disabled style=\"\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n  padding: 12px 24px;\n  border-radius: 9999px;\n  font-family: 'Inter', sans-serif;\n  font-weight: 500;\n  font-size: 16px;\n  background: #FF4801;\n  color: white;\n  border: none;\n  opacity: 0.7;\n  cursor: not-allowed;\n\">\n  \u003Csvg width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 24 24\" style=\"animation: spin 1s linear infinite;\">\n    \u003Ccircle opacity=\"0.25\" cx=\"12\" cy=\"12\" r=\"10\" stroke=\"currentColor\" stroke-width=\"4\" \u002F>\n    \u003Cpath opacity=\"0.75\" fill=\"currentColor\" d=\"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z\" \u002F>\n  \u003C\u002Fsvg>\n  Processing...\n\u003C\u002Fbutton>\n\u003Cstyle>\n  @keyframes spin { to { transform: rotate(360deg); } }\n\u003C\u002Fstyle>\n",[27537],{"type":48,"tag":89,"props":27538,"children":27539},{"__ignoreMap":126},[27540,27568,27575,27582,27589,27596,27603,27610,27617,27624,27631,27638,27645,27653,27661,27669,27680,27796,27931,28007,28022,28029,28044,28059,28119],{"type":48,"tag":1351,"props":27541,"children":27542},{"class":1353,"line":1354},[27543,27547,27551,27556,27560,27564],{"type":48,"tag":1351,"props":27544,"children":27545},{"style":1364},[27546],{"type":54,"value":6909},{"type":48,"tag":1351,"props":27548,"children":27549},{"style":5418},[27550],{"type":54,"value":8084},{"type":48,"tag":1351,"props":27552,"children":27553},{"style":5395},[27554],{"type":54,"value":27555}," disabled",{"type":48,"tag":1351,"props":27557,"children":27558},{"style":5395},[27559],{"type":54,"value":24267},{"type":48,"tag":1351,"props":27561,"children":27562},{"style":1364},[27563],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27565,"children":27566},{"style":1364},[27567],{"type":54,"value":24276},{"type":48,"tag":1351,"props":27569,"children":27570},{"class":1353,"line":1417},[27571],{"type":48,"tag":1351,"props":27572,"children":27573},{"style":2122},[27574],{"type":54,"value":24284},{"type":48,"tag":1351,"props":27576,"children":27577},{"class":1353,"line":2059},[27578],{"type":48,"tag":1351,"props":27579,"children":27580},{"style":2122},[27581],{"type":54,"value":24292},{"type":48,"tag":1351,"props":27583,"children":27584},{"class":1353,"line":2081},[27585],{"type":48,"tag":1351,"props":27586,"children":27587},{"style":2122},[27588],{"type":54,"value":24300},{"type":48,"tag":1351,"props":27590,"children":27591},{"class":1353,"line":2104},[27592],{"type":48,"tag":1351,"props":27593,"children":27594},{"style":2122},[27595],{"type":54,"value":24308},{"type":48,"tag":1351,"props":27597,"children":27598},{"class":1353,"line":2164},[27599],{"type":48,"tag":1351,"props":27600,"children":27601},{"style":2122},[27602],{"type":54,"value":24316},{"type":48,"tag":1351,"props":27604,"children":27605},{"class":1353,"line":2713},[27606],{"type":48,"tag":1351,"props":27607,"children":27608},{"style":2122},[27609],{"type":54,"value":24324},{"type":48,"tag":1351,"props":27611,"children":27612},{"class":1353,"line":2722},[27613],{"type":48,"tag":1351,"props":27614,"children":27615},{"style":2122},[27616],{"type":54,"value":24332},{"type":48,"tag":1351,"props":27618,"children":27619},{"class":1353,"line":2736},[27620],{"type":48,"tag":1351,"props":27621,"children":27622},{"style":2122},[27623],{"type":54,"value":24340},{"type":48,"tag":1351,"props":27625,"children":27626},{"class":1353,"line":2744},[27627],{"type":48,"tag":1351,"props":27628,"children":27629},{"style":2122},[27630],{"type":54,"value":24348},{"type":48,"tag":1351,"props":27632,"children":27633},{"class":1353,"line":2753},[27634],{"type":48,"tag":1351,"props":27635,"children":27636},{"style":2122},[27637],{"type":54,"value":24750},{"type":48,"tag":1351,"props":27639,"children":27640},{"class":1353,"line":2767},[27641],{"type":48,"tag":1351,"props":27642,"children":27643},{"style":2122},[27644],{"type":54,"value":24758},{"type":48,"tag":1351,"props":27646,"children":27647},{"class":1353,"line":2781},[27648],{"type":48,"tag":1351,"props":27649,"children":27650},{"style":2122},[27651],{"type":54,"value":27652},"  border: none;\n",{"type":48,"tag":1351,"props":27654,"children":27655},{"class":1353,"line":2795},[27656],{"type":48,"tag":1351,"props":27657,"children":27658},{"style":2122},[27659],{"type":54,"value":27660},"  opacity: 0.7;\n",{"type":48,"tag":1351,"props":27662,"children":27663},{"class":1353,"line":2803},[27664],{"type":48,"tag":1351,"props":27665,"children":27666},{"style":2122},[27667],{"type":54,"value":27668},"  cursor: not-allowed;\n",{"type":48,"tag":1351,"props":27670,"children":27671},{"class":1353,"line":2812},[27672,27676],{"type":48,"tag":1351,"props":27673,"children":27674},{"style":1364},[27675],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27677,"children":27678},{"style":1364},[27679],{"type":54,"value":6919},{"type":48,"tag":1351,"props":27681,"children":27682},{"class":1353,"line":2826},[27683,27687,27691,27695,27699,27703,27707,27711,27715,27719,27723,27727,27731,27735,27739,27743,27747,27751,27755,27759,27763,27767,27771,27775,27779,27783,27788,27792],{"type":48,"tag":1351,"props":27684,"children":27685},{"style":1364},[27686],{"type":54,"value":15268},{"type":48,"tag":1351,"props":27688,"children":27689},{"style":5418},[27690],{"type":54,"value":25658},{"type":48,"tag":1351,"props":27692,"children":27693},{"style":5395},[27694],{"type":54,"value":5176},{"type":48,"tag":1351,"props":27696,"children":27697},{"style":1364},[27698],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27700,"children":27701},{"style":1364},[27702],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27704,"children":27705},{"style":2122},[27706],{"type":54,"value":2569},{"type":48,"tag":1351,"props":27708,"children":27709},{"style":1364},[27710],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27712,"children":27713},{"style":5395},[27714],{"type":54,"value":26156},{"type":48,"tag":1351,"props":27716,"children":27717},{"style":1364},[27718],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27720,"children":27721},{"style":1364},[27722],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27724,"children":27725},{"style":2122},[27726],{"type":54,"value":2569},{"type":48,"tag":1351,"props":27728,"children":27729},{"style":1364},[27730],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27732,"children":27733},{"style":5395},[27734],{"type":54,"value":25684},{"type":48,"tag":1351,"props":27736,"children":27737},{"style":1364},[27738],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27740,"children":27741},{"style":1364},[27742],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27744,"children":27745},{"style":2122},[27746],{"type":54,"value":10809},{"type":48,"tag":1351,"props":27748,"children":27749},{"style":1364},[27750],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27752,"children":27753},{"style":5395},[27754],{"type":54,"value":25705},{"type":48,"tag":1351,"props":27756,"children":27757},{"style":1364},[27758],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27760,"children":27761},{"style":1364},[27762],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27764,"children":27765},{"style":2122},[27766],{"type":54,"value":25718},{"type":48,"tag":1351,"props":27768,"children":27769},{"style":1364},[27770],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27772,"children":27773},{"style":5395},[27774],{"type":54,"value":24267},{"type":48,"tag":1351,"props":27776,"children":27777},{"style":1364},[27778],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27780,"children":27781},{"style":1364},[27782],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27784,"children":27785},{"style":2122},[27786],{"type":54,"value":27787},"animation: spin 1s linear infinite;",{"type":48,"tag":1351,"props":27789,"children":27790},{"style":1364},[27791],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27793,"children":27794},{"style":1364},[27795],{"type":54,"value":6919},{"type":48,"tag":1351,"props":27797,"children":27798},{"class":1353,"line":5128},[27799,27803,27807,27811,27815,27819,27823,27827,27831,27835,27839,27843,27847,27851,27855,27859,27863,27867,27871,27875,27879,27883,27887,27891,27895,27899,27903,27907,27911,27915,27919,27923,27927],{"type":48,"tag":1351,"props":27800,"children":27801},{"style":1364},[27802],{"type":54,"value":25771},{"type":48,"tag":1351,"props":27804,"children":27805},{"style":5418},[27806],{"type":54,"value":27284},{"type":48,"tag":1351,"props":27808,"children":27809},{"style":5395},[27810],{"type":54,"value":4801},{"type":48,"tag":1351,"props":27812,"children":27813},{"style":1364},[27814],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27816,"children":27817},{"style":1364},[27818],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27820,"children":27821},{"style":2122},[27822],{"type":54,"value":5701},{"type":48,"tag":1351,"props":27824,"children":27825},{"style":1364},[27826],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27828,"children":27829},{"style":5395},[27830],{"type":54,"value":27310},{"type":48,"tag":1351,"props":27832,"children":27833},{"style":1364},[27834],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27836,"children":27837},{"style":1364},[27838],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27840,"children":27841},{"style":2122},[27842],{"type":54,"value":2542},{"type":48,"tag":1351,"props":27844,"children":27845},{"style":1364},[27846],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27848,"children":27849},{"style":5395},[27850],{"type":54,"value":27331},{"type":48,"tag":1351,"props":27852,"children":27853},{"style":1364},[27854],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27856,"children":27857},{"style":1364},[27858],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27860,"children":27861},{"style":2122},[27862],{"type":54,"value":2542},{"type":48,"tag":1351,"props":27864,"children":27865},{"style":1364},[27866],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27868,"children":27869},{"style":5395},[27870],{"type":54,"value":27352},{"type":48,"tag":1351,"props":27872,"children":27873},{"style":1364},[27874],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27876,"children":27877},{"style":1364},[27878],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27880,"children":27881},{"style":2122},[27882],{"type":54,"value":2515},{"type":48,"tag":1351,"props":27884,"children":27885},{"style":1364},[27886],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27888,"children":27889},{"style":5395},[27890],{"type":54,"value":25727},{"type":48,"tag":1351,"props":27892,"children":27893},{"style":1364},[27894],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27896,"children":27897},{"style":1364},[27898],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27900,"children":27901},{"style":2122},[27902],{"type":54,"value":25740},{"type":48,"tag":1351,"props":27904,"children":27905},{"style":1364},[27906],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27908,"children":27909},{"style":5395},[27910],{"type":54,"value":26237},{"type":48,"tag":1351,"props":27912,"children":27913},{"style":1364},[27914],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27916,"children":27917},{"style":1364},[27918],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27920,"children":27921},{"style":2122},[27922],{"type":54,"value":2407},{"type":48,"tag":1351,"props":27924,"children":27925},{"style":1364},[27926],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27928,"children":27929},{"style":1364},[27930],{"type":54,"value":25846},{"type":48,"tag":1351,"props":27932,"children":27933},{"class":1353,"line":5136},[27934,27938,27942,27946,27950,27954,27959,27963,27967,27971,27975,27979,27983,27987,27991,27995,27999,28003],{"type":48,"tag":1351,"props":27935,"children":27936},{"style":1364},[27937],{"type":54,"value":25771},{"type":48,"tag":1351,"props":27939,"children":27940},{"style":5418},[27941],{"type":54,"value":25776},{"type":48,"tag":1351,"props":27943,"children":27944},{"style":5395},[27945],{"type":54,"value":4801},{"type":48,"tag":1351,"props":27947,"children":27948},{"style":1364},[27949],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27951,"children":27952},{"style":1364},[27953],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27955,"children":27956},{"style":2122},[27957],{"type":54,"value":27958},"0.75",{"type":48,"tag":1351,"props":27960,"children":27961},{"style":1364},[27962],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27964,"children":27965},{"style":5395},[27966],{"type":54,"value":25684},{"type":48,"tag":1351,"props":27968,"children":27969},{"style":1364},[27970],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27972,"children":27973},{"style":1364},[27974],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27976,"children":27977},{"style":2122},[27978],{"type":54,"value":25740},{"type":48,"tag":1351,"props":27980,"children":27981},{"style":1364},[27982],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27984,"children":27985},{"style":5395},[27986],{"type":54,"value":25824},{"type":48,"tag":1351,"props":27988,"children":27989},{"style":1364},[27990],{"type":54,"value":5408},{"type":48,"tag":1351,"props":27992,"children":27993},{"style":1364},[27994],{"type":54,"value":2130},{"type":48,"tag":1351,"props":27996,"children":27997},{"style":2122},[27998],{"type":54,"value":27481},{"type":48,"tag":1351,"props":28000,"children":28001},{"style":1364},[28002],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28004,"children":28005},{"style":1364},[28006],{"type":54,"value":25846},{"type":48,"tag":1351,"props":28008,"children":28009},{"class":1353,"line":5145},[28010,28014,28018],{"type":48,"tag":1351,"props":28011,"children":28012},{"style":1364},[28013],{"type":54,"value":25930},{"type":48,"tag":1351,"props":28015,"children":28016},{"style":5418},[28017],{"type":54,"value":25658},{"type":48,"tag":1351,"props":28019,"children":28020},{"style":1364},[28021],{"type":54,"value":6919},{"type":48,"tag":1351,"props":28023,"children":28024},{"class":1353,"line":5162},[28025],{"type":48,"tag":1351,"props":28026,"children":28027},{"style":1358},[28028],{"type":54,"value":27512},{"type":48,"tag":1351,"props":28030,"children":28031},{"class":1353,"line":5195},[28032,28036,28040],{"type":48,"tag":1351,"props":28033,"children":28034},{"style":1364},[28035],{"type":54,"value":7118},{"type":48,"tag":1351,"props":28037,"children":28038},{"style":5418},[28039],{"type":54,"value":8084},{"type":48,"tag":1351,"props":28041,"children":28042},{"style":1364},[28043],{"type":54,"value":6919},{"type":48,"tag":1351,"props":28045,"children":28046},{"class":1353,"line":5237},[28047,28051,28055],{"type":48,"tag":1351,"props":28048,"children":28049},{"style":1364},[28050],{"type":54,"value":6909},{"type":48,"tag":1351,"props":28052,"children":28053},{"style":5418},[28054],{"type":54,"value":24414},{"type":48,"tag":1351,"props":28056,"children":28057},{"style":1364},[28058],{"type":54,"value":6919},{"type":48,"tag":1351,"props":28060,"children":28061},{"class":1353,"line":5245},[28062,28067,28072,28076,28081,28085,28089,28093,28098,28102,28107,28111,28115],{"type":48,"tag":1351,"props":28063,"children":28064},{"style":4770},[28065],{"type":54,"value":28066},"  @keyframes",{"type":48,"tag":1351,"props":28068,"children":28069},{"style":4776},[28070],{"type":54,"value":28071}," spin",{"type":48,"tag":1351,"props":28073,"children":28074},{"style":1364},[28075],{"type":54,"value":4796},{"type":48,"tag":1351,"props":28077,"children":28078},{"style":1406},[28079],{"type":54,"value":28080}," to",{"type":48,"tag":1351,"props":28082,"children":28083},{"style":1364},[28084],{"type":54,"value":4796},{"type":48,"tag":1351,"props":28086,"children":28087},{"style":2085},[28088],{"type":54,"value":4921},{"type":48,"tag":1351,"props":28090,"children":28091},{"style":1364},[28092],{"type":54,"value":96},{"type":48,"tag":1351,"props":28094,"children":28095},{"style":4928},[28096],{"type":54,"value":28097}," rotate",{"type":48,"tag":1351,"props":28099,"children":28100},{"style":1364},[28101],{"type":54,"value":4936},{"type":48,"tag":1351,"props":28103,"children":28104},{"style":2133},[28105],{"type":54,"value":28106},"360deg",{"type":48,"tag":1351,"props":28108,"children":28109},{"style":1364},[28110],{"type":54,"value":4946},{"type":48,"tag":1351,"props":28112,"children":28113},{"style":1364},[28114],{"type":54,"value":5826},{"type":48,"tag":1351,"props":28116,"children":28117},{"style":1364},[28118],{"type":54,"value":4819},{"type":48,"tag":1351,"props":28120,"children":28121},{"class":1353,"line":5253},[28122,28126,28130],{"type":48,"tag":1351,"props":28123,"children":28124},{"style":1364},[28125],{"type":54,"value":7118},{"type":48,"tag":1351,"props":28127,"children":28128},{"style":5418},[28129],{"type":54,"value":24414},{"type":48,"tag":1351,"props":28131,"children":28132},{"style":1364},[28133],{"type":54,"value":6919},{"type":48,"tag":107,"props":28135,"children":28136},{},[],{"type":48,"tag":49,"props":28138,"children":28140},{"id":28139},"cards-1",[28141],{"type":54,"value":10643},{"type":48,"tag":111,"props":28143,"children":28145},{"id":28144},"card-default",[28146],{"type":54,"value":28147},"CARD-DEFAULT",{"type":48,"tag":61,"props":28149,"children":28150},{},[28151],{"type":54,"value":28152},"Standard card with corner bracket decorations.",{"type":48,"tag":151,"props":28154,"children":28156},{"id":28155},"react-tailwind-7",[28157],{"type":54,"value":24169},{"type":48,"tag":118,"props":28159,"children":28161},{"className":24172,"code":28160,"language":24174,"meta":126,"style":126},"\u003Cdiv className=\"relative bg-[#FFFDFB] border border-[#EBD5C1] p-6 shadow-[0_1px_3px_rgba(82,16,0,0.04),0_4px_12px_rgba(82,16,0,0.02)]\">\n  {\u002F* Corner brackets *\u002F}\n  \u003Cdiv className=\"absolute -top-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \u003Cdiv className=\"absolute -top-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \u003Cdiv className=\"absolute -bottom-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \u003Cdiv className=\"absolute -bottom-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \n  \u003Ch3 className=\"text-lg font-medium text-[#521000] mb-2\">Card Title\u003C\u002Fh3>\n  \u003Cp className=\"text-sm text-[#521000]\u002F60 leading-relaxed\">\n    Card description goes here. This is a standard card with the signature corner bracket decorations.\n  \u003C\u002Fp>\n\u003C\u002Fdiv>\n",[28162],{"type":48,"tag":89,"props":28163,"children":28164},{"__ignoreMap":126},[28165,28201,28218,28254,28290,28326,28362,28369,28423,28459,28467,28482],{"type":48,"tag":1351,"props":28166,"children":28167},{"class":1353,"line":1354},[28168,28172,28176,28180,28184,28188,28193,28197],{"type":48,"tag":1351,"props":28169,"children":28170},{"style":1364},[28171],{"type":54,"value":6909},{"type":48,"tag":1351,"props":28173,"children":28174},{"style":5418},[28175],{"type":54,"value":15234},{"type":48,"tag":1351,"props":28177,"children":28178},{"style":5395},[28179],{"type":54,"value":24194},{"type":48,"tag":1351,"props":28181,"children":28182},{"style":1364},[28183],{"type":54,"value":5408},{"type":48,"tag":1351,"props":28185,"children":28186},{"style":1364},[28187],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28189,"children":28190},{"style":2122},[28191],{"type":54,"value":28192},"relative bg-[#FFFDFB] border border-[#EBD5C1] p-6 shadow-[0_1px_3px_rgba(82,16,0,0.04),0_4px_12px_rgba(82,16,0,0.02)]",{"type":48,"tag":1351,"props":28194,"children":28195},{"style":1364},[28196],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28198,"children":28199},{"style":1364},[28200],{"type":54,"value":6919},{"type":48,"tag":1351,"props":28202,"children":28203},{"class":1353,"line":1417},[28204,28209,28214],{"type":48,"tag":1351,"props":28205,"children":28206},{"style":1364},[28207],{"type":54,"value":28208},"  {",{"type":48,"tag":1351,"props":28210,"children":28211},{"style":2657},[28212],{"type":54,"value":28213},"\u002F* Corner brackets *\u002F",{"type":48,"tag":1351,"props":28215,"children":28216},{"style":1364},[28217],{"type":54,"value":2170},{"type":48,"tag":1351,"props":28219,"children":28220},{"class":1353,"line":2059},[28221,28225,28229,28233,28237,28241,28246,28250],{"type":48,"tag":1351,"props":28222,"children":28223},{"style":1364},[28224],{"type":54,"value":15268},{"type":48,"tag":1351,"props":28226,"children":28227},{"style":5418},[28228],{"type":54,"value":15234},{"type":48,"tag":1351,"props":28230,"children":28231},{"style":5395},[28232],{"type":54,"value":24194},{"type":48,"tag":1351,"props":28234,"children":28235},{"style":1364},[28236],{"type":54,"value":5408},{"type":48,"tag":1351,"props":28238,"children":28239},{"style":1364},[28240],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28242,"children":28243},{"style":2122},[28244],{"type":54,"value":28245},"absolute -top-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]",{"type":48,"tag":1351,"props":28247,"children":28248},{"style":1364},[28249],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28251,"children":28252},{"style":1364},[28253],{"type":54,"value":25846},{"type":48,"tag":1351,"props":28255,"children":28256},{"class":1353,"line":2081},[28257,28261,28265,28269,28273,28277,28282,28286],{"type":48,"tag":1351,"props":28258,"children":28259},{"style":1364},[28260],{"type":54,"value":15268},{"type":48,"tag":1351,"props":28262,"children":28263},{"style":5418},[28264],{"type":54,"value":15234},{"type":48,"tag":1351,"props":28266,"children":28267},{"style":5395},[28268],{"type":54,"value":24194},{"type":48,"tag":1351,"props":28270,"children":28271},{"style":1364},[28272],{"type":54,"value":5408},{"type":48,"tag":1351,"props":28274,"children":28275},{"style":1364},[28276],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28278,"children":28279},{"style":2122},[28280],{"type":54,"value":28281},"absolute -top-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]",{"type":48,"tag":1351,"props":28283,"children":28284},{"style":1364},[28285],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28287,"children":28288},{"style":1364},[28289],{"type":54,"value":25846},{"type":48,"tag":1351,"props":28291,"children":28292},{"class":1353,"line":2104},[28293,28297,28301,28305,28309,28313,28318,28322],{"type":48,"tag":1351,"props":28294,"children":28295},{"style":1364},[28296],{"type":54,"value":15268},{"type":48,"tag":1351,"props":28298,"children":28299},{"style":5418},[28300],{"type":54,"value":15234},{"type":48,"tag":1351,"props":28302,"children":28303},{"style":5395},[28304],{"type":54,"value":24194},{"type":48,"tag":1351,"props":28306,"children":28307},{"style":1364},[28308],{"type":54,"value":5408},{"type":48,"tag":1351,"props":28310,"children":28311},{"style":1364},[28312],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28314,"children":28315},{"style":2122},[28316],{"type":54,"value":28317},"absolute -bottom-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]",{"type":48,"tag":1351,"props":28319,"children":28320},{"style":1364},[28321],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28323,"children":28324},{"style":1364},[28325],{"type":54,"value":25846},{"type":48,"tag":1351,"props":28327,"children":28328},{"class":1353,"line":2164},[28329,28333,28337,28341,28345,28349,28354,28358],{"type":48,"tag":1351,"props":28330,"children":28331},{"style":1364},[28332],{"type":54,"value":15268},{"type":48,"tag":1351,"props":28334,"children":28335},{"style":5418},[28336],{"type":54,"value":15234},{"type":48,"tag":1351,"props":28338,"children":28339},{"style":5395},[28340],{"type":54,"value":24194},{"type":48,"tag":1351,"props":28342,"children":28343},{"style":1364},[28344],{"type":54,"value":5408},{"type":48,"tag":1351,"props":28346,"children":28347},{"style":1364},[28348],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28350,"children":28351},{"style":2122},[28352],{"type":54,"value":28353},"absolute -bottom-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]",{"type":48,"tag":1351,"props":28355,"children":28356},{"style":1364},[28357],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28359,"children":28360},{"style":1364},[28361],{"type":54,"value":25846},{"type":48,"tag":1351,"props":28363,"children":28364},{"class":1353,"line":2713},[28365],{"type":48,"tag":1351,"props":28366,"children":28367},{"style":1358},[28368],{"type":54,"value":11049},{"type":48,"tag":1351,"props":28370,"children":28371},{"class":1353,"line":2722},[28372,28376,28380,28384,28388,28392,28397,28401,28406,28411,28415,28419],{"type":48,"tag":1351,"props":28373,"children":28374},{"style":1364},[28375],{"type":54,"value":15268},{"type":48,"tag":1351,"props":28377,"children":28378},{"style":5418},[28379],{"type":54,"value":151},{"type":48,"tag":1351,"props":28381,"children":28382},{"style":5395},[28383],{"type":54,"value":24194},{"type":48,"tag":1351,"props":28385,"children":28386},{"style":1364},[28387],{"type":54,"value":5408},{"type":48,"tag":1351,"props":28389,"children":28390},{"style":1364},[28391],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28393,"children":28394},{"style":2122},[28395],{"type":54,"value":28396},"text-lg font-medium text-[#521000] mb-2",{"type":48,"tag":1351,"props":28398,"children":28399},{"style":1364},[28400],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28402,"children":28403},{"style":1364},[28404],{"type":54,"value":28405},">",{"type":48,"tag":1351,"props":28407,"children":28408},{"style":1358},[28409],{"type":54,"value":28410},"Card Title",{"type":48,"tag":1351,"props":28412,"children":28413},{"style":1364},[28414],{"type":54,"value":7118},{"type":48,"tag":1351,"props":28416,"children":28417},{"style":5418},[28418],{"type":54,"value":151},{"type":48,"tag":1351,"props":28420,"children":28421},{"style":1364},[28422],{"type":54,"value":6919},{"type":48,"tag":1351,"props":28424,"children":28425},{"class":1353,"line":2736},[28426,28430,28434,28438,28442,28446,28451,28455],{"type":48,"tag":1351,"props":28427,"children":28428},{"style":1364},[28429],{"type":54,"value":15268},{"type":48,"tag":1351,"props":28431,"children":28432},{"style":5418},[28433],{"type":54,"value":61},{"type":48,"tag":1351,"props":28435,"children":28436},{"style":5395},[28437],{"type":54,"value":24194},{"type":48,"tag":1351,"props":28439,"children":28440},{"style":1364},[28441],{"type":54,"value":5408},{"type":48,"tag":1351,"props":28443,"children":28444},{"style":1364},[28445],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28447,"children":28448},{"style":2122},[28449],{"type":54,"value":28450},"text-sm text-[#521000]\u002F60 leading-relaxed",{"type":48,"tag":1351,"props":28452,"children":28453},{"style":1364},[28454],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28456,"children":28457},{"style":1364},[28458],{"type":54,"value":6919},{"type":48,"tag":1351,"props":28460,"children":28461},{"class":1353,"line":2744},[28462],{"type":48,"tag":1351,"props":28463,"children":28464},{"style":1358},[28465],{"type":54,"value":28466},"    Card description goes here. This is a standard card with the signature corner bracket decorations.\n",{"type":48,"tag":1351,"props":28468,"children":28469},{"class":1353,"line":2753},[28470,28474,28478],{"type":48,"tag":1351,"props":28471,"children":28472},{"style":1364},[28473],{"type":54,"value":25930},{"type":48,"tag":1351,"props":28475,"children":28476},{"style":5418},[28477],{"type":54,"value":61},{"type":48,"tag":1351,"props":28479,"children":28480},{"style":1364},[28481],{"type":54,"value":6919},{"type":48,"tag":1351,"props":28483,"children":28484},{"class":1353,"line":2767},[28485,28489,28493],{"type":48,"tag":1351,"props":28486,"children":28487},{"style":1364},[28488],{"type":54,"value":7118},{"type":48,"tag":1351,"props":28490,"children":28491},{"style":5418},[28492],{"type":54,"value":15234},{"type":48,"tag":1351,"props":28494,"children":28495},{"style":1364},[28496],{"type":54,"value":6919},{"type":48,"tag":151,"props":28498,"children":28500},{"id":28499},"vanilla-html-7",[28501],{"type":54,"value":24244},{"type":48,"tag":118,"props":28503,"children":28505},{"className":6896,"code":28504,"language":18,"meta":126,"style":126},"\u003Cdiv style=\"\n  position: relative;\n  background: #FFFDFB;\n  border: 1px solid #EBD5C1;\n  padding: 24px;\n  box-shadow: 0 1px 3px rgba(82,16,0,0.04), 0 4px 12px rgba(82,16,0,0.02);\n\">\n  \u003C!-- Corner brackets -->\n  \u003Cdiv style=\"position: absolute; top: -4px; left: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;\">\u003C\u002Fdiv>\n  \u003Cdiv style=\"position: absolute; top: -4px; right: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;\">\u003C\u002Fdiv>\n  \u003Cdiv style=\"position: absolute; bottom: -4px; left: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;\">\u003C\u002Fdiv>\n  \u003Cdiv style=\"position: absolute; bottom: -4px; right: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;\">\u003C\u002Fdiv>\n  \n  \u003Ch3 style=\"font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 500; color: #521000; margin: 0 0 8px 0;\">Card Title\u003C\u002Fh3>\n  \u003Cp style=\"font-family: 'Inter', sans-serif; font-size: 14px; color: rgba(82,16,0,0.6); line-height: 1.6; margin: 0;\">\n    Card description goes here. This is a standard card with the signature corner bracket decorations.\n  \u003C\u002Fp>\n\u003C\u002Fdiv>\n",[28506],{"type":48,"tag":89,"props":28507,"children":28508},{"__ignoreMap":126},[28509,28532,28540,28547,28554,28562,28570,28581,28589,28633,28677,28721,28765,28772,28824,28860,28867,28882],{"type":48,"tag":1351,"props":28510,"children":28511},{"class":1353,"line":1354},[28512,28516,28520,28524,28528],{"type":48,"tag":1351,"props":28513,"children":28514},{"style":1364},[28515],{"type":54,"value":6909},{"type":48,"tag":1351,"props":28517,"children":28518},{"style":5418},[28519],{"type":54,"value":15234},{"type":48,"tag":1351,"props":28521,"children":28522},{"style":5395},[28523],{"type":54,"value":24267},{"type":48,"tag":1351,"props":28525,"children":28526},{"style":1364},[28527],{"type":54,"value":5408},{"type":48,"tag":1351,"props":28529,"children":28530},{"style":1364},[28531],{"type":54,"value":24276},{"type":48,"tag":1351,"props":28533,"children":28534},{"class":1353,"line":1417},[28535],{"type":48,"tag":1351,"props":28536,"children":28537},{"style":2122},[28538],{"type":54,"value":28539},"  position: relative;\n",{"type":48,"tag":1351,"props":28541,"children":28542},{"class":1353,"line":2059},[28543],{"type":48,"tag":1351,"props":28544,"children":28545},{"style":2122},[28546],{"type":54,"value":25462},{"type":48,"tag":1351,"props":28548,"children":28549},{"class":1353,"line":2081},[28550],{"type":48,"tag":1351,"props":28551,"children":28552},{"style":2122},[28553],{"type":54,"value":25093},{"type":48,"tag":1351,"props":28555,"children":28556},{"class":1353,"line":2104},[28557],{"type":48,"tag":1351,"props":28558,"children":28559},{"style":2122},[28560],{"type":54,"value":28561},"  padding: 24px;\n",{"type":48,"tag":1351,"props":28563,"children":28564},{"class":1353,"line":2164},[28565],{"type":48,"tag":1351,"props":28566,"children":28567},{"style":2122},[28568],{"type":54,"value":28569},"  box-shadow: 0 1px 3px rgba(82,16,0,0.04), 0 4px 12px rgba(82,16,0,0.02);\n",{"type":48,"tag":1351,"props":28571,"children":28572},{"class":1353,"line":2713},[28573,28577],{"type":48,"tag":1351,"props":28574,"children":28575},{"style":1364},[28576],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28578,"children":28579},{"style":1364},[28580],{"type":54,"value":6919},{"type":48,"tag":1351,"props":28582,"children":28583},{"class":1353,"line":2722},[28584],{"type":48,"tag":1351,"props":28585,"children":28586},{"style":2657},[28587],{"type":54,"value":28588},"  \u003C!-- Corner brackets -->\n",{"type":48,"tag":1351,"props":28590,"children":28591},{"class":1353,"line":2736},[28592,28596,28600,28604,28608,28612,28617,28621,28625,28629],{"type":48,"tag":1351,"props":28593,"children":28594},{"style":1364},[28595],{"type":54,"value":15268},{"type":48,"tag":1351,"props":28597,"children":28598},{"style":5418},[28599],{"type":54,"value":15234},{"type":48,"tag":1351,"props":28601,"children":28602},{"style":5395},[28603],{"type":54,"value":24267},{"type":48,"tag":1351,"props":28605,"children":28606},{"style":1364},[28607],{"type":54,"value":5408},{"type":48,"tag":1351,"props":28609,"children":28610},{"style":1364},[28611],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28613,"children":28614},{"style":2122},[28615],{"type":54,"value":28616},"position: absolute; top: -4px; left: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;",{"type":48,"tag":1351,"props":28618,"children":28619},{"style":1364},[28620],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28622,"children":28623},{"style":1364},[28624],{"type":54,"value":15327},{"type":48,"tag":1351,"props":28626,"children":28627},{"style":5418},[28628],{"type":54,"value":15234},{"type":48,"tag":1351,"props":28630,"children":28631},{"style":1364},[28632],{"type":54,"value":6919},{"type":48,"tag":1351,"props":28634,"children":28635},{"class":1353,"line":2744},[28636,28640,28644,28648,28652,28656,28661,28665,28669,28673],{"type":48,"tag":1351,"props":28637,"children":28638},{"style":1364},[28639],{"type":54,"value":15268},{"type":48,"tag":1351,"props":28641,"children":28642},{"style":5418},[28643],{"type":54,"value":15234},{"type":48,"tag":1351,"props":28645,"children":28646},{"style":5395},[28647],{"type":54,"value":24267},{"type":48,"tag":1351,"props":28649,"children":28650},{"style":1364},[28651],{"type":54,"value":5408},{"type":48,"tag":1351,"props":28653,"children":28654},{"style":1364},[28655],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28657,"children":28658},{"style":2122},[28659],{"type":54,"value":28660},"position: absolute; top: -4px; right: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;",{"type":48,"tag":1351,"props":28662,"children":28663},{"style":1364},[28664],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28666,"children":28667},{"style":1364},[28668],{"type":54,"value":15327},{"type":48,"tag":1351,"props":28670,"children":28671},{"style":5418},[28672],{"type":54,"value":15234},{"type":48,"tag":1351,"props":28674,"children":28675},{"style":1364},[28676],{"type":54,"value":6919},{"type":48,"tag":1351,"props":28678,"children":28679},{"class":1353,"line":2753},[28680,28684,28688,28692,28696,28700,28705,28709,28713,28717],{"type":48,"tag":1351,"props":28681,"children":28682},{"style":1364},[28683],{"type":54,"value":15268},{"type":48,"tag":1351,"props":28685,"children":28686},{"style":5418},[28687],{"type":54,"value":15234},{"type":48,"tag":1351,"props":28689,"children":28690},{"style":5395},[28691],{"type":54,"value":24267},{"type":48,"tag":1351,"props":28693,"children":28694},{"style":1364},[28695],{"type":54,"value":5408},{"type":48,"tag":1351,"props":28697,"children":28698},{"style":1364},[28699],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28701,"children":28702},{"style":2122},[28703],{"type":54,"value":28704},"position: absolute; bottom: -4px; left: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;",{"type":48,"tag":1351,"props":28706,"children":28707},{"style":1364},[28708],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28710,"children":28711},{"style":1364},[28712],{"type":54,"value":15327},{"type":48,"tag":1351,"props":28714,"children":28715},{"style":5418},[28716],{"type":54,"value":15234},{"type":48,"tag":1351,"props":28718,"children":28719},{"style":1364},[28720],{"type":54,"value":6919},{"type":48,"tag":1351,"props":28722,"children":28723},{"class":1353,"line":2767},[28724,28728,28732,28736,28740,28744,28749,28753,28757,28761],{"type":48,"tag":1351,"props":28725,"children":28726},{"style":1364},[28727],{"type":54,"value":15268},{"type":48,"tag":1351,"props":28729,"children":28730},{"style":5418},[28731],{"type":54,"value":15234},{"type":48,"tag":1351,"props":28733,"children":28734},{"style":5395},[28735],{"type":54,"value":24267},{"type":48,"tag":1351,"props":28737,"children":28738},{"style":1364},[28739],{"type":54,"value":5408},{"type":48,"tag":1351,"props":28741,"children":28742},{"style":1364},[28743],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28745,"children":28746},{"style":2122},[28747],{"type":54,"value":28748},"position: absolute; bottom: -4px; right: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;",{"type":48,"tag":1351,"props":28750,"children":28751},{"style":1364},[28752],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28754,"children":28755},{"style":1364},[28756],{"type":54,"value":15327},{"type":48,"tag":1351,"props":28758,"children":28759},{"style":5418},[28760],{"type":54,"value":15234},{"type":48,"tag":1351,"props":28762,"children":28763},{"style":1364},[28764],{"type":54,"value":6919},{"type":48,"tag":1351,"props":28766,"children":28767},{"class":1353,"line":2781},[28768],{"type":48,"tag":1351,"props":28769,"children":28770},{"style":1358},[28771],{"type":54,"value":11049},{"type":48,"tag":1351,"props":28773,"children":28774},{"class":1353,"line":2795},[28775,28779,28783,28787,28791,28795,28800,28804,28808,28812,28816,28820],{"type":48,"tag":1351,"props":28776,"children":28777},{"style":1364},[28778],{"type":54,"value":15268},{"type":48,"tag":1351,"props":28780,"children":28781},{"style":5418},[28782],{"type":54,"value":151},{"type":48,"tag":1351,"props":28784,"children":28785},{"style":5395},[28786],{"type":54,"value":24267},{"type":48,"tag":1351,"props":28788,"children":28789},{"style":1364},[28790],{"type":54,"value":5408},{"type":48,"tag":1351,"props":28792,"children":28793},{"style":1364},[28794],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28796,"children":28797},{"style":2122},[28798],{"type":54,"value":28799},"font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 500; color: #521000; margin: 0 0 8px 0;",{"type":48,"tag":1351,"props":28801,"children":28802},{"style":1364},[28803],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28805,"children":28806},{"style":1364},[28807],{"type":54,"value":28405},{"type":48,"tag":1351,"props":28809,"children":28810},{"style":1358},[28811],{"type":54,"value":28410},{"type":48,"tag":1351,"props":28813,"children":28814},{"style":1364},[28815],{"type":54,"value":7118},{"type":48,"tag":1351,"props":28817,"children":28818},{"style":5418},[28819],{"type":54,"value":151},{"type":48,"tag":1351,"props":28821,"children":28822},{"style":1364},[28823],{"type":54,"value":6919},{"type":48,"tag":1351,"props":28825,"children":28826},{"class":1353,"line":2803},[28827,28831,28835,28839,28843,28847,28852,28856],{"type":48,"tag":1351,"props":28828,"children":28829},{"style":1364},[28830],{"type":54,"value":15268},{"type":48,"tag":1351,"props":28832,"children":28833},{"style":5418},[28834],{"type":54,"value":61},{"type":48,"tag":1351,"props":28836,"children":28837},{"style":5395},[28838],{"type":54,"value":24267},{"type":48,"tag":1351,"props":28840,"children":28841},{"style":1364},[28842],{"type":54,"value":5408},{"type":48,"tag":1351,"props":28844,"children":28845},{"style":1364},[28846],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28848,"children":28849},{"style":2122},[28850],{"type":54,"value":28851},"font-family: 'Inter', sans-serif; font-size: 14px; color: rgba(82,16,0,0.6); line-height: 1.6; margin: 0;",{"type":48,"tag":1351,"props":28853,"children":28854},{"style":1364},[28855],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28857,"children":28858},{"style":1364},[28859],{"type":54,"value":6919},{"type":48,"tag":1351,"props":28861,"children":28862},{"class":1353,"line":2812},[28863],{"type":48,"tag":1351,"props":28864,"children":28865},{"style":1358},[28866],{"type":54,"value":28466},{"type":48,"tag":1351,"props":28868,"children":28869},{"class":1353,"line":2826},[28870,28874,28878],{"type":48,"tag":1351,"props":28871,"children":28872},{"style":1364},[28873],{"type":54,"value":25930},{"type":48,"tag":1351,"props":28875,"children":28876},{"style":5418},[28877],{"type":54,"value":61},{"type":48,"tag":1351,"props":28879,"children":28880},{"style":1364},[28881],{"type":54,"value":6919},{"type":48,"tag":1351,"props":28883,"children":28884},{"class":1353,"line":5128},[28885,28889,28893],{"type":48,"tag":1351,"props":28886,"children":28887},{"style":1364},[28888],{"type":54,"value":7118},{"type":48,"tag":1351,"props":28890,"children":28891},{"style":5418},[28892],{"type":54,"value":15234},{"type":48,"tag":1351,"props":28894,"children":28895},{"style":1364},[28896],{"type":54,"value":6919},{"type":48,"tag":107,"props":28898,"children":28899},{},[],{"type":48,"tag":111,"props":28901,"children":28903},{"id":28902},"card-feature",[28904],{"type":54,"value":28905},"CARD-FEATURE",{"type":48,"tag":61,"props":28907,"children":28908},{},[28909],{"type":54,"value":28910},"Feature card with icon, title, and description.",{"type":48,"tag":151,"props":28912,"children":28914},{"id":28913},"react-tailwind-8",[28915],{"type":54,"value":24169},{"type":48,"tag":118,"props":28917,"children":28919},{"className":24172,"code":28918,"language":24174,"meta":126,"style":126},"\u003Cdiv className=\"relative bg-[#FFFDFB] border border-[#EBD5C1] p-6 transition-all duration-200 hover:bg-[#FEF7ED] hover:shadow-lg\">\n  {\u002F* Corner brackets *\u002F}\n  \u003Cdiv className=\"absolute -top-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \u003Cdiv className=\"absolute -top-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \u003Cdiv className=\"absolute -bottom-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \u003Cdiv className=\"absolute -bottom-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \n  {\u002F* Icon *\u002F}\n  \u003Cdiv className=\"w-10 h-10 rounded-lg bg-[#FF4801]\u002F10 flex items-center justify-center mb-4\">\n    \u003Csvg className=\"w-5 h-5 text-[#FF4801]\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" strokeWidth={1.5}>\n      \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M3.75 13.5l10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75z\" \u002F>\n    \u003C\u002Fsvg>\n  \u003C\u002Fdiv>\n  \n  \u003Ch3 className=\"text-base font-medium text-[#521000] mb-2\">Lightning Fast\u003C\u002Fh3>\n  \u003Cp className=\"text-sm text-[#521000]\u002F60 leading-relaxed\">\n    Deploy to 300+ locations worldwide. Your code runs milliseconds from your users.\n  \u003C\u002Fp>\n\u003C\u002Fdiv>\n",[28920],{"type":48,"tag":89,"props":28921,"children":28922},{"__ignoreMap":126},[28923,28959,28974,29009,29044,29079,29114,29121,29137,29173,29281,29358,29374,29389,29396,29449,29484,29492,29507],{"type":48,"tag":1351,"props":28924,"children":28925},{"class":1353,"line":1354},[28926,28930,28934,28938,28942,28946,28951,28955],{"type":48,"tag":1351,"props":28927,"children":28928},{"style":1364},[28929],{"type":54,"value":6909},{"type":48,"tag":1351,"props":28931,"children":28932},{"style":5418},[28933],{"type":54,"value":15234},{"type":48,"tag":1351,"props":28935,"children":28936},{"style":5395},[28937],{"type":54,"value":24194},{"type":48,"tag":1351,"props":28939,"children":28940},{"style":1364},[28941],{"type":54,"value":5408},{"type":48,"tag":1351,"props":28943,"children":28944},{"style":1364},[28945],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28947,"children":28948},{"style":2122},[28949],{"type":54,"value":28950},"relative bg-[#FFFDFB] border border-[#EBD5C1] p-6 transition-all duration-200 hover:bg-[#FEF7ED] hover:shadow-lg",{"type":48,"tag":1351,"props":28952,"children":28953},{"style":1364},[28954],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28956,"children":28957},{"style":1364},[28958],{"type":54,"value":6919},{"type":48,"tag":1351,"props":28960,"children":28961},{"class":1353,"line":1417},[28962,28966,28970],{"type":48,"tag":1351,"props":28963,"children":28964},{"style":1364},[28965],{"type":54,"value":28208},{"type":48,"tag":1351,"props":28967,"children":28968},{"style":2657},[28969],{"type":54,"value":28213},{"type":48,"tag":1351,"props":28971,"children":28972},{"style":1364},[28973],{"type":54,"value":2170},{"type":48,"tag":1351,"props":28975,"children":28976},{"class":1353,"line":2059},[28977,28981,28985,28989,28993,28997,29001,29005],{"type":48,"tag":1351,"props":28978,"children":28979},{"style":1364},[28980],{"type":54,"value":15268},{"type":48,"tag":1351,"props":28982,"children":28983},{"style":5418},[28984],{"type":54,"value":15234},{"type":48,"tag":1351,"props":28986,"children":28987},{"style":5395},[28988],{"type":54,"value":24194},{"type":48,"tag":1351,"props":28990,"children":28991},{"style":1364},[28992],{"type":54,"value":5408},{"type":48,"tag":1351,"props":28994,"children":28995},{"style":1364},[28996],{"type":54,"value":2130},{"type":48,"tag":1351,"props":28998,"children":28999},{"style":2122},[29000],{"type":54,"value":28245},{"type":48,"tag":1351,"props":29002,"children":29003},{"style":1364},[29004],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29006,"children":29007},{"style":1364},[29008],{"type":54,"value":25846},{"type":48,"tag":1351,"props":29010,"children":29011},{"class":1353,"line":2081},[29012,29016,29020,29024,29028,29032,29036,29040],{"type":48,"tag":1351,"props":29013,"children":29014},{"style":1364},[29015],{"type":54,"value":15268},{"type":48,"tag":1351,"props":29017,"children":29018},{"style":5418},[29019],{"type":54,"value":15234},{"type":48,"tag":1351,"props":29021,"children":29022},{"style":5395},[29023],{"type":54,"value":24194},{"type":48,"tag":1351,"props":29025,"children":29026},{"style":1364},[29027],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29029,"children":29030},{"style":1364},[29031],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29033,"children":29034},{"style":2122},[29035],{"type":54,"value":28281},{"type":48,"tag":1351,"props":29037,"children":29038},{"style":1364},[29039],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29041,"children":29042},{"style":1364},[29043],{"type":54,"value":25846},{"type":48,"tag":1351,"props":29045,"children":29046},{"class":1353,"line":2104},[29047,29051,29055,29059,29063,29067,29071,29075],{"type":48,"tag":1351,"props":29048,"children":29049},{"style":1364},[29050],{"type":54,"value":15268},{"type":48,"tag":1351,"props":29052,"children":29053},{"style":5418},[29054],{"type":54,"value":15234},{"type":48,"tag":1351,"props":29056,"children":29057},{"style":5395},[29058],{"type":54,"value":24194},{"type":48,"tag":1351,"props":29060,"children":29061},{"style":1364},[29062],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29064,"children":29065},{"style":1364},[29066],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29068,"children":29069},{"style":2122},[29070],{"type":54,"value":28317},{"type":48,"tag":1351,"props":29072,"children":29073},{"style":1364},[29074],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29076,"children":29077},{"style":1364},[29078],{"type":54,"value":25846},{"type":48,"tag":1351,"props":29080,"children":29081},{"class":1353,"line":2164},[29082,29086,29090,29094,29098,29102,29106,29110],{"type":48,"tag":1351,"props":29083,"children":29084},{"style":1364},[29085],{"type":54,"value":15268},{"type":48,"tag":1351,"props":29087,"children":29088},{"style":5418},[29089],{"type":54,"value":15234},{"type":48,"tag":1351,"props":29091,"children":29092},{"style":5395},[29093],{"type":54,"value":24194},{"type":48,"tag":1351,"props":29095,"children":29096},{"style":1364},[29097],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29099,"children":29100},{"style":1364},[29101],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29103,"children":29104},{"style":2122},[29105],{"type":54,"value":28353},{"type":48,"tag":1351,"props":29107,"children":29108},{"style":1364},[29109],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29111,"children":29112},{"style":1364},[29113],{"type":54,"value":25846},{"type":48,"tag":1351,"props":29115,"children":29116},{"class":1353,"line":2713},[29117],{"type":48,"tag":1351,"props":29118,"children":29119},{"style":1358},[29120],{"type":54,"value":11049},{"type":48,"tag":1351,"props":29122,"children":29123},{"class":1353,"line":2722},[29124,29128,29133],{"type":48,"tag":1351,"props":29125,"children":29126},{"style":1364},[29127],{"type":54,"value":28208},{"type":48,"tag":1351,"props":29129,"children":29130},{"style":2657},[29131],{"type":54,"value":29132},"\u002F* Icon *\u002F",{"type":48,"tag":1351,"props":29134,"children":29135},{"style":1364},[29136],{"type":54,"value":2170},{"type":48,"tag":1351,"props":29138,"children":29139},{"class":1353,"line":2736},[29140,29144,29148,29152,29156,29160,29165,29169],{"type":48,"tag":1351,"props":29141,"children":29142},{"style":1364},[29143],{"type":54,"value":15268},{"type":48,"tag":1351,"props":29145,"children":29146},{"style":5418},[29147],{"type":54,"value":15234},{"type":48,"tag":1351,"props":29149,"children":29150},{"style":5395},[29151],{"type":54,"value":24194},{"type":48,"tag":1351,"props":29153,"children":29154},{"style":1364},[29155],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29157,"children":29158},{"style":1364},[29159],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29161,"children":29162},{"style":2122},[29163],{"type":54,"value":29164},"w-10 h-10 rounded-lg bg-[#FF4801]\u002F10 flex items-center justify-center mb-4",{"type":48,"tag":1351,"props":29166,"children":29167},{"style":1364},[29168],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29170,"children":29171},{"style":1364},[29172],{"type":54,"value":6919},{"type":48,"tag":1351,"props":29174,"children":29175},{"class":1353,"line":2744},[29176,29180,29184,29188,29192,29196,29201,29205,29209,29213,29217,29221,29225,29229,29233,29237,29241,29245,29249,29253,29257,29261,29265,29269,29273,29277],{"type":48,"tag":1351,"props":29177,"children":29178},{"style":1364},[29179],{"type":54,"value":25771},{"type":48,"tag":1351,"props":29181,"children":29182},{"style":5418},[29183],{"type":54,"value":25658},{"type":48,"tag":1351,"props":29185,"children":29186},{"style":5395},[29187],{"type":54,"value":24194},{"type":48,"tag":1351,"props":29189,"children":29190},{"style":1364},[29191],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29193,"children":29194},{"style":1364},[29195],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29197,"children":29198},{"style":2122},[29199],{"type":54,"value":29200},"w-5 h-5 text-[#FF4801]",{"type":48,"tag":1351,"props":29202,"children":29203},{"style":1364},[29204],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29206,"children":29207},{"style":5395},[29208],{"type":54,"value":25684},{"type":48,"tag":1351,"props":29210,"children":29211},{"style":1364},[29212],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29214,"children":29215},{"style":1364},[29216],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29218,"children":29219},{"style":2122},[29220],{"type":54,"value":10809},{"type":48,"tag":1351,"props":29222,"children":29223},{"style":1364},[29224],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29226,"children":29227},{"style":5395},[29228],{"type":54,"value":25705},{"type":48,"tag":1351,"props":29230,"children":29231},{"style":1364},[29232],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29234,"children":29235},{"style":1364},[29236],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29238,"children":29239},{"style":2122},[29240],{"type":54,"value":25718},{"type":48,"tag":1351,"props":29242,"children":29243},{"style":1364},[29244],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29246,"children":29247},{"style":5395},[29248],{"type":54,"value":25727},{"type":48,"tag":1351,"props":29250,"children":29251},{"style":1364},[29252],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29254,"children":29255},{"style":1364},[29256],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29258,"children":29259},{"style":2122},[29260],{"type":54,"value":25740},{"type":48,"tag":1351,"props":29262,"children":29263},{"style":1364},[29264],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29266,"children":29267},{"style":5395},[29268],{"type":54,"value":25749},{"type":48,"tag":1351,"props":29270,"children":29271},{"style":1364},[29272],{"type":54,"value":25754},{"type":48,"tag":1351,"props":29274,"children":29275},{"style":2133},[29276],{"type":54,"value":1629},{"type":48,"tag":1351,"props":29278,"children":29279},{"style":1364},[29280],{"type":54,"value":25763},{"type":48,"tag":1351,"props":29282,"children":29283},{"class":1353,"line":2753},[29284,29289,29293,29297,29301,29305,29309,29313,29317,29321,29325,29329,29333,29337,29341,29345,29350,29354],{"type":48,"tag":1351,"props":29285,"children":29286},{"style":1364},[29287],{"type":54,"value":29288},"      \u003C",{"type":48,"tag":1351,"props":29290,"children":29291},{"style":5418},[29292],{"type":54,"value":25776},{"type":48,"tag":1351,"props":29294,"children":29295},{"style":5395},[29296],{"type":54,"value":25781},{"type":48,"tag":1351,"props":29298,"children":29299},{"style":1364},[29300],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29302,"children":29303},{"style":1364},[29304],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29306,"children":29307},{"style":2122},[29308],{"type":54,"value":25794},{"type":48,"tag":1351,"props":29310,"children":29311},{"style":1364},[29312],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29314,"children":29315},{"style":5395},[29316],{"type":54,"value":25803},{"type":48,"tag":1351,"props":29318,"children":29319},{"style":1364},[29320],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29322,"children":29323},{"style":1364},[29324],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29326,"children":29327},{"style":2122},[29328],{"type":54,"value":25794},{"type":48,"tag":1351,"props":29330,"children":29331},{"style":1364},[29332],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29334,"children":29335},{"style":5395},[29336],{"type":54,"value":25824},{"type":48,"tag":1351,"props":29338,"children":29339},{"style":1364},[29340],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29342,"children":29343},{"style":1364},[29344],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29346,"children":29347},{"style":2122},[29348],{"type":54,"value":29349},"M3.75 13.5l10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75z",{"type":48,"tag":1351,"props":29351,"children":29352},{"style":1364},[29353],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29355,"children":29356},{"style":1364},[29357],{"type":54,"value":25846},{"type":48,"tag":1351,"props":29359,"children":29360},{"class":1353,"line":2767},[29361,29366,29370],{"type":48,"tag":1351,"props":29362,"children":29363},{"style":1364},[29364],{"type":54,"value":29365},"    \u003C\u002F",{"type":48,"tag":1351,"props":29367,"children":29368},{"style":5418},[29369],{"type":54,"value":25658},{"type":48,"tag":1351,"props":29371,"children":29372},{"style":1364},[29373],{"type":54,"value":6919},{"type":48,"tag":1351,"props":29375,"children":29376},{"class":1353,"line":2781},[29377,29381,29385],{"type":48,"tag":1351,"props":29378,"children":29379},{"style":1364},[29380],{"type":54,"value":25930},{"type":48,"tag":1351,"props":29382,"children":29383},{"style":5418},[29384],{"type":54,"value":15234},{"type":48,"tag":1351,"props":29386,"children":29387},{"style":1364},[29388],{"type":54,"value":6919},{"type":48,"tag":1351,"props":29390,"children":29391},{"class":1353,"line":2795},[29392],{"type":48,"tag":1351,"props":29393,"children":29394},{"style":1358},[29395],{"type":54,"value":11049},{"type":48,"tag":1351,"props":29397,"children":29398},{"class":1353,"line":2803},[29399,29403,29407,29411,29415,29419,29424,29428,29432,29437,29441,29445],{"type":48,"tag":1351,"props":29400,"children":29401},{"style":1364},[29402],{"type":54,"value":15268},{"type":48,"tag":1351,"props":29404,"children":29405},{"style":5418},[29406],{"type":54,"value":151},{"type":48,"tag":1351,"props":29408,"children":29409},{"style":5395},[29410],{"type":54,"value":24194},{"type":48,"tag":1351,"props":29412,"children":29413},{"style":1364},[29414],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29416,"children":29417},{"style":1364},[29418],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29420,"children":29421},{"style":2122},[29422],{"type":54,"value":29423},"text-base font-medium text-[#521000] mb-2",{"type":48,"tag":1351,"props":29425,"children":29426},{"style":1364},[29427],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29429,"children":29430},{"style":1364},[29431],{"type":54,"value":28405},{"type":48,"tag":1351,"props":29433,"children":29434},{"style":1358},[29435],{"type":54,"value":29436},"Lightning Fast",{"type":48,"tag":1351,"props":29438,"children":29439},{"style":1364},[29440],{"type":54,"value":7118},{"type":48,"tag":1351,"props":29442,"children":29443},{"style":5418},[29444],{"type":54,"value":151},{"type":48,"tag":1351,"props":29446,"children":29447},{"style":1364},[29448],{"type":54,"value":6919},{"type":48,"tag":1351,"props":29450,"children":29451},{"class":1353,"line":2812},[29452,29456,29460,29464,29468,29472,29476,29480],{"type":48,"tag":1351,"props":29453,"children":29454},{"style":1364},[29455],{"type":54,"value":15268},{"type":48,"tag":1351,"props":29457,"children":29458},{"style":5418},[29459],{"type":54,"value":61},{"type":48,"tag":1351,"props":29461,"children":29462},{"style":5395},[29463],{"type":54,"value":24194},{"type":48,"tag":1351,"props":29465,"children":29466},{"style":1364},[29467],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29469,"children":29470},{"style":1364},[29471],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29473,"children":29474},{"style":2122},[29475],{"type":54,"value":28450},{"type":48,"tag":1351,"props":29477,"children":29478},{"style":1364},[29479],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29481,"children":29482},{"style":1364},[29483],{"type":54,"value":6919},{"type":48,"tag":1351,"props":29485,"children":29486},{"class":1353,"line":2826},[29487],{"type":48,"tag":1351,"props":29488,"children":29489},{"style":1358},[29490],{"type":54,"value":29491},"    Deploy to 300+ locations worldwide. Your code runs milliseconds from your users.\n",{"type":48,"tag":1351,"props":29493,"children":29494},{"class":1353,"line":5128},[29495,29499,29503],{"type":48,"tag":1351,"props":29496,"children":29497},{"style":1364},[29498],{"type":54,"value":25930},{"type":48,"tag":1351,"props":29500,"children":29501},{"style":5418},[29502],{"type":54,"value":61},{"type":48,"tag":1351,"props":29504,"children":29505},{"style":1364},[29506],{"type":54,"value":6919},{"type":48,"tag":1351,"props":29508,"children":29509},{"class":1353,"line":5136},[29510,29514,29518],{"type":48,"tag":1351,"props":29511,"children":29512},{"style":1364},[29513],{"type":54,"value":7118},{"type":48,"tag":1351,"props":29515,"children":29516},{"style":5418},[29517],{"type":54,"value":15234},{"type":48,"tag":1351,"props":29519,"children":29520},{"style":1364},[29521],{"type":54,"value":6919},{"type":48,"tag":151,"props":29523,"children":29525},{"id":29524},"vanilla-html-8",[29526],{"type":54,"value":24244},{"type":48,"tag":118,"props":29528,"children":29530},{"className":6896,"code":29529,"language":18,"meta":126,"style":126},"\u003Cdiv style=\"\n  position: relative;\n  background: #FFFDFB;\n  border: 1px solid #EBD5C1;\n  padding: 24px;\n  transition: all 0.2s ease;\n\">\n  \u003C!-- Corner brackets -->\n  \u003Cdiv style=\"position: absolute; top: -4px; left: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;\">\u003C\u002Fdiv>\n  \u003Cdiv style=\"position: absolute; top: -4px; right: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;\">\u003C\u002Fdiv>\n  \u003Cdiv style=\"position: absolute; bottom: -4px; left: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;\">\u003C\u002Fdiv>\n  \u003Cdiv style=\"position: absolute; bottom: -4px; right: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;\">\u003C\u002Fdiv>\n  \n  \u003C!-- Icon -->\n  \u003Cdiv style=\"width: 40px; height: 40px; border-radius: 8px; background: rgba(255,72,1,0.1); display: flex; align-items: center; justify-content: center; margin-bottom: 16px;\">\n    \u003Csvg width=\"20\" height=\"20\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"#FF4801\" stroke-width=\"1.5\">\n      \u003Cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 13.5l10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75z\" \u002F>\n    \u003C\u002Fsvg>\n  \u003C\u002Fdiv>\n  \n  \u003Ch3 style=\"font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 500; color: #521000; margin: 0 0 8px 0;\">Lightning Fast\u003C\u002Fh3>\n  \u003Cp style=\"font-family: 'Inter', sans-serif; font-size: 14px; color: rgba(82,16,0,0.6); line-height: 1.6; margin: 0;\">\n    Deploy to 300+ locations worldwide. Your code runs milliseconds from your users.\n  \u003C\u002Fp>\n\u003C\u002Fdiv>\n",[29531],{"type":48,"tag":89,"props":29532,"children":29533},{"__ignoreMap":126},[29534,29557,29564,29571,29578,29585,29593,29604,29611,29654,29697,29740,29783,29790,29798,29834,29969,30044,30059,30074,30081,30133,30168,30175,30190],{"type":48,"tag":1351,"props":29535,"children":29536},{"class":1353,"line":1354},[29537,29541,29545,29549,29553],{"type":48,"tag":1351,"props":29538,"children":29539},{"style":1364},[29540],{"type":54,"value":6909},{"type":48,"tag":1351,"props":29542,"children":29543},{"style":5418},[29544],{"type":54,"value":15234},{"type":48,"tag":1351,"props":29546,"children":29547},{"style":5395},[29548],{"type":54,"value":24267},{"type":48,"tag":1351,"props":29550,"children":29551},{"style":1364},[29552],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29554,"children":29555},{"style":1364},[29556],{"type":54,"value":24276},{"type":48,"tag":1351,"props":29558,"children":29559},{"class":1353,"line":1417},[29560],{"type":48,"tag":1351,"props":29561,"children":29562},{"style":2122},[29563],{"type":54,"value":28539},{"type":48,"tag":1351,"props":29565,"children":29566},{"class":1353,"line":2059},[29567],{"type":48,"tag":1351,"props":29568,"children":29569},{"style":2122},[29570],{"type":54,"value":25462},{"type":48,"tag":1351,"props":29572,"children":29573},{"class":1353,"line":2081},[29574],{"type":48,"tag":1351,"props":29575,"children":29576},{"style":2122},[29577],{"type":54,"value":25093},{"type":48,"tag":1351,"props":29579,"children":29580},{"class":1353,"line":2104},[29581],{"type":48,"tag":1351,"props":29582,"children":29583},{"style":2122},[29584],{"type":54,"value":28561},{"type":48,"tag":1351,"props":29586,"children":29587},{"class":1353,"line":2164},[29588],{"type":48,"tag":1351,"props":29589,"children":29590},{"style":2122},[29591],{"type":54,"value":29592},"  transition: all 0.2s ease;\n",{"type":48,"tag":1351,"props":29594,"children":29595},{"class":1353,"line":2713},[29596,29600],{"type":48,"tag":1351,"props":29597,"children":29598},{"style":1364},[29599],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29601,"children":29602},{"style":1364},[29603],{"type":54,"value":6919},{"type":48,"tag":1351,"props":29605,"children":29606},{"class":1353,"line":2722},[29607],{"type":48,"tag":1351,"props":29608,"children":29609},{"style":2657},[29610],{"type":54,"value":28588},{"type":48,"tag":1351,"props":29612,"children":29613},{"class":1353,"line":2736},[29614,29618,29622,29626,29630,29634,29638,29642,29646,29650],{"type":48,"tag":1351,"props":29615,"children":29616},{"style":1364},[29617],{"type":54,"value":15268},{"type":48,"tag":1351,"props":29619,"children":29620},{"style":5418},[29621],{"type":54,"value":15234},{"type":48,"tag":1351,"props":29623,"children":29624},{"style":5395},[29625],{"type":54,"value":24267},{"type":48,"tag":1351,"props":29627,"children":29628},{"style":1364},[29629],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29631,"children":29632},{"style":1364},[29633],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29635,"children":29636},{"style":2122},[29637],{"type":54,"value":28616},{"type":48,"tag":1351,"props":29639,"children":29640},{"style":1364},[29641],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29643,"children":29644},{"style":1364},[29645],{"type":54,"value":15327},{"type":48,"tag":1351,"props":29647,"children":29648},{"style":5418},[29649],{"type":54,"value":15234},{"type":48,"tag":1351,"props":29651,"children":29652},{"style":1364},[29653],{"type":54,"value":6919},{"type":48,"tag":1351,"props":29655,"children":29656},{"class":1353,"line":2744},[29657,29661,29665,29669,29673,29677,29681,29685,29689,29693],{"type":48,"tag":1351,"props":29658,"children":29659},{"style":1364},[29660],{"type":54,"value":15268},{"type":48,"tag":1351,"props":29662,"children":29663},{"style":5418},[29664],{"type":54,"value":15234},{"type":48,"tag":1351,"props":29666,"children":29667},{"style":5395},[29668],{"type":54,"value":24267},{"type":48,"tag":1351,"props":29670,"children":29671},{"style":1364},[29672],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29674,"children":29675},{"style":1364},[29676],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29678,"children":29679},{"style":2122},[29680],{"type":54,"value":28660},{"type":48,"tag":1351,"props":29682,"children":29683},{"style":1364},[29684],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29686,"children":29687},{"style":1364},[29688],{"type":54,"value":15327},{"type":48,"tag":1351,"props":29690,"children":29691},{"style":5418},[29692],{"type":54,"value":15234},{"type":48,"tag":1351,"props":29694,"children":29695},{"style":1364},[29696],{"type":54,"value":6919},{"type":48,"tag":1351,"props":29698,"children":29699},{"class":1353,"line":2753},[29700,29704,29708,29712,29716,29720,29724,29728,29732,29736],{"type":48,"tag":1351,"props":29701,"children":29702},{"style":1364},[29703],{"type":54,"value":15268},{"type":48,"tag":1351,"props":29705,"children":29706},{"style":5418},[29707],{"type":54,"value":15234},{"type":48,"tag":1351,"props":29709,"children":29710},{"style":5395},[29711],{"type":54,"value":24267},{"type":48,"tag":1351,"props":29713,"children":29714},{"style":1364},[29715],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29717,"children":29718},{"style":1364},[29719],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29721,"children":29722},{"style":2122},[29723],{"type":54,"value":28704},{"type":48,"tag":1351,"props":29725,"children":29726},{"style":1364},[29727],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29729,"children":29730},{"style":1364},[29731],{"type":54,"value":15327},{"type":48,"tag":1351,"props":29733,"children":29734},{"style":5418},[29735],{"type":54,"value":15234},{"type":48,"tag":1351,"props":29737,"children":29738},{"style":1364},[29739],{"type":54,"value":6919},{"type":48,"tag":1351,"props":29741,"children":29742},{"class":1353,"line":2767},[29743,29747,29751,29755,29759,29763,29767,29771,29775,29779],{"type":48,"tag":1351,"props":29744,"children":29745},{"style":1364},[29746],{"type":54,"value":15268},{"type":48,"tag":1351,"props":29748,"children":29749},{"style":5418},[29750],{"type":54,"value":15234},{"type":48,"tag":1351,"props":29752,"children":29753},{"style":5395},[29754],{"type":54,"value":24267},{"type":48,"tag":1351,"props":29756,"children":29757},{"style":1364},[29758],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29760,"children":29761},{"style":1364},[29762],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29764,"children":29765},{"style":2122},[29766],{"type":54,"value":28748},{"type":48,"tag":1351,"props":29768,"children":29769},{"style":1364},[29770],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29772,"children":29773},{"style":1364},[29774],{"type":54,"value":15327},{"type":48,"tag":1351,"props":29776,"children":29777},{"style":5418},[29778],{"type":54,"value":15234},{"type":48,"tag":1351,"props":29780,"children":29781},{"style":1364},[29782],{"type":54,"value":6919},{"type":48,"tag":1351,"props":29784,"children":29785},{"class":1353,"line":2781},[29786],{"type":48,"tag":1351,"props":29787,"children":29788},{"style":1358},[29789],{"type":54,"value":11049},{"type":48,"tag":1351,"props":29791,"children":29792},{"class":1353,"line":2795},[29793],{"type":48,"tag":1351,"props":29794,"children":29795},{"style":2657},[29796],{"type":54,"value":29797},"  \u003C!-- Icon -->\n",{"type":48,"tag":1351,"props":29799,"children":29800},{"class":1353,"line":2803},[29801,29805,29809,29813,29817,29821,29826,29830],{"type":48,"tag":1351,"props":29802,"children":29803},{"style":1364},[29804],{"type":54,"value":15268},{"type":48,"tag":1351,"props":29806,"children":29807},{"style":5418},[29808],{"type":54,"value":15234},{"type":48,"tag":1351,"props":29810,"children":29811},{"style":5395},[29812],{"type":54,"value":24267},{"type":48,"tag":1351,"props":29814,"children":29815},{"style":1364},[29816],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29818,"children":29819},{"style":1364},[29820],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29822,"children":29823},{"style":2122},[29824],{"type":54,"value":29825},"width: 40px; height: 40px; border-radius: 8px; background: rgba(255,72,1,0.1); display: flex; align-items: center; justify-content: center; margin-bottom: 16px;",{"type":48,"tag":1351,"props":29827,"children":29828},{"style":1364},[29829],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29831,"children":29832},{"style":1364},[29833],{"type":54,"value":6919},{"type":48,"tag":1351,"props":29835,"children":29836},{"class":1353,"line":2812},[29837,29841,29845,29849,29853,29857,29861,29865,29869,29873,29877,29881,29885,29889,29893,29897,29901,29905,29909,29913,29917,29921,29925,29929,29933,29937,29941,29945,29949,29953,29957,29961,29965],{"type":48,"tag":1351,"props":29838,"children":29839},{"style":1364},[29840],{"type":54,"value":25771},{"type":48,"tag":1351,"props":29842,"children":29843},{"style":5418},[29844],{"type":54,"value":25658},{"type":48,"tag":1351,"props":29846,"children":29847},{"style":5395},[29848],{"type":54,"value":5176},{"type":48,"tag":1351,"props":29850,"children":29851},{"style":1364},[29852],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29854,"children":29855},{"style":1364},[29856],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29858,"children":29859},{"style":2122},[29860],{"type":54,"value":2596},{"type":48,"tag":1351,"props":29862,"children":29863},{"style":1364},[29864],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29866,"children":29867},{"style":5395},[29868],{"type":54,"value":26156},{"type":48,"tag":1351,"props":29870,"children":29871},{"style":1364},[29872],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29874,"children":29875},{"style":1364},[29876],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29878,"children":29879},{"style":2122},[29880],{"type":54,"value":2596},{"type":48,"tag":1351,"props":29882,"children":29883},{"style":1364},[29884],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29886,"children":29887},{"style":5395},[29888],{"type":54,"value":25684},{"type":48,"tag":1351,"props":29890,"children":29891},{"style":1364},[29892],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29894,"children":29895},{"style":1364},[29896],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29898,"children":29899},{"style":2122},[29900],{"type":54,"value":10809},{"type":48,"tag":1351,"props":29902,"children":29903},{"style":1364},[29904],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29906,"children":29907},{"style":5395},[29908],{"type":54,"value":25705},{"type":48,"tag":1351,"props":29910,"children":29911},{"style":1364},[29912],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29914,"children":29915},{"style":1364},[29916],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29918,"children":29919},{"style":2122},[29920],{"type":54,"value":25718},{"type":48,"tag":1351,"props":29922,"children":29923},{"style":1364},[29924],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29926,"children":29927},{"style":5395},[29928],{"type":54,"value":25727},{"type":48,"tag":1351,"props":29930,"children":29931},{"style":1364},[29932],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29934,"children":29935},{"style":1364},[29936],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29938,"children":29939},{"style":2122},[29940],{"type":54,"value":414},{"type":48,"tag":1351,"props":29942,"children":29943},{"style":1364},[29944],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29946,"children":29947},{"style":5395},[29948],{"type":54,"value":26237},{"type":48,"tag":1351,"props":29950,"children":29951},{"style":1364},[29952],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29954,"children":29955},{"style":1364},[29956],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29958,"children":29959},{"style":2122},[29960],{"type":54,"value":1629},{"type":48,"tag":1351,"props":29962,"children":29963},{"style":1364},[29964],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29966,"children":29967},{"style":1364},[29968],{"type":54,"value":6919},{"type":48,"tag":1351,"props":29970,"children":29971},{"class":1353,"line":2826},[29972,29976,29980,29984,29988,29992,29996,30000,30004,30008,30012,30016,30020,30024,30028,30032,30036,30040],{"type":48,"tag":1351,"props":29973,"children":29974},{"style":1364},[29975],{"type":54,"value":29288},{"type":48,"tag":1351,"props":29977,"children":29978},{"style":5418},[29979],{"type":54,"value":25776},{"type":48,"tag":1351,"props":29981,"children":29982},{"style":5395},[29983],{"type":54,"value":26273},{"type":48,"tag":1351,"props":29985,"children":29986},{"style":1364},[29987],{"type":54,"value":5408},{"type":48,"tag":1351,"props":29989,"children":29990},{"style":1364},[29991],{"type":54,"value":2130},{"type":48,"tag":1351,"props":29993,"children":29994},{"style":2122},[29995],{"type":54,"value":25794},{"type":48,"tag":1351,"props":29997,"children":29998},{"style":1364},[29999],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30001,"children":30002},{"style":5395},[30003],{"type":54,"value":26294},{"type":48,"tag":1351,"props":30005,"children":30006},{"style":1364},[30007],{"type":54,"value":5408},{"type":48,"tag":1351,"props":30009,"children":30010},{"style":1364},[30011],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30013,"children":30014},{"style":2122},[30015],{"type":54,"value":25794},{"type":48,"tag":1351,"props":30017,"children":30018},{"style":1364},[30019],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30021,"children":30022},{"style":5395},[30023],{"type":54,"value":25824},{"type":48,"tag":1351,"props":30025,"children":30026},{"style":1364},[30027],{"type":54,"value":5408},{"type":48,"tag":1351,"props":30029,"children":30030},{"style":1364},[30031],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30033,"children":30034},{"style":2122},[30035],{"type":54,"value":29349},{"type":48,"tag":1351,"props":30037,"children":30038},{"style":1364},[30039],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30041,"children":30042},{"style":1364},[30043],{"type":54,"value":25846},{"type":48,"tag":1351,"props":30045,"children":30046},{"class":1353,"line":5128},[30047,30051,30055],{"type":48,"tag":1351,"props":30048,"children":30049},{"style":1364},[30050],{"type":54,"value":29365},{"type":48,"tag":1351,"props":30052,"children":30053},{"style":5418},[30054],{"type":54,"value":25658},{"type":48,"tag":1351,"props":30056,"children":30057},{"style":1364},[30058],{"type":54,"value":6919},{"type":48,"tag":1351,"props":30060,"children":30061},{"class":1353,"line":5136},[30062,30066,30070],{"type":48,"tag":1351,"props":30063,"children":30064},{"style":1364},[30065],{"type":54,"value":25930},{"type":48,"tag":1351,"props":30067,"children":30068},{"style":5418},[30069],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30071,"children":30072},{"style":1364},[30073],{"type":54,"value":6919},{"type":48,"tag":1351,"props":30075,"children":30076},{"class":1353,"line":5145},[30077],{"type":48,"tag":1351,"props":30078,"children":30079},{"style":1358},[30080],{"type":54,"value":11049},{"type":48,"tag":1351,"props":30082,"children":30083},{"class":1353,"line":5162},[30084,30088,30092,30096,30100,30104,30109,30113,30117,30121,30125,30129],{"type":48,"tag":1351,"props":30085,"children":30086},{"style":1364},[30087],{"type":54,"value":15268},{"type":48,"tag":1351,"props":30089,"children":30090},{"style":5418},[30091],{"type":54,"value":151},{"type":48,"tag":1351,"props":30093,"children":30094},{"style":5395},[30095],{"type":54,"value":24267},{"type":48,"tag":1351,"props":30097,"children":30098},{"style":1364},[30099],{"type":54,"value":5408},{"type":48,"tag":1351,"props":30101,"children":30102},{"style":1364},[30103],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30105,"children":30106},{"style":2122},[30107],{"type":54,"value":30108},"font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 500; color: #521000; margin: 0 0 8px 0;",{"type":48,"tag":1351,"props":30110,"children":30111},{"style":1364},[30112],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30114,"children":30115},{"style":1364},[30116],{"type":54,"value":28405},{"type":48,"tag":1351,"props":30118,"children":30119},{"style":1358},[30120],{"type":54,"value":29436},{"type":48,"tag":1351,"props":30122,"children":30123},{"style":1364},[30124],{"type":54,"value":7118},{"type":48,"tag":1351,"props":30126,"children":30127},{"style":5418},[30128],{"type":54,"value":151},{"type":48,"tag":1351,"props":30130,"children":30131},{"style":1364},[30132],{"type":54,"value":6919},{"type":48,"tag":1351,"props":30134,"children":30135},{"class":1353,"line":5195},[30136,30140,30144,30148,30152,30156,30160,30164],{"type":48,"tag":1351,"props":30137,"children":30138},{"style":1364},[30139],{"type":54,"value":15268},{"type":48,"tag":1351,"props":30141,"children":30142},{"style":5418},[30143],{"type":54,"value":61},{"type":48,"tag":1351,"props":30145,"children":30146},{"style":5395},[30147],{"type":54,"value":24267},{"type":48,"tag":1351,"props":30149,"children":30150},{"style":1364},[30151],{"type":54,"value":5408},{"type":48,"tag":1351,"props":30153,"children":30154},{"style":1364},[30155],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30157,"children":30158},{"style":2122},[30159],{"type":54,"value":28851},{"type":48,"tag":1351,"props":30161,"children":30162},{"style":1364},[30163],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30165,"children":30166},{"style":1364},[30167],{"type":54,"value":6919},{"type":48,"tag":1351,"props":30169,"children":30170},{"class":1353,"line":5237},[30171],{"type":48,"tag":1351,"props":30172,"children":30173},{"style":1358},[30174],{"type":54,"value":29491},{"type":48,"tag":1351,"props":30176,"children":30177},{"class":1353,"line":5245},[30178,30182,30186],{"type":48,"tag":1351,"props":30179,"children":30180},{"style":1364},[30181],{"type":54,"value":25930},{"type":48,"tag":1351,"props":30183,"children":30184},{"style":5418},[30185],{"type":54,"value":61},{"type":48,"tag":1351,"props":30187,"children":30188},{"style":1364},[30189],{"type":54,"value":6919},{"type":48,"tag":1351,"props":30191,"children":30192},{"class":1353,"line":5253},[30193,30197,30201],{"type":48,"tag":1351,"props":30194,"children":30195},{"style":1364},[30196],{"type":54,"value":7118},{"type":48,"tag":1351,"props":30198,"children":30199},{"style":5418},[30200],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30202,"children":30203},{"style":1364},[30204],{"type":54,"value":6919},{"type":48,"tag":107,"props":30206,"children":30207},{},[],{"type":48,"tag":111,"props":30209,"children":30211},{"id":30210},"card-stat",[30212],{"type":54,"value":30213},"CARD-STAT",{"type":48,"tag":61,"props":30215,"children":30216},{},[30217],{"type":54,"value":30218},"Statistics card with large number and label.",{"type":48,"tag":151,"props":30220,"children":30222},{"id":30221},"react-tailwind-9",[30223],{"type":54,"value":24169},{"type":48,"tag":118,"props":30225,"children":30227},{"className":24172,"code":30226,"language":24174,"meta":126,"style":126},"\u003Cdiv className=\"relative bg-[#FFFDFB] border border-[#EBD5C1] p-6 text-center\">\n  {\u002F* Corner brackets *\u002F}\n  \u003Cdiv className=\"absolute -top-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \u003Cdiv className=\"absolute -top-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \u003Cdiv className=\"absolute -bottom-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \u003Cdiv className=\"absolute -bottom-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \n  \u003Cdiv className=\"text-3xl font-medium text-[#FF4801] tracking-tight\">$0.015\u003C\u002Fdiv>\n  \u003Cdiv className=\"text-xs font-mono text-[#521000]\u002F60 uppercase tracking-wider mt-2\">per GB \u002F month\u003C\u002Fdiv>\n\u003C\u002Fdiv>\n",[30228],{"type":48,"tag":89,"props":30229,"children":30230},{"__ignoreMap":126},[30231,30267,30282,30317,30352,30387,30422,30429,30482,30535],{"type":48,"tag":1351,"props":30232,"children":30233},{"class":1353,"line":1354},[30234,30238,30242,30246,30250,30254,30259,30263],{"type":48,"tag":1351,"props":30235,"children":30236},{"style":1364},[30237],{"type":54,"value":6909},{"type":48,"tag":1351,"props":30239,"children":30240},{"style":5418},[30241],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30243,"children":30244},{"style":5395},[30245],{"type":54,"value":24194},{"type":48,"tag":1351,"props":30247,"children":30248},{"style":1364},[30249],{"type":54,"value":5408},{"type":48,"tag":1351,"props":30251,"children":30252},{"style":1364},[30253],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30255,"children":30256},{"style":2122},[30257],{"type":54,"value":30258},"relative bg-[#FFFDFB] border border-[#EBD5C1] p-6 text-center",{"type":48,"tag":1351,"props":30260,"children":30261},{"style":1364},[30262],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30264,"children":30265},{"style":1364},[30266],{"type":54,"value":6919},{"type":48,"tag":1351,"props":30268,"children":30269},{"class":1353,"line":1417},[30270,30274,30278],{"type":48,"tag":1351,"props":30271,"children":30272},{"style":1364},[30273],{"type":54,"value":28208},{"type":48,"tag":1351,"props":30275,"children":30276},{"style":2657},[30277],{"type":54,"value":28213},{"type":48,"tag":1351,"props":30279,"children":30280},{"style":1364},[30281],{"type":54,"value":2170},{"type":48,"tag":1351,"props":30283,"children":30284},{"class":1353,"line":2059},[30285,30289,30293,30297,30301,30305,30309,30313],{"type":48,"tag":1351,"props":30286,"children":30287},{"style":1364},[30288],{"type":54,"value":15268},{"type":48,"tag":1351,"props":30290,"children":30291},{"style":5418},[30292],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30294,"children":30295},{"style":5395},[30296],{"type":54,"value":24194},{"type":48,"tag":1351,"props":30298,"children":30299},{"style":1364},[30300],{"type":54,"value":5408},{"type":48,"tag":1351,"props":30302,"children":30303},{"style":1364},[30304],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30306,"children":30307},{"style":2122},[30308],{"type":54,"value":28245},{"type":48,"tag":1351,"props":30310,"children":30311},{"style":1364},[30312],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30314,"children":30315},{"style":1364},[30316],{"type":54,"value":25846},{"type":48,"tag":1351,"props":30318,"children":30319},{"class":1353,"line":2081},[30320,30324,30328,30332,30336,30340,30344,30348],{"type":48,"tag":1351,"props":30321,"children":30322},{"style":1364},[30323],{"type":54,"value":15268},{"type":48,"tag":1351,"props":30325,"children":30326},{"style":5418},[30327],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30329,"children":30330},{"style":5395},[30331],{"type":54,"value":24194},{"type":48,"tag":1351,"props":30333,"children":30334},{"style":1364},[30335],{"type":54,"value":5408},{"type":48,"tag":1351,"props":30337,"children":30338},{"style":1364},[30339],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30341,"children":30342},{"style":2122},[30343],{"type":54,"value":28281},{"type":48,"tag":1351,"props":30345,"children":30346},{"style":1364},[30347],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30349,"children":30350},{"style":1364},[30351],{"type":54,"value":25846},{"type":48,"tag":1351,"props":30353,"children":30354},{"class":1353,"line":2104},[30355,30359,30363,30367,30371,30375,30379,30383],{"type":48,"tag":1351,"props":30356,"children":30357},{"style":1364},[30358],{"type":54,"value":15268},{"type":48,"tag":1351,"props":30360,"children":30361},{"style":5418},[30362],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30364,"children":30365},{"style":5395},[30366],{"type":54,"value":24194},{"type":48,"tag":1351,"props":30368,"children":30369},{"style":1364},[30370],{"type":54,"value":5408},{"type":48,"tag":1351,"props":30372,"children":30373},{"style":1364},[30374],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30376,"children":30377},{"style":2122},[30378],{"type":54,"value":28317},{"type":48,"tag":1351,"props":30380,"children":30381},{"style":1364},[30382],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30384,"children":30385},{"style":1364},[30386],{"type":54,"value":25846},{"type":48,"tag":1351,"props":30388,"children":30389},{"class":1353,"line":2164},[30390,30394,30398,30402,30406,30410,30414,30418],{"type":48,"tag":1351,"props":30391,"children":30392},{"style":1364},[30393],{"type":54,"value":15268},{"type":48,"tag":1351,"props":30395,"children":30396},{"style":5418},[30397],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30399,"children":30400},{"style":5395},[30401],{"type":54,"value":24194},{"type":48,"tag":1351,"props":30403,"children":30404},{"style":1364},[30405],{"type":54,"value":5408},{"type":48,"tag":1351,"props":30407,"children":30408},{"style":1364},[30409],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30411,"children":30412},{"style":2122},[30413],{"type":54,"value":28353},{"type":48,"tag":1351,"props":30415,"children":30416},{"style":1364},[30417],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30419,"children":30420},{"style":1364},[30421],{"type":54,"value":25846},{"type":48,"tag":1351,"props":30423,"children":30424},{"class":1353,"line":2713},[30425],{"type":48,"tag":1351,"props":30426,"children":30427},{"style":1358},[30428],{"type":54,"value":11049},{"type":48,"tag":1351,"props":30430,"children":30431},{"class":1353,"line":2722},[30432,30436,30440,30444,30448,30452,30457,30461,30465,30470,30474,30478],{"type":48,"tag":1351,"props":30433,"children":30434},{"style":1364},[30435],{"type":54,"value":15268},{"type":48,"tag":1351,"props":30437,"children":30438},{"style":5418},[30439],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30441,"children":30442},{"style":5395},[30443],{"type":54,"value":24194},{"type":48,"tag":1351,"props":30445,"children":30446},{"style":1364},[30447],{"type":54,"value":5408},{"type":48,"tag":1351,"props":30449,"children":30450},{"style":1364},[30451],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30453,"children":30454},{"style":2122},[30455],{"type":54,"value":30456},"text-3xl font-medium text-[#FF4801] tracking-tight",{"type":48,"tag":1351,"props":30458,"children":30459},{"style":1364},[30460],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30462,"children":30463},{"style":1364},[30464],{"type":54,"value":28405},{"type":48,"tag":1351,"props":30466,"children":30467},{"style":1358},[30468],{"type":54,"value":30469},"$0.015",{"type":48,"tag":1351,"props":30471,"children":30472},{"style":1364},[30473],{"type":54,"value":7118},{"type":48,"tag":1351,"props":30475,"children":30476},{"style":5418},[30477],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30479,"children":30480},{"style":1364},[30481],{"type":54,"value":6919},{"type":48,"tag":1351,"props":30483,"children":30484},{"class":1353,"line":2736},[30485,30489,30493,30497,30501,30505,30510,30514,30518,30523,30527,30531],{"type":48,"tag":1351,"props":30486,"children":30487},{"style":1364},[30488],{"type":54,"value":15268},{"type":48,"tag":1351,"props":30490,"children":30491},{"style":5418},[30492],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30494,"children":30495},{"style":5395},[30496],{"type":54,"value":24194},{"type":48,"tag":1351,"props":30498,"children":30499},{"style":1364},[30500],{"type":54,"value":5408},{"type":48,"tag":1351,"props":30502,"children":30503},{"style":1364},[30504],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30506,"children":30507},{"style":2122},[30508],{"type":54,"value":30509},"text-xs font-mono text-[#521000]\u002F60 uppercase tracking-wider mt-2",{"type":48,"tag":1351,"props":30511,"children":30512},{"style":1364},[30513],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30515,"children":30516},{"style":1364},[30517],{"type":54,"value":28405},{"type":48,"tag":1351,"props":30519,"children":30520},{"style":1358},[30521],{"type":54,"value":30522},"per GB \u002F month",{"type":48,"tag":1351,"props":30524,"children":30525},{"style":1364},[30526],{"type":54,"value":7118},{"type":48,"tag":1351,"props":30528,"children":30529},{"style":5418},[30530],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30532,"children":30533},{"style":1364},[30534],{"type":54,"value":6919},{"type":48,"tag":1351,"props":30536,"children":30537},{"class":1353,"line":2744},[30538,30542,30546],{"type":48,"tag":1351,"props":30539,"children":30540},{"style":1364},[30541],{"type":54,"value":7118},{"type":48,"tag":1351,"props":30543,"children":30544},{"style":5418},[30545],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30547,"children":30548},{"style":1364},[30549],{"type":54,"value":6919},{"type":48,"tag":151,"props":30551,"children":30553},{"id":30552},"vanilla-html-9",[30554],{"type":54,"value":24244},{"type":48,"tag":118,"props":30556,"children":30558},{"className":6896,"code":30557,"language":18,"meta":126,"style":126},"\u003Cdiv style=\"\n  position: relative;\n  background: #FFFDFB;\n  border: 1px solid #EBD5C1;\n  padding: 24px;\n  text-align: center;\n\">\n  \u003C!-- Corner brackets -->\n  \u003Cdiv style=\"position: absolute; top: -4px; left: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;\">\u003C\u002Fdiv>\n  \u003Cdiv style=\"position: absolute; top: -4px; right: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;\">\u003C\u002Fdiv>\n  \u003Cdiv style=\"position: absolute; bottom: -4px; left: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;\">\u003C\u002Fdiv>\n  \u003Cdiv style=\"position: absolute; bottom: -4px; right: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5;\">\u003C\u002Fdiv>\n  \n  \u003Cdiv style=\"font-family: 'Inter', sans-serif; font-size: 30px; font-weight: 500; color: #FF4801; letter-spacing: -0.02em;\">$0.015\u003C\u002Fdiv>\n  \u003Cdiv style=\"font-family: 'JetBrains Mono', monospace; font-size: 12px; color: rgba(82,16,0,0.6); text-transform: uppercase; letter-spacing: 0.05em; margin-top: 8px;\">per GB \u002F month\u003C\u002Fdiv>\n\u003C\u002Fdiv>\n",[30559],{"type":48,"tag":89,"props":30560,"children":30561},{"__ignoreMap":126},[30562,30585,30592,30599,30606,30613,30621,30632,30639,30682,30725,30768,30811,30818,30870,30922],{"type":48,"tag":1351,"props":30563,"children":30564},{"class":1353,"line":1354},[30565,30569,30573,30577,30581],{"type":48,"tag":1351,"props":30566,"children":30567},{"style":1364},[30568],{"type":54,"value":6909},{"type":48,"tag":1351,"props":30570,"children":30571},{"style":5418},[30572],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30574,"children":30575},{"style":5395},[30576],{"type":54,"value":24267},{"type":48,"tag":1351,"props":30578,"children":30579},{"style":1364},[30580],{"type":54,"value":5408},{"type":48,"tag":1351,"props":30582,"children":30583},{"style":1364},[30584],{"type":54,"value":24276},{"type":48,"tag":1351,"props":30586,"children":30587},{"class":1353,"line":1417},[30588],{"type":48,"tag":1351,"props":30589,"children":30590},{"style":2122},[30591],{"type":54,"value":28539},{"type":48,"tag":1351,"props":30593,"children":30594},{"class":1353,"line":2059},[30595],{"type":48,"tag":1351,"props":30596,"children":30597},{"style":2122},[30598],{"type":54,"value":25462},{"type":48,"tag":1351,"props":30600,"children":30601},{"class":1353,"line":2081},[30602],{"type":48,"tag":1351,"props":30603,"children":30604},{"style":2122},[30605],{"type":54,"value":25093},{"type":48,"tag":1351,"props":30607,"children":30608},{"class":1353,"line":2104},[30609],{"type":48,"tag":1351,"props":30610,"children":30611},{"style":2122},[30612],{"type":54,"value":28561},{"type":48,"tag":1351,"props":30614,"children":30615},{"class":1353,"line":2164},[30616],{"type":48,"tag":1351,"props":30617,"children":30618},{"style":2122},[30619],{"type":54,"value":30620},"  text-align: center;\n",{"type":48,"tag":1351,"props":30622,"children":30623},{"class":1353,"line":2713},[30624,30628],{"type":48,"tag":1351,"props":30625,"children":30626},{"style":1364},[30627],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30629,"children":30630},{"style":1364},[30631],{"type":54,"value":6919},{"type":48,"tag":1351,"props":30633,"children":30634},{"class":1353,"line":2722},[30635],{"type":48,"tag":1351,"props":30636,"children":30637},{"style":2657},[30638],{"type":54,"value":28588},{"type":48,"tag":1351,"props":30640,"children":30641},{"class":1353,"line":2736},[30642,30646,30650,30654,30658,30662,30666,30670,30674,30678],{"type":48,"tag":1351,"props":30643,"children":30644},{"style":1364},[30645],{"type":54,"value":15268},{"type":48,"tag":1351,"props":30647,"children":30648},{"style":5418},[30649],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30651,"children":30652},{"style":5395},[30653],{"type":54,"value":24267},{"type":48,"tag":1351,"props":30655,"children":30656},{"style":1364},[30657],{"type":54,"value":5408},{"type":48,"tag":1351,"props":30659,"children":30660},{"style":1364},[30661],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30663,"children":30664},{"style":2122},[30665],{"type":54,"value":28616},{"type":48,"tag":1351,"props":30667,"children":30668},{"style":1364},[30669],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30671,"children":30672},{"style":1364},[30673],{"type":54,"value":15327},{"type":48,"tag":1351,"props":30675,"children":30676},{"style":5418},[30677],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30679,"children":30680},{"style":1364},[30681],{"type":54,"value":6919},{"type":48,"tag":1351,"props":30683,"children":30684},{"class":1353,"line":2744},[30685,30689,30693,30697,30701,30705,30709,30713,30717,30721],{"type":48,"tag":1351,"props":30686,"children":30687},{"style":1364},[30688],{"type":54,"value":15268},{"type":48,"tag":1351,"props":30690,"children":30691},{"style":5418},[30692],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30694,"children":30695},{"style":5395},[30696],{"type":54,"value":24267},{"type":48,"tag":1351,"props":30698,"children":30699},{"style":1364},[30700],{"type":54,"value":5408},{"type":48,"tag":1351,"props":30702,"children":30703},{"style":1364},[30704],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30706,"children":30707},{"style":2122},[30708],{"type":54,"value":28660},{"type":48,"tag":1351,"props":30710,"children":30711},{"style":1364},[30712],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30714,"children":30715},{"style":1364},[30716],{"type":54,"value":15327},{"type":48,"tag":1351,"props":30718,"children":30719},{"style":5418},[30720],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30722,"children":30723},{"style":1364},[30724],{"type":54,"value":6919},{"type":48,"tag":1351,"props":30726,"children":30727},{"class":1353,"line":2753},[30728,30732,30736,30740,30744,30748,30752,30756,30760,30764],{"type":48,"tag":1351,"props":30729,"children":30730},{"style":1364},[30731],{"type":54,"value":15268},{"type":48,"tag":1351,"props":30733,"children":30734},{"style":5418},[30735],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30737,"children":30738},{"style":5395},[30739],{"type":54,"value":24267},{"type":48,"tag":1351,"props":30741,"children":30742},{"style":1364},[30743],{"type":54,"value":5408},{"type":48,"tag":1351,"props":30745,"children":30746},{"style":1364},[30747],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30749,"children":30750},{"style":2122},[30751],{"type":54,"value":28704},{"type":48,"tag":1351,"props":30753,"children":30754},{"style":1364},[30755],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30757,"children":30758},{"style":1364},[30759],{"type":54,"value":15327},{"type":48,"tag":1351,"props":30761,"children":30762},{"style":5418},[30763],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30765,"children":30766},{"style":1364},[30767],{"type":54,"value":6919},{"type":48,"tag":1351,"props":30769,"children":30770},{"class":1353,"line":2767},[30771,30775,30779,30783,30787,30791,30795,30799,30803,30807],{"type":48,"tag":1351,"props":30772,"children":30773},{"style":1364},[30774],{"type":54,"value":15268},{"type":48,"tag":1351,"props":30776,"children":30777},{"style":5418},[30778],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30780,"children":30781},{"style":5395},[30782],{"type":54,"value":24267},{"type":48,"tag":1351,"props":30784,"children":30785},{"style":1364},[30786],{"type":54,"value":5408},{"type":48,"tag":1351,"props":30788,"children":30789},{"style":1364},[30790],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30792,"children":30793},{"style":2122},[30794],{"type":54,"value":28748},{"type":48,"tag":1351,"props":30796,"children":30797},{"style":1364},[30798],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30800,"children":30801},{"style":1364},[30802],{"type":54,"value":15327},{"type":48,"tag":1351,"props":30804,"children":30805},{"style":5418},[30806],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30808,"children":30809},{"style":1364},[30810],{"type":54,"value":6919},{"type":48,"tag":1351,"props":30812,"children":30813},{"class":1353,"line":2781},[30814],{"type":48,"tag":1351,"props":30815,"children":30816},{"style":1358},[30817],{"type":54,"value":11049},{"type":48,"tag":1351,"props":30819,"children":30820},{"class":1353,"line":2795},[30821,30825,30829,30833,30837,30841,30846,30850,30854,30858,30862,30866],{"type":48,"tag":1351,"props":30822,"children":30823},{"style":1364},[30824],{"type":54,"value":15268},{"type":48,"tag":1351,"props":30826,"children":30827},{"style":5418},[30828],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30830,"children":30831},{"style":5395},[30832],{"type":54,"value":24267},{"type":48,"tag":1351,"props":30834,"children":30835},{"style":1364},[30836],{"type":54,"value":5408},{"type":48,"tag":1351,"props":30838,"children":30839},{"style":1364},[30840],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30842,"children":30843},{"style":2122},[30844],{"type":54,"value":30845},"font-family: 'Inter', sans-serif; font-size: 30px; font-weight: 500; color: #FF4801; letter-spacing: -0.02em;",{"type":48,"tag":1351,"props":30847,"children":30848},{"style":1364},[30849],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30851,"children":30852},{"style":1364},[30853],{"type":54,"value":28405},{"type":48,"tag":1351,"props":30855,"children":30856},{"style":1358},[30857],{"type":54,"value":30469},{"type":48,"tag":1351,"props":30859,"children":30860},{"style":1364},[30861],{"type":54,"value":7118},{"type":48,"tag":1351,"props":30863,"children":30864},{"style":5418},[30865],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30867,"children":30868},{"style":1364},[30869],{"type":54,"value":6919},{"type":48,"tag":1351,"props":30871,"children":30872},{"class":1353,"line":2803},[30873,30877,30881,30885,30889,30893,30898,30902,30906,30910,30914,30918],{"type":48,"tag":1351,"props":30874,"children":30875},{"style":1364},[30876],{"type":54,"value":15268},{"type":48,"tag":1351,"props":30878,"children":30879},{"style":5418},[30880],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30882,"children":30883},{"style":5395},[30884],{"type":54,"value":24267},{"type":48,"tag":1351,"props":30886,"children":30887},{"style":1364},[30888],{"type":54,"value":5408},{"type":48,"tag":1351,"props":30890,"children":30891},{"style":1364},[30892],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30894,"children":30895},{"style":2122},[30896],{"type":54,"value":30897},"font-family: 'JetBrains Mono', monospace; font-size: 12px; color: rgba(82,16,0,0.6); text-transform: uppercase; letter-spacing: 0.05em; margin-top: 8px;",{"type":48,"tag":1351,"props":30899,"children":30900},{"style":1364},[30901],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30903,"children":30904},{"style":1364},[30905],{"type":54,"value":28405},{"type":48,"tag":1351,"props":30907,"children":30908},{"style":1358},[30909],{"type":54,"value":30522},{"type":48,"tag":1351,"props":30911,"children":30912},{"style":1364},[30913],{"type":54,"value":7118},{"type":48,"tag":1351,"props":30915,"children":30916},{"style":5418},[30917],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30919,"children":30920},{"style":1364},[30921],{"type":54,"value":6919},{"type":48,"tag":1351,"props":30923,"children":30924},{"class":1353,"line":2812},[30925,30929,30933],{"type":48,"tag":1351,"props":30926,"children":30927},{"style":1364},[30928],{"type":54,"value":7118},{"type":48,"tag":1351,"props":30930,"children":30931},{"style":5418},[30932],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30934,"children":30935},{"style":1364},[30936],{"type":54,"value":6919},{"type":48,"tag":107,"props":30938,"children":30939},{},[],{"type":48,"tag":111,"props":30941,"children":30943},{"id":30942},"card-pricing",[30944],{"type":54,"value":30945},"CARD-PRICING",{"type":48,"tag":61,"props":30947,"children":30948},{},[30949],{"type":54,"value":30950},"Pricing tier card with features list.",{"type":48,"tag":151,"props":30952,"children":30954},{"id":30953},"react-tailwind-10",[30955],{"type":54,"value":24169},{"type":48,"tag":118,"props":30957,"children":30959},{"className":24172,"code":30958,"language":24174,"meta":126,"style":126},"\u003Cdiv className=\"relative bg-[#FFFDFB] border border-[#EBD5C1] overflow-hidden\">\n  {\u002F* Corner brackets *\u002F}\n  \u003Cdiv className=\"absolute -top-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5] z-10\" \u002F>\n  \u003Cdiv className=\"absolute -top-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5] z-10\" \u002F>\n  \u003Cdiv className=\"absolute -bottom-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5] z-10\" \u002F>\n  \u003Cdiv className=\"absolute -bottom-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5] z-10\" \u002F>\n  \n  {\u002F* Header *\u002F}\n  \u003Cdiv className=\"p-6 border-b border-[#EBD5C1]\u002F50\">\n    \u003Ch3 className=\"text-lg font-medium text-[#521000]\">Pro\u003C\u002Fh3>\n    \u003Cdiv className=\"mt-2\">\n      \u003Cspan className=\"text-3xl font-medium text-[#521000]\">$20\u003C\u002Fspan>\n      \u003Cspan className=\"text-sm text-[#521000]\u002F60\">\u002Fmonth\u003C\u002Fspan>\n    \u003C\u002Fdiv>\n    \u003Cp className=\"text-sm text-[#521000]\u002F60 mt-2\">For growing teams and projects\u003C\u002Fp>\n  \u003C\u002Fdiv>\n  \n  {\u002F* Features *\u002F}\n  \u003Cdiv className=\"p-6\">\n    \u003Cul className=\"space-y-3\">\n      \u003Cli className=\"flex items-start gap-3 text-sm text-[#521000]\">\n        \u003Csvg className=\"w-5 h-5 text-[#FF4801] shrink-0 mt-0.5\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" strokeWidth={2}>\n          \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\" \u002F>\n        \u003C\u002Fsvg>\n        100 GB storage included\n      \u003C\u002Fli>\n      \u003Cli className=\"flex items-start gap-3 text-sm text-[#521000]\">\n        \u003Csvg className=\"w-5 h-5 text-[#FF4801] shrink-0 mt-0.5\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" strokeWidth={2}>\n          \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\" \u002F>\n        \u003C\u002Fsvg>\n        10 million requests\u002Fmonth\n      \u003C\u002Fli>\n      \u003Cli className=\"flex items-start gap-3 text-sm text-[#521000]\">\n        \u003Csvg className=\"w-5 h-5 text-[#FF4801] shrink-0 mt-0.5\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" strokeWidth={2}>\n          \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\" \u002F>\n        \u003C\u002Fsvg>\n        Zero egress fees\n      \u003C\u002Fli>\n    \u003C\u002Ful>\n    \n    \u003Cbutton className=\"w-full mt-6 px-4 py-3 rounded-full font-medium bg-[#FF4801] text-white transition-all duration-150 hover:opacity-95\">\n      Get started\n    \u003C\u002Fbutton>\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n",[30960],{"type":48,"tag":89,"props":30961,"children":30962},{"__ignoreMap":126},[30963,30999,31014,31050,31086,31122,31158,31165,31181,31217,31270,31306,31359,31412,31427,31480,31495,31502,31518,31554,31590,31626,31735,31812,31828,31836,31852,31887,31994,32069,32084,32092,32107,32142,32249,32324,32339,32347,32362,32377,32385,32421,32429,32444,32459],{"type":48,"tag":1351,"props":30964,"children":30965},{"class":1353,"line":1354},[30966,30970,30974,30978,30982,30986,30991,30995],{"type":48,"tag":1351,"props":30967,"children":30968},{"style":1364},[30969],{"type":54,"value":6909},{"type":48,"tag":1351,"props":30971,"children":30972},{"style":5418},[30973],{"type":54,"value":15234},{"type":48,"tag":1351,"props":30975,"children":30976},{"style":5395},[30977],{"type":54,"value":24194},{"type":48,"tag":1351,"props":30979,"children":30980},{"style":1364},[30981],{"type":54,"value":5408},{"type":48,"tag":1351,"props":30983,"children":30984},{"style":1364},[30985],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30987,"children":30988},{"style":2122},[30989],{"type":54,"value":30990},"relative bg-[#FFFDFB] border border-[#EBD5C1] overflow-hidden",{"type":48,"tag":1351,"props":30992,"children":30993},{"style":1364},[30994],{"type":54,"value":2130},{"type":48,"tag":1351,"props":30996,"children":30997},{"style":1364},[30998],{"type":54,"value":6919},{"type":48,"tag":1351,"props":31000,"children":31001},{"class":1353,"line":1417},[31002,31006,31010],{"type":48,"tag":1351,"props":31003,"children":31004},{"style":1364},[31005],{"type":54,"value":28208},{"type":48,"tag":1351,"props":31007,"children":31008},{"style":2657},[31009],{"type":54,"value":28213},{"type":48,"tag":1351,"props":31011,"children":31012},{"style":1364},[31013],{"type":54,"value":2170},{"type":48,"tag":1351,"props":31015,"children":31016},{"class":1353,"line":2059},[31017,31021,31025,31029,31033,31037,31042,31046],{"type":48,"tag":1351,"props":31018,"children":31019},{"style":1364},[31020],{"type":54,"value":15268},{"type":48,"tag":1351,"props":31022,"children":31023},{"style":5418},[31024],{"type":54,"value":15234},{"type":48,"tag":1351,"props":31026,"children":31027},{"style":5395},[31028],{"type":54,"value":24194},{"type":48,"tag":1351,"props":31030,"children":31031},{"style":1364},[31032],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31034,"children":31035},{"style":1364},[31036],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31038,"children":31039},{"style":2122},[31040],{"type":54,"value":31041},"absolute -top-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5] z-10",{"type":48,"tag":1351,"props":31043,"children":31044},{"style":1364},[31045],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31047,"children":31048},{"style":1364},[31049],{"type":54,"value":25846},{"type":48,"tag":1351,"props":31051,"children":31052},{"class":1353,"line":2081},[31053,31057,31061,31065,31069,31073,31078,31082],{"type":48,"tag":1351,"props":31054,"children":31055},{"style":1364},[31056],{"type":54,"value":15268},{"type":48,"tag":1351,"props":31058,"children":31059},{"style":5418},[31060],{"type":54,"value":15234},{"type":48,"tag":1351,"props":31062,"children":31063},{"style":5395},[31064],{"type":54,"value":24194},{"type":48,"tag":1351,"props":31066,"children":31067},{"style":1364},[31068],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31070,"children":31071},{"style":1364},[31072],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31074,"children":31075},{"style":2122},[31076],{"type":54,"value":31077},"absolute -top-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5] z-10",{"type":48,"tag":1351,"props":31079,"children":31080},{"style":1364},[31081],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31083,"children":31084},{"style":1364},[31085],{"type":54,"value":25846},{"type":48,"tag":1351,"props":31087,"children":31088},{"class":1353,"line":2104},[31089,31093,31097,31101,31105,31109,31114,31118],{"type":48,"tag":1351,"props":31090,"children":31091},{"style":1364},[31092],{"type":54,"value":15268},{"type":48,"tag":1351,"props":31094,"children":31095},{"style":5418},[31096],{"type":54,"value":15234},{"type":48,"tag":1351,"props":31098,"children":31099},{"style":5395},[31100],{"type":54,"value":24194},{"type":48,"tag":1351,"props":31102,"children":31103},{"style":1364},[31104],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31106,"children":31107},{"style":1364},[31108],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31110,"children":31111},{"style":2122},[31112],{"type":54,"value":31113},"absolute -bottom-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5] z-10",{"type":48,"tag":1351,"props":31115,"children":31116},{"style":1364},[31117],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31119,"children":31120},{"style":1364},[31121],{"type":54,"value":25846},{"type":48,"tag":1351,"props":31123,"children":31124},{"class":1353,"line":2164},[31125,31129,31133,31137,31141,31145,31150,31154],{"type":48,"tag":1351,"props":31126,"children":31127},{"style":1364},[31128],{"type":54,"value":15268},{"type":48,"tag":1351,"props":31130,"children":31131},{"style":5418},[31132],{"type":54,"value":15234},{"type":48,"tag":1351,"props":31134,"children":31135},{"style":5395},[31136],{"type":54,"value":24194},{"type":48,"tag":1351,"props":31138,"children":31139},{"style":1364},[31140],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31142,"children":31143},{"style":1364},[31144],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31146,"children":31147},{"style":2122},[31148],{"type":54,"value":31149},"absolute -bottom-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5] z-10",{"type":48,"tag":1351,"props":31151,"children":31152},{"style":1364},[31153],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31155,"children":31156},{"style":1364},[31157],{"type":54,"value":25846},{"type":48,"tag":1351,"props":31159,"children":31160},{"class":1353,"line":2713},[31161],{"type":48,"tag":1351,"props":31162,"children":31163},{"style":1358},[31164],{"type":54,"value":11049},{"type":48,"tag":1351,"props":31166,"children":31167},{"class":1353,"line":2722},[31168,31172,31177],{"type":48,"tag":1351,"props":31169,"children":31170},{"style":1364},[31171],{"type":54,"value":28208},{"type":48,"tag":1351,"props":31173,"children":31174},{"style":2657},[31175],{"type":54,"value":31176},"\u002F* Header *\u002F",{"type":48,"tag":1351,"props":31178,"children":31179},{"style":1364},[31180],{"type":54,"value":2170},{"type":48,"tag":1351,"props":31182,"children":31183},{"class":1353,"line":2736},[31184,31188,31192,31196,31200,31204,31209,31213],{"type":48,"tag":1351,"props":31185,"children":31186},{"style":1364},[31187],{"type":54,"value":15268},{"type":48,"tag":1351,"props":31189,"children":31190},{"style":5418},[31191],{"type":54,"value":15234},{"type":48,"tag":1351,"props":31193,"children":31194},{"style":5395},[31195],{"type":54,"value":24194},{"type":48,"tag":1351,"props":31197,"children":31198},{"style":1364},[31199],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31201,"children":31202},{"style":1364},[31203],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31205,"children":31206},{"style":2122},[31207],{"type":54,"value":31208},"p-6 border-b border-[#EBD5C1]\u002F50",{"type":48,"tag":1351,"props":31210,"children":31211},{"style":1364},[31212],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31214,"children":31215},{"style":1364},[31216],{"type":54,"value":6919},{"type":48,"tag":1351,"props":31218,"children":31219},{"class":1353,"line":2744},[31220,31224,31228,31232,31236,31240,31245,31249,31253,31258,31262,31266],{"type":48,"tag":1351,"props":31221,"children":31222},{"style":1364},[31223],{"type":54,"value":25771},{"type":48,"tag":1351,"props":31225,"children":31226},{"style":5418},[31227],{"type":54,"value":151},{"type":48,"tag":1351,"props":31229,"children":31230},{"style":5395},[31231],{"type":54,"value":24194},{"type":48,"tag":1351,"props":31233,"children":31234},{"style":1364},[31235],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31237,"children":31238},{"style":1364},[31239],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31241,"children":31242},{"style":2122},[31243],{"type":54,"value":31244},"text-lg font-medium text-[#521000]",{"type":48,"tag":1351,"props":31246,"children":31247},{"style":1364},[31248],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31250,"children":31251},{"style":1364},[31252],{"type":54,"value":28405},{"type":48,"tag":1351,"props":31254,"children":31255},{"style":1358},[31256],{"type":54,"value":31257},"Pro",{"type":48,"tag":1351,"props":31259,"children":31260},{"style":1364},[31261],{"type":54,"value":7118},{"type":48,"tag":1351,"props":31263,"children":31264},{"style":5418},[31265],{"type":54,"value":151},{"type":48,"tag":1351,"props":31267,"children":31268},{"style":1364},[31269],{"type":54,"value":6919},{"type":48,"tag":1351,"props":31271,"children":31272},{"class":1353,"line":2753},[31273,31277,31281,31285,31289,31293,31298,31302],{"type":48,"tag":1351,"props":31274,"children":31275},{"style":1364},[31276],{"type":54,"value":25771},{"type":48,"tag":1351,"props":31278,"children":31279},{"style":5418},[31280],{"type":54,"value":15234},{"type":48,"tag":1351,"props":31282,"children":31283},{"style":5395},[31284],{"type":54,"value":24194},{"type":48,"tag":1351,"props":31286,"children":31287},{"style":1364},[31288],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31290,"children":31291},{"style":1364},[31292],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31294,"children":31295},{"style":2122},[31296],{"type":54,"value":31297},"mt-2",{"type":48,"tag":1351,"props":31299,"children":31300},{"style":1364},[31301],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31303,"children":31304},{"style":1364},[31305],{"type":54,"value":6919},{"type":48,"tag":1351,"props":31307,"children":31308},{"class":1353,"line":2767},[31309,31313,31317,31321,31325,31329,31334,31338,31342,31347,31351,31355],{"type":48,"tag":1351,"props":31310,"children":31311},{"style":1364},[31312],{"type":54,"value":29288},{"type":48,"tag":1351,"props":31314,"children":31315},{"style":5418},[31316],{"type":54,"value":1351},{"type":48,"tag":1351,"props":31318,"children":31319},{"style":5395},[31320],{"type":54,"value":24194},{"type":48,"tag":1351,"props":31322,"children":31323},{"style":1364},[31324],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31326,"children":31327},{"style":1364},[31328],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31330,"children":31331},{"style":2122},[31332],{"type":54,"value":31333},"text-3xl font-medium text-[#521000]",{"type":48,"tag":1351,"props":31335,"children":31336},{"style":1364},[31337],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31339,"children":31340},{"style":1364},[31341],{"type":54,"value":28405},{"type":48,"tag":1351,"props":31343,"children":31344},{"style":1358},[31345],{"type":54,"value":31346},"$20",{"type":48,"tag":1351,"props":31348,"children":31349},{"style":1364},[31350],{"type":54,"value":7118},{"type":48,"tag":1351,"props":31352,"children":31353},{"style":5418},[31354],{"type":54,"value":1351},{"type":48,"tag":1351,"props":31356,"children":31357},{"style":1364},[31358],{"type":54,"value":6919},{"type":48,"tag":1351,"props":31360,"children":31361},{"class":1353,"line":2781},[31362,31366,31370,31374,31378,31382,31387,31391,31395,31400,31404,31408],{"type":48,"tag":1351,"props":31363,"children":31364},{"style":1364},[31365],{"type":54,"value":29288},{"type":48,"tag":1351,"props":31367,"children":31368},{"style":5418},[31369],{"type":54,"value":1351},{"type":48,"tag":1351,"props":31371,"children":31372},{"style":5395},[31373],{"type":54,"value":24194},{"type":48,"tag":1351,"props":31375,"children":31376},{"style":1364},[31377],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31379,"children":31380},{"style":1364},[31381],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31383,"children":31384},{"style":2122},[31385],{"type":54,"value":31386},"text-sm text-[#521000]\u002F60",{"type":48,"tag":1351,"props":31388,"children":31389},{"style":1364},[31390],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31392,"children":31393},{"style":1364},[31394],{"type":54,"value":28405},{"type":48,"tag":1351,"props":31396,"children":31397},{"style":1358},[31398],{"type":54,"value":31399},"\u002Fmonth",{"type":48,"tag":1351,"props":31401,"children":31402},{"style":1364},[31403],{"type":54,"value":7118},{"type":48,"tag":1351,"props":31405,"children":31406},{"style":5418},[31407],{"type":54,"value":1351},{"type":48,"tag":1351,"props":31409,"children":31410},{"style":1364},[31411],{"type":54,"value":6919},{"type":48,"tag":1351,"props":31413,"children":31414},{"class":1353,"line":2795},[31415,31419,31423],{"type":48,"tag":1351,"props":31416,"children":31417},{"style":1364},[31418],{"type":54,"value":29365},{"type":48,"tag":1351,"props":31420,"children":31421},{"style":5418},[31422],{"type":54,"value":15234},{"type":48,"tag":1351,"props":31424,"children":31425},{"style":1364},[31426],{"type":54,"value":6919},{"type":48,"tag":1351,"props":31428,"children":31429},{"class":1353,"line":2803},[31430,31434,31438,31442,31446,31450,31455,31459,31463,31468,31472,31476],{"type":48,"tag":1351,"props":31431,"children":31432},{"style":1364},[31433],{"type":54,"value":25771},{"type":48,"tag":1351,"props":31435,"children":31436},{"style":5418},[31437],{"type":54,"value":61},{"type":48,"tag":1351,"props":31439,"children":31440},{"style":5395},[31441],{"type":54,"value":24194},{"type":48,"tag":1351,"props":31443,"children":31444},{"style":1364},[31445],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31447,"children":31448},{"style":1364},[31449],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31451,"children":31452},{"style":2122},[31453],{"type":54,"value":31454},"text-sm text-[#521000]\u002F60 mt-2",{"type":48,"tag":1351,"props":31456,"children":31457},{"style":1364},[31458],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31460,"children":31461},{"style":1364},[31462],{"type":54,"value":28405},{"type":48,"tag":1351,"props":31464,"children":31465},{"style":1358},[31466],{"type":54,"value":31467},"For growing teams and projects",{"type":48,"tag":1351,"props":31469,"children":31470},{"style":1364},[31471],{"type":54,"value":7118},{"type":48,"tag":1351,"props":31473,"children":31474},{"style":5418},[31475],{"type":54,"value":61},{"type":48,"tag":1351,"props":31477,"children":31478},{"style":1364},[31479],{"type":54,"value":6919},{"type":48,"tag":1351,"props":31481,"children":31482},{"class":1353,"line":2812},[31483,31487,31491],{"type":48,"tag":1351,"props":31484,"children":31485},{"style":1364},[31486],{"type":54,"value":25930},{"type":48,"tag":1351,"props":31488,"children":31489},{"style":5418},[31490],{"type":54,"value":15234},{"type":48,"tag":1351,"props":31492,"children":31493},{"style":1364},[31494],{"type":54,"value":6919},{"type":48,"tag":1351,"props":31496,"children":31497},{"class":1353,"line":2826},[31498],{"type":48,"tag":1351,"props":31499,"children":31500},{"style":1358},[31501],{"type":54,"value":11049},{"type":48,"tag":1351,"props":31503,"children":31504},{"class":1353,"line":5128},[31505,31509,31514],{"type":48,"tag":1351,"props":31506,"children":31507},{"style":1364},[31508],{"type":54,"value":28208},{"type":48,"tag":1351,"props":31510,"children":31511},{"style":2657},[31512],{"type":54,"value":31513},"\u002F* Features *\u002F",{"type":48,"tag":1351,"props":31515,"children":31516},{"style":1364},[31517],{"type":54,"value":2170},{"type":48,"tag":1351,"props":31519,"children":31520},{"class":1353,"line":5136},[31521,31525,31529,31533,31537,31541,31546,31550],{"type":48,"tag":1351,"props":31522,"children":31523},{"style":1364},[31524],{"type":54,"value":15268},{"type":48,"tag":1351,"props":31526,"children":31527},{"style":5418},[31528],{"type":54,"value":15234},{"type":48,"tag":1351,"props":31530,"children":31531},{"style":5395},[31532],{"type":54,"value":24194},{"type":48,"tag":1351,"props":31534,"children":31535},{"style":1364},[31536],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31538,"children":31539},{"style":1364},[31540],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31542,"children":31543},{"style":2122},[31544],{"type":54,"value":31545},"p-6",{"type":48,"tag":1351,"props":31547,"children":31548},{"style":1364},[31549],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31551,"children":31552},{"style":1364},[31553],{"type":54,"value":6919},{"type":48,"tag":1351,"props":31555,"children":31556},{"class":1353,"line":5145},[31557,31561,31565,31569,31573,31577,31582,31586],{"type":48,"tag":1351,"props":31558,"children":31559},{"style":1364},[31560],{"type":54,"value":25771},{"type":48,"tag":1351,"props":31562,"children":31563},{"style":5418},[31564],{"type":54,"value":256},{"type":48,"tag":1351,"props":31566,"children":31567},{"style":5395},[31568],{"type":54,"value":24194},{"type":48,"tag":1351,"props":31570,"children":31571},{"style":1364},[31572],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31574,"children":31575},{"style":1364},[31576],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31578,"children":31579},{"style":2122},[31580],{"type":54,"value":31581},"space-y-3",{"type":48,"tag":1351,"props":31583,"children":31584},{"style":1364},[31585],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31587,"children":31588},{"style":1364},[31589],{"type":54,"value":6919},{"type":48,"tag":1351,"props":31591,"children":31592},{"class":1353,"line":5162},[31593,31597,31601,31605,31609,31613,31618,31622],{"type":48,"tag":1351,"props":31594,"children":31595},{"style":1364},[31596],{"type":54,"value":29288},{"type":48,"tag":1351,"props":31598,"children":31599},{"style":5418},[31600],{"type":54,"value":260},{"type":48,"tag":1351,"props":31602,"children":31603},{"style":5395},[31604],{"type":54,"value":24194},{"type":48,"tag":1351,"props":31606,"children":31607},{"style":1364},[31608],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31610,"children":31611},{"style":1364},[31612],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31614,"children":31615},{"style":2122},[31616],{"type":54,"value":31617},"flex items-start gap-3 text-sm text-[#521000]",{"type":48,"tag":1351,"props":31619,"children":31620},{"style":1364},[31621],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31623,"children":31624},{"style":1364},[31625],{"type":54,"value":6919},{"type":48,"tag":1351,"props":31627,"children":31628},{"class":1353,"line":5195},[31629,31634,31638,31642,31646,31650,31655,31659,31663,31667,31671,31675,31679,31683,31687,31691,31695,31699,31703,31707,31711,31715,31719,31723,31727,31731],{"type":48,"tag":1351,"props":31630,"children":31631},{"style":1364},[31632],{"type":54,"value":31633},"        \u003C",{"type":48,"tag":1351,"props":31635,"children":31636},{"style":5418},[31637],{"type":54,"value":25658},{"type":48,"tag":1351,"props":31639,"children":31640},{"style":5395},[31641],{"type":54,"value":24194},{"type":48,"tag":1351,"props":31643,"children":31644},{"style":1364},[31645],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31647,"children":31648},{"style":1364},[31649],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31651,"children":31652},{"style":2122},[31653],{"type":54,"value":31654},"w-5 h-5 text-[#FF4801] shrink-0 mt-0.5",{"type":48,"tag":1351,"props":31656,"children":31657},{"style":1364},[31658],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31660,"children":31661},{"style":5395},[31662],{"type":54,"value":25684},{"type":48,"tag":1351,"props":31664,"children":31665},{"style":1364},[31666],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31668,"children":31669},{"style":1364},[31670],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31672,"children":31673},{"style":2122},[31674],{"type":54,"value":10809},{"type":48,"tag":1351,"props":31676,"children":31677},{"style":1364},[31678],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31680,"children":31681},{"style":5395},[31682],{"type":54,"value":25705},{"type":48,"tag":1351,"props":31684,"children":31685},{"style":1364},[31686],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31688,"children":31689},{"style":1364},[31690],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31692,"children":31693},{"style":2122},[31694],{"type":54,"value":25718},{"type":48,"tag":1351,"props":31696,"children":31697},{"style":1364},[31698],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31700,"children":31701},{"style":5395},[31702],{"type":54,"value":25727},{"type":48,"tag":1351,"props":31704,"children":31705},{"style":1364},[31706],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31708,"children":31709},{"style":1364},[31710],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31712,"children":31713},{"style":2122},[31714],{"type":54,"value":25740},{"type":48,"tag":1351,"props":31716,"children":31717},{"style":1364},[31718],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31720,"children":31721},{"style":5395},[31722],{"type":54,"value":25749},{"type":48,"tag":1351,"props":31724,"children":31725},{"style":1364},[31726],{"type":54,"value":25754},{"type":48,"tag":1351,"props":31728,"children":31729},{"style":2133},[31730],{"type":54,"value":2353},{"type":48,"tag":1351,"props":31732,"children":31733},{"style":1364},[31734],{"type":54,"value":25763},{"type":48,"tag":1351,"props":31736,"children":31737},{"class":1353,"line":5237},[31738,31743,31747,31751,31755,31759,31763,31767,31771,31775,31779,31783,31787,31791,31795,31799,31804,31808],{"type":48,"tag":1351,"props":31739,"children":31740},{"style":1364},[31741],{"type":54,"value":31742},"          \u003C",{"type":48,"tag":1351,"props":31744,"children":31745},{"style":5418},[31746],{"type":54,"value":25776},{"type":48,"tag":1351,"props":31748,"children":31749},{"style":5395},[31750],{"type":54,"value":25781},{"type":48,"tag":1351,"props":31752,"children":31753},{"style":1364},[31754],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31756,"children":31757},{"style":1364},[31758],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31760,"children":31761},{"style":2122},[31762],{"type":54,"value":25794},{"type":48,"tag":1351,"props":31764,"children":31765},{"style":1364},[31766],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31768,"children":31769},{"style":5395},[31770],{"type":54,"value":25803},{"type":48,"tag":1351,"props":31772,"children":31773},{"style":1364},[31774],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31776,"children":31777},{"style":1364},[31778],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31780,"children":31781},{"style":2122},[31782],{"type":54,"value":25794},{"type":48,"tag":1351,"props":31784,"children":31785},{"style":1364},[31786],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31788,"children":31789},{"style":5395},[31790],{"type":54,"value":25824},{"type":48,"tag":1351,"props":31792,"children":31793},{"style":1364},[31794],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31796,"children":31797},{"style":1364},[31798],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31800,"children":31801},{"style":2122},[31802],{"type":54,"value":31803},"M4.5 12.75l6 6 9-13.5",{"type":48,"tag":1351,"props":31805,"children":31806},{"style":1364},[31807],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31809,"children":31810},{"style":1364},[31811],{"type":54,"value":25846},{"type":48,"tag":1351,"props":31813,"children":31814},{"class":1353,"line":5245},[31815,31820,31824],{"type":48,"tag":1351,"props":31816,"children":31817},{"style":1364},[31818],{"type":54,"value":31819},"        \u003C\u002F",{"type":48,"tag":1351,"props":31821,"children":31822},{"style":5418},[31823],{"type":54,"value":25658},{"type":48,"tag":1351,"props":31825,"children":31826},{"style":1364},[31827],{"type":54,"value":6919},{"type":48,"tag":1351,"props":31829,"children":31830},{"class":1353,"line":5253},[31831],{"type":48,"tag":1351,"props":31832,"children":31833},{"style":1358},[31834],{"type":54,"value":31835},"        100 GB storage included\n",{"type":48,"tag":1351,"props":31837,"children":31838},{"class":1353,"line":5262},[31839,31844,31848],{"type":48,"tag":1351,"props":31840,"children":31841},{"style":1364},[31842],{"type":54,"value":31843},"      \u003C\u002F",{"type":48,"tag":1351,"props":31845,"children":31846},{"style":5418},[31847],{"type":54,"value":260},{"type":48,"tag":1351,"props":31849,"children":31850},{"style":1364},[31851],{"type":54,"value":6919},{"type":48,"tag":1351,"props":31853,"children":31854},{"class":1353,"line":5279},[31855,31859,31863,31867,31871,31875,31879,31883],{"type":48,"tag":1351,"props":31856,"children":31857},{"style":1364},[31858],{"type":54,"value":29288},{"type":48,"tag":1351,"props":31860,"children":31861},{"style":5418},[31862],{"type":54,"value":260},{"type":48,"tag":1351,"props":31864,"children":31865},{"style":5395},[31866],{"type":54,"value":24194},{"type":48,"tag":1351,"props":31868,"children":31869},{"style":1364},[31870],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31872,"children":31873},{"style":1364},[31874],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31876,"children":31877},{"style":2122},[31878],{"type":54,"value":31617},{"type":48,"tag":1351,"props":31880,"children":31881},{"style":1364},[31882],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31884,"children":31885},{"style":1364},[31886],{"type":54,"value":6919},{"type":48,"tag":1351,"props":31888,"children":31889},{"class":1353,"line":5320},[31890,31894,31898,31902,31906,31910,31914,31918,31922,31926,31930,31934,31938,31942,31946,31950,31954,31958,31962,31966,31970,31974,31978,31982,31986,31990],{"type":48,"tag":1351,"props":31891,"children":31892},{"style":1364},[31893],{"type":54,"value":31633},{"type":48,"tag":1351,"props":31895,"children":31896},{"style":5418},[31897],{"type":54,"value":25658},{"type":48,"tag":1351,"props":31899,"children":31900},{"style":5395},[31901],{"type":54,"value":24194},{"type":48,"tag":1351,"props":31903,"children":31904},{"style":1364},[31905],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31907,"children":31908},{"style":1364},[31909],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31911,"children":31912},{"style":2122},[31913],{"type":54,"value":31654},{"type":48,"tag":1351,"props":31915,"children":31916},{"style":1364},[31917],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31919,"children":31920},{"style":5395},[31921],{"type":54,"value":25684},{"type":48,"tag":1351,"props":31923,"children":31924},{"style":1364},[31925],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31927,"children":31928},{"style":1364},[31929],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31931,"children":31932},{"style":2122},[31933],{"type":54,"value":10809},{"type":48,"tag":1351,"props":31935,"children":31936},{"style":1364},[31937],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31939,"children":31940},{"style":5395},[31941],{"type":54,"value":25705},{"type":48,"tag":1351,"props":31943,"children":31944},{"style":1364},[31945],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31947,"children":31948},{"style":1364},[31949],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31951,"children":31952},{"style":2122},[31953],{"type":54,"value":25718},{"type":48,"tag":1351,"props":31955,"children":31956},{"style":1364},[31957],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31959,"children":31960},{"style":5395},[31961],{"type":54,"value":25727},{"type":48,"tag":1351,"props":31963,"children":31964},{"style":1364},[31965],{"type":54,"value":5408},{"type":48,"tag":1351,"props":31967,"children":31968},{"style":1364},[31969],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31971,"children":31972},{"style":2122},[31973],{"type":54,"value":25740},{"type":48,"tag":1351,"props":31975,"children":31976},{"style":1364},[31977],{"type":54,"value":2130},{"type":48,"tag":1351,"props":31979,"children":31980},{"style":5395},[31981],{"type":54,"value":25749},{"type":48,"tag":1351,"props":31983,"children":31984},{"style":1364},[31985],{"type":54,"value":25754},{"type":48,"tag":1351,"props":31987,"children":31988},{"style":2133},[31989],{"type":54,"value":2353},{"type":48,"tag":1351,"props":31991,"children":31992},{"style":1364},[31993],{"type":54,"value":25763},{"type":48,"tag":1351,"props":31995,"children":31996},{"class":1353,"line":5361},[31997,32001,32005,32009,32013,32017,32021,32025,32029,32033,32037,32041,32045,32049,32053,32057,32061,32065],{"type":48,"tag":1351,"props":31998,"children":31999},{"style":1364},[32000],{"type":54,"value":31742},{"type":48,"tag":1351,"props":32002,"children":32003},{"style":5418},[32004],{"type":54,"value":25776},{"type":48,"tag":1351,"props":32006,"children":32007},{"style":5395},[32008],{"type":54,"value":25781},{"type":48,"tag":1351,"props":32010,"children":32011},{"style":1364},[32012],{"type":54,"value":5408},{"type":48,"tag":1351,"props":32014,"children":32015},{"style":1364},[32016],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32018,"children":32019},{"style":2122},[32020],{"type":54,"value":25794},{"type":48,"tag":1351,"props":32022,"children":32023},{"style":1364},[32024],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32026,"children":32027},{"style":5395},[32028],{"type":54,"value":25803},{"type":48,"tag":1351,"props":32030,"children":32031},{"style":1364},[32032],{"type":54,"value":5408},{"type":48,"tag":1351,"props":32034,"children":32035},{"style":1364},[32036],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32038,"children":32039},{"style":2122},[32040],{"type":54,"value":25794},{"type":48,"tag":1351,"props":32042,"children":32043},{"style":1364},[32044],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32046,"children":32047},{"style":5395},[32048],{"type":54,"value":25824},{"type":48,"tag":1351,"props":32050,"children":32051},{"style":1364},[32052],{"type":54,"value":5408},{"type":48,"tag":1351,"props":32054,"children":32055},{"style":1364},[32056],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32058,"children":32059},{"style":2122},[32060],{"type":54,"value":31803},{"type":48,"tag":1351,"props":32062,"children":32063},{"style":1364},[32064],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32066,"children":32067},{"style":1364},[32068],{"type":54,"value":25846},{"type":48,"tag":1351,"props":32070,"children":32071},{"class":1353,"line":11545},[32072,32076,32080],{"type":48,"tag":1351,"props":32073,"children":32074},{"style":1364},[32075],{"type":54,"value":31819},{"type":48,"tag":1351,"props":32077,"children":32078},{"style":5418},[32079],{"type":54,"value":25658},{"type":48,"tag":1351,"props":32081,"children":32082},{"style":1364},[32083],{"type":54,"value":6919},{"type":48,"tag":1351,"props":32085,"children":32086},{"class":1353,"line":11571},[32087],{"type":48,"tag":1351,"props":32088,"children":32089},{"style":1358},[32090],{"type":54,"value":32091},"        10 million requests\u002Fmonth\n",{"type":48,"tag":1351,"props":32093,"children":32094},{"class":1353,"line":11597},[32095,32099,32103],{"type":48,"tag":1351,"props":32096,"children":32097},{"style":1364},[32098],{"type":54,"value":31843},{"type":48,"tag":1351,"props":32100,"children":32101},{"style":5418},[32102],{"type":54,"value":260},{"type":48,"tag":1351,"props":32104,"children":32105},{"style":1364},[32106],{"type":54,"value":6919},{"type":48,"tag":1351,"props":32108,"children":32109},{"class":1353,"line":11623},[32110,32114,32118,32122,32126,32130,32134,32138],{"type":48,"tag":1351,"props":32111,"children":32112},{"style":1364},[32113],{"type":54,"value":29288},{"type":48,"tag":1351,"props":32115,"children":32116},{"style":5418},[32117],{"type":54,"value":260},{"type":48,"tag":1351,"props":32119,"children":32120},{"style":5395},[32121],{"type":54,"value":24194},{"type":48,"tag":1351,"props":32123,"children":32124},{"style":1364},[32125],{"type":54,"value":5408},{"type":48,"tag":1351,"props":32127,"children":32128},{"style":1364},[32129],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32131,"children":32132},{"style":2122},[32133],{"type":54,"value":31617},{"type":48,"tag":1351,"props":32135,"children":32136},{"style":1364},[32137],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32139,"children":32140},{"style":1364},[32141],{"type":54,"value":6919},{"type":48,"tag":1351,"props":32143,"children":32144},{"class":1353,"line":11631},[32145,32149,32153,32157,32161,32165,32169,32173,32177,32181,32185,32189,32193,32197,32201,32205,32209,32213,32217,32221,32225,32229,32233,32237,32241,32245],{"type":48,"tag":1351,"props":32146,"children":32147},{"style":1364},[32148],{"type":54,"value":31633},{"type":48,"tag":1351,"props":32150,"children":32151},{"style":5418},[32152],{"type":54,"value":25658},{"type":48,"tag":1351,"props":32154,"children":32155},{"style":5395},[32156],{"type":54,"value":24194},{"type":48,"tag":1351,"props":32158,"children":32159},{"style":1364},[32160],{"type":54,"value":5408},{"type":48,"tag":1351,"props":32162,"children":32163},{"style":1364},[32164],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32166,"children":32167},{"style":2122},[32168],{"type":54,"value":31654},{"type":48,"tag":1351,"props":32170,"children":32171},{"style":1364},[32172],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32174,"children":32175},{"style":5395},[32176],{"type":54,"value":25684},{"type":48,"tag":1351,"props":32178,"children":32179},{"style":1364},[32180],{"type":54,"value":5408},{"type":48,"tag":1351,"props":32182,"children":32183},{"style":1364},[32184],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32186,"children":32187},{"style":2122},[32188],{"type":54,"value":10809},{"type":48,"tag":1351,"props":32190,"children":32191},{"style":1364},[32192],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32194,"children":32195},{"style":5395},[32196],{"type":54,"value":25705},{"type":48,"tag":1351,"props":32198,"children":32199},{"style":1364},[32200],{"type":54,"value":5408},{"type":48,"tag":1351,"props":32202,"children":32203},{"style":1364},[32204],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32206,"children":32207},{"style":2122},[32208],{"type":54,"value":25718},{"type":48,"tag":1351,"props":32210,"children":32211},{"style":1364},[32212],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32214,"children":32215},{"style":5395},[32216],{"type":54,"value":25727},{"type":48,"tag":1351,"props":32218,"children":32219},{"style":1364},[32220],{"type":54,"value":5408},{"type":48,"tag":1351,"props":32222,"children":32223},{"style":1364},[32224],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32226,"children":32227},{"style":2122},[32228],{"type":54,"value":25740},{"type":48,"tag":1351,"props":32230,"children":32231},{"style":1364},[32232],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32234,"children":32235},{"style":5395},[32236],{"type":54,"value":25749},{"type":48,"tag":1351,"props":32238,"children":32239},{"style":1364},[32240],{"type":54,"value":25754},{"type":48,"tag":1351,"props":32242,"children":32243},{"style":2133},[32244],{"type":54,"value":2353},{"type":48,"tag":1351,"props":32246,"children":32247},{"style":1364},[32248],{"type":54,"value":25763},{"type":48,"tag":1351,"props":32250,"children":32251},{"class":1353,"line":11640},[32252,32256,32260,32264,32268,32272,32276,32280,32284,32288,32292,32296,32300,32304,32308,32312,32316,32320],{"type":48,"tag":1351,"props":32253,"children":32254},{"style":1364},[32255],{"type":54,"value":31742},{"type":48,"tag":1351,"props":32257,"children":32258},{"style":5418},[32259],{"type":54,"value":25776},{"type":48,"tag":1351,"props":32261,"children":32262},{"style":5395},[32263],{"type":54,"value":25781},{"type":48,"tag":1351,"props":32265,"children":32266},{"style":1364},[32267],{"type":54,"value":5408},{"type":48,"tag":1351,"props":32269,"children":32270},{"style":1364},[32271],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32273,"children":32274},{"style":2122},[32275],{"type":54,"value":25794},{"type":48,"tag":1351,"props":32277,"children":32278},{"style":1364},[32279],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32281,"children":32282},{"style":5395},[32283],{"type":54,"value":25803},{"type":48,"tag":1351,"props":32285,"children":32286},{"style":1364},[32287],{"type":54,"value":5408},{"type":48,"tag":1351,"props":32289,"children":32290},{"style":1364},[32291],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32293,"children":32294},{"style":2122},[32295],{"type":54,"value":25794},{"type":48,"tag":1351,"props":32297,"children":32298},{"style":1364},[32299],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32301,"children":32302},{"style":5395},[32303],{"type":54,"value":25824},{"type":48,"tag":1351,"props":32305,"children":32306},{"style":1364},[32307],{"type":54,"value":5408},{"type":48,"tag":1351,"props":32309,"children":32310},{"style":1364},[32311],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32313,"children":32314},{"style":2122},[32315],{"type":54,"value":31803},{"type":48,"tag":1351,"props":32317,"children":32318},{"style":1364},[32319],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32321,"children":32322},{"style":1364},[32323],{"type":54,"value":25846},{"type":48,"tag":1351,"props":32325,"children":32326},{"class":1353,"line":11666},[32327,32331,32335],{"type":48,"tag":1351,"props":32328,"children":32329},{"style":1364},[32330],{"type":54,"value":31819},{"type":48,"tag":1351,"props":32332,"children":32333},{"style":5418},[32334],{"type":54,"value":25658},{"type":48,"tag":1351,"props":32336,"children":32337},{"style":1364},[32338],{"type":54,"value":6919},{"type":48,"tag":1351,"props":32340,"children":32341},{"class":1353,"line":11692},[32342],{"type":48,"tag":1351,"props":32343,"children":32344},{"style":1358},[32345],{"type":54,"value":32346},"        Zero egress fees\n",{"type":48,"tag":1351,"props":32348,"children":32349},{"class":1353,"line":11718},[32350,32354,32358],{"type":48,"tag":1351,"props":32351,"children":32352},{"style":1364},[32353],{"type":54,"value":31843},{"type":48,"tag":1351,"props":32355,"children":32356},{"style":5418},[32357],{"type":54,"value":260},{"type":48,"tag":1351,"props":32359,"children":32360},{"style":1364},[32361],{"type":54,"value":6919},{"type":48,"tag":1351,"props":32363,"children":32364},{"class":1353,"line":11726},[32365,32369,32373],{"type":48,"tag":1351,"props":32366,"children":32367},{"style":1364},[32368],{"type":54,"value":29365},{"type":48,"tag":1351,"props":32370,"children":32371},{"style":5418},[32372],{"type":54,"value":256},{"type":48,"tag":1351,"props":32374,"children":32375},{"style":1364},[32376],{"type":54,"value":6919},{"type":48,"tag":1351,"props":32378,"children":32379},{"class":1353,"line":11735},[32380],{"type":48,"tag":1351,"props":32381,"children":32382},{"style":1358},[32383],{"type":54,"value":32384},"    \n",{"type":48,"tag":1351,"props":32386,"children":32387},{"class":1353,"line":11806},[32388,32392,32396,32400,32404,32408,32413,32417],{"type":48,"tag":1351,"props":32389,"children":32390},{"style":1364},[32391],{"type":54,"value":25771},{"type":48,"tag":1351,"props":32393,"children":32394},{"style":5418},[32395],{"type":54,"value":8084},{"type":48,"tag":1351,"props":32397,"children":32398},{"style":5395},[32399],{"type":54,"value":24194},{"type":48,"tag":1351,"props":32401,"children":32402},{"style":1364},[32403],{"type":54,"value":5408},{"type":48,"tag":1351,"props":32405,"children":32406},{"style":1364},[32407],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32409,"children":32410},{"style":2122},[32411],{"type":54,"value":32412},"w-full mt-6 px-4 py-3 rounded-full font-medium bg-[#FF4801] text-white transition-all duration-150 hover:opacity-95",{"type":48,"tag":1351,"props":32414,"children":32415},{"style":1364},[32416],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32418,"children":32419},{"style":1364},[32420],{"type":54,"value":6919},{"type":48,"tag":1351,"props":32422,"children":32423},{"class":1353,"line":11879},[32424],{"type":48,"tag":1351,"props":32425,"children":32426},{"style":1358},[32427],{"type":54,"value":32428},"      Get started\n",{"type":48,"tag":1351,"props":32430,"children":32431},{"class":1353,"line":11887},[32432,32436,32440],{"type":48,"tag":1351,"props":32433,"children":32434},{"style":1364},[32435],{"type":54,"value":29365},{"type":48,"tag":1351,"props":32437,"children":32438},{"style":5418},[32439],{"type":54,"value":8084},{"type":48,"tag":1351,"props":32441,"children":32442},{"style":1364},[32443],{"type":54,"value":6919},{"type":48,"tag":1351,"props":32445,"children":32446},{"class":1353,"line":11896},[32447,32451,32455],{"type":48,"tag":1351,"props":32448,"children":32449},{"style":1364},[32450],{"type":54,"value":25930},{"type":48,"tag":1351,"props":32452,"children":32453},{"style":5418},[32454],{"type":54,"value":15234},{"type":48,"tag":1351,"props":32456,"children":32457},{"style":1364},[32458],{"type":54,"value":6919},{"type":48,"tag":1351,"props":32460,"children":32461},{"class":1353,"line":11917},[32462,32466,32470],{"type":48,"tag":1351,"props":32463,"children":32464},{"style":1364},[32465],{"type":54,"value":7118},{"type":48,"tag":1351,"props":32467,"children":32468},{"style":5418},[32469],{"type":54,"value":15234},{"type":48,"tag":1351,"props":32471,"children":32472},{"style":1364},[32473],{"type":54,"value":6919},{"type":48,"tag":151,"props":32475,"children":32477},{"id":32476},"vanilla-html-10",[32478],{"type":54,"value":24244},{"type":48,"tag":118,"props":32480,"children":32482},{"className":6896,"code":32481,"language":18,"meta":126,"style":126},"\u003Cdiv style=\"\n  position: relative;\n  background: #FFFDFB;\n  border: 1px solid #EBD5C1;\n  overflow: hidden;\n\">\n  \u003C!-- Corner brackets -->\n  \u003Cdiv style=\"position: absolute; top: -4px; left: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5; z-index: 10;\">\u003C\u002Fdiv>\n  \u003Cdiv style=\"position: absolute; top: -4px; right: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5; z-index: 10;\">\u003C\u002Fdiv>\n  \u003Cdiv style=\"position: absolute; bottom: -4px; left: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5; z-index: 10;\">\u003C\u002Fdiv>\n  \u003Cdiv style=\"position: absolute; bottom: -4px; right: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5; z-index: 10;\">\u003C\u002Fdiv>\n  \n  \u003C!-- Header -->\n  \u003Cdiv style=\"padding: 24px; border-bottom: 1px solid rgba(235,213,193,0.5);\">\n    \u003Ch3 style=\"font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 500; color: #521000; margin: 0;\">Pro\u003C\u002Fh3>\n    \u003Cdiv style=\"margin-top: 8px;\">\n      \u003Cspan style=\"font-family: 'Inter', sans-serif; font-size: 30px; font-weight: 500; color: #521000;\">$20\u003C\u002Fspan>\n      \u003Cspan style=\"font-family: 'Inter', sans-serif; font-size: 14px; color: rgba(82,16,0,0.6);\">\u002Fmonth\u003C\u002Fspan>\n    \u003C\u002Fdiv>\n    \u003Cp style=\"font-family: 'Inter', sans-serif; font-size: 14px; color: rgba(82,16,0,0.6); margin: 8px 0 0 0;\">For growing teams and projects\u003C\u002Fp>\n  \u003C\u002Fdiv>\n  \n  \u003C!-- Features -->\n  \u003Cdiv style=\"padding: 24px;\">\n    \u003Cul style=\"list-style: none; margin: 0; padding: 0;\">\n      \u003Cli style=\"display: flex; align-items: flex-start; gap: 12px; font-family: 'Inter', sans-serif; font-size: 14px; color: #521000; margin-bottom: 12px;\">\n        \u003Csvg width=\"20\" height=\"20\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"#FF4801\" stroke-width=\"2\" style=\"flex-shrink: 0; margin-top: 2px;\">\n          \u003Cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\" \u002F>\n        \u003C\u002Fsvg>\n        100 GB storage included\n      \u003C\u002Fli>\n      \u003Cli style=\"display: flex; align-items: flex-start; gap: 12px; font-family: 'Inter', sans-serif; font-size: 14px; color: #521000; margin-bottom: 12px;\">\n        \u003Csvg width=\"20\" height=\"20\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"#FF4801\" stroke-width=\"2\" style=\"flex-shrink: 0; margin-top: 2px;\">\n          \u003Cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\" \u002F>\n        \u003C\u002Fsvg>\n        10 million requests\u002Fmonth\n      \u003C\u002Fli>\n      \u003Cli style=\"display: flex; align-items: flex-start; gap: 12px; font-family: 'Inter', sans-serif; font-size: 14px; color: #521000;\">\n        \u003Csvg width=\"20\" height=\"20\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"#FF4801\" stroke-width=\"2\" style=\"flex-shrink: 0; margin-top: 2px;\">\n          \u003Cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\" \u002F>\n        \u003C\u002Fsvg>\n        Zero egress fees\n      \u003C\u002Fli>\n    \u003C\u002Ful>\n    \n    \u003Cbutton style=\"\n      width: 100%;\n      margin-top: 24px;\n      padding: 12px 16px;\n      border-radius: 9999px;\n      font-family: 'Inter', sans-serif;\n      font-weight: 500;\n      font-size: 16px;\n      background: #FF4801;\n      color: white;\n      border: none;\n      cursor: pointer;\n      transition: opacity 0.15s ease;\n    \">Get started\u003C\u002Fbutton>\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n",[32483],{"type":48,"tag":89,"props":32484,"children":32485},{"__ignoreMap":126},[32486,32509,32516,32523,32530,32538,32549,32556,32600,32644,32688,32732,32739,32747,32783,32835,32871,32923,32975,32990,33042,33057,33064,33072,33108,33144,33180,33336,33411,33426,33433,33448,33483,33638,33713,33728,33735,33750,33786,33941,34016,34031,34038,34053,34068,34075,34098,34106,34114,34122,34130,34138,34146,34154,34162,34170,34178,34186,34194,34223,34238],{"type":48,"tag":1351,"props":32487,"children":32488},{"class":1353,"line":1354},[32489,32493,32497,32501,32505],{"type":48,"tag":1351,"props":32490,"children":32491},{"style":1364},[32492],{"type":54,"value":6909},{"type":48,"tag":1351,"props":32494,"children":32495},{"style":5418},[32496],{"type":54,"value":15234},{"type":48,"tag":1351,"props":32498,"children":32499},{"style":5395},[32500],{"type":54,"value":24267},{"type":48,"tag":1351,"props":32502,"children":32503},{"style":1364},[32504],{"type":54,"value":5408},{"type":48,"tag":1351,"props":32506,"children":32507},{"style":1364},[32508],{"type":54,"value":24276},{"type":48,"tag":1351,"props":32510,"children":32511},{"class":1353,"line":1417},[32512],{"type":48,"tag":1351,"props":32513,"children":32514},{"style":2122},[32515],{"type":54,"value":28539},{"type":48,"tag":1351,"props":32517,"children":32518},{"class":1353,"line":2059},[32519],{"type":48,"tag":1351,"props":32520,"children":32521},{"style":2122},[32522],{"type":54,"value":25462},{"type":48,"tag":1351,"props":32524,"children":32525},{"class":1353,"line":2081},[32526],{"type":48,"tag":1351,"props":32527,"children":32528},{"style":2122},[32529],{"type":54,"value":25093},{"type":48,"tag":1351,"props":32531,"children":32532},{"class":1353,"line":2104},[32533],{"type":48,"tag":1351,"props":32534,"children":32535},{"style":2122},[32536],{"type":54,"value":32537},"  overflow: hidden;\n",{"type":48,"tag":1351,"props":32539,"children":32540},{"class":1353,"line":2164},[32541,32545],{"type":48,"tag":1351,"props":32542,"children":32543},{"style":1364},[32544],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32546,"children":32547},{"style":1364},[32548],{"type":54,"value":6919},{"type":48,"tag":1351,"props":32550,"children":32551},{"class":1353,"line":2713},[32552],{"type":48,"tag":1351,"props":32553,"children":32554},{"style":2657},[32555],{"type":54,"value":28588},{"type":48,"tag":1351,"props":32557,"children":32558},{"class":1353,"line":2722},[32559,32563,32567,32571,32575,32579,32584,32588,32592,32596],{"type":48,"tag":1351,"props":32560,"children":32561},{"style":1364},[32562],{"type":54,"value":15268},{"type":48,"tag":1351,"props":32564,"children":32565},{"style":5418},[32566],{"type":54,"value":15234},{"type":48,"tag":1351,"props":32568,"children":32569},{"style":5395},[32570],{"type":54,"value":24267},{"type":48,"tag":1351,"props":32572,"children":32573},{"style":1364},[32574],{"type":54,"value":5408},{"type":48,"tag":1351,"props":32576,"children":32577},{"style":1364},[32578],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32580,"children":32581},{"style":2122},[32582],{"type":54,"value":32583},"position: absolute; top: -4px; left: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5; z-index: 10;",{"type":48,"tag":1351,"props":32585,"children":32586},{"style":1364},[32587],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32589,"children":32590},{"style":1364},[32591],{"type":54,"value":15327},{"type":48,"tag":1351,"props":32593,"children":32594},{"style":5418},[32595],{"type":54,"value":15234},{"type":48,"tag":1351,"props":32597,"children":32598},{"style":1364},[32599],{"type":54,"value":6919},{"type":48,"tag":1351,"props":32601,"children":32602},{"class":1353,"line":2736},[32603,32607,32611,32615,32619,32623,32628,32632,32636,32640],{"type":48,"tag":1351,"props":32604,"children":32605},{"style":1364},[32606],{"type":54,"value":15268},{"type":48,"tag":1351,"props":32608,"children":32609},{"style":5418},[32610],{"type":54,"value":15234},{"type":48,"tag":1351,"props":32612,"children":32613},{"style":5395},[32614],{"type":54,"value":24267},{"type":48,"tag":1351,"props":32616,"children":32617},{"style":1364},[32618],{"type":54,"value":5408},{"type":48,"tag":1351,"props":32620,"children":32621},{"style":1364},[32622],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32624,"children":32625},{"style":2122},[32626],{"type":54,"value":32627},"position: absolute; top: -4px; right: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5; z-index: 10;",{"type":48,"tag":1351,"props":32629,"children":32630},{"style":1364},[32631],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32633,"children":32634},{"style":1364},[32635],{"type":54,"value":15327},{"type":48,"tag":1351,"props":32637,"children":32638},{"style":5418},[32639],{"type":54,"value":15234},{"type":48,"tag":1351,"props":32641,"children":32642},{"style":1364},[32643],{"type":54,"value":6919},{"type":48,"tag":1351,"props":32645,"children":32646},{"class":1353,"line":2744},[32647,32651,32655,32659,32663,32667,32672,32676,32680,32684],{"type":48,"tag":1351,"props":32648,"children":32649},{"style":1364},[32650],{"type":54,"value":15268},{"type":48,"tag":1351,"props":32652,"children":32653},{"style":5418},[32654],{"type":54,"value":15234},{"type":48,"tag":1351,"props":32656,"children":32657},{"style":5395},[32658],{"type":54,"value":24267},{"type":48,"tag":1351,"props":32660,"children":32661},{"style":1364},[32662],{"type":54,"value":5408},{"type":48,"tag":1351,"props":32664,"children":32665},{"style":1364},[32666],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32668,"children":32669},{"style":2122},[32670],{"type":54,"value":32671},"position: absolute; bottom: -4px; left: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5; z-index: 10;",{"type":48,"tag":1351,"props":32673,"children":32674},{"style":1364},[32675],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32677,"children":32678},{"style":1364},[32679],{"type":54,"value":15327},{"type":48,"tag":1351,"props":32681,"children":32682},{"style":5418},[32683],{"type":54,"value":15234},{"type":48,"tag":1351,"props":32685,"children":32686},{"style":1364},[32687],{"type":54,"value":6919},{"type":48,"tag":1351,"props":32689,"children":32690},{"class":1353,"line":2753},[32691,32695,32699,32703,32707,32711,32716,32720,32724,32728],{"type":48,"tag":1351,"props":32692,"children":32693},{"style":1364},[32694],{"type":54,"value":15268},{"type":48,"tag":1351,"props":32696,"children":32697},{"style":5418},[32698],{"type":54,"value":15234},{"type":48,"tag":1351,"props":32700,"children":32701},{"style":5395},[32702],{"type":54,"value":24267},{"type":48,"tag":1351,"props":32704,"children":32705},{"style":1364},[32706],{"type":54,"value":5408},{"type":48,"tag":1351,"props":32708,"children":32709},{"style":1364},[32710],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32712,"children":32713},{"style":2122},[32714],{"type":54,"value":32715},"position: absolute; bottom: -4px; right: -4px; width: 8px; height: 8px; border: 1px solid #EBD5C1; border-radius: 1.5px; background: #FFFBF5; z-index: 10;",{"type":48,"tag":1351,"props":32717,"children":32718},{"style":1364},[32719],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32721,"children":32722},{"style":1364},[32723],{"type":54,"value":15327},{"type":48,"tag":1351,"props":32725,"children":32726},{"style":5418},[32727],{"type":54,"value":15234},{"type":48,"tag":1351,"props":32729,"children":32730},{"style":1364},[32731],{"type":54,"value":6919},{"type":48,"tag":1351,"props":32733,"children":32734},{"class":1353,"line":2767},[32735],{"type":48,"tag":1351,"props":32736,"children":32737},{"style":1358},[32738],{"type":54,"value":11049},{"type":48,"tag":1351,"props":32740,"children":32741},{"class":1353,"line":2781},[32742],{"type":48,"tag":1351,"props":32743,"children":32744},{"style":2657},[32745],{"type":54,"value":32746},"  \u003C!-- Header -->\n",{"type":48,"tag":1351,"props":32748,"children":32749},{"class":1353,"line":2795},[32750,32754,32758,32762,32766,32770,32775,32779],{"type":48,"tag":1351,"props":32751,"children":32752},{"style":1364},[32753],{"type":54,"value":15268},{"type":48,"tag":1351,"props":32755,"children":32756},{"style":5418},[32757],{"type":54,"value":15234},{"type":48,"tag":1351,"props":32759,"children":32760},{"style":5395},[32761],{"type":54,"value":24267},{"type":48,"tag":1351,"props":32763,"children":32764},{"style":1364},[32765],{"type":54,"value":5408},{"type":48,"tag":1351,"props":32767,"children":32768},{"style":1364},[32769],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32771,"children":32772},{"style":2122},[32773],{"type":54,"value":32774},"padding: 24px; border-bottom: 1px solid rgba(235,213,193,0.5);",{"type":48,"tag":1351,"props":32776,"children":32777},{"style":1364},[32778],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32780,"children":32781},{"style":1364},[32782],{"type":54,"value":6919},{"type":48,"tag":1351,"props":32784,"children":32785},{"class":1353,"line":2803},[32786,32790,32794,32798,32802,32806,32811,32815,32819,32823,32827,32831],{"type":48,"tag":1351,"props":32787,"children":32788},{"style":1364},[32789],{"type":54,"value":25771},{"type":48,"tag":1351,"props":32791,"children":32792},{"style":5418},[32793],{"type":54,"value":151},{"type":48,"tag":1351,"props":32795,"children":32796},{"style":5395},[32797],{"type":54,"value":24267},{"type":48,"tag":1351,"props":32799,"children":32800},{"style":1364},[32801],{"type":54,"value":5408},{"type":48,"tag":1351,"props":32803,"children":32804},{"style":1364},[32805],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32807,"children":32808},{"style":2122},[32809],{"type":54,"value":32810},"font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 500; color: #521000; margin: 0;",{"type":48,"tag":1351,"props":32812,"children":32813},{"style":1364},[32814],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32816,"children":32817},{"style":1364},[32818],{"type":54,"value":28405},{"type":48,"tag":1351,"props":32820,"children":32821},{"style":1358},[32822],{"type":54,"value":31257},{"type":48,"tag":1351,"props":32824,"children":32825},{"style":1364},[32826],{"type":54,"value":7118},{"type":48,"tag":1351,"props":32828,"children":32829},{"style":5418},[32830],{"type":54,"value":151},{"type":48,"tag":1351,"props":32832,"children":32833},{"style":1364},[32834],{"type":54,"value":6919},{"type":48,"tag":1351,"props":32836,"children":32837},{"class":1353,"line":2812},[32838,32842,32846,32850,32854,32858,32863,32867],{"type":48,"tag":1351,"props":32839,"children":32840},{"style":1364},[32841],{"type":54,"value":25771},{"type":48,"tag":1351,"props":32843,"children":32844},{"style":5418},[32845],{"type":54,"value":15234},{"type":48,"tag":1351,"props":32847,"children":32848},{"style":5395},[32849],{"type":54,"value":24267},{"type":48,"tag":1351,"props":32851,"children":32852},{"style":1364},[32853],{"type":54,"value":5408},{"type":48,"tag":1351,"props":32855,"children":32856},{"style":1364},[32857],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32859,"children":32860},{"style":2122},[32861],{"type":54,"value":32862},"margin-top: 8px;",{"type":48,"tag":1351,"props":32864,"children":32865},{"style":1364},[32866],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32868,"children":32869},{"style":1364},[32870],{"type":54,"value":6919},{"type":48,"tag":1351,"props":32872,"children":32873},{"class":1353,"line":2826},[32874,32878,32882,32886,32890,32894,32899,32903,32907,32911,32915,32919],{"type":48,"tag":1351,"props":32875,"children":32876},{"style":1364},[32877],{"type":54,"value":29288},{"type":48,"tag":1351,"props":32879,"children":32880},{"style":5418},[32881],{"type":54,"value":1351},{"type":48,"tag":1351,"props":32883,"children":32884},{"style":5395},[32885],{"type":54,"value":24267},{"type":48,"tag":1351,"props":32887,"children":32888},{"style":1364},[32889],{"type":54,"value":5408},{"type":48,"tag":1351,"props":32891,"children":32892},{"style":1364},[32893],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32895,"children":32896},{"style":2122},[32897],{"type":54,"value":32898},"font-family: 'Inter', sans-serif; font-size: 30px; font-weight: 500; color: #521000;",{"type":48,"tag":1351,"props":32900,"children":32901},{"style":1364},[32902],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32904,"children":32905},{"style":1364},[32906],{"type":54,"value":28405},{"type":48,"tag":1351,"props":32908,"children":32909},{"style":1358},[32910],{"type":54,"value":31346},{"type":48,"tag":1351,"props":32912,"children":32913},{"style":1364},[32914],{"type":54,"value":7118},{"type":48,"tag":1351,"props":32916,"children":32917},{"style":5418},[32918],{"type":54,"value":1351},{"type":48,"tag":1351,"props":32920,"children":32921},{"style":1364},[32922],{"type":54,"value":6919},{"type":48,"tag":1351,"props":32924,"children":32925},{"class":1353,"line":5128},[32926,32930,32934,32938,32942,32946,32951,32955,32959,32963,32967,32971],{"type":48,"tag":1351,"props":32927,"children":32928},{"style":1364},[32929],{"type":54,"value":29288},{"type":48,"tag":1351,"props":32931,"children":32932},{"style":5418},[32933],{"type":54,"value":1351},{"type":48,"tag":1351,"props":32935,"children":32936},{"style":5395},[32937],{"type":54,"value":24267},{"type":48,"tag":1351,"props":32939,"children":32940},{"style":1364},[32941],{"type":54,"value":5408},{"type":48,"tag":1351,"props":32943,"children":32944},{"style":1364},[32945],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32947,"children":32948},{"style":2122},[32949],{"type":54,"value":32950},"font-family: 'Inter', sans-serif; font-size: 14px; color: rgba(82,16,0,0.6);",{"type":48,"tag":1351,"props":32952,"children":32953},{"style":1364},[32954],{"type":54,"value":2130},{"type":48,"tag":1351,"props":32956,"children":32957},{"style":1364},[32958],{"type":54,"value":28405},{"type":48,"tag":1351,"props":32960,"children":32961},{"style":1358},[32962],{"type":54,"value":31399},{"type":48,"tag":1351,"props":32964,"children":32965},{"style":1364},[32966],{"type":54,"value":7118},{"type":48,"tag":1351,"props":32968,"children":32969},{"style":5418},[32970],{"type":54,"value":1351},{"type":48,"tag":1351,"props":32972,"children":32973},{"style":1364},[32974],{"type":54,"value":6919},{"type":48,"tag":1351,"props":32976,"children":32977},{"class":1353,"line":5136},[32978,32982,32986],{"type":48,"tag":1351,"props":32979,"children":32980},{"style":1364},[32981],{"type":54,"value":29365},{"type":48,"tag":1351,"props":32983,"children":32984},{"style":5418},[32985],{"type":54,"value":15234},{"type":48,"tag":1351,"props":32987,"children":32988},{"style":1364},[32989],{"type":54,"value":6919},{"type":48,"tag":1351,"props":32991,"children":32992},{"class":1353,"line":5145},[32993,32997,33001,33005,33009,33013,33018,33022,33026,33030,33034,33038],{"type":48,"tag":1351,"props":32994,"children":32995},{"style":1364},[32996],{"type":54,"value":25771},{"type":48,"tag":1351,"props":32998,"children":32999},{"style":5418},[33000],{"type":54,"value":61},{"type":48,"tag":1351,"props":33002,"children":33003},{"style":5395},[33004],{"type":54,"value":24267},{"type":48,"tag":1351,"props":33006,"children":33007},{"style":1364},[33008],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33010,"children":33011},{"style":1364},[33012],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33014,"children":33015},{"style":2122},[33016],{"type":54,"value":33017},"font-family: 'Inter', sans-serif; font-size: 14px; color: rgba(82,16,0,0.6); margin: 8px 0 0 0;",{"type":48,"tag":1351,"props":33019,"children":33020},{"style":1364},[33021],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33023,"children":33024},{"style":1364},[33025],{"type":54,"value":28405},{"type":48,"tag":1351,"props":33027,"children":33028},{"style":1358},[33029],{"type":54,"value":31467},{"type":48,"tag":1351,"props":33031,"children":33032},{"style":1364},[33033],{"type":54,"value":7118},{"type":48,"tag":1351,"props":33035,"children":33036},{"style":5418},[33037],{"type":54,"value":61},{"type":48,"tag":1351,"props":33039,"children":33040},{"style":1364},[33041],{"type":54,"value":6919},{"type":48,"tag":1351,"props":33043,"children":33044},{"class":1353,"line":5162},[33045,33049,33053],{"type":48,"tag":1351,"props":33046,"children":33047},{"style":1364},[33048],{"type":54,"value":25930},{"type":48,"tag":1351,"props":33050,"children":33051},{"style":5418},[33052],{"type":54,"value":15234},{"type":48,"tag":1351,"props":33054,"children":33055},{"style":1364},[33056],{"type":54,"value":6919},{"type":48,"tag":1351,"props":33058,"children":33059},{"class":1353,"line":5195},[33060],{"type":48,"tag":1351,"props":33061,"children":33062},{"style":1358},[33063],{"type":54,"value":11049},{"type":48,"tag":1351,"props":33065,"children":33066},{"class":1353,"line":5237},[33067],{"type":48,"tag":1351,"props":33068,"children":33069},{"style":2657},[33070],{"type":54,"value":33071},"  \u003C!-- Features -->\n",{"type":48,"tag":1351,"props":33073,"children":33074},{"class":1353,"line":5245},[33075,33079,33083,33087,33091,33095,33100,33104],{"type":48,"tag":1351,"props":33076,"children":33077},{"style":1364},[33078],{"type":54,"value":15268},{"type":48,"tag":1351,"props":33080,"children":33081},{"style":5418},[33082],{"type":54,"value":15234},{"type":48,"tag":1351,"props":33084,"children":33085},{"style":5395},[33086],{"type":54,"value":24267},{"type":48,"tag":1351,"props":33088,"children":33089},{"style":1364},[33090],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33092,"children":33093},{"style":1364},[33094],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33096,"children":33097},{"style":2122},[33098],{"type":54,"value":33099},"padding: 24px;",{"type":48,"tag":1351,"props":33101,"children":33102},{"style":1364},[33103],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33105,"children":33106},{"style":1364},[33107],{"type":54,"value":6919},{"type":48,"tag":1351,"props":33109,"children":33110},{"class":1353,"line":5253},[33111,33115,33119,33123,33127,33131,33136,33140],{"type":48,"tag":1351,"props":33112,"children":33113},{"style":1364},[33114],{"type":54,"value":25771},{"type":48,"tag":1351,"props":33116,"children":33117},{"style":5418},[33118],{"type":54,"value":256},{"type":48,"tag":1351,"props":33120,"children":33121},{"style":5395},[33122],{"type":54,"value":24267},{"type":48,"tag":1351,"props":33124,"children":33125},{"style":1364},[33126],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33128,"children":33129},{"style":1364},[33130],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33132,"children":33133},{"style":2122},[33134],{"type":54,"value":33135},"list-style: none; margin: 0; padding: 0;",{"type":48,"tag":1351,"props":33137,"children":33138},{"style":1364},[33139],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33141,"children":33142},{"style":1364},[33143],{"type":54,"value":6919},{"type":48,"tag":1351,"props":33145,"children":33146},{"class":1353,"line":5262},[33147,33151,33155,33159,33163,33167,33172,33176],{"type":48,"tag":1351,"props":33148,"children":33149},{"style":1364},[33150],{"type":54,"value":29288},{"type":48,"tag":1351,"props":33152,"children":33153},{"style":5418},[33154],{"type":54,"value":260},{"type":48,"tag":1351,"props":33156,"children":33157},{"style":5395},[33158],{"type":54,"value":24267},{"type":48,"tag":1351,"props":33160,"children":33161},{"style":1364},[33162],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33164,"children":33165},{"style":1364},[33166],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33168,"children":33169},{"style":2122},[33170],{"type":54,"value":33171},"display: flex; align-items: flex-start; gap: 12px; font-family: 'Inter', sans-serif; font-size: 14px; color: #521000; margin-bottom: 12px;",{"type":48,"tag":1351,"props":33173,"children":33174},{"style":1364},[33175],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33177,"children":33178},{"style":1364},[33179],{"type":54,"value":6919},{"type":48,"tag":1351,"props":33181,"children":33182},{"class":1353,"line":5279},[33183,33187,33191,33195,33199,33203,33207,33211,33215,33219,33223,33227,33231,33235,33239,33243,33247,33251,33255,33259,33263,33267,33271,33275,33279,33283,33287,33291,33295,33299,33303,33307,33311,33315,33319,33323,33328,33332],{"type":48,"tag":1351,"props":33184,"children":33185},{"style":1364},[33186],{"type":54,"value":31633},{"type":48,"tag":1351,"props":33188,"children":33189},{"style":5418},[33190],{"type":54,"value":25658},{"type":48,"tag":1351,"props":33192,"children":33193},{"style":5395},[33194],{"type":54,"value":5176},{"type":48,"tag":1351,"props":33196,"children":33197},{"style":1364},[33198],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33200,"children":33201},{"style":1364},[33202],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33204,"children":33205},{"style":2122},[33206],{"type":54,"value":2596},{"type":48,"tag":1351,"props":33208,"children":33209},{"style":1364},[33210],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33212,"children":33213},{"style":5395},[33214],{"type":54,"value":26156},{"type":48,"tag":1351,"props":33216,"children":33217},{"style":1364},[33218],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33220,"children":33221},{"style":1364},[33222],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33224,"children":33225},{"style":2122},[33226],{"type":54,"value":2596},{"type":48,"tag":1351,"props":33228,"children":33229},{"style":1364},[33230],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33232,"children":33233},{"style":5395},[33234],{"type":54,"value":25684},{"type":48,"tag":1351,"props":33236,"children":33237},{"style":1364},[33238],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33240,"children":33241},{"style":1364},[33242],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33244,"children":33245},{"style":2122},[33246],{"type":54,"value":10809},{"type":48,"tag":1351,"props":33248,"children":33249},{"style":1364},[33250],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33252,"children":33253},{"style":5395},[33254],{"type":54,"value":25705},{"type":48,"tag":1351,"props":33256,"children":33257},{"style":1364},[33258],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33260,"children":33261},{"style":1364},[33262],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33264,"children":33265},{"style":2122},[33266],{"type":54,"value":25718},{"type":48,"tag":1351,"props":33268,"children":33269},{"style":1364},[33270],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33272,"children":33273},{"style":5395},[33274],{"type":54,"value":25727},{"type":48,"tag":1351,"props":33276,"children":33277},{"style":1364},[33278],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33280,"children":33281},{"style":1364},[33282],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33284,"children":33285},{"style":2122},[33286],{"type":54,"value":414},{"type":48,"tag":1351,"props":33288,"children":33289},{"style":1364},[33290],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33292,"children":33293},{"style":5395},[33294],{"type":54,"value":26237},{"type":48,"tag":1351,"props":33296,"children":33297},{"style":1364},[33298],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33300,"children":33301},{"style":1364},[33302],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33304,"children":33305},{"style":2122},[33306],{"type":54,"value":2353},{"type":48,"tag":1351,"props":33308,"children":33309},{"style":1364},[33310],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33312,"children":33313},{"style":5395},[33314],{"type":54,"value":24267},{"type":48,"tag":1351,"props":33316,"children":33317},{"style":1364},[33318],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33320,"children":33321},{"style":1364},[33322],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33324,"children":33325},{"style":2122},[33326],{"type":54,"value":33327},"flex-shrink: 0; margin-top: 2px;",{"type":48,"tag":1351,"props":33329,"children":33330},{"style":1364},[33331],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33333,"children":33334},{"style":1364},[33335],{"type":54,"value":6919},{"type":48,"tag":1351,"props":33337,"children":33338},{"class":1353,"line":5320},[33339,33343,33347,33351,33355,33359,33363,33367,33371,33375,33379,33383,33387,33391,33395,33399,33403,33407],{"type":48,"tag":1351,"props":33340,"children":33341},{"style":1364},[33342],{"type":54,"value":31742},{"type":48,"tag":1351,"props":33344,"children":33345},{"style":5418},[33346],{"type":54,"value":25776},{"type":48,"tag":1351,"props":33348,"children":33349},{"style":5395},[33350],{"type":54,"value":26273},{"type":48,"tag":1351,"props":33352,"children":33353},{"style":1364},[33354],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33356,"children":33357},{"style":1364},[33358],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33360,"children":33361},{"style":2122},[33362],{"type":54,"value":25794},{"type":48,"tag":1351,"props":33364,"children":33365},{"style":1364},[33366],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33368,"children":33369},{"style":5395},[33370],{"type":54,"value":26294},{"type":48,"tag":1351,"props":33372,"children":33373},{"style":1364},[33374],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33376,"children":33377},{"style":1364},[33378],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33380,"children":33381},{"style":2122},[33382],{"type":54,"value":25794},{"type":48,"tag":1351,"props":33384,"children":33385},{"style":1364},[33386],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33388,"children":33389},{"style":5395},[33390],{"type":54,"value":25824},{"type":48,"tag":1351,"props":33392,"children":33393},{"style":1364},[33394],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33396,"children":33397},{"style":1364},[33398],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33400,"children":33401},{"style":2122},[33402],{"type":54,"value":31803},{"type":48,"tag":1351,"props":33404,"children":33405},{"style":1364},[33406],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33408,"children":33409},{"style":1364},[33410],{"type":54,"value":25846},{"type":48,"tag":1351,"props":33412,"children":33413},{"class":1353,"line":5361},[33414,33418,33422],{"type":48,"tag":1351,"props":33415,"children":33416},{"style":1364},[33417],{"type":54,"value":31819},{"type":48,"tag":1351,"props":33419,"children":33420},{"style":5418},[33421],{"type":54,"value":25658},{"type":48,"tag":1351,"props":33423,"children":33424},{"style":1364},[33425],{"type":54,"value":6919},{"type":48,"tag":1351,"props":33427,"children":33428},{"class":1353,"line":11545},[33429],{"type":48,"tag":1351,"props":33430,"children":33431},{"style":1358},[33432],{"type":54,"value":31835},{"type":48,"tag":1351,"props":33434,"children":33435},{"class":1353,"line":11571},[33436,33440,33444],{"type":48,"tag":1351,"props":33437,"children":33438},{"style":1364},[33439],{"type":54,"value":31843},{"type":48,"tag":1351,"props":33441,"children":33442},{"style":5418},[33443],{"type":54,"value":260},{"type":48,"tag":1351,"props":33445,"children":33446},{"style":1364},[33447],{"type":54,"value":6919},{"type":48,"tag":1351,"props":33449,"children":33450},{"class":1353,"line":11597},[33451,33455,33459,33463,33467,33471,33475,33479],{"type":48,"tag":1351,"props":33452,"children":33453},{"style":1364},[33454],{"type":54,"value":29288},{"type":48,"tag":1351,"props":33456,"children":33457},{"style":5418},[33458],{"type":54,"value":260},{"type":48,"tag":1351,"props":33460,"children":33461},{"style":5395},[33462],{"type":54,"value":24267},{"type":48,"tag":1351,"props":33464,"children":33465},{"style":1364},[33466],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33468,"children":33469},{"style":1364},[33470],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33472,"children":33473},{"style":2122},[33474],{"type":54,"value":33171},{"type":48,"tag":1351,"props":33476,"children":33477},{"style":1364},[33478],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33480,"children":33481},{"style":1364},[33482],{"type":54,"value":6919},{"type":48,"tag":1351,"props":33484,"children":33485},{"class":1353,"line":11623},[33486,33490,33494,33498,33502,33506,33510,33514,33518,33522,33526,33530,33534,33538,33542,33546,33550,33554,33558,33562,33566,33570,33574,33578,33582,33586,33590,33594,33598,33602,33606,33610,33614,33618,33622,33626,33630,33634],{"type":48,"tag":1351,"props":33487,"children":33488},{"style":1364},[33489],{"type":54,"value":31633},{"type":48,"tag":1351,"props":33491,"children":33492},{"style":5418},[33493],{"type":54,"value":25658},{"type":48,"tag":1351,"props":33495,"children":33496},{"style":5395},[33497],{"type":54,"value":5176},{"type":48,"tag":1351,"props":33499,"children":33500},{"style":1364},[33501],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33503,"children":33504},{"style":1364},[33505],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33507,"children":33508},{"style":2122},[33509],{"type":54,"value":2596},{"type":48,"tag":1351,"props":33511,"children":33512},{"style":1364},[33513],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33515,"children":33516},{"style":5395},[33517],{"type":54,"value":26156},{"type":48,"tag":1351,"props":33519,"children":33520},{"style":1364},[33521],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33523,"children":33524},{"style":1364},[33525],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33527,"children":33528},{"style":2122},[33529],{"type":54,"value":2596},{"type":48,"tag":1351,"props":33531,"children":33532},{"style":1364},[33533],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33535,"children":33536},{"style":5395},[33537],{"type":54,"value":25684},{"type":48,"tag":1351,"props":33539,"children":33540},{"style":1364},[33541],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33543,"children":33544},{"style":1364},[33545],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33547,"children":33548},{"style":2122},[33549],{"type":54,"value":10809},{"type":48,"tag":1351,"props":33551,"children":33552},{"style":1364},[33553],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33555,"children":33556},{"style":5395},[33557],{"type":54,"value":25705},{"type":48,"tag":1351,"props":33559,"children":33560},{"style":1364},[33561],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33563,"children":33564},{"style":1364},[33565],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33567,"children":33568},{"style":2122},[33569],{"type":54,"value":25718},{"type":48,"tag":1351,"props":33571,"children":33572},{"style":1364},[33573],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33575,"children":33576},{"style":5395},[33577],{"type":54,"value":25727},{"type":48,"tag":1351,"props":33579,"children":33580},{"style":1364},[33581],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33583,"children":33584},{"style":1364},[33585],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33587,"children":33588},{"style":2122},[33589],{"type":54,"value":414},{"type":48,"tag":1351,"props":33591,"children":33592},{"style":1364},[33593],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33595,"children":33596},{"style":5395},[33597],{"type":54,"value":26237},{"type":48,"tag":1351,"props":33599,"children":33600},{"style":1364},[33601],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33603,"children":33604},{"style":1364},[33605],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33607,"children":33608},{"style":2122},[33609],{"type":54,"value":2353},{"type":48,"tag":1351,"props":33611,"children":33612},{"style":1364},[33613],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33615,"children":33616},{"style":5395},[33617],{"type":54,"value":24267},{"type":48,"tag":1351,"props":33619,"children":33620},{"style":1364},[33621],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33623,"children":33624},{"style":1364},[33625],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33627,"children":33628},{"style":2122},[33629],{"type":54,"value":33327},{"type":48,"tag":1351,"props":33631,"children":33632},{"style":1364},[33633],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33635,"children":33636},{"style":1364},[33637],{"type":54,"value":6919},{"type":48,"tag":1351,"props":33639,"children":33640},{"class":1353,"line":11631},[33641,33645,33649,33653,33657,33661,33665,33669,33673,33677,33681,33685,33689,33693,33697,33701,33705,33709],{"type":48,"tag":1351,"props":33642,"children":33643},{"style":1364},[33644],{"type":54,"value":31742},{"type":48,"tag":1351,"props":33646,"children":33647},{"style":5418},[33648],{"type":54,"value":25776},{"type":48,"tag":1351,"props":33650,"children":33651},{"style":5395},[33652],{"type":54,"value":26273},{"type":48,"tag":1351,"props":33654,"children":33655},{"style":1364},[33656],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33658,"children":33659},{"style":1364},[33660],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33662,"children":33663},{"style":2122},[33664],{"type":54,"value":25794},{"type":48,"tag":1351,"props":33666,"children":33667},{"style":1364},[33668],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33670,"children":33671},{"style":5395},[33672],{"type":54,"value":26294},{"type":48,"tag":1351,"props":33674,"children":33675},{"style":1364},[33676],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33678,"children":33679},{"style":1364},[33680],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33682,"children":33683},{"style":2122},[33684],{"type":54,"value":25794},{"type":48,"tag":1351,"props":33686,"children":33687},{"style":1364},[33688],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33690,"children":33691},{"style":5395},[33692],{"type":54,"value":25824},{"type":48,"tag":1351,"props":33694,"children":33695},{"style":1364},[33696],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33698,"children":33699},{"style":1364},[33700],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33702,"children":33703},{"style":2122},[33704],{"type":54,"value":31803},{"type":48,"tag":1351,"props":33706,"children":33707},{"style":1364},[33708],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33710,"children":33711},{"style":1364},[33712],{"type":54,"value":25846},{"type":48,"tag":1351,"props":33714,"children":33715},{"class":1353,"line":11640},[33716,33720,33724],{"type":48,"tag":1351,"props":33717,"children":33718},{"style":1364},[33719],{"type":54,"value":31819},{"type":48,"tag":1351,"props":33721,"children":33722},{"style":5418},[33723],{"type":54,"value":25658},{"type":48,"tag":1351,"props":33725,"children":33726},{"style":1364},[33727],{"type":54,"value":6919},{"type":48,"tag":1351,"props":33729,"children":33730},{"class":1353,"line":11666},[33731],{"type":48,"tag":1351,"props":33732,"children":33733},{"style":1358},[33734],{"type":54,"value":32091},{"type":48,"tag":1351,"props":33736,"children":33737},{"class":1353,"line":11692},[33738,33742,33746],{"type":48,"tag":1351,"props":33739,"children":33740},{"style":1364},[33741],{"type":54,"value":31843},{"type":48,"tag":1351,"props":33743,"children":33744},{"style":5418},[33745],{"type":54,"value":260},{"type":48,"tag":1351,"props":33747,"children":33748},{"style":1364},[33749],{"type":54,"value":6919},{"type":48,"tag":1351,"props":33751,"children":33752},{"class":1353,"line":11718},[33753,33757,33761,33765,33769,33773,33778,33782],{"type":48,"tag":1351,"props":33754,"children":33755},{"style":1364},[33756],{"type":54,"value":29288},{"type":48,"tag":1351,"props":33758,"children":33759},{"style":5418},[33760],{"type":54,"value":260},{"type":48,"tag":1351,"props":33762,"children":33763},{"style":5395},[33764],{"type":54,"value":24267},{"type":48,"tag":1351,"props":33766,"children":33767},{"style":1364},[33768],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33770,"children":33771},{"style":1364},[33772],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33774,"children":33775},{"style":2122},[33776],{"type":54,"value":33777},"display: flex; align-items: flex-start; gap: 12px; font-family: 'Inter', sans-serif; font-size: 14px; color: #521000;",{"type":48,"tag":1351,"props":33779,"children":33780},{"style":1364},[33781],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33783,"children":33784},{"style":1364},[33785],{"type":54,"value":6919},{"type":48,"tag":1351,"props":33787,"children":33788},{"class":1353,"line":11726},[33789,33793,33797,33801,33805,33809,33813,33817,33821,33825,33829,33833,33837,33841,33845,33849,33853,33857,33861,33865,33869,33873,33877,33881,33885,33889,33893,33897,33901,33905,33909,33913,33917,33921,33925,33929,33933,33937],{"type":48,"tag":1351,"props":33790,"children":33791},{"style":1364},[33792],{"type":54,"value":31633},{"type":48,"tag":1351,"props":33794,"children":33795},{"style":5418},[33796],{"type":54,"value":25658},{"type":48,"tag":1351,"props":33798,"children":33799},{"style":5395},[33800],{"type":54,"value":5176},{"type":48,"tag":1351,"props":33802,"children":33803},{"style":1364},[33804],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33806,"children":33807},{"style":1364},[33808],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33810,"children":33811},{"style":2122},[33812],{"type":54,"value":2596},{"type":48,"tag":1351,"props":33814,"children":33815},{"style":1364},[33816],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33818,"children":33819},{"style":5395},[33820],{"type":54,"value":26156},{"type":48,"tag":1351,"props":33822,"children":33823},{"style":1364},[33824],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33826,"children":33827},{"style":1364},[33828],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33830,"children":33831},{"style":2122},[33832],{"type":54,"value":2596},{"type":48,"tag":1351,"props":33834,"children":33835},{"style":1364},[33836],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33838,"children":33839},{"style":5395},[33840],{"type":54,"value":25684},{"type":48,"tag":1351,"props":33842,"children":33843},{"style":1364},[33844],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33846,"children":33847},{"style":1364},[33848],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33850,"children":33851},{"style":2122},[33852],{"type":54,"value":10809},{"type":48,"tag":1351,"props":33854,"children":33855},{"style":1364},[33856],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33858,"children":33859},{"style":5395},[33860],{"type":54,"value":25705},{"type":48,"tag":1351,"props":33862,"children":33863},{"style":1364},[33864],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33866,"children":33867},{"style":1364},[33868],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33870,"children":33871},{"style":2122},[33872],{"type":54,"value":25718},{"type":48,"tag":1351,"props":33874,"children":33875},{"style":1364},[33876],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33878,"children":33879},{"style":5395},[33880],{"type":54,"value":25727},{"type":48,"tag":1351,"props":33882,"children":33883},{"style":1364},[33884],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33886,"children":33887},{"style":1364},[33888],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33890,"children":33891},{"style":2122},[33892],{"type":54,"value":414},{"type":48,"tag":1351,"props":33894,"children":33895},{"style":1364},[33896],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33898,"children":33899},{"style":5395},[33900],{"type":54,"value":26237},{"type":48,"tag":1351,"props":33902,"children":33903},{"style":1364},[33904],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33906,"children":33907},{"style":1364},[33908],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33910,"children":33911},{"style":2122},[33912],{"type":54,"value":2353},{"type":48,"tag":1351,"props":33914,"children":33915},{"style":1364},[33916],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33918,"children":33919},{"style":5395},[33920],{"type":54,"value":24267},{"type":48,"tag":1351,"props":33922,"children":33923},{"style":1364},[33924],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33926,"children":33927},{"style":1364},[33928],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33930,"children":33931},{"style":2122},[33932],{"type":54,"value":33327},{"type":48,"tag":1351,"props":33934,"children":33935},{"style":1364},[33936],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33938,"children":33939},{"style":1364},[33940],{"type":54,"value":6919},{"type":48,"tag":1351,"props":33942,"children":33943},{"class":1353,"line":11735},[33944,33948,33952,33956,33960,33964,33968,33972,33976,33980,33984,33988,33992,33996,34000,34004,34008,34012],{"type":48,"tag":1351,"props":33945,"children":33946},{"style":1364},[33947],{"type":54,"value":31742},{"type":48,"tag":1351,"props":33949,"children":33950},{"style":5418},[33951],{"type":54,"value":25776},{"type":48,"tag":1351,"props":33953,"children":33954},{"style":5395},[33955],{"type":54,"value":26273},{"type":48,"tag":1351,"props":33957,"children":33958},{"style":1364},[33959],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33961,"children":33962},{"style":1364},[33963],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33965,"children":33966},{"style":2122},[33967],{"type":54,"value":25794},{"type":48,"tag":1351,"props":33969,"children":33970},{"style":1364},[33971],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33973,"children":33974},{"style":5395},[33975],{"type":54,"value":26294},{"type":48,"tag":1351,"props":33977,"children":33978},{"style":1364},[33979],{"type":54,"value":5408},{"type":48,"tag":1351,"props":33981,"children":33982},{"style":1364},[33983],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33985,"children":33986},{"style":2122},[33987],{"type":54,"value":25794},{"type":48,"tag":1351,"props":33989,"children":33990},{"style":1364},[33991],{"type":54,"value":2130},{"type":48,"tag":1351,"props":33993,"children":33994},{"style":5395},[33995],{"type":54,"value":25824},{"type":48,"tag":1351,"props":33997,"children":33998},{"style":1364},[33999],{"type":54,"value":5408},{"type":48,"tag":1351,"props":34001,"children":34002},{"style":1364},[34003],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34005,"children":34006},{"style":2122},[34007],{"type":54,"value":31803},{"type":48,"tag":1351,"props":34009,"children":34010},{"style":1364},[34011],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34013,"children":34014},{"style":1364},[34015],{"type":54,"value":25846},{"type":48,"tag":1351,"props":34017,"children":34018},{"class":1353,"line":11806},[34019,34023,34027],{"type":48,"tag":1351,"props":34020,"children":34021},{"style":1364},[34022],{"type":54,"value":31819},{"type":48,"tag":1351,"props":34024,"children":34025},{"style":5418},[34026],{"type":54,"value":25658},{"type":48,"tag":1351,"props":34028,"children":34029},{"style":1364},[34030],{"type":54,"value":6919},{"type":48,"tag":1351,"props":34032,"children":34033},{"class":1353,"line":11879},[34034],{"type":48,"tag":1351,"props":34035,"children":34036},{"style":1358},[34037],{"type":54,"value":32346},{"type":48,"tag":1351,"props":34039,"children":34040},{"class":1353,"line":11887},[34041,34045,34049],{"type":48,"tag":1351,"props":34042,"children":34043},{"style":1364},[34044],{"type":54,"value":31843},{"type":48,"tag":1351,"props":34046,"children":34047},{"style":5418},[34048],{"type":54,"value":260},{"type":48,"tag":1351,"props":34050,"children":34051},{"style":1364},[34052],{"type":54,"value":6919},{"type":48,"tag":1351,"props":34054,"children":34055},{"class":1353,"line":11896},[34056,34060,34064],{"type":48,"tag":1351,"props":34057,"children":34058},{"style":1364},[34059],{"type":54,"value":29365},{"type":48,"tag":1351,"props":34061,"children":34062},{"style":5418},[34063],{"type":54,"value":256},{"type":48,"tag":1351,"props":34065,"children":34066},{"style":1364},[34067],{"type":54,"value":6919},{"type":48,"tag":1351,"props":34069,"children":34070},{"class":1353,"line":11917},[34071],{"type":48,"tag":1351,"props":34072,"children":34073},{"style":1358},[34074],{"type":54,"value":32384},{"type":48,"tag":1351,"props":34076,"children":34077},{"class":1353,"line":11925},[34078,34082,34086,34090,34094],{"type":48,"tag":1351,"props":34079,"children":34080},{"style":1364},[34081],{"type":54,"value":25771},{"type":48,"tag":1351,"props":34083,"children":34084},{"style":5418},[34085],{"type":54,"value":8084},{"type":48,"tag":1351,"props":34087,"children":34088},{"style":5395},[34089],{"type":54,"value":24267},{"type":48,"tag":1351,"props":34091,"children":34092},{"style":1364},[34093],{"type":54,"value":5408},{"type":48,"tag":1351,"props":34095,"children":34096},{"style":1364},[34097],{"type":54,"value":24276},{"type":48,"tag":1351,"props":34099,"children":34100},{"class":1353,"line":11934},[34101],{"type":48,"tag":1351,"props":34102,"children":34103},{"style":2122},[34104],{"type":54,"value":34105},"      width: 100%;\n",{"type":48,"tag":1351,"props":34107,"children":34108},{"class":1353,"line":11955},[34109],{"type":48,"tag":1351,"props":34110,"children":34111},{"style":2122},[34112],{"type":54,"value":34113},"      margin-top: 24px;\n",{"type":48,"tag":1351,"props":34115,"children":34116},{"class":1353,"line":11976},[34117],{"type":48,"tag":1351,"props":34118,"children":34119},{"style":2122},[34120],{"type":54,"value":34121},"      padding: 12px 16px;\n",{"type":48,"tag":1351,"props":34123,"children":34124},{"class":1353,"line":11997},[34125],{"type":48,"tag":1351,"props":34126,"children":34127},{"style":2122},[34128],{"type":54,"value":34129},"      border-radius: 9999px;\n",{"type":48,"tag":1351,"props":34131,"children":34132},{"class":1353,"line":12018},[34133],{"type":48,"tag":1351,"props":34134,"children":34135},{"style":2122},[34136],{"type":54,"value":34137},"      font-family: 'Inter', sans-serif;\n",{"type":48,"tag":1351,"props":34139,"children":34140},{"class":1353,"line":12040},[34141],{"type":48,"tag":1351,"props":34142,"children":34143},{"style":2122},[34144],{"type":54,"value":34145},"      font-weight: 500;\n",{"type":48,"tag":1351,"props":34147,"children":34148},{"class":1353,"line":12048},[34149],{"type":48,"tag":1351,"props":34150,"children":34151},{"style":2122},[34152],{"type":54,"value":34153},"      font-size: 16px;\n",{"type":48,"tag":1351,"props":34155,"children":34156},{"class":1353,"line":12057},[34157],{"type":48,"tag":1351,"props":34158,"children":34159},{"style":2122},[34160],{"type":54,"value":34161},"      background: #FF4801;\n",{"type":48,"tag":1351,"props":34163,"children":34164},{"class":1353,"line":12123},[34165],{"type":48,"tag":1351,"props":34166,"children":34167},{"style":2122},[34168],{"type":54,"value":34169},"      color: white;\n",{"type":48,"tag":1351,"props":34171,"children":34172},{"class":1353,"line":12243},[34173],{"type":48,"tag":1351,"props":34174,"children":34175},{"style":2122},[34176],{"type":54,"value":34177},"      border: none;\n",{"type":48,"tag":1351,"props":34179,"children":34180},{"class":1353,"line":12372},[34181],{"type":48,"tag":1351,"props":34182,"children":34183},{"style":2122},[34184],{"type":54,"value":34185},"      cursor: pointer;\n",{"type":48,"tag":1351,"props":34187,"children":34188},{"class":1353,"line":12441},[34189],{"type":48,"tag":1351,"props":34190,"children":34191},{"style":2122},[34192],{"type":54,"value":34193},"      transition: opacity 0.15s ease;\n",{"type":48,"tag":1351,"props":34195,"children":34196},{"class":1353,"line":12449},[34197,34202,34206,34211,34215,34219],{"type":48,"tag":1351,"props":34198,"children":34199},{"style":1364},[34200],{"type":54,"value":34201},"    \"",{"type":48,"tag":1351,"props":34203,"children":34204},{"style":1364},[34205],{"type":54,"value":28405},{"type":48,"tag":1351,"props":34207,"children":34208},{"style":1358},[34209],{"type":54,"value":34210},"Get started",{"type":48,"tag":1351,"props":34212,"children":34213},{"style":1364},[34214],{"type":54,"value":7118},{"type":48,"tag":1351,"props":34216,"children":34217},{"style":5418},[34218],{"type":54,"value":8084},{"type":48,"tag":1351,"props":34220,"children":34221},{"style":1364},[34222],{"type":54,"value":6919},{"type":48,"tag":1351,"props":34224,"children":34225},{"class":1353,"line":12458},[34226,34230,34234],{"type":48,"tag":1351,"props":34227,"children":34228},{"style":1364},[34229],{"type":54,"value":25930},{"type":48,"tag":1351,"props":34231,"children":34232},{"style":5418},[34233],{"type":54,"value":15234},{"type":48,"tag":1351,"props":34235,"children":34236},{"style":1364},[34237],{"type":54,"value":6919},{"type":48,"tag":1351,"props":34239,"children":34240},{"class":1353,"line":12512},[34241,34245,34249],{"type":48,"tag":1351,"props":34242,"children":34243},{"style":1364},[34244],{"type":54,"value":7118},{"type":48,"tag":1351,"props":34246,"children":34247},{"style":5418},[34248],{"type":54,"value":15234},{"type":48,"tag":1351,"props":34250,"children":34251},{"style":1364},[34252],{"type":54,"value":6919},{"type":48,"tag":107,"props":34254,"children":34255},{},[],{"type":48,"tag":111,"props":34257,"children":34259},{"id":34258},"card-comparison-row",[34260],{"type":54,"value":34261},"CARD-COMPARISON-ROW",{"type":48,"tag":61,"props":34263,"children":34264},{},[34265],{"type":54,"value":34266},"Side-by-side comparison row with progress bar — useful for \"us vs. them\" feature\u002Fpricing comparisons.",{"type":48,"tag":151,"props":34268,"children":34270},{"id":34269},"react-tailwind-11",[34271],{"type":54,"value":24169},{"type":48,"tag":118,"props":34273,"children":34275},{"className":24172,"code":34274,"language":24174,"meta":126,"style":126},"\u003Cdiv className=\"relative bg-[#FFFDFB] border border-[#EBD5C1] p-4\">\n  \u003Cdiv className=\"flex items-center justify-between mb-3\">\n    \u003Cdiv className=\"flex items-center gap-3\">\n      \u003Cdiv className=\"h-6 w-6 rounded bg-[#FF4801]\u002F10 grid place-items-center text-[#FF4801] text-xs font-semibold\">\n        Y\n      \u003C\u002Fdiv>\n      \u003Cspan className=\"font-medium text-[#521000]\">Your product\u003C\u002Fspan>\n    \u003C\u002Fdiv>\n    \u003Cdiv className=\"text-right\">\n      \u003Cspan className=\"text-lg font-medium text-[#521000]\">$150.00\u003C\u002Fspan>\n      \u003Cspan className=\"text-sm text-[#521000]\u002F60\">\u002Fmo\u003C\u002Fspan>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\n  {\u002F* Progress bar — proportional value shown *\u002F}\n  \u003Cdiv className=\"h-3 bg-[#EBD5C1]\u002F30 rounded-full overflow-hidden\">\n    \u003Cdiv\n      className=\"h-full bg-[#FF4801] rounded-full transition-all duration-500 ease-out\"\n      style={{ width: '15%' }}\n    \u002F>\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n",[34276],{"type":48,"tag":89,"props":34277,"children":34278},{"__ignoreMap":126},[34279,34315,34351,34387,34423,34431,34446,34499,34514,34550,34602,34654,34669,34684,34691,34707,34743,34755,34780,34818,34826,34841],{"type":48,"tag":1351,"props":34280,"children":34281},{"class":1353,"line":1354},[34282,34286,34290,34294,34298,34302,34307,34311],{"type":48,"tag":1351,"props":34283,"children":34284},{"style":1364},[34285],{"type":54,"value":6909},{"type":48,"tag":1351,"props":34287,"children":34288},{"style":5418},[34289],{"type":54,"value":15234},{"type":48,"tag":1351,"props":34291,"children":34292},{"style":5395},[34293],{"type":54,"value":24194},{"type":48,"tag":1351,"props":34295,"children":34296},{"style":1364},[34297],{"type":54,"value":5408},{"type":48,"tag":1351,"props":34299,"children":34300},{"style":1364},[34301],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34303,"children":34304},{"style":2122},[34305],{"type":54,"value":34306},"relative bg-[#FFFDFB] border border-[#EBD5C1] p-4",{"type":48,"tag":1351,"props":34308,"children":34309},{"style":1364},[34310],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34312,"children":34313},{"style":1364},[34314],{"type":54,"value":6919},{"type":48,"tag":1351,"props":34316,"children":34317},{"class":1353,"line":1417},[34318,34322,34326,34330,34334,34338,34343,34347],{"type":48,"tag":1351,"props":34319,"children":34320},{"style":1364},[34321],{"type":54,"value":15268},{"type":48,"tag":1351,"props":34323,"children":34324},{"style":5418},[34325],{"type":54,"value":15234},{"type":48,"tag":1351,"props":34327,"children":34328},{"style":5395},[34329],{"type":54,"value":24194},{"type":48,"tag":1351,"props":34331,"children":34332},{"style":1364},[34333],{"type":54,"value":5408},{"type":48,"tag":1351,"props":34335,"children":34336},{"style":1364},[34337],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34339,"children":34340},{"style":2122},[34341],{"type":54,"value":34342},"flex items-center justify-between mb-3",{"type":48,"tag":1351,"props":34344,"children":34345},{"style":1364},[34346],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34348,"children":34349},{"style":1364},[34350],{"type":54,"value":6919},{"type":48,"tag":1351,"props":34352,"children":34353},{"class":1353,"line":2059},[34354,34358,34362,34366,34370,34374,34379,34383],{"type":48,"tag":1351,"props":34355,"children":34356},{"style":1364},[34357],{"type":54,"value":25771},{"type":48,"tag":1351,"props":34359,"children":34360},{"style":5418},[34361],{"type":54,"value":15234},{"type":48,"tag":1351,"props":34363,"children":34364},{"style":5395},[34365],{"type":54,"value":24194},{"type":48,"tag":1351,"props":34367,"children":34368},{"style":1364},[34369],{"type":54,"value":5408},{"type":48,"tag":1351,"props":34371,"children":34372},{"style":1364},[34373],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34375,"children":34376},{"style":2122},[34377],{"type":54,"value":34378},"flex items-center gap-3",{"type":48,"tag":1351,"props":34380,"children":34381},{"style":1364},[34382],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34384,"children":34385},{"style":1364},[34386],{"type":54,"value":6919},{"type":48,"tag":1351,"props":34388,"children":34389},{"class":1353,"line":2081},[34390,34394,34398,34402,34406,34410,34415,34419],{"type":48,"tag":1351,"props":34391,"children":34392},{"style":1364},[34393],{"type":54,"value":29288},{"type":48,"tag":1351,"props":34395,"children":34396},{"style":5418},[34397],{"type":54,"value":15234},{"type":48,"tag":1351,"props":34399,"children":34400},{"style":5395},[34401],{"type":54,"value":24194},{"type":48,"tag":1351,"props":34403,"children":34404},{"style":1364},[34405],{"type":54,"value":5408},{"type":48,"tag":1351,"props":34407,"children":34408},{"style":1364},[34409],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34411,"children":34412},{"style":2122},[34413],{"type":54,"value":34414},"h-6 w-6 rounded bg-[#FF4801]\u002F10 grid place-items-center text-[#FF4801] text-xs font-semibold",{"type":48,"tag":1351,"props":34416,"children":34417},{"style":1364},[34418],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34420,"children":34421},{"style":1364},[34422],{"type":54,"value":6919},{"type":48,"tag":1351,"props":34424,"children":34425},{"class":1353,"line":2104},[34426],{"type":48,"tag":1351,"props":34427,"children":34428},{"style":1358},[34429],{"type":54,"value":34430},"        Y\n",{"type":48,"tag":1351,"props":34432,"children":34433},{"class":1353,"line":2164},[34434,34438,34442],{"type":48,"tag":1351,"props":34435,"children":34436},{"style":1364},[34437],{"type":54,"value":31843},{"type":48,"tag":1351,"props":34439,"children":34440},{"style":5418},[34441],{"type":54,"value":15234},{"type":48,"tag":1351,"props":34443,"children":34444},{"style":1364},[34445],{"type":54,"value":6919},{"type":48,"tag":1351,"props":34447,"children":34448},{"class":1353,"line":2713},[34449,34453,34457,34461,34465,34469,34474,34478,34482,34487,34491,34495],{"type":48,"tag":1351,"props":34450,"children":34451},{"style":1364},[34452],{"type":54,"value":29288},{"type":48,"tag":1351,"props":34454,"children":34455},{"style":5418},[34456],{"type":54,"value":1351},{"type":48,"tag":1351,"props":34458,"children":34459},{"style":5395},[34460],{"type":54,"value":24194},{"type":48,"tag":1351,"props":34462,"children":34463},{"style":1364},[34464],{"type":54,"value":5408},{"type":48,"tag":1351,"props":34466,"children":34467},{"style":1364},[34468],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34470,"children":34471},{"style":2122},[34472],{"type":54,"value":34473},"font-medium text-[#521000]",{"type":48,"tag":1351,"props":34475,"children":34476},{"style":1364},[34477],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34479,"children":34480},{"style":1364},[34481],{"type":54,"value":28405},{"type":48,"tag":1351,"props":34483,"children":34484},{"style":1358},[34485],{"type":54,"value":34486},"Your product",{"type":48,"tag":1351,"props":34488,"children":34489},{"style":1364},[34490],{"type":54,"value":7118},{"type":48,"tag":1351,"props":34492,"children":34493},{"style":5418},[34494],{"type":54,"value":1351},{"type":48,"tag":1351,"props":34496,"children":34497},{"style":1364},[34498],{"type":54,"value":6919},{"type":48,"tag":1351,"props":34500,"children":34501},{"class":1353,"line":2722},[34502,34506,34510],{"type":48,"tag":1351,"props":34503,"children":34504},{"style":1364},[34505],{"type":54,"value":29365},{"type":48,"tag":1351,"props":34507,"children":34508},{"style":5418},[34509],{"type":54,"value":15234},{"type":48,"tag":1351,"props":34511,"children":34512},{"style":1364},[34513],{"type":54,"value":6919},{"type":48,"tag":1351,"props":34515,"children":34516},{"class":1353,"line":2736},[34517,34521,34525,34529,34533,34537,34542,34546],{"type":48,"tag":1351,"props":34518,"children":34519},{"style":1364},[34520],{"type":54,"value":25771},{"type":48,"tag":1351,"props":34522,"children":34523},{"style":5418},[34524],{"type":54,"value":15234},{"type":48,"tag":1351,"props":34526,"children":34527},{"style":5395},[34528],{"type":54,"value":24194},{"type":48,"tag":1351,"props":34530,"children":34531},{"style":1364},[34532],{"type":54,"value":5408},{"type":48,"tag":1351,"props":34534,"children":34535},{"style":1364},[34536],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34538,"children":34539},{"style":2122},[34540],{"type":54,"value":34541},"text-right",{"type":48,"tag":1351,"props":34543,"children":34544},{"style":1364},[34545],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34547,"children":34548},{"style":1364},[34549],{"type":54,"value":6919},{"type":48,"tag":1351,"props":34551,"children":34552},{"class":1353,"line":2744},[34553,34557,34561,34565,34569,34573,34577,34581,34585,34590,34594,34598],{"type":48,"tag":1351,"props":34554,"children":34555},{"style":1364},[34556],{"type":54,"value":29288},{"type":48,"tag":1351,"props":34558,"children":34559},{"style":5418},[34560],{"type":54,"value":1351},{"type":48,"tag":1351,"props":34562,"children":34563},{"style":5395},[34564],{"type":54,"value":24194},{"type":48,"tag":1351,"props":34566,"children":34567},{"style":1364},[34568],{"type":54,"value":5408},{"type":48,"tag":1351,"props":34570,"children":34571},{"style":1364},[34572],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34574,"children":34575},{"style":2122},[34576],{"type":54,"value":31244},{"type":48,"tag":1351,"props":34578,"children":34579},{"style":1364},[34580],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34582,"children":34583},{"style":1364},[34584],{"type":54,"value":28405},{"type":48,"tag":1351,"props":34586,"children":34587},{"style":1358},[34588],{"type":54,"value":34589},"$150.00",{"type":48,"tag":1351,"props":34591,"children":34592},{"style":1364},[34593],{"type":54,"value":7118},{"type":48,"tag":1351,"props":34595,"children":34596},{"style":5418},[34597],{"type":54,"value":1351},{"type":48,"tag":1351,"props":34599,"children":34600},{"style":1364},[34601],{"type":54,"value":6919},{"type":48,"tag":1351,"props":34603,"children":34604},{"class":1353,"line":2753},[34605,34609,34613,34617,34621,34625,34629,34633,34637,34642,34646,34650],{"type":48,"tag":1351,"props":34606,"children":34607},{"style":1364},[34608],{"type":54,"value":29288},{"type":48,"tag":1351,"props":34610,"children":34611},{"style":5418},[34612],{"type":54,"value":1351},{"type":48,"tag":1351,"props":34614,"children":34615},{"style":5395},[34616],{"type":54,"value":24194},{"type":48,"tag":1351,"props":34618,"children":34619},{"style":1364},[34620],{"type":54,"value":5408},{"type":48,"tag":1351,"props":34622,"children":34623},{"style":1364},[34624],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34626,"children":34627},{"style":2122},[34628],{"type":54,"value":31386},{"type":48,"tag":1351,"props":34630,"children":34631},{"style":1364},[34632],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34634,"children":34635},{"style":1364},[34636],{"type":54,"value":28405},{"type":48,"tag":1351,"props":34638,"children":34639},{"style":1358},[34640],{"type":54,"value":34641},"\u002Fmo",{"type":48,"tag":1351,"props":34643,"children":34644},{"style":1364},[34645],{"type":54,"value":7118},{"type":48,"tag":1351,"props":34647,"children":34648},{"style":5418},[34649],{"type":54,"value":1351},{"type":48,"tag":1351,"props":34651,"children":34652},{"style":1364},[34653],{"type":54,"value":6919},{"type":48,"tag":1351,"props":34655,"children":34656},{"class":1353,"line":2767},[34657,34661,34665],{"type":48,"tag":1351,"props":34658,"children":34659},{"style":1364},[34660],{"type":54,"value":29365},{"type":48,"tag":1351,"props":34662,"children":34663},{"style":5418},[34664],{"type":54,"value":15234},{"type":48,"tag":1351,"props":34666,"children":34667},{"style":1364},[34668],{"type":54,"value":6919},{"type":48,"tag":1351,"props":34670,"children":34671},{"class":1353,"line":2781},[34672,34676,34680],{"type":48,"tag":1351,"props":34673,"children":34674},{"style":1364},[34675],{"type":54,"value":25930},{"type":48,"tag":1351,"props":34677,"children":34678},{"style":5418},[34679],{"type":54,"value":15234},{"type":48,"tag":1351,"props":34681,"children":34682},{"style":1364},[34683],{"type":54,"value":6919},{"type":48,"tag":1351,"props":34685,"children":34686},{"class":1353,"line":2795},[34687],{"type":48,"tag":1351,"props":34688,"children":34689},{"emptyLinePlaceholder":2679},[34690],{"type":54,"value":2682},{"type":48,"tag":1351,"props":34692,"children":34693},{"class":1353,"line":2803},[34694,34698,34703],{"type":48,"tag":1351,"props":34695,"children":34696},{"style":1364},[34697],{"type":54,"value":28208},{"type":48,"tag":1351,"props":34699,"children":34700},{"style":2657},[34701],{"type":54,"value":34702},"\u002F* Progress bar — proportional value shown *\u002F",{"type":48,"tag":1351,"props":34704,"children":34705},{"style":1364},[34706],{"type":54,"value":2170},{"type":48,"tag":1351,"props":34708,"children":34709},{"class":1353,"line":2812},[34710,34714,34718,34722,34726,34730,34735,34739],{"type":48,"tag":1351,"props":34711,"children":34712},{"style":1364},[34713],{"type":54,"value":15268},{"type":48,"tag":1351,"props":34715,"children":34716},{"style":5418},[34717],{"type":54,"value":15234},{"type":48,"tag":1351,"props":34719,"children":34720},{"style":5395},[34721],{"type":54,"value":24194},{"type":48,"tag":1351,"props":34723,"children":34724},{"style":1364},[34725],{"type":54,"value":5408},{"type":48,"tag":1351,"props":34727,"children":34728},{"style":1364},[34729],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34731,"children":34732},{"style":2122},[34733],{"type":54,"value":34734},"h-3 bg-[#EBD5C1]\u002F30 rounded-full overflow-hidden",{"type":48,"tag":1351,"props":34736,"children":34737},{"style":1364},[34738],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34740,"children":34741},{"style":1364},[34742],{"type":54,"value":6919},{"type":48,"tag":1351,"props":34744,"children":34745},{"class":1353,"line":2826},[34746,34750],{"type":48,"tag":1351,"props":34747,"children":34748},{"style":1364},[34749],{"type":54,"value":25771},{"type":48,"tag":1351,"props":34751,"children":34752},{"style":5418},[34753],{"type":54,"value":34754},"div\n",{"type":48,"tag":1351,"props":34756,"children":34757},{"class":1353,"line":5128},[34758,34763,34767,34771,34776],{"type":48,"tag":1351,"props":34759,"children":34760},{"style":5395},[34761],{"type":54,"value":34762},"      className",{"type":48,"tag":1351,"props":34764,"children":34765},{"style":1364},[34766],{"type":54,"value":5408},{"type":48,"tag":1351,"props":34768,"children":34769},{"style":1364},[34770],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34772,"children":34773},{"style":2122},[34774],{"type":54,"value":34775},"h-full bg-[#FF4801] rounded-full transition-all duration-500 ease-out",{"type":48,"tag":1351,"props":34777,"children":34778},{"style":1364},[34779],{"type":54,"value":24276},{"type":48,"tag":1351,"props":34781,"children":34782},{"class":1353,"line":5136},[34783,34788,34793,34797,34801,34805,34809,34813],{"type":48,"tag":1351,"props":34784,"children":34785},{"style":5395},[34786],{"type":54,"value":34787},"      style",{"type":48,"tag":1351,"props":34789,"children":34790},{"style":1364},[34791],{"type":54,"value":34792},"={{",{"type":48,"tag":1351,"props":34794,"children":34795},{"style":5418},[34796],{"type":54,"value":5176},{"type":48,"tag":1351,"props":34798,"children":34799},{"style":1364},[34800],{"type":54,"value":96},{"type":48,"tag":1351,"props":34802,"children":34803},{"style":1364},[34804],{"type":54,"value":17040},{"type":48,"tag":1351,"props":34806,"children":34807},{"style":2122},[34808],{"type":54,"value":10433},{"type":48,"tag":1351,"props":34810,"children":34811},{"style":1364},[34812],{"type":54,"value":6993},{"type":48,"tag":1351,"props":34814,"children":34815},{"style":1364},[34816],{"type":54,"value":34817}," }}\n",{"type":48,"tag":1351,"props":34819,"children":34820},{"class":1353,"line":5145},[34821],{"type":48,"tag":1351,"props":34822,"children":34823},{"style":1364},[34824],{"type":54,"value":34825},"    \u002F>\n",{"type":48,"tag":1351,"props":34827,"children":34828},{"class":1353,"line":5162},[34829,34833,34837],{"type":48,"tag":1351,"props":34830,"children":34831},{"style":1364},[34832],{"type":54,"value":25930},{"type":48,"tag":1351,"props":34834,"children":34835},{"style":5418},[34836],{"type":54,"value":15234},{"type":48,"tag":1351,"props":34838,"children":34839},{"style":1364},[34840],{"type":54,"value":6919},{"type":48,"tag":1351,"props":34842,"children":34843},{"class":1353,"line":5195},[34844,34848,34852],{"type":48,"tag":1351,"props":34845,"children":34846},{"style":1364},[34847],{"type":54,"value":7118},{"type":48,"tag":1351,"props":34849,"children":34850},{"style":5418},[34851],{"type":54,"value":15234},{"type":48,"tag":1351,"props":34853,"children":34854},{"style":1364},[34855],{"type":54,"value":6919},{"type":48,"tag":151,"props":34857,"children":34859},{"id":34858},"vanilla-html-11",[34860],{"type":54,"value":24244},{"type":48,"tag":118,"props":34862,"children":34864},{"className":6896,"code":34863,"language":18,"meta":126,"style":126},"\u003Cdiv style=\"\n  position: relative;\n  background: #FFFDFB;\n  border: 1px solid #EBD5C1;\n  padding: 16px;\n\">\n  \u003Cdiv style=\"display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px;\">\n    \u003Cdiv style=\"display: flex; align-items: center; gap: 12px;\">\n      \u003Cdiv style=\"height: 24px; width: 24px; border-radius: 4px; background: rgba(255,72,1,0.1); display: grid; place-items: center; color: #FF4801; font-size: 12px; font-weight: 600;\">Y\u003C\u002Fdiv>\n      \u003Cspan style=\"font-family: 'Inter', sans-serif; font-weight: 500; color: #521000;\">Your product\u003C\u002Fspan>\n    \u003C\u002Fdiv>\n    \u003Cdiv style=\"text-align: right;\">\n      \u003Cspan style=\"font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 500; color: #521000;\">$150.00\u003C\u002Fspan>\n      \u003Cspan style=\"font-family: 'Inter', sans-serif; font-size: 14px; color: rgba(82,16,0,0.6);\">\u002Fmo\u003C\u002Fspan>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\n  \u003C!-- Progress bar -->\n  \u003Cdiv style=\"height: 12px; background: rgba(235,213,193,0.3); border-radius: 9999px; overflow: hidden;\">\n    \u003Cdiv style=\"height: 100%; width: 15%; background: #FF4801; border-radius: 9999px; transition: width 0.5s ease-out;\">\u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n",[34865],{"type":48,"tag":89,"props":34866,"children":34867},{"__ignoreMap":126},[34868,34891,34898,34905,34912,34920,34931,34967,35003,35056,35108,35123,35159,35211,35262,35277,35292,35299,35307,35343,35387,35402],{"type":48,"tag":1351,"props":34869,"children":34870},{"class":1353,"line":1354},[34871,34875,34879,34883,34887],{"type":48,"tag":1351,"props":34872,"children":34873},{"style":1364},[34874],{"type":54,"value":6909},{"type":48,"tag":1351,"props":34876,"children":34877},{"style":5418},[34878],{"type":54,"value":15234},{"type":48,"tag":1351,"props":34880,"children":34881},{"style":5395},[34882],{"type":54,"value":24267},{"type":48,"tag":1351,"props":34884,"children":34885},{"style":1364},[34886],{"type":54,"value":5408},{"type":48,"tag":1351,"props":34888,"children":34889},{"style":1364},[34890],{"type":54,"value":24276},{"type":48,"tag":1351,"props":34892,"children":34893},{"class":1353,"line":1417},[34894],{"type":48,"tag":1351,"props":34895,"children":34896},{"style":2122},[34897],{"type":54,"value":28539},{"type":48,"tag":1351,"props":34899,"children":34900},{"class":1353,"line":2059},[34901],{"type":48,"tag":1351,"props":34902,"children":34903},{"style":2122},[34904],{"type":54,"value":25462},{"type":48,"tag":1351,"props":34906,"children":34907},{"class":1353,"line":2081},[34908],{"type":48,"tag":1351,"props":34909,"children":34910},{"style":2122},[34911],{"type":54,"value":25093},{"type":48,"tag":1351,"props":34913,"children":34914},{"class":1353,"line":2104},[34915],{"type":48,"tag":1351,"props":34916,"children":34917},{"style":2122},[34918],{"type":54,"value":34919},"  padding: 16px;\n",{"type":48,"tag":1351,"props":34921,"children":34922},{"class":1353,"line":2164},[34923,34927],{"type":48,"tag":1351,"props":34924,"children":34925},{"style":1364},[34926],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34928,"children":34929},{"style":1364},[34930],{"type":54,"value":6919},{"type":48,"tag":1351,"props":34932,"children":34933},{"class":1353,"line":2713},[34934,34938,34942,34946,34950,34954,34959,34963],{"type":48,"tag":1351,"props":34935,"children":34936},{"style":1364},[34937],{"type":54,"value":15268},{"type":48,"tag":1351,"props":34939,"children":34940},{"style":5418},[34941],{"type":54,"value":15234},{"type":48,"tag":1351,"props":34943,"children":34944},{"style":5395},[34945],{"type":54,"value":24267},{"type":48,"tag":1351,"props":34947,"children":34948},{"style":1364},[34949],{"type":54,"value":5408},{"type":48,"tag":1351,"props":34951,"children":34952},{"style":1364},[34953],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34955,"children":34956},{"style":2122},[34957],{"type":54,"value":34958},"display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px;",{"type":48,"tag":1351,"props":34960,"children":34961},{"style":1364},[34962],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34964,"children":34965},{"style":1364},[34966],{"type":54,"value":6919},{"type":48,"tag":1351,"props":34968,"children":34969},{"class":1353,"line":2722},[34970,34974,34978,34982,34986,34990,34995,34999],{"type":48,"tag":1351,"props":34971,"children":34972},{"style":1364},[34973],{"type":54,"value":25771},{"type":48,"tag":1351,"props":34975,"children":34976},{"style":5418},[34977],{"type":54,"value":15234},{"type":48,"tag":1351,"props":34979,"children":34980},{"style":5395},[34981],{"type":54,"value":24267},{"type":48,"tag":1351,"props":34983,"children":34984},{"style":1364},[34985],{"type":54,"value":5408},{"type":48,"tag":1351,"props":34987,"children":34988},{"style":1364},[34989],{"type":54,"value":2130},{"type":48,"tag":1351,"props":34991,"children":34992},{"style":2122},[34993],{"type":54,"value":34994},"display: flex; align-items: center; gap: 12px;",{"type":48,"tag":1351,"props":34996,"children":34997},{"style":1364},[34998],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35000,"children":35001},{"style":1364},[35002],{"type":54,"value":6919},{"type":48,"tag":1351,"props":35004,"children":35005},{"class":1353,"line":2736},[35006,35010,35014,35018,35022,35026,35031,35035,35039,35044,35048,35052],{"type":48,"tag":1351,"props":35007,"children":35008},{"style":1364},[35009],{"type":54,"value":29288},{"type":48,"tag":1351,"props":35011,"children":35012},{"style":5418},[35013],{"type":54,"value":15234},{"type":48,"tag":1351,"props":35015,"children":35016},{"style":5395},[35017],{"type":54,"value":24267},{"type":48,"tag":1351,"props":35019,"children":35020},{"style":1364},[35021],{"type":54,"value":5408},{"type":48,"tag":1351,"props":35023,"children":35024},{"style":1364},[35025],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35027,"children":35028},{"style":2122},[35029],{"type":54,"value":35030},"height: 24px; width: 24px; border-radius: 4px; background: rgba(255,72,1,0.1); display: grid; place-items: center; color: #FF4801; font-size: 12px; font-weight: 600;",{"type":48,"tag":1351,"props":35032,"children":35033},{"style":1364},[35034],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35036,"children":35037},{"style":1364},[35038],{"type":54,"value":28405},{"type":48,"tag":1351,"props":35040,"children":35041},{"style":1358},[35042],{"type":54,"value":35043},"Y",{"type":48,"tag":1351,"props":35045,"children":35046},{"style":1364},[35047],{"type":54,"value":7118},{"type":48,"tag":1351,"props":35049,"children":35050},{"style":5418},[35051],{"type":54,"value":15234},{"type":48,"tag":1351,"props":35053,"children":35054},{"style":1364},[35055],{"type":54,"value":6919},{"type":48,"tag":1351,"props":35057,"children":35058},{"class":1353,"line":2744},[35059,35063,35067,35071,35075,35079,35084,35088,35092,35096,35100,35104],{"type":48,"tag":1351,"props":35060,"children":35061},{"style":1364},[35062],{"type":54,"value":29288},{"type":48,"tag":1351,"props":35064,"children":35065},{"style":5418},[35066],{"type":54,"value":1351},{"type":48,"tag":1351,"props":35068,"children":35069},{"style":5395},[35070],{"type":54,"value":24267},{"type":48,"tag":1351,"props":35072,"children":35073},{"style":1364},[35074],{"type":54,"value":5408},{"type":48,"tag":1351,"props":35076,"children":35077},{"style":1364},[35078],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35080,"children":35081},{"style":2122},[35082],{"type":54,"value":35083},"font-family: 'Inter', sans-serif; font-weight: 500; color: #521000;",{"type":48,"tag":1351,"props":35085,"children":35086},{"style":1364},[35087],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35089,"children":35090},{"style":1364},[35091],{"type":54,"value":28405},{"type":48,"tag":1351,"props":35093,"children":35094},{"style":1358},[35095],{"type":54,"value":34486},{"type":48,"tag":1351,"props":35097,"children":35098},{"style":1364},[35099],{"type":54,"value":7118},{"type":48,"tag":1351,"props":35101,"children":35102},{"style":5418},[35103],{"type":54,"value":1351},{"type":48,"tag":1351,"props":35105,"children":35106},{"style":1364},[35107],{"type":54,"value":6919},{"type":48,"tag":1351,"props":35109,"children":35110},{"class":1353,"line":2753},[35111,35115,35119],{"type":48,"tag":1351,"props":35112,"children":35113},{"style":1364},[35114],{"type":54,"value":29365},{"type":48,"tag":1351,"props":35116,"children":35117},{"style":5418},[35118],{"type":54,"value":15234},{"type":48,"tag":1351,"props":35120,"children":35121},{"style":1364},[35122],{"type":54,"value":6919},{"type":48,"tag":1351,"props":35124,"children":35125},{"class":1353,"line":2767},[35126,35130,35134,35138,35142,35146,35151,35155],{"type":48,"tag":1351,"props":35127,"children":35128},{"style":1364},[35129],{"type":54,"value":25771},{"type":48,"tag":1351,"props":35131,"children":35132},{"style":5418},[35133],{"type":54,"value":15234},{"type":48,"tag":1351,"props":35135,"children":35136},{"style":5395},[35137],{"type":54,"value":24267},{"type":48,"tag":1351,"props":35139,"children":35140},{"style":1364},[35141],{"type":54,"value":5408},{"type":48,"tag":1351,"props":35143,"children":35144},{"style":1364},[35145],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35147,"children":35148},{"style":2122},[35149],{"type":54,"value":35150},"text-align: right;",{"type":48,"tag":1351,"props":35152,"children":35153},{"style":1364},[35154],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35156,"children":35157},{"style":1364},[35158],{"type":54,"value":6919},{"type":48,"tag":1351,"props":35160,"children":35161},{"class":1353,"line":2781},[35162,35166,35170,35174,35178,35182,35187,35191,35195,35199,35203,35207],{"type":48,"tag":1351,"props":35163,"children":35164},{"style":1364},[35165],{"type":54,"value":29288},{"type":48,"tag":1351,"props":35167,"children":35168},{"style":5418},[35169],{"type":54,"value":1351},{"type":48,"tag":1351,"props":35171,"children":35172},{"style":5395},[35173],{"type":54,"value":24267},{"type":48,"tag":1351,"props":35175,"children":35176},{"style":1364},[35177],{"type":54,"value":5408},{"type":48,"tag":1351,"props":35179,"children":35180},{"style":1364},[35181],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35183,"children":35184},{"style":2122},[35185],{"type":54,"value":35186},"font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 500; color: #521000;",{"type":48,"tag":1351,"props":35188,"children":35189},{"style":1364},[35190],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35192,"children":35193},{"style":1364},[35194],{"type":54,"value":28405},{"type":48,"tag":1351,"props":35196,"children":35197},{"style":1358},[35198],{"type":54,"value":34589},{"type":48,"tag":1351,"props":35200,"children":35201},{"style":1364},[35202],{"type":54,"value":7118},{"type":48,"tag":1351,"props":35204,"children":35205},{"style":5418},[35206],{"type":54,"value":1351},{"type":48,"tag":1351,"props":35208,"children":35209},{"style":1364},[35210],{"type":54,"value":6919},{"type":48,"tag":1351,"props":35212,"children":35213},{"class":1353,"line":2795},[35214,35218,35222,35226,35230,35234,35238,35242,35246,35250,35254,35258],{"type":48,"tag":1351,"props":35215,"children":35216},{"style":1364},[35217],{"type":54,"value":29288},{"type":48,"tag":1351,"props":35219,"children":35220},{"style":5418},[35221],{"type":54,"value":1351},{"type":48,"tag":1351,"props":35223,"children":35224},{"style":5395},[35225],{"type":54,"value":24267},{"type":48,"tag":1351,"props":35227,"children":35228},{"style":1364},[35229],{"type":54,"value":5408},{"type":48,"tag":1351,"props":35231,"children":35232},{"style":1364},[35233],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35235,"children":35236},{"style":2122},[35237],{"type":54,"value":32950},{"type":48,"tag":1351,"props":35239,"children":35240},{"style":1364},[35241],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35243,"children":35244},{"style":1364},[35245],{"type":54,"value":28405},{"type":48,"tag":1351,"props":35247,"children":35248},{"style":1358},[35249],{"type":54,"value":34641},{"type":48,"tag":1351,"props":35251,"children":35252},{"style":1364},[35253],{"type":54,"value":7118},{"type":48,"tag":1351,"props":35255,"children":35256},{"style":5418},[35257],{"type":54,"value":1351},{"type":48,"tag":1351,"props":35259,"children":35260},{"style":1364},[35261],{"type":54,"value":6919},{"type":48,"tag":1351,"props":35263,"children":35264},{"class":1353,"line":2803},[35265,35269,35273],{"type":48,"tag":1351,"props":35266,"children":35267},{"style":1364},[35268],{"type":54,"value":29365},{"type":48,"tag":1351,"props":35270,"children":35271},{"style":5418},[35272],{"type":54,"value":15234},{"type":48,"tag":1351,"props":35274,"children":35275},{"style":1364},[35276],{"type":54,"value":6919},{"type":48,"tag":1351,"props":35278,"children":35279},{"class":1353,"line":2812},[35280,35284,35288],{"type":48,"tag":1351,"props":35281,"children":35282},{"style":1364},[35283],{"type":54,"value":25930},{"type":48,"tag":1351,"props":35285,"children":35286},{"style":5418},[35287],{"type":54,"value":15234},{"type":48,"tag":1351,"props":35289,"children":35290},{"style":1364},[35291],{"type":54,"value":6919},{"type":48,"tag":1351,"props":35293,"children":35294},{"class":1353,"line":2826},[35295],{"type":48,"tag":1351,"props":35296,"children":35297},{"emptyLinePlaceholder":2679},[35298],{"type":54,"value":2682},{"type":48,"tag":1351,"props":35300,"children":35301},{"class":1353,"line":5128},[35302],{"type":48,"tag":1351,"props":35303,"children":35304},{"style":2657},[35305],{"type":54,"value":35306},"  \u003C!-- Progress bar -->\n",{"type":48,"tag":1351,"props":35308,"children":35309},{"class":1353,"line":5136},[35310,35314,35318,35322,35326,35330,35335,35339],{"type":48,"tag":1351,"props":35311,"children":35312},{"style":1364},[35313],{"type":54,"value":15268},{"type":48,"tag":1351,"props":35315,"children":35316},{"style":5418},[35317],{"type":54,"value":15234},{"type":48,"tag":1351,"props":35319,"children":35320},{"style":5395},[35321],{"type":54,"value":24267},{"type":48,"tag":1351,"props":35323,"children":35324},{"style":1364},[35325],{"type":54,"value":5408},{"type":48,"tag":1351,"props":35327,"children":35328},{"style":1364},[35329],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35331,"children":35332},{"style":2122},[35333],{"type":54,"value":35334},"height: 12px; background: rgba(235,213,193,0.3); border-radius: 9999px; overflow: hidden;",{"type":48,"tag":1351,"props":35336,"children":35337},{"style":1364},[35338],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35340,"children":35341},{"style":1364},[35342],{"type":54,"value":6919},{"type":48,"tag":1351,"props":35344,"children":35345},{"class":1353,"line":5145},[35346,35350,35354,35358,35362,35366,35371,35375,35379,35383],{"type":48,"tag":1351,"props":35347,"children":35348},{"style":1364},[35349],{"type":54,"value":25771},{"type":48,"tag":1351,"props":35351,"children":35352},{"style":5418},[35353],{"type":54,"value":15234},{"type":48,"tag":1351,"props":35355,"children":35356},{"style":5395},[35357],{"type":54,"value":24267},{"type":48,"tag":1351,"props":35359,"children":35360},{"style":1364},[35361],{"type":54,"value":5408},{"type":48,"tag":1351,"props":35363,"children":35364},{"style":1364},[35365],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35367,"children":35368},{"style":2122},[35369],{"type":54,"value":35370},"height: 100%; width: 15%; background: #FF4801; border-radius: 9999px; transition: width 0.5s ease-out;",{"type":48,"tag":1351,"props":35372,"children":35373},{"style":1364},[35374],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35376,"children":35377},{"style":1364},[35378],{"type":54,"value":15327},{"type":48,"tag":1351,"props":35380,"children":35381},{"style":5418},[35382],{"type":54,"value":15234},{"type":48,"tag":1351,"props":35384,"children":35385},{"style":1364},[35386],{"type":54,"value":6919},{"type":48,"tag":1351,"props":35388,"children":35389},{"class":1353,"line":5162},[35390,35394,35398],{"type":48,"tag":1351,"props":35391,"children":35392},{"style":1364},[35393],{"type":54,"value":25930},{"type":48,"tag":1351,"props":35395,"children":35396},{"style":5418},[35397],{"type":54,"value":15234},{"type":48,"tag":1351,"props":35399,"children":35400},{"style":1364},[35401],{"type":54,"value":6919},{"type":48,"tag":1351,"props":35403,"children":35404},{"class":1353,"line":5195},[35405,35409,35413],{"type":48,"tag":1351,"props":35406,"children":35407},{"style":1364},[35408],{"type":54,"value":7118},{"type":48,"tag":1351,"props":35410,"children":35411},{"style":5418},[35412],{"type":54,"value":15234},{"type":48,"tag":1351,"props":35414,"children":35415},{"style":1364},[35416],{"type":54,"value":6919},{"type":48,"tag":107,"props":35418,"children":35419},{},[],{"type":48,"tag":111,"props":35421,"children":35423},{"id":35422},"card-use-case",[35424],{"type":54,"value":35425},"CARD-USE-CASE",{"type":48,"tag":61,"props":35427,"children":35428},{},[35429],{"type":54,"value":35430},"Use case preset card for calculators.",{"type":48,"tag":151,"props":35432,"children":35434},{"id":35433},"react-tailwind-12",[35435],{"type":54,"value":24169},{"type":48,"tag":118,"props":35437,"children":35439},{"className":24172,"code":35438,"language":24174,"meta":126,"style":126},"\u003Cbutton \n  type=\"button\"\n  className=\"flex flex-col items-center p-4 border border-[#EBD5C1] bg-[#FFFDFB] transition-all text-center hover:border-dashed hover:border-[#FF4801] focus:outline-none focus:ring-2 focus:ring-[#FF4801]\u002F20\"\n>\n  \u003Cdiv className=\"mb-2 text-[#521000]\u002F60\">\n    \u003Csvg className=\"w-5 h-5\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" strokeWidth=\"1.5\">\n      \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M9.75 3.104v5.714a2.25 2.25 0 01-.659 1.591L5 14.5M9.75 3.104c-.251.023-.501.05-.75.082m.75-.082a24.301 24.301 0 014.5 0m0 0v5.714c0 .597.237 1.17.659 1.591L19.8 15.3M14.25 3.104c.251.023.501.05.75.082M19.8 15.3l-1.57.393A9.065 9.065 0 0112 15a9.065 9.065 0 00-6.23.693L5 14.5m14.8.8l1.402 1.402c1.232 1.232.65 3.318-1.067 3.611A48.309 48.309 0 0112 21c-2.773 0-5.491-.235-8.135-.687-1.718-.293-2.3-2.379-1.067-3.61L5 14.5\" \u002F>\n    \u003C\u002Fsvg>\n  \u003C\u002Fdiv>\n  \u003Cspan className=\"text-sm font-medium text-[#521000]\">AI\u002FML Training\u003C\u002Fspan>\n  \u003Cspan className=\"text-xs text-[#521000]\u002F60 mt-0.5\">100TB\u003C\u002Fspan>\n\u003C\u002Fbutton>\n",[35440],{"type":48,"tag":89,"props":35441,"children":35442},{"__ignoreMap":126},[35443,35458,35482,35506,35513,35549,35664,35740,35755,35770,35823,35876],{"type":48,"tag":1351,"props":35444,"children":35445},{"class":1353,"line":1354},[35446,35450,35454],{"type":48,"tag":1351,"props":35447,"children":35448},{"style":1364},[35449],{"type":54,"value":6909},{"type":48,"tag":1351,"props":35451,"children":35452},{"style":5418},[35453],{"type":54,"value":8084},{"type":48,"tag":1351,"props":35455,"children":35456},{"style":1364},[35457],{"type":54,"value":13852},{"type":48,"tag":1351,"props":35459,"children":35460},{"class":1353,"line":1417},[35461,35466,35470,35474,35478],{"type":48,"tag":1351,"props":35462,"children":35463},{"style":5395},[35464],{"type":54,"value":35465},"  type",{"type":48,"tag":1351,"props":35467,"children":35468},{"style":1364},[35469],{"type":54,"value":5408},{"type":48,"tag":1351,"props":35471,"children":35472},{"style":1364},[35473],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35475,"children":35476},{"style":2122},[35477],{"type":54,"value":8084},{"type":48,"tag":1351,"props":35479,"children":35480},{"style":1364},[35481],{"type":54,"value":24276},{"type":48,"tag":1351,"props":35483,"children":35484},{"class":1353,"line":2059},[35485,35489,35493,35497,35502],{"type":48,"tag":1351,"props":35486,"children":35487},{"style":5395},[35488],{"type":54,"value":25573},{"type":48,"tag":1351,"props":35490,"children":35491},{"style":1364},[35492],{"type":54,"value":5408},{"type":48,"tag":1351,"props":35494,"children":35495},{"style":1364},[35496],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35498,"children":35499},{"style":2122},[35500],{"type":54,"value":35501},"flex flex-col items-center p-4 border border-[#EBD5C1] bg-[#FFFDFB] transition-all text-center hover:border-dashed hover:border-[#FF4801] focus:outline-none focus:ring-2 focus:ring-[#FF4801]\u002F20",{"type":48,"tag":1351,"props":35503,"children":35504},{"style":1364},[35505],{"type":54,"value":24276},{"type":48,"tag":1351,"props":35507,"children":35508},{"class":1353,"line":2081},[35509],{"type":48,"tag":1351,"props":35510,"children":35511},{"style":1364},[35512],{"type":54,"value":6919},{"type":48,"tag":1351,"props":35514,"children":35515},{"class":1353,"line":2104},[35516,35520,35524,35528,35532,35536,35541,35545],{"type":48,"tag":1351,"props":35517,"children":35518},{"style":1364},[35519],{"type":54,"value":15268},{"type":48,"tag":1351,"props":35521,"children":35522},{"style":5418},[35523],{"type":54,"value":15234},{"type":48,"tag":1351,"props":35525,"children":35526},{"style":5395},[35527],{"type":54,"value":24194},{"type":48,"tag":1351,"props":35529,"children":35530},{"style":1364},[35531],{"type":54,"value":5408},{"type":48,"tag":1351,"props":35533,"children":35534},{"style":1364},[35535],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35537,"children":35538},{"style":2122},[35539],{"type":54,"value":35540},"mb-2 text-[#521000]\u002F60",{"type":48,"tag":1351,"props":35542,"children":35543},{"style":1364},[35544],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35546,"children":35547},{"style":1364},[35548],{"type":54,"value":6919},{"type":48,"tag":1351,"props":35550,"children":35551},{"class":1353,"line":2164},[35552,35556,35560,35564,35568,35572,35576,35580,35584,35588,35592,35596,35600,35604,35608,35612,35616,35620,35624,35628,35632,35636,35640,35644,35648,35652,35656,35660],{"type":48,"tag":1351,"props":35553,"children":35554},{"style":1364},[35555],{"type":54,"value":25771},{"type":48,"tag":1351,"props":35557,"children":35558},{"style":5418},[35559],{"type":54,"value":25658},{"type":48,"tag":1351,"props":35561,"children":35562},{"style":5395},[35563],{"type":54,"value":24194},{"type":48,"tag":1351,"props":35565,"children":35566},{"style":1364},[35567],{"type":54,"value":5408},{"type":48,"tag":1351,"props":35569,"children":35570},{"style":1364},[35571],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35573,"children":35574},{"style":2122},[35575],{"type":54,"value":25675},{"type":48,"tag":1351,"props":35577,"children":35578},{"style":1364},[35579],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35581,"children":35582},{"style":5395},[35583],{"type":54,"value":25705},{"type":48,"tag":1351,"props":35585,"children":35586},{"style":1364},[35587],{"type":54,"value":5408},{"type":48,"tag":1351,"props":35589,"children":35590},{"style":1364},[35591],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35593,"children":35594},{"style":2122},[35595],{"type":54,"value":25718},{"type":48,"tag":1351,"props":35597,"children":35598},{"style":1364},[35599],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35601,"children":35602},{"style":5395},[35603],{"type":54,"value":25684},{"type":48,"tag":1351,"props":35605,"children":35606},{"style":1364},[35607],{"type":54,"value":5408},{"type":48,"tag":1351,"props":35609,"children":35610},{"style":1364},[35611],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35613,"children":35614},{"style":2122},[35615],{"type":54,"value":10809},{"type":48,"tag":1351,"props":35617,"children":35618},{"style":1364},[35619],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35621,"children":35622},{"style":5395},[35623],{"type":54,"value":25727},{"type":48,"tag":1351,"props":35625,"children":35626},{"style":1364},[35627],{"type":54,"value":5408},{"type":48,"tag":1351,"props":35629,"children":35630},{"style":1364},[35631],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35633,"children":35634},{"style":2122},[35635],{"type":54,"value":25740},{"type":48,"tag":1351,"props":35637,"children":35638},{"style":1364},[35639],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35641,"children":35642},{"style":5395},[35643],{"type":54,"value":25749},{"type":48,"tag":1351,"props":35645,"children":35646},{"style":1364},[35647],{"type":54,"value":5408},{"type":48,"tag":1351,"props":35649,"children":35650},{"style":1364},[35651],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35653,"children":35654},{"style":2122},[35655],{"type":54,"value":1629},{"type":48,"tag":1351,"props":35657,"children":35658},{"style":1364},[35659],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35661,"children":35662},{"style":1364},[35663],{"type":54,"value":6919},{"type":48,"tag":1351,"props":35665,"children":35666},{"class":1353,"line":2713},[35667,35671,35675,35679,35683,35687,35691,35695,35699,35703,35707,35711,35715,35719,35723,35727,35732,35736],{"type":48,"tag":1351,"props":35668,"children":35669},{"style":1364},[35670],{"type":54,"value":29288},{"type":48,"tag":1351,"props":35672,"children":35673},{"style":5418},[35674],{"type":54,"value":25776},{"type":48,"tag":1351,"props":35676,"children":35677},{"style":5395},[35678],{"type":54,"value":25781},{"type":48,"tag":1351,"props":35680,"children":35681},{"style":1364},[35682],{"type":54,"value":5408},{"type":48,"tag":1351,"props":35684,"children":35685},{"style":1364},[35686],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35688,"children":35689},{"style":2122},[35690],{"type":54,"value":25794},{"type":48,"tag":1351,"props":35692,"children":35693},{"style":1364},[35694],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35696,"children":35697},{"style":5395},[35698],{"type":54,"value":25803},{"type":48,"tag":1351,"props":35700,"children":35701},{"style":1364},[35702],{"type":54,"value":5408},{"type":48,"tag":1351,"props":35704,"children":35705},{"style":1364},[35706],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35708,"children":35709},{"style":2122},[35710],{"type":54,"value":25794},{"type":48,"tag":1351,"props":35712,"children":35713},{"style":1364},[35714],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35716,"children":35717},{"style":5395},[35718],{"type":54,"value":25824},{"type":48,"tag":1351,"props":35720,"children":35721},{"style":1364},[35722],{"type":54,"value":5408},{"type":48,"tag":1351,"props":35724,"children":35725},{"style":1364},[35726],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35728,"children":35729},{"style":2122},[35730],{"type":54,"value":35731},"M9.75 3.104v5.714a2.25 2.25 0 01-.659 1.591L5 14.5M9.75 3.104c-.251.023-.501.05-.75.082m.75-.082a24.301 24.301 0 014.5 0m0 0v5.714c0 .597.237 1.17.659 1.591L19.8 15.3M14.25 3.104c.251.023.501.05.75.082M19.8 15.3l-1.57.393A9.065 9.065 0 0112 15a9.065 9.065 0 00-6.23.693L5 14.5m14.8.8l1.402 1.402c1.232 1.232.65 3.318-1.067 3.611A48.309 48.309 0 0112 21c-2.773 0-5.491-.235-8.135-.687-1.718-.293-2.3-2.379-1.067-3.61L5 14.5",{"type":48,"tag":1351,"props":35733,"children":35734},{"style":1364},[35735],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35737,"children":35738},{"style":1364},[35739],{"type":54,"value":25846},{"type":48,"tag":1351,"props":35741,"children":35742},{"class":1353,"line":2722},[35743,35747,35751],{"type":48,"tag":1351,"props":35744,"children":35745},{"style":1364},[35746],{"type":54,"value":29365},{"type":48,"tag":1351,"props":35748,"children":35749},{"style":5418},[35750],{"type":54,"value":25658},{"type":48,"tag":1351,"props":35752,"children":35753},{"style":1364},[35754],{"type":54,"value":6919},{"type":48,"tag":1351,"props":35756,"children":35757},{"class":1353,"line":2736},[35758,35762,35766],{"type":48,"tag":1351,"props":35759,"children":35760},{"style":1364},[35761],{"type":54,"value":25930},{"type":48,"tag":1351,"props":35763,"children":35764},{"style":5418},[35765],{"type":54,"value":15234},{"type":48,"tag":1351,"props":35767,"children":35768},{"style":1364},[35769],{"type":54,"value":6919},{"type":48,"tag":1351,"props":35771,"children":35772},{"class":1353,"line":2744},[35773,35777,35781,35785,35789,35793,35798,35802,35806,35811,35815,35819],{"type":48,"tag":1351,"props":35774,"children":35775},{"style":1364},[35776],{"type":54,"value":15268},{"type":48,"tag":1351,"props":35778,"children":35779},{"style":5418},[35780],{"type":54,"value":1351},{"type":48,"tag":1351,"props":35782,"children":35783},{"style":5395},[35784],{"type":54,"value":24194},{"type":48,"tag":1351,"props":35786,"children":35787},{"style":1364},[35788],{"type":54,"value":5408},{"type":48,"tag":1351,"props":35790,"children":35791},{"style":1364},[35792],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35794,"children":35795},{"style":2122},[35796],{"type":54,"value":35797},"text-sm font-medium text-[#521000]",{"type":48,"tag":1351,"props":35799,"children":35800},{"style":1364},[35801],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35803,"children":35804},{"style":1364},[35805],{"type":54,"value":28405},{"type":48,"tag":1351,"props":35807,"children":35808},{"style":1358},[35809],{"type":54,"value":35810},"AI\u002FML Training",{"type":48,"tag":1351,"props":35812,"children":35813},{"style":1364},[35814],{"type":54,"value":7118},{"type":48,"tag":1351,"props":35816,"children":35817},{"style":5418},[35818],{"type":54,"value":1351},{"type":48,"tag":1351,"props":35820,"children":35821},{"style":1364},[35822],{"type":54,"value":6919},{"type":48,"tag":1351,"props":35824,"children":35825},{"class":1353,"line":2753},[35826,35830,35834,35838,35842,35846,35851,35855,35859,35864,35868,35872],{"type":48,"tag":1351,"props":35827,"children":35828},{"style":1364},[35829],{"type":54,"value":15268},{"type":48,"tag":1351,"props":35831,"children":35832},{"style":5418},[35833],{"type":54,"value":1351},{"type":48,"tag":1351,"props":35835,"children":35836},{"style":5395},[35837],{"type":54,"value":24194},{"type":48,"tag":1351,"props":35839,"children":35840},{"style":1364},[35841],{"type":54,"value":5408},{"type":48,"tag":1351,"props":35843,"children":35844},{"style":1364},[35845],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35847,"children":35848},{"style":2122},[35849],{"type":54,"value":35850},"text-xs text-[#521000]\u002F60 mt-0.5",{"type":48,"tag":1351,"props":35852,"children":35853},{"style":1364},[35854],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35856,"children":35857},{"style":1364},[35858],{"type":54,"value":28405},{"type":48,"tag":1351,"props":35860,"children":35861},{"style":1358},[35862],{"type":54,"value":35863},"100TB",{"type":48,"tag":1351,"props":35865,"children":35866},{"style":1364},[35867],{"type":54,"value":7118},{"type":48,"tag":1351,"props":35869,"children":35870},{"style":5418},[35871],{"type":54,"value":1351},{"type":48,"tag":1351,"props":35873,"children":35874},{"style":1364},[35875],{"type":54,"value":6919},{"type":48,"tag":1351,"props":35877,"children":35878},{"class":1353,"line":2767},[35879,35883,35887],{"type":48,"tag":1351,"props":35880,"children":35881},{"style":1364},[35882],{"type":54,"value":7118},{"type":48,"tag":1351,"props":35884,"children":35885},{"style":5418},[35886],{"type":54,"value":8084},{"type":48,"tag":1351,"props":35888,"children":35889},{"style":1364},[35890],{"type":54,"value":6919},{"type":48,"tag":151,"props":35892,"children":35894},{"id":35893},"vanilla-html-12",[35895],{"type":54,"value":24244},{"type":48,"tag":118,"props":35897,"children":35899},{"className":6896,"code":35898,"language":18,"meta":126,"style":126},"\u003Cbutton type=\"button\" style=\"\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  padding: 16px;\n  border: 1px solid #EBD5C1;\n  background: #FFFDFB;\n  text-align: center;\n  cursor: pointer;\n  transition: all 0.15s ease;\n\" onmouseover=\"this.style.borderStyle='dashed'; this.style.borderColor='#FF4801';\" onmouseout=\"this.style.borderStyle='solid'; this.style.borderColor='#EBD5C1';\">\n  \u003Cdiv style=\"margin-bottom: 8px; color: rgba(82,16,0,0.6);\">\n    \u003Csvg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\">\n      \u003Cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.75 3.104v5.714a2.25 2.25 0 01-.659 1.591L5 14.5M9.75 3.104c-.251.023-.501.05-.75.082m.75-.082a24.301 24.301 0 014.5 0m0 0v5.714c0 .597.237 1.17.659 1.591L19.8 15.3M14.25 3.104c.251.023.501.05.75.082M19.8 15.3l-1.57.393A9.065 9.065 0 0112 15a9.065 9.065 0 00-6.23.693L5 14.5m14.8.8l1.402 1.402c1.232 1.232.65 3.318-1.067 3.611A48.309 48.309 0 0112 21c-2.773 0-5.491-.235-8.135-.687-1.718-.293-2.3-2.379-1.067-3.61L5 14.5\" \u002F>\n    \u003C\u002Fsvg>\n  \u003C\u002Fdiv>\n  \u003Cspan style=\"font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; color: #521000;\">AI\u002FML Training\u003C\u002Fspan>\n  \u003Cspan style=\"font-family: 'Inter', sans-serif; font-size: 12px; color: rgba(82,16,0,0.6); margin-top: 2px;\">100TB\u003C\u002Fspan>\n\u003C\u002Fbutton>\n",[35900],{"type":48,"tag":89,"props":35901,"children":35902},{"__ignoreMap":126},[35903,35947,35955,35963,35970,35977,35984,35991,35998,36005,36012,36151,36187,36322,36397,36412,36427,36479,36531],{"type":48,"tag":1351,"props":35904,"children":35905},{"class":1353,"line":1354},[35906,35910,35914,35919,35923,35927,35931,35935,35939,35943],{"type":48,"tag":1351,"props":35907,"children":35908},{"style":1364},[35909],{"type":54,"value":6909},{"type":48,"tag":1351,"props":35911,"children":35912},{"style":5418},[35913],{"type":54,"value":8084},{"type":48,"tag":1351,"props":35915,"children":35916},{"style":5395},[35917],{"type":54,"value":35918}," type",{"type":48,"tag":1351,"props":35920,"children":35921},{"style":1364},[35922],{"type":54,"value":5408},{"type":48,"tag":1351,"props":35924,"children":35925},{"style":1364},[35926],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35928,"children":35929},{"style":2122},[35930],{"type":54,"value":8084},{"type":48,"tag":1351,"props":35932,"children":35933},{"style":1364},[35934],{"type":54,"value":2130},{"type":48,"tag":1351,"props":35936,"children":35937},{"style":5395},[35938],{"type":54,"value":24267},{"type":48,"tag":1351,"props":35940,"children":35941},{"style":1364},[35942],{"type":54,"value":5408},{"type":48,"tag":1351,"props":35944,"children":35945},{"style":1364},[35946],{"type":54,"value":24276},{"type":48,"tag":1351,"props":35948,"children":35949},{"class":1353,"line":1417},[35950],{"type":48,"tag":1351,"props":35951,"children":35952},{"style":2122},[35953],{"type":54,"value":35954},"  display: flex;\n",{"type":48,"tag":1351,"props":35956,"children":35957},{"class":1353,"line":2059},[35958],{"type":48,"tag":1351,"props":35959,"children":35960},{"style":2122},[35961],{"type":54,"value":35962},"  flex-direction: column;\n",{"type":48,"tag":1351,"props":35964,"children":35965},{"class":1353,"line":2081},[35966],{"type":48,"tag":1351,"props":35967,"children":35968},{"style":2122},[35969],{"type":54,"value":24292},{"type":48,"tag":1351,"props":35971,"children":35972},{"class":1353,"line":2104},[35973],{"type":48,"tag":1351,"props":35974,"children":35975},{"style":2122},[35976],{"type":54,"value":34919},{"type":48,"tag":1351,"props":35978,"children":35979},{"class":1353,"line":2164},[35980],{"type":48,"tag":1351,"props":35981,"children":35982},{"style":2122},[35983],{"type":54,"value":25093},{"type":48,"tag":1351,"props":35985,"children":35986},{"class":1353,"line":2713},[35987],{"type":48,"tag":1351,"props":35988,"children":35989},{"style":2122},[35990],{"type":54,"value":25462},{"type":48,"tag":1351,"props":35992,"children":35993},{"class":1353,"line":2722},[35994],{"type":48,"tag":1351,"props":35995,"children":35996},{"style":2122},[35997],{"type":54,"value":30620},{"type":48,"tag":1351,"props":35999,"children":36000},{"class":1353,"line":2736},[36001],{"type":48,"tag":1351,"props":36002,"children":36003},{"style":2122},[36004],{"type":54,"value":24380},{"type":48,"tag":1351,"props":36006,"children":36007},{"class":1353,"line":2744},[36008],{"type":48,"tag":1351,"props":36009,"children":36010},{"style":2122},[36011],{"type":54,"value":24388},{"type":48,"tag":1351,"props":36013,"children":36014},{"class":1353,"line":2753},[36015,36019,36023,36027,36031,36035,36039,36043,36047,36051,36055,36059,36063,36067,36071,36075,36079,36083,36087,36091,36095,36099,36103,36107,36111,36115,36119,36123,36127,36131,36135,36139,36143,36147],{"type":48,"tag":1351,"props":36016,"children":36017},{"style":1364},[36018],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36020,"children":36021},{"style":5395},[36022],{"type":54,"value":24400},{"type":48,"tag":1351,"props":36024,"children":36025},{"style":1364},[36026],{"type":54,"value":5408},{"type":48,"tag":1351,"props":36028,"children":36029},{"style":1364},[36030],{"type":54,"value":24409},{"type":48,"tag":1351,"props":36032,"children":36033},{"style":1358},[36034],{"type":54,"value":24414},{"type":48,"tag":1351,"props":36036,"children":36037},{"style":1364},[36038],{"type":54,"value":105},{"type":48,"tag":1351,"props":36040,"children":36041},{"style":1358},[36042],{"type":54,"value":25139},{"type":48,"tag":1351,"props":36044,"children":36045},{"style":1364},[36046],{"type":54,"value":24428},{"type":48,"tag":1351,"props":36048,"children":36049},{"style":2122},[36050],{"type":54,"value":25148},{"type":48,"tag":1351,"props":36052,"children":36053},{"style":1364},[36054],{"type":54,"value":24437},{"type":48,"tag":1351,"props":36056,"children":36057},{"style":1364},[36058],{"type":54,"value":24442},{"type":48,"tag":1351,"props":36060,"children":36061},{"style":1358},[36062],{"type":54,"value":24414},{"type":48,"tag":1351,"props":36064,"children":36065},{"style":1364},[36066],{"type":54,"value":105},{"type":48,"tag":1351,"props":36068,"children":36069},{"style":1358},[36070],{"type":54,"value":24455},{"type":48,"tag":1351,"props":36072,"children":36073},{"style":1364},[36074],{"type":54,"value":24428},{"type":48,"tag":1351,"props":36076,"children":36077},{"style":2122},[36078],{"type":54,"value":414},{"type":48,"tag":1351,"props":36080,"children":36081},{"style":1364},[36082],{"type":54,"value":24468},{"type":48,"tag":1351,"props":36084,"children":36085},{"style":5395},[36086],{"type":54,"value":24473},{"type":48,"tag":1351,"props":36088,"children":36089},{"style":1364},[36090],{"type":54,"value":5408},{"type":48,"tag":1351,"props":36092,"children":36093},{"style":1364},[36094],{"type":54,"value":24409},{"type":48,"tag":1351,"props":36096,"children":36097},{"style":1358},[36098],{"type":54,"value":24414},{"type":48,"tag":1351,"props":36100,"children":36101},{"style":1364},[36102],{"type":54,"value":105},{"type":48,"tag":1351,"props":36104,"children":36105},{"style":1358},[36106],{"type":54,"value":25139},{"type":48,"tag":1351,"props":36108,"children":36109},{"style":1364},[36110],{"type":54,"value":24428},{"type":48,"tag":1351,"props":36112,"children":36113},{"style":2122},[36114],{"type":54,"value":25213},{"type":48,"tag":1351,"props":36116,"children":36117},{"style":1364},[36118],{"type":54,"value":24437},{"type":48,"tag":1351,"props":36120,"children":36121},{"style":1364},[36122],{"type":54,"value":24442},{"type":48,"tag":1351,"props":36124,"children":36125},{"style":1358},[36126],{"type":54,"value":24414},{"type":48,"tag":1351,"props":36128,"children":36129},{"style":1364},[36130],{"type":54,"value":105},{"type":48,"tag":1351,"props":36132,"children":36133},{"style":1358},[36134],{"type":54,"value":24455},{"type":48,"tag":1351,"props":36136,"children":36137},{"style":1364},[36138],{"type":54,"value":24428},{"type":48,"tag":1351,"props":36140,"children":36141},{"style":2122},[36142],{"type":54,"value":748},{"type":48,"tag":1351,"props":36144,"children":36145},{"style":1364},[36146],{"type":54,"value":24468},{"type":48,"tag":1351,"props":36148,"children":36149},{"style":1364},[36150],{"type":54,"value":6919},{"type":48,"tag":1351,"props":36152,"children":36153},{"class":1353,"line":2767},[36154,36158,36162,36166,36170,36174,36179,36183],{"type":48,"tag":1351,"props":36155,"children":36156},{"style":1364},[36157],{"type":54,"value":15268},{"type":48,"tag":1351,"props":36159,"children":36160},{"style":5418},[36161],{"type":54,"value":15234},{"type":48,"tag":1351,"props":36163,"children":36164},{"style":5395},[36165],{"type":54,"value":24267},{"type":48,"tag":1351,"props":36167,"children":36168},{"style":1364},[36169],{"type":54,"value":5408},{"type":48,"tag":1351,"props":36171,"children":36172},{"style":1364},[36173],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36175,"children":36176},{"style":2122},[36177],{"type":54,"value":36178},"margin-bottom: 8px; color: rgba(82,16,0,0.6);",{"type":48,"tag":1351,"props":36180,"children":36181},{"style":1364},[36182],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36184,"children":36185},{"style":1364},[36186],{"type":54,"value":6919},{"type":48,"tag":1351,"props":36188,"children":36189},{"class":1353,"line":2781},[36190,36194,36198,36202,36206,36210,36214,36218,36222,36226,36230,36234,36238,36242,36246,36250,36254,36258,36262,36266,36270,36274,36278,36282,36286,36290,36294,36298,36302,36306,36310,36314,36318],{"type":48,"tag":1351,"props":36191,"children":36192},{"style":1364},[36193],{"type":54,"value":25771},{"type":48,"tag":1351,"props":36195,"children":36196},{"style":5418},[36197],{"type":54,"value":25658},{"type":48,"tag":1351,"props":36199,"children":36200},{"style":5395},[36201],{"type":54,"value":5176},{"type":48,"tag":1351,"props":36203,"children":36204},{"style":1364},[36205],{"type":54,"value":5408},{"type":48,"tag":1351,"props":36207,"children":36208},{"style":1364},[36209],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36211,"children":36212},{"style":2122},[36213],{"type":54,"value":2596},{"type":48,"tag":1351,"props":36215,"children":36216},{"style":1364},[36217],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36219,"children":36220},{"style":5395},[36221],{"type":54,"value":26156},{"type":48,"tag":1351,"props":36223,"children":36224},{"style":1364},[36225],{"type":54,"value":5408},{"type":48,"tag":1351,"props":36227,"children":36228},{"style":1364},[36229],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36231,"children":36232},{"style":2122},[36233],{"type":54,"value":2596},{"type":48,"tag":1351,"props":36235,"children":36236},{"style":1364},[36237],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36239,"children":36240},{"style":5395},[36241],{"type":54,"value":25705},{"type":48,"tag":1351,"props":36243,"children":36244},{"style":1364},[36245],{"type":54,"value":5408},{"type":48,"tag":1351,"props":36247,"children":36248},{"style":1364},[36249],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36251,"children":36252},{"style":2122},[36253],{"type":54,"value":25718},{"type":48,"tag":1351,"props":36255,"children":36256},{"style":1364},[36257],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36259,"children":36260},{"style":5395},[36261],{"type":54,"value":25684},{"type":48,"tag":1351,"props":36263,"children":36264},{"style":1364},[36265],{"type":54,"value":5408},{"type":48,"tag":1351,"props":36267,"children":36268},{"style":1364},[36269],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36271,"children":36272},{"style":2122},[36273],{"type":54,"value":10809},{"type":48,"tag":1351,"props":36275,"children":36276},{"style":1364},[36277],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36279,"children":36280},{"style":5395},[36281],{"type":54,"value":25727},{"type":48,"tag":1351,"props":36283,"children":36284},{"style":1364},[36285],{"type":54,"value":5408},{"type":48,"tag":1351,"props":36287,"children":36288},{"style":1364},[36289],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36291,"children":36292},{"style":2122},[36293],{"type":54,"value":25740},{"type":48,"tag":1351,"props":36295,"children":36296},{"style":1364},[36297],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36299,"children":36300},{"style":5395},[36301],{"type":54,"value":26237},{"type":48,"tag":1351,"props":36303,"children":36304},{"style":1364},[36305],{"type":54,"value":5408},{"type":48,"tag":1351,"props":36307,"children":36308},{"style":1364},[36309],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36311,"children":36312},{"style":2122},[36313],{"type":54,"value":1629},{"type":48,"tag":1351,"props":36315,"children":36316},{"style":1364},[36317],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36319,"children":36320},{"style":1364},[36321],{"type":54,"value":6919},{"type":48,"tag":1351,"props":36323,"children":36324},{"class":1353,"line":2795},[36325,36329,36333,36337,36341,36345,36349,36353,36357,36361,36365,36369,36373,36377,36381,36385,36389,36393],{"type":48,"tag":1351,"props":36326,"children":36327},{"style":1364},[36328],{"type":54,"value":29288},{"type":48,"tag":1351,"props":36330,"children":36331},{"style":5418},[36332],{"type":54,"value":25776},{"type":48,"tag":1351,"props":36334,"children":36335},{"style":5395},[36336],{"type":54,"value":26273},{"type":48,"tag":1351,"props":36338,"children":36339},{"style":1364},[36340],{"type":54,"value":5408},{"type":48,"tag":1351,"props":36342,"children":36343},{"style":1364},[36344],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36346,"children":36347},{"style":2122},[36348],{"type":54,"value":25794},{"type":48,"tag":1351,"props":36350,"children":36351},{"style":1364},[36352],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36354,"children":36355},{"style":5395},[36356],{"type":54,"value":26294},{"type":48,"tag":1351,"props":36358,"children":36359},{"style":1364},[36360],{"type":54,"value":5408},{"type":48,"tag":1351,"props":36362,"children":36363},{"style":1364},[36364],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36366,"children":36367},{"style":2122},[36368],{"type":54,"value":25794},{"type":48,"tag":1351,"props":36370,"children":36371},{"style":1364},[36372],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36374,"children":36375},{"style":5395},[36376],{"type":54,"value":25824},{"type":48,"tag":1351,"props":36378,"children":36379},{"style":1364},[36380],{"type":54,"value":5408},{"type":48,"tag":1351,"props":36382,"children":36383},{"style":1364},[36384],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36386,"children":36387},{"style":2122},[36388],{"type":54,"value":35731},{"type":48,"tag":1351,"props":36390,"children":36391},{"style":1364},[36392],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36394,"children":36395},{"style":1364},[36396],{"type":54,"value":25846},{"type":48,"tag":1351,"props":36398,"children":36399},{"class":1353,"line":2803},[36400,36404,36408],{"type":48,"tag":1351,"props":36401,"children":36402},{"style":1364},[36403],{"type":54,"value":29365},{"type":48,"tag":1351,"props":36405,"children":36406},{"style":5418},[36407],{"type":54,"value":25658},{"type":48,"tag":1351,"props":36409,"children":36410},{"style":1364},[36411],{"type":54,"value":6919},{"type":48,"tag":1351,"props":36413,"children":36414},{"class":1353,"line":2812},[36415,36419,36423],{"type":48,"tag":1351,"props":36416,"children":36417},{"style":1364},[36418],{"type":54,"value":25930},{"type":48,"tag":1351,"props":36420,"children":36421},{"style":5418},[36422],{"type":54,"value":15234},{"type":48,"tag":1351,"props":36424,"children":36425},{"style":1364},[36426],{"type":54,"value":6919},{"type":48,"tag":1351,"props":36428,"children":36429},{"class":1353,"line":2826},[36430,36434,36438,36442,36446,36450,36455,36459,36463,36467,36471,36475],{"type":48,"tag":1351,"props":36431,"children":36432},{"style":1364},[36433],{"type":54,"value":15268},{"type":48,"tag":1351,"props":36435,"children":36436},{"style":5418},[36437],{"type":54,"value":1351},{"type":48,"tag":1351,"props":36439,"children":36440},{"style":5395},[36441],{"type":54,"value":24267},{"type":48,"tag":1351,"props":36443,"children":36444},{"style":1364},[36445],{"type":54,"value":5408},{"type":48,"tag":1351,"props":36447,"children":36448},{"style":1364},[36449],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36451,"children":36452},{"style":2122},[36453],{"type":54,"value":36454},"font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; color: #521000;",{"type":48,"tag":1351,"props":36456,"children":36457},{"style":1364},[36458],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36460,"children":36461},{"style":1364},[36462],{"type":54,"value":28405},{"type":48,"tag":1351,"props":36464,"children":36465},{"style":1358},[36466],{"type":54,"value":35810},{"type":48,"tag":1351,"props":36468,"children":36469},{"style":1364},[36470],{"type":54,"value":7118},{"type":48,"tag":1351,"props":36472,"children":36473},{"style":5418},[36474],{"type":54,"value":1351},{"type":48,"tag":1351,"props":36476,"children":36477},{"style":1364},[36478],{"type":54,"value":6919},{"type":48,"tag":1351,"props":36480,"children":36481},{"class":1353,"line":5128},[36482,36486,36490,36494,36498,36502,36507,36511,36515,36519,36523,36527],{"type":48,"tag":1351,"props":36483,"children":36484},{"style":1364},[36485],{"type":54,"value":15268},{"type":48,"tag":1351,"props":36487,"children":36488},{"style":5418},[36489],{"type":54,"value":1351},{"type":48,"tag":1351,"props":36491,"children":36492},{"style":5395},[36493],{"type":54,"value":24267},{"type":48,"tag":1351,"props":36495,"children":36496},{"style":1364},[36497],{"type":54,"value":5408},{"type":48,"tag":1351,"props":36499,"children":36500},{"style":1364},[36501],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36503,"children":36504},{"style":2122},[36505],{"type":54,"value":36506},"font-family: 'Inter', sans-serif; font-size: 12px; color: rgba(82,16,0,0.6); margin-top: 2px;",{"type":48,"tag":1351,"props":36508,"children":36509},{"style":1364},[36510],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36512,"children":36513},{"style":1364},[36514],{"type":54,"value":28405},{"type":48,"tag":1351,"props":36516,"children":36517},{"style":1358},[36518],{"type":54,"value":35863},{"type":48,"tag":1351,"props":36520,"children":36521},{"style":1364},[36522],{"type":54,"value":7118},{"type":48,"tag":1351,"props":36524,"children":36525},{"style":5418},[36526],{"type":54,"value":1351},{"type":48,"tag":1351,"props":36528,"children":36529},{"style":1364},[36530],{"type":54,"value":6919},{"type":48,"tag":1351,"props":36532,"children":36533},{"class":1353,"line":5136},[36534,36538,36542],{"type":48,"tag":1351,"props":36535,"children":36536},{"style":1364},[36537],{"type":54,"value":7118},{"type":48,"tag":1351,"props":36539,"children":36540},{"style":5418},[36541],{"type":54,"value":8084},{"type":48,"tag":1351,"props":36543,"children":36544},{"style":1364},[36545],{"type":54,"value":6919},{"type":48,"tag":107,"props":36547,"children":36548},{},[],{"type":48,"tag":111,"props":36550,"children":36552},{"id":36551},"card-testimonial",[36553],{"type":54,"value":36554},"CARD-TESTIMONIAL",{"type":48,"tag":61,"props":36556,"children":36557},{},[36558],{"type":54,"value":36559},"Testimonial card with quote, avatar, and attribution.",{"type":48,"tag":151,"props":36561,"children":36563},{"id":36562},"react-tailwind-13",[36564],{"type":54,"value":24169},{"type":48,"tag":118,"props":36566,"children":36568},{"className":24172,"code":36567,"language":24174,"meta":126,"style":126},"\u003Cdiv className=\"relative bg-[#FFFDFB] border border-[#EBD5C1] p-6\">\n  {\u002F* Corner brackets *\u002F}\n  \u003Cdiv className=\"absolute -top-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \u003Cdiv className=\"absolute -top-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \u003Cdiv className=\"absolute -bottom-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \u003Cdiv className=\"absolute -bottom-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n  \n  {\u002F* Quote icon *\u002F}\n  \u003Csvg className=\"w-8 h-8 text-[#FF4801]\u002F20 mb-4\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n    \u003Cpath d=\"M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z\" \u002F>\n  \u003C\u002Fsvg>\n  \n  \u003Cblockquote className=\"text-base text-[#521000] leading-relaxed mb-4\">\n    \"We cut our infrastructure costs by 60% and eliminated an entire category of vendor lock-in. The migration was seamless.\"\n  \u003C\u002Fblockquote>\n  \n  \u003Cdiv className=\"flex items-center gap-3\">\n    \u003Cdiv className=\"w-10 h-10 rounded-full bg-[#FF4801]\u002F10 flex items-center justify-center\">\n      \u003Cspan className=\"text-sm font-medium text-[#FF4801]\">JD\u003C\u002Fspan>\n    \u003C\u002Fdiv>\n    \u003Cdiv>\n      \u003Cdiv className=\"text-sm font-medium text-[#521000]\">Jane Doe\u003C\u002Fdiv>\n      \u003Cdiv className=\"text-xs text-[#521000]\u002F60\">CTO, TechCorp\u003C\u002Fdiv>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n",[36569],{"type":48,"tag":89,"props":36570,"children":36571},{"__ignoreMap":126},[36572,36608,36623,36658,36693,36728,36763,36770,36786,36862,36898,36913,36920,36956,36964,36979,36986,37021,37057,37110,37125,37140,37192,37245,37260,37275],{"type":48,"tag":1351,"props":36573,"children":36574},{"class":1353,"line":1354},[36575,36579,36583,36587,36591,36595,36600,36604],{"type":48,"tag":1351,"props":36576,"children":36577},{"style":1364},[36578],{"type":54,"value":6909},{"type":48,"tag":1351,"props":36580,"children":36581},{"style":5418},[36582],{"type":54,"value":15234},{"type":48,"tag":1351,"props":36584,"children":36585},{"style":5395},[36586],{"type":54,"value":24194},{"type":48,"tag":1351,"props":36588,"children":36589},{"style":1364},[36590],{"type":54,"value":5408},{"type":48,"tag":1351,"props":36592,"children":36593},{"style":1364},[36594],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36596,"children":36597},{"style":2122},[36598],{"type":54,"value":36599},"relative bg-[#FFFDFB] border border-[#EBD5C1] p-6",{"type":48,"tag":1351,"props":36601,"children":36602},{"style":1364},[36603],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36605,"children":36606},{"style":1364},[36607],{"type":54,"value":6919},{"type":48,"tag":1351,"props":36609,"children":36610},{"class":1353,"line":1417},[36611,36615,36619],{"type":48,"tag":1351,"props":36612,"children":36613},{"style":1364},[36614],{"type":54,"value":28208},{"type":48,"tag":1351,"props":36616,"children":36617},{"style":2657},[36618],{"type":54,"value":28213},{"type":48,"tag":1351,"props":36620,"children":36621},{"style":1364},[36622],{"type":54,"value":2170},{"type":48,"tag":1351,"props":36624,"children":36625},{"class":1353,"line":2059},[36626,36630,36634,36638,36642,36646,36650,36654],{"type":48,"tag":1351,"props":36627,"children":36628},{"style":1364},[36629],{"type":54,"value":15268},{"type":48,"tag":1351,"props":36631,"children":36632},{"style":5418},[36633],{"type":54,"value":15234},{"type":48,"tag":1351,"props":36635,"children":36636},{"style":5395},[36637],{"type":54,"value":24194},{"type":48,"tag":1351,"props":36639,"children":36640},{"style":1364},[36641],{"type":54,"value":5408},{"type":48,"tag":1351,"props":36643,"children":36644},{"style":1364},[36645],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36647,"children":36648},{"style":2122},[36649],{"type":54,"value":28245},{"type":48,"tag":1351,"props":36651,"children":36652},{"style":1364},[36653],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36655,"children":36656},{"style":1364},[36657],{"type":54,"value":25846},{"type":48,"tag":1351,"props":36659,"children":36660},{"class":1353,"line":2081},[36661,36665,36669,36673,36677,36681,36685,36689],{"type":48,"tag":1351,"props":36662,"children":36663},{"style":1364},[36664],{"type":54,"value":15268},{"type":48,"tag":1351,"props":36666,"children":36667},{"style":5418},[36668],{"type":54,"value":15234},{"type":48,"tag":1351,"props":36670,"children":36671},{"style":5395},[36672],{"type":54,"value":24194},{"type":48,"tag":1351,"props":36674,"children":36675},{"style":1364},[36676],{"type":54,"value":5408},{"type":48,"tag":1351,"props":36678,"children":36679},{"style":1364},[36680],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36682,"children":36683},{"style":2122},[36684],{"type":54,"value":28281},{"type":48,"tag":1351,"props":36686,"children":36687},{"style":1364},[36688],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36690,"children":36691},{"style":1364},[36692],{"type":54,"value":25846},{"type":48,"tag":1351,"props":36694,"children":36695},{"class":1353,"line":2104},[36696,36700,36704,36708,36712,36716,36720,36724],{"type":48,"tag":1351,"props":36697,"children":36698},{"style":1364},[36699],{"type":54,"value":15268},{"type":48,"tag":1351,"props":36701,"children":36702},{"style":5418},[36703],{"type":54,"value":15234},{"type":48,"tag":1351,"props":36705,"children":36706},{"style":5395},[36707],{"type":54,"value":24194},{"type":48,"tag":1351,"props":36709,"children":36710},{"style":1364},[36711],{"type":54,"value":5408},{"type":48,"tag":1351,"props":36713,"children":36714},{"style":1364},[36715],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36717,"children":36718},{"style":2122},[36719],{"type":54,"value":28317},{"type":48,"tag":1351,"props":36721,"children":36722},{"style":1364},[36723],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36725,"children":36726},{"style":1364},[36727],{"type":54,"value":25846},{"type":48,"tag":1351,"props":36729,"children":36730},{"class":1353,"line":2164},[36731,36735,36739,36743,36747,36751,36755,36759],{"type":48,"tag":1351,"props":36732,"children":36733},{"style":1364},[36734],{"type":54,"value":15268},{"type":48,"tag":1351,"props":36736,"children":36737},{"style":5418},[36738],{"type":54,"value":15234},{"type":48,"tag":1351,"props":36740,"children":36741},{"style":5395},[36742],{"type":54,"value":24194},{"type":48,"tag":1351,"props":36744,"children":36745},{"style":1364},[36746],{"type":54,"value":5408},{"type":48,"tag":1351,"props":36748,"children":36749},{"style":1364},[36750],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36752,"children":36753},{"style":2122},[36754],{"type":54,"value":28353},{"type":48,"tag":1351,"props":36756,"children":36757},{"style":1364},[36758],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36760,"children":36761},{"style":1364},[36762],{"type":54,"value":25846},{"type":48,"tag":1351,"props":36764,"children":36765},{"class":1353,"line":2713},[36766],{"type":48,"tag":1351,"props":36767,"children":36768},{"style":1358},[36769],{"type":54,"value":11049},{"type":48,"tag":1351,"props":36771,"children":36772},{"class":1353,"line":2722},[36773,36777,36782],{"type":48,"tag":1351,"props":36774,"children":36775},{"style":1364},[36776],{"type":54,"value":28208},{"type":48,"tag":1351,"props":36778,"children":36779},{"style":2657},[36780],{"type":54,"value":36781},"\u002F* Quote icon *\u002F",{"type":48,"tag":1351,"props":36783,"children":36784},{"style":1364},[36785],{"type":54,"value":2170},{"type":48,"tag":1351,"props":36787,"children":36788},{"class":1353,"line":2736},[36789,36793,36797,36801,36805,36809,36814,36818,36822,36826,36830,36834,36838,36842,36846,36850,36854,36858],{"type":48,"tag":1351,"props":36790,"children":36791},{"style":1364},[36792],{"type":54,"value":15268},{"type":48,"tag":1351,"props":36794,"children":36795},{"style":5418},[36796],{"type":54,"value":25658},{"type":48,"tag":1351,"props":36798,"children":36799},{"style":5395},[36800],{"type":54,"value":24194},{"type":48,"tag":1351,"props":36802,"children":36803},{"style":1364},[36804],{"type":54,"value":5408},{"type":48,"tag":1351,"props":36806,"children":36807},{"style":1364},[36808],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36810,"children":36811},{"style":2122},[36812],{"type":54,"value":36813},"w-8 h-8 text-[#FF4801]\u002F20 mb-4",{"type":48,"tag":1351,"props":36815,"children":36816},{"style":1364},[36817],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36819,"children":36820},{"style":5395},[36821],{"type":54,"value":25684},{"type":48,"tag":1351,"props":36823,"children":36824},{"style":1364},[36825],{"type":54,"value":5408},{"type":48,"tag":1351,"props":36827,"children":36828},{"style":1364},[36829],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36831,"children":36832},{"style":2122},[36833],{"type":54,"value":25740},{"type":48,"tag":1351,"props":36835,"children":36836},{"style":1364},[36837],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36839,"children":36840},{"style":5395},[36841],{"type":54,"value":25705},{"type":48,"tag":1351,"props":36843,"children":36844},{"style":1364},[36845],{"type":54,"value":5408},{"type":48,"tag":1351,"props":36847,"children":36848},{"style":1364},[36849],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36851,"children":36852},{"style":2122},[36853],{"type":54,"value":25718},{"type":48,"tag":1351,"props":36855,"children":36856},{"style":1364},[36857],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36859,"children":36860},{"style":1364},[36861],{"type":54,"value":6919},{"type":48,"tag":1351,"props":36863,"children":36864},{"class":1353,"line":2744},[36865,36869,36873,36877,36881,36885,36890,36894],{"type":48,"tag":1351,"props":36866,"children":36867},{"style":1364},[36868],{"type":54,"value":25771},{"type":48,"tag":1351,"props":36870,"children":36871},{"style":5418},[36872],{"type":54,"value":25776},{"type":48,"tag":1351,"props":36874,"children":36875},{"style":5395},[36876],{"type":54,"value":25824},{"type":48,"tag":1351,"props":36878,"children":36879},{"style":1364},[36880],{"type":54,"value":5408},{"type":48,"tag":1351,"props":36882,"children":36883},{"style":1364},[36884],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36886,"children":36887},{"style":2122},[36888],{"type":54,"value":36889},"M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z",{"type":48,"tag":1351,"props":36891,"children":36892},{"style":1364},[36893],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36895,"children":36896},{"style":1364},[36897],{"type":54,"value":25846},{"type":48,"tag":1351,"props":36899,"children":36900},{"class":1353,"line":2753},[36901,36905,36909],{"type":48,"tag":1351,"props":36902,"children":36903},{"style":1364},[36904],{"type":54,"value":25930},{"type":48,"tag":1351,"props":36906,"children":36907},{"style":5418},[36908],{"type":54,"value":25658},{"type":48,"tag":1351,"props":36910,"children":36911},{"style":1364},[36912],{"type":54,"value":6919},{"type":48,"tag":1351,"props":36914,"children":36915},{"class":1353,"line":2767},[36916],{"type":48,"tag":1351,"props":36917,"children":36918},{"style":1358},[36919],{"type":54,"value":11049},{"type":48,"tag":1351,"props":36921,"children":36922},{"class":1353,"line":2781},[36923,36927,36931,36935,36939,36943,36948,36952],{"type":48,"tag":1351,"props":36924,"children":36925},{"style":1364},[36926],{"type":54,"value":15268},{"type":48,"tag":1351,"props":36928,"children":36929},{"style":5418},[36930],{"type":54,"value":57},{"type":48,"tag":1351,"props":36932,"children":36933},{"style":5395},[36934],{"type":54,"value":24194},{"type":48,"tag":1351,"props":36936,"children":36937},{"style":1364},[36938],{"type":54,"value":5408},{"type":48,"tag":1351,"props":36940,"children":36941},{"style":1364},[36942],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36944,"children":36945},{"style":2122},[36946],{"type":54,"value":36947},"text-base text-[#521000] leading-relaxed mb-4",{"type":48,"tag":1351,"props":36949,"children":36950},{"style":1364},[36951],{"type":54,"value":2130},{"type":48,"tag":1351,"props":36953,"children":36954},{"style":1364},[36955],{"type":54,"value":6919},{"type":48,"tag":1351,"props":36957,"children":36958},{"class":1353,"line":2795},[36959],{"type":48,"tag":1351,"props":36960,"children":36961},{"style":1358},[36962],{"type":54,"value":36963},"    \"We cut our infrastructure costs by 60% and eliminated an entire category of vendor lock-in. The migration was seamless.\"\n",{"type":48,"tag":1351,"props":36965,"children":36966},{"class":1353,"line":2803},[36967,36971,36975],{"type":48,"tag":1351,"props":36968,"children":36969},{"style":1364},[36970],{"type":54,"value":25930},{"type":48,"tag":1351,"props":36972,"children":36973},{"style":5418},[36974],{"type":54,"value":57},{"type":48,"tag":1351,"props":36976,"children":36977},{"style":1364},[36978],{"type":54,"value":6919},{"type":48,"tag":1351,"props":36980,"children":36981},{"class":1353,"line":2812},[36982],{"type":48,"tag":1351,"props":36983,"children":36984},{"style":1358},[36985],{"type":54,"value":11049},{"type":48,"tag":1351,"props":36987,"children":36988},{"class":1353,"line":2826},[36989,36993,36997,37001,37005,37009,37013,37017],{"type":48,"tag":1351,"props":36990,"children":36991},{"style":1364},[36992],{"type":54,"value":15268},{"type":48,"tag":1351,"props":36994,"children":36995},{"style":5418},[36996],{"type":54,"value":15234},{"type":48,"tag":1351,"props":36998,"children":36999},{"style":5395},[37000],{"type":54,"value":24194},{"type":48,"tag":1351,"props":37002,"children":37003},{"style":1364},[37004],{"type":54,"value":5408},{"type":48,"tag":1351,"props":37006,"children":37007},{"style":1364},[37008],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37010,"children":37011},{"style":2122},[37012],{"type":54,"value":34378},{"type":48,"tag":1351,"props":37014,"children":37015},{"style":1364},[37016],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37018,"children":37019},{"style":1364},[37020],{"type":54,"value":6919},{"type":48,"tag":1351,"props":37022,"children":37023},{"class":1353,"line":5128},[37024,37028,37032,37036,37040,37044,37049,37053],{"type":48,"tag":1351,"props":37025,"children":37026},{"style":1364},[37027],{"type":54,"value":25771},{"type":48,"tag":1351,"props":37029,"children":37030},{"style":5418},[37031],{"type":54,"value":15234},{"type":48,"tag":1351,"props":37033,"children":37034},{"style":5395},[37035],{"type":54,"value":24194},{"type":48,"tag":1351,"props":37037,"children":37038},{"style":1364},[37039],{"type":54,"value":5408},{"type":48,"tag":1351,"props":37041,"children":37042},{"style":1364},[37043],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37045,"children":37046},{"style":2122},[37047],{"type":54,"value":37048},"w-10 h-10 rounded-full bg-[#FF4801]\u002F10 flex items-center justify-center",{"type":48,"tag":1351,"props":37050,"children":37051},{"style":1364},[37052],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37054,"children":37055},{"style":1364},[37056],{"type":54,"value":6919},{"type":48,"tag":1351,"props":37058,"children":37059},{"class":1353,"line":5136},[37060,37064,37068,37072,37076,37080,37085,37089,37093,37098,37102,37106],{"type":48,"tag":1351,"props":37061,"children":37062},{"style":1364},[37063],{"type":54,"value":29288},{"type":48,"tag":1351,"props":37065,"children":37066},{"style":5418},[37067],{"type":54,"value":1351},{"type":48,"tag":1351,"props":37069,"children":37070},{"style":5395},[37071],{"type":54,"value":24194},{"type":48,"tag":1351,"props":37073,"children":37074},{"style":1364},[37075],{"type":54,"value":5408},{"type":48,"tag":1351,"props":37077,"children":37078},{"style":1364},[37079],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37081,"children":37082},{"style":2122},[37083],{"type":54,"value":37084},"text-sm font-medium text-[#FF4801]",{"type":48,"tag":1351,"props":37086,"children":37087},{"style":1364},[37088],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37090,"children":37091},{"style":1364},[37092],{"type":54,"value":28405},{"type":48,"tag":1351,"props":37094,"children":37095},{"style":1358},[37096],{"type":54,"value":37097},"JD",{"type":48,"tag":1351,"props":37099,"children":37100},{"style":1364},[37101],{"type":54,"value":7118},{"type":48,"tag":1351,"props":37103,"children":37104},{"style":5418},[37105],{"type":54,"value":1351},{"type":48,"tag":1351,"props":37107,"children":37108},{"style":1364},[37109],{"type":54,"value":6919},{"type":48,"tag":1351,"props":37111,"children":37112},{"class":1353,"line":5145},[37113,37117,37121],{"type":48,"tag":1351,"props":37114,"children":37115},{"style":1364},[37116],{"type":54,"value":29365},{"type":48,"tag":1351,"props":37118,"children":37119},{"style":5418},[37120],{"type":54,"value":15234},{"type":48,"tag":1351,"props":37122,"children":37123},{"style":1364},[37124],{"type":54,"value":6919},{"type":48,"tag":1351,"props":37126,"children":37127},{"class":1353,"line":5162},[37128,37132,37136],{"type":48,"tag":1351,"props":37129,"children":37130},{"style":1364},[37131],{"type":54,"value":25771},{"type":48,"tag":1351,"props":37133,"children":37134},{"style":5418},[37135],{"type":54,"value":15234},{"type":48,"tag":1351,"props":37137,"children":37138},{"style":1364},[37139],{"type":54,"value":6919},{"type":48,"tag":1351,"props":37141,"children":37142},{"class":1353,"line":5195},[37143,37147,37151,37155,37159,37163,37167,37171,37175,37180,37184,37188],{"type":48,"tag":1351,"props":37144,"children":37145},{"style":1364},[37146],{"type":54,"value":29288},{"type":48,"tag":1351,"props":37148,"children":37149},{"style":5418},[37150],{"type":54,"value":15234},{"type":48,"tag":1351,"props":37152,"children":37153},{"style":5395},[37154],{"type":54,"value":24194},{"type":48,"tag":1351,"props":37156,"children":37157},{"style":1364},[37158],{"type":54,"value":5408},{"type":48,"tag":1351,"props":37160,"children":37161},{"style":1364},[37162],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37164,"children":37165},{"style":2122},[37166],{"type":54,"value":35797},{"type":48,"tag":1351,"props":37168,"children":37169},{"style":1364},[37170],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37172,"children":37173},{"style":1364},[37174],{"type":54,"value":28405},{"type":48,"tag":1351,"props":37176,"children":37177},{"style":1358},[37178],{"type":54,"value":37179},"Jane Doe",{"type":48,"tag":1351,"props":37181,"children":37182},{"style":1364},[37183],{"type":54,"value":7118},{"type":48,"tag":1351,"props":37185,"children":37186},{"style":5418},[37187],{"type":54,"value":15234},{"type":48,"tag":1351,"props":37189,"children":37190},{"style":1364},[37191],{"type":54,"value":6919},{"type":48,"tag":1351,"props":37193,"children":37194},{"class":1353,"line":5237},[37195,37199,37203,37207,37211,37215,37220,37224,37228,37233,37237,37241],{"type":48,"tag":1351,"props":37196,"children":37197},{"style":1364},[37198],{"type":54,"value":29288},{"type":48,"tag":1351,"props":37200,"children":37201},{"style":5418},[37202],{"type":54,"value":15234},{"type":48,"tag":1351,"props":37204,"children":37205},{"style":5395},[37206],{"type":54,"value":24194},{"type":48,"tag":1351,"props":37208,"children":37209},{"style":1364},[37210],{"type":54,"value":5408},{"type":48,"tag":1351,"props":37212,"children":37213},{"style":1364},[37214],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37216,"children":37217},{"style":2122},[37218],{"type":54,"value":37219},"text-xs text-[#521000]\u002F60",{"type":48,"tag":1351,"props":37221,"children":37222},{"style":1364},[37223],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37225,"children":37226},{"style":1364},[37227],{"type":54,"value":28405},{"type":48,"tag":1351,"props":37229,"children":37230},{"style":1358},[37231],{"type":54,"value":37232},"CTO, TechCorp",{"type":48,"tag":1351,"props":37234,"children":37235},{"style":1364},[37236],{"type":54,"value":7118},{"type":48,"tag":1351,"props":37238,"children":37239},{"style":5418},[37240],{"type":54,"value":15234},{"type":48,"tag":1351,"props":37242,"children":37243},{"style":1364},[37244],{"type":54,"value":6919},{"type":48,"tag":1351,"props":37246,"children":37247},{"class":1353,"line":5245},[37248,37252,37256],{"type":48,"tag":1351,"props":37249,"children":37250},{"style":1364},[37251],{"type":54,"value":29365},{"type":48,"tag":1351,"props":37253,"children":37254},{"style":5418},[37255],{"type":54,"value":15234},{"type":48,"tag":1351,"props":37257,"children":37258},{"style":1364},[37259],{"type":54,"value":6919},{"type":48,"tag":1351,"props":37261,"children":37262},{"class":1353,"line":5253},[37263,37267,37271],{"type":48,"tag":1351,"props":37264,"children":37265},{"style":1364},[37266],{"type":54,"value":25930},{"type":48,"tag":1351,"props":37268,"children":37269},{"style":5418},[37270],{"type":54,"value":15234},{"type":48,"tag":1351,"props":37272,"children":37273},{"style":1364},[37274],{"type":54,"value":6919},{"type":48,"tag":1351,"props":37276,"children":37277},{"class":1353,"line":5262},[37278,37282,37286],{"type":48,"tag":1351,"props":37279,"children":37280},{"style":1364},[37281],{"type":54,"value":7118},{"type":48,"tag":1351,"props":37283,"children":37284},{"style":5418},[37285],{"type":54,"value":15234},{"type":48,"tag":1351,"props":37287,"children":37288},{"style":1364},[37289],{"type":54,"value":6919},{"type":48,"tag":107,"props":37291,"children":37292},{},[],{"type":48,"tag":49,"props":37294,"children":37296},{"id":37295},"forms",[37297],{"type":54,"value":24090},{"type":48,"tag":111,"props":37299,"children":37301},{"id":37300},"form-input",[37302],{"type":54,"value":37303},"FORM-INPUT",{"type":48,"tag":61,"props":37305,"children":37306},{},[37307],{"type":54,"value":37308},"Text input with label and optional error state.",{"type":48,"tag":151,"props":37310,"children":37312},{"id":37311},"react-tailwind-14",[37313],{"type":54,"value":24169},{"type":48,"tag":118,"props":37315,"children":37317},{"className":24172,"code":37316,"language":24174,"meta":126,"style":126},"\u003Cdiv className=\"flex flex-col\">\n  \u003Clabel htmlFor=\"storage\" className=\"block mb-2 text-base font-medium text-[#521000] leading-tight\">\n    How much data will you store?\n  \u003C\u002Flabel>\n  \u003Cinput\n    type=\"text\"\n    id=\"storage\"\n    className=\"border border-[#EBD5C1] bg-[#FFFDFB] text-[#521000] text-sm rounded-lg p-3 text-right focus:border-[#FF4801] focus:ring-1 focus:ring-[#FF4801] outline-none transition-all duration-150\"\n    placeholder=\"10\"\n    defaultValue=\"10\"\n  \u002F>\n\u003C\u002Fdiv>\n",[37318],{"type":48,"tag":89,"props":37319,"children":37320},{"__ignoreMap":126},[37321,37357,37416,37424,37439,37451,37475,37499,37524,37548,37572,37580],{"type":48,"tag":1351,"props":37322,"children":37323},{"class":1353,"line":1354},[37324,37328,37332,37336,37340,37344,37349,37353],{"type":48,"tag":1351,"props":37325,"children":37326},{"style":1364},[37327],{"type":54,"value":6909},{"type":48,"tag":1351,"props":37329,"children":37330},{"style":5418},[37331],{"type":54,"value":15234},{"type":48,"tag":1351,"props":37333,"children":37334},{"style":5395},[37335],{"type":54,"value":24194},{"type":48,"tag":1351,"props":37337,"children":37338},{"style":1364},[37339],{"type":54,"value":5408},{"type":48,"tag":1351,"props":37341,"children":37342},{"style":1364},[37343],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37345,"children":37346},{"style":2122},[37347],{"type":54,"value":37348},"flex flex-col",{"type":48,"tag":1351,"props":37350,"children":37351},{"style":1364},[37352],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37354,"children":37355},{"style":1364},[37356],{"type":54,"value":6919},{"type":48,"tag":1351,"props":37358,"children":37359},{"class":1353,"line":1417},[37360,37364,37369,37374,37378,37382,37387,37391,37395,37399,37403,37408,37412],{"type":48,"tag":1351,"props":37361,"children":37362},{"style":1364},[37363],{"type":54,"value":15268},{"type":48,"tag":1351,"props":37365,"children":37366},{"style":5418},[37367],{"type":54,"value":37368},"label",{"type":48,"tag":1351,"props":37370,"children":37371},{"style":5395},[37372],{"type":54,"value":37373}," htmlFor",{"type":48,"tag":1351,"props":37375,"children":37376},{"style":1364},[37377],{"type":54,"value":5408},{"type":48,"tag":1351,"props":37379,"children":37380},{"style":1364},[37381],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37383,"children":37384},{"style":2122},[37385],{"type":54,"value":37386},"storage",{"type":48,"tag":1351,"props":37388,"children":37389},{"style":1364},[37390],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37392,"children":37393},{"style":5395},[37394],{"type":54,"value":24194},{"type":48,"tag":1351,"props":37396,"children":37397},{"style":1364},[37398],{"type":54,"value":5408},{"type":48,"tag":1351,"props":37400,"children":37401},{"style":1364},[37402],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37404,"children":37405},{"style":2122},[37406],{"type":54,"value":37407},"block mb-2 text-base font-medium text-[#521000] leading-tight",{"type":48,"tag":1351,"props":37409,"children":37410},{"style":1364},[37411],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37413,"children":37414},{"style":1364},[37415],{"type":54,"value":6919},{"type":48,"tag":1351,"props":37417,"children":37418},{"class":1353,"line":2059},[37419],{"type":48,"tag":1351,"props":37420,"children":37421},{"style":1358},[37422],{"type":54,"value":37423},"    How much data will you store?\n",{"type":48,"tag":1351,"props":37425,"children":37426},{"class":1353,"line":2081},[37427,37431,37435],{"type":48,"tag":1351,"props":37428,"children":37429},{"style":1364},[37430],{"type":54,"value":25930},{"type":48,"tag":1351,"props":37432,"children":37433},{"style":5418},[37434],{"type":54,"value":37368},{"type":48,"tag":1351,"props":37436,"children":37437},{"style":1364},[37438],{"type":54,"value":6919},{"type":48,"tag":1351,"props":37440,"children":37441},{"class":1353,"line":2104},[37442,37446],{"type":48,"tag":1351,"props":37443,"children":37444},{"style":1364},[37445],{"type":54,"value":15268},{"type":48,"tag":1351,"props":37447,"children":37448},{"style":5418},[37449],{"type":54,"value":37450},"input\n",{"type":48,"tag":1351,"props":37452,"children":37453},{"class":1353,"line":2164},[37454,37459,37463,37467,37471],{"type":48,"tag":1351,"props":37455,"children":37456},{"style":5395},[37457],{"type":54,"value":37458},"    type",{"type":48,"tag":1351,"props":37460,"children":37461},{"style":1364},[37462],{"type":54,"value":5408},{"type":48,"tag":1351,"props":37464,"children":37465},{"style":1364},[37466],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37468,"children":37469},{"style":2122},[37470],{"type":54,"value":54},{"type":48,"tag":1351,"props":37472,"children":37473},{"style":1364},[37474],{"type":54,"value":24276},{"type":48,"tag":1351,"props":37476,"children":37477},{"class":1353,"line":2713},[37478,37483,37487,37491,37495],{"type":48,"tag":1351,"props":37479,"children":37480},{"style":5395},[37481],{"type":54,"value":37482},"    id",{"type":48,"tag":1351,"props":37484,"children":37485},{"style":1364},[37486],{"type":54,"value":5408},{"type":48,"tag":1351,"props":37488,"children":37489},{"style":1364},[37490],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37492,"children":37493},{"style":2122},[37494],{"type":54,"value":37386},{"type":48,"tag":1351,"props":37496,"children":37497},{"style":1364},[37498],{"type":54,"value":24276},{"type":48,"tag":1351,"props":37500,"children":37501},{"class":1353,"line":2722},[37502,37507,37511,37515,37520],{"type":48,"tag":1351,"props":37503,"children":37504},{"style":5395},[37505],{"type":54,"value":37506},"    className",{"type":48,"tag":1351,"props":37508,"children":37509},{"style":1364},[37510],{"type":54,"value":5408},{"type":48,"tag":1351,"props":37512,"children":37513},{"style":1364},[37514],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37516,"children":37517},{"style":2122},[37518],{"type":54,"value":37519},"border border-[#EBD5C1] bg-[#FFFDFB] text-[#521000] text-sm rounded-lg p-3 text-right focus:border-[#FF4801] focus:ring-1 focus:ring-[#FF4801] outline-none transition-all duration-150",{"type":48,"tag":1351,"props":37521,"children":37522},{"style":1364},[37523],{"type":54,"value":24276},{"type":48,"tag":1351,"props":37525,"children":37526},{"class":1353,"line":2736},[37527,37532,37536,37540,37544],{"type":48,"tag":1351,"props":37528,"children":37529},{"style":5395},[37530],{"type":54,"value":37531},"    placeholder",{"type":48,"tag":1351,"props":37533,"children":37534},{"style":1364},[37535],{"type":54,"value":5408},{"type":48,"tag":1351,"props":37537,"children":37538},{"style":1364},[37539],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37541,"children":37542},{"style":2122},[37543],{"type":54,"value":2515},{"type":48,"tag":1351,"props":37545,"children":37546},{"style":1364},[37547],{"type":54,"value":24276},{"type":48,"tag":1351,"props":37549,"children":37550},{"class":1353,"line":2744},[37551,37556,37560,37564,37568],{"type":48,"tag":1351,"props":37552,"children":37553},{"style":5395},[37554],{"type":54,"value":37555},"    defaultValue",{"type":48,"tag":1351,"props":37557,"children":37558},{"style":1364},[37559],{"type":54,"value":5408},{"type":48,"tag":1351,"props":37561,"children":37562},{"style":1364},[37563],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37565,"children":37566},{"style":2122},[37567],{"type":54,"value":2515},{"type":48,"tag":1351,"props":37569,"children":37570},{"style":1364},[37571],{"type":54,"value":24276},{"type":48,"tag":1351,"props":37573,"children":37574},{"class":1353,"line":2753},[37575],{"type":48,"tag":1351,"props":37576,"children":37577},{"style":1364},[37578],{"type":54,"value":37579},"  \u002F>\n",{"type":48,"tag":1351,"props":37581,"children":37582},{"class":1353,"line":2767},[37583,37587,37591],{"type":48,"tag":1351,"props":37584,"children":37585},{"style":1364},[37586],{"type":54,"value":7118},{"type":48,"tag":1351,"props":37588,"children":37589},{"style":5418},[37590],{"type":54,"value":15234},{"type":48,"tag":1351,"props":37592,"children":37593},{"style":1364},[37594],{"type":54,"value":6919},{"type":48,"tag":151,"props":37596,"children":37598},{"id":37597},"vanilla-html-13",[37599],{"type":54,"value":24244},{"type":48,"tag":118,"props":37601,"children":37603},{"className":6896,"code":37602,"language":18,"meta":126,"style":126},"\u003Cdiv style=\"display: flex; flex-direction: column;\">\n  \u003Clabel for=\"storage\" style=\"\n    display: block;\n    margin-bottom: 8px;\n    font-family: 'Inter', sans-serif;\n    font-size: 16px;\n    font-weight: 500;\n    color: #521000;\n    line-height: 1.4;\n  \">\n    How much data will you store?\n  \u003C\u002Flabel>\n  \u003Cinput\n    type=\"text\"\n    id=\"storage\"\n    placeholder=\"10\"\n    value=\"10\"\n    style=\"\n      border: 1px solid #EBD5C1;\n      background: #FFFDFB;\n      color: #521000;\n      font-family: 'Inter', sans-serif;\n      font-size: 14px;\n      border-radius: 8px;\n      padding: 12px;\n      text-align: right;\n      outline: none;\n      transition: all 0.15s ease;\n    \"\n    onfocus=\"this.style.borderColor='#FF4801'; this.style.boxShadow='0 0 0 1px #FF4801';\"\n    onblur=\"this.style.borderColor='#EBD5C1'; this.style.boxShadow='none';\"\n  \u002F>\n\u003C\u002Fdiv>\n",[37604],{"type":48,"tag":89,"props":37605,"children":37606},{"__ignoreMap":126},[37607,37643,37687,37695,37703,37711,37719,37727,37735,37743,37755,37762,37777,37788,37811,37834,37857,37881,37897,37905,37913,37921,37928,37936,37944,37952,37960,37968,37976,37984,38055,38123,38130],{"type":48,"tag":1351,"props":37608,"children":37609},{"class":1353,"line":1354},[37610,37614,37618,37622,37626,37630,37635,37639],{"type":48,"tag":1351,"props":37611,"children":37612},{"style":1364},[37613],{"type":54,"value":6909},{"type":48,"tag":1351,"props":37615,"children":37616},{"style":5418},[37617],{"type":54,"value":15234},{"type":48,"tag":1351,"props":37619,"children":37620},{"style":5395},[37621],{"type":54,"value":24267},{"type":48,"tag":1351,"props":37623,"children":37624},{"style":1364},[37625],{"type":54,"value":5408},{"type":48,"tag":1351,"props":37627,"children":37628},{"style":1364},[37629],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37631,"children":37632},{"style":2122},[37633],{"type":54,"value":37634},"display: flex; flex-direction: column;",{"type":48,"tag":1351,"props":37636,"children":37637},{"style":1364},[37638],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37640,"children":37641},{"style":1364},[37642],{"type":54,"value":6919},{"type":48,"tag":1351,"props":37644,"children":37645},{"class":1353,"line":1417},[37646,37650,37654,37659,37663,37667,37671,37675,37679,37683],{"type":48,"tag":1351,"props":37647,"children":37648},{"style":1364},[37649],{"type":54,"value":15268},{"type":48,"tag":1351,"props":37651,"children":37652},{"style":5418},[37653],{"type":54,"value":37368},{"type":48,"tag":1351,"props":37655,"children":37656},{"style":5395},[37657],{"type":54,"value":37658}," for",{"type":48,"tag":1351,"props":37660,"children":37661},{"style":1364},[37662],{"type":54,"value":5408},{"type":48,"tag":1351,"props":37664,"children":37665},{"style":1364},[37666],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37668,"children":37669},{"style":2122},[37670],{"type":54,"value":37386},{"type":48,"tag":1351,"props":37672,"children":37673},{"style":1364},[37674],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37676,"children":37677},{"style":5395},[37678],{"type":54,"value":24267},{"type":48,"tag":1351,"props":37680,"children":37681},{"style":1364},[37682],{"type":54,"value":5408},{"type":48,"tag":1351,"props":37684,"children":37685},{"style":1364},[37686],{"type":54,"value":24276},{"type":48,"tag":1351,"props":37688,"children":37689},{"class":1353,"line":2059},[37690],{"type":48,"tag":1351,"props":37691,"children":37692},{"style":2122},[37693],{"type":54,"value":37694},"    display: block;\n",{"type":48,"tag":1351,"props":37696,"children":37697},{"class":1353,"line":2081},[37698],{"type":48,"tag":1351,"props":37699,"children":37700},{"style":2122},[37701],{"type":54,"value":37702},"    margin-bottom: 8px;\n",{"type":48,"tag":1351,"props":37704,"children":37705},{"class":1353,"line":2104},[37706],{"type":48,"tag":1351,"props":37707,"children":37708},{"style":2122},[37709],{"type":54,"value":37710},"    font-family: 'Inter', sans-serif;\n",{"type":48,"tag":1351,"props":37712,"children":37713},{"class":1353,"line":2164},[37714],{"type":48,"tag":1351,"props":37715,"children":37716},{"style":2122},[37717],{"type":54,"value":37718},"    font-size: 16px;\n",{"type":48,"tag":1351,"props":37720,"children":37721},{"class":1353,"line":2713},[37722],{"type":48,"tag":1351,"props":37723,"children":37724},{"style":2122},[37725],{"type":54,"value":37726},"    font-weight: 500;\n",{"type":48,"tag":1351,"props":37728,"children":37729},{"class":1353,"line":2722},[37730],{"type":48,"tag":1351,"props":37731,"children":37732},{"style":2122},[37733],{"type":54,"value":37734},"    color: #521000;\n",{"type":48,"tag":1351,"props":37736,"children":37737},{"class":1353,"line":2736},[37738],{"type":48,"tag":1351,"props":37739,"children":37740},{"style":2122},[37741],{"type":54,"value":37742},"    line-height: 1.4;\n",{"type":48,"tag":1351,"props":37744,"children":37745},{"class":1353,"line":2744},[37746,37751],{"type":48,"tag":1351,"props":37747,"children":37748},{"style":1364},[37749],{"type":54,"value":37750},"  \"",{"type":48,"tag":1351,"props":37752,"children":37753},{"style":1364},[37754],{"type":54,"value":6919},{"type":48,"tag":1351,"props":37756,"children":37757},{"class":1353,"line":2753},[37758],{"type":48,"tag":1351,"props":37759,"children":37760},{"style":1358},[37761],{"type":54,"value":37423},{"type":48,"tag":1351,"props":37763,"children":37764},{"class":1353,"line":2767},[37765,37769,37773],{"type":48,"tag":1351,"props":37766,"children":37767},{"style":1364},[37768],{"type":54,"value":25930},{"type":48,"tag":1351,"props":37770,"children":37771},{"style":5418},[37772],{"type":54,"value":37368},{"type":48,"tag":1351,"props":37774,"children":37775},{"style":1364},[37776],{"type":54,"value":6919},{"type":48,"tag":1351,"props":37778,"children":37779},{"class":1353,"line":2781},[37780,37784],{"type":48,"tag":1351,"props":37781,"children":37782},{"style":1364},[37783],{"type":54,"value":15268},{"type":48,"tag":1351,"props":37785,"children":37786},{"style":5418},[37787],{"type":54,"value":37450},{"type":48,"tag":1351,"props":37789,"children":37790},{"class":1353,"line":2795},[37791,37795,37799,37803,37807],{"type":48,"tag":1351,"props":37792,"children":37793},{"style":5395},[37794],{"type":54,"value":37458},{"type":48,"tag":1351,"props":37796,"children":37797},{"style":1364},[37798],{"type":54,"value":5408},{"type":48,"tag":1351,"props":37800,"children":37801},{"style":1364},[37802],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37804,"children":37805},{"style":2122},[37806],{"type":54,"value":54},{"type":48,"tag":1351,"props":37808,"children":37809},{"style":1364},[37810],{"type":54,"value":24276},{"type":48,"tag":1351,"props":37812,"children":37813},{"class":1353,"line":2803},[37814,37818,37822,37826,37830],{"type":48,"tag":1351,"props":37815,"children":37816},{"style":5395},[37817],{"type":54,"value":37482},{"type":48,"tag":1351,"props":37819,"children":37820},{"style":1364},[37821],{"type":54,"value":5408},{"type":48,"tag":1351,"props":37823,"children":37824},{"style":1364},[37825],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37827,"children":37828},{"style":2122},[37829],{"type":54,"value":37386},{"type":48,"tag":1351,"props":37831,"children":37832},{"style":1364},[37833],{"type":54,"value":24276},{"type":48,"tag":1351,"props":37835,"children":37836},{"class":1353,"line":2812},[37837,37841,37845,37849,37853],{"type":48,"tag":1351,"props":37838,"children":37839},{"style":5395},[37840],{"type":54,"value":37531},{"type":48,"tag":1351,"props":37842,"children":37843},{"style":1364},[37844],{"type":54,"value":5408},{"type":48,"tag":1351,"props":37846,"children":37847},{"style":1364},[37848],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37850,"children":37851},{"style":2122},[37852],{"type":54,"value":2515},{"type":48,"tag":1351,"props":37854,"children":37855},{"style":1364},[37856],{"type":54,"value":24276},{"type":48,"tag":1351,"props":37858,"children":37859},{"class":1353,"line":2826},[37860,37865,37869,37873,37877],{"type":48,"tag":1351,"props":37861,"children":37862},{"style":5395},[37863],{"type":54,"value":37864},"    value",{"type":48,"tag":1351,"props":37866,"children":37867},{"style":1364},[37868],{"type":54,"value":5408},{"type":48,"tag":1351,"props":37870,"children":37871},{"style":1364},[37872],{"type":54,"value":2130},{"type":48,"tag":1351,"props":37874,"children":37875},{"style":2122},[37876],{"type":54,"value":2515},{"type":48,"tag":1351,"props":37878,"children":37879},{"style":1364},[37880],{"type":54,"value":24276},{"type":48,"tag":1351,"props":37882,"children":37883},{"class":1353,"line":5128},[37884,37889,37893],{"type":48,"tag":1351,"props":37885,"children":37886},{"style":5395},[37887],{"type":54,"value":37888},"    style",{"type":48,"tag":1351,"props":37890,"children":37891},{"style":1364},[37892],{"type":54,"value":5408},{"type":48,"tag":1351,"props":37894,"children":37895},{"style":1364},[37896],{"type":54,"value":24276},{"type":48,"tag":1351,"props":37898,"children":37899},{"class":1353,"line":5136},[37900],{"type":48,"tag":1351,"props":37901,"children":37902},{"style":2122},[37903],{"type":54,"value":37904},"      border: 1px solid #EBD5C1;\n",{"type":48,"tag":1351,"props":37906,"children":37907},{"class":1353,"line":5145},[37908],{"type":48,"tag":1351,"props":37909,"children":37910},{"style":2122},[37911],{"type":54,"value":37912},"      background: #FFFDFB;\n",{"type":48,"tag":1351,"props":37914,"children":37915},{"class":1353,"line":5162},[37916],{"type":48,"tag":1351,"props":37917,"children":37918},{"style":2122},[37919],{"type":54,"value":37920},"      color: #521000;\n",{"type":48,"tag":1351,"props":37922,"children":37923},{"class":1353,"line":5195},[37924],{"type":48,"tag":1351,"props":37925,"children":37926},{"style":2122},[37927],{"type":54,"value":34137},{"type":48,"tag":1351,"props":37929,"children":37930},{"class":1353,"line":5237},[37931],{"type":48,"tag":1351,"props":37932,"children":37933},{"style":2122},[37934],{"type":54,"value":37935},"      font-size: 14px;\n",{"type":48,"tag":1351,"props":37937,"children":37938},{"class":1353,"line":5245},[37939],{"type":48,"tag":1351,"props":37940,"children":37941},{"style":2122},[37942],{"type":54,"value":37943},"      border-radius: 8px;\n",{"type":48,"tag":1351,"props":37945,"children":37946},{"class":1353,"line":5253},[37947],{"type":48,"tag":1351,"props":37948,"children":37949},{"style":2122},[37950],{"type":54,"value":37951},"      padding: 12px;\n",{"type":48,"tag":1351,"props":37953,"children":37954},{"class":1353,"line":5262},[37955],{"type":48,"tag":1351,"props":37956,"children":37957},{"style":2122},[37958],{"type":54,"value":37959},"      text-align: right;\n",{"type":48,"tag":1351,"props":37961,"children":37962},{"class":1353,"line":5279},[37963],{"type":48,"tag":1351,"props":37964,"children":37965},{"style":2122},[37966],{"type":54,"value":37967},"      outline: none;\n",{"type":48,"tag":1351,"props":37969,"children":37970},{"class":1353,"line":5320},[37971],{"type":48,"tag":1351,"props":37972,"children":37973},{"style":2122},[37974],{"type":54,"value":37975},"      transition: all 0.15s ease;\n",{"type":48,"tag":1351,"props":37977,"children":37978},{"class":1353,"line":5361},[37979],{"type":48,"tag":1351,"props":37980,"children":37981},{"style":1364},[37982],{"type":54,"value":37983},"    \"\n",{"type":48,"tag":1351,"props":37985,"children":37986},{"class":1353,"line":11545},[37987,37992,37996,38000,38004,38008,38012,38016,38020,38024,38028,38032,38036,38041,38045,38050],{"type":48,"tag":1351,"props":37988,"children":37989},{"style":5395},[37990],{"type":54,"value":37991},"    onfocus",{"type":48,"tag":1351,"props":37993,"children":37994},{"style":1364},[37995],{"type":54,"value":5408},{"type":48,"tag":1351,"props":37997,"children":37998},{"style":1364},[37999],{"type":54,"value":24409},{"type":48,"tag":1351,"props":38001,"children":38002},{"style":1358},[38003],{"type":54,"value":24414},{"type":48,"tag":1351,"props":38005,"children":38006},{"style":1364},[38007],{"type":54,"value":105},{"type":48,"tag":1351,"props":38009,"children":38010},{"style":1358},[38011],{"type":54,"value":24455},{"type":48,"tag":1351,"props":38013,"children":38014},{"style":1364},[38015],{"type":54,"value":24428},{"type":48,"tag":1351,"props":38017,"children":38018},{"style":2122},[38019],{"type":54,"value":414},{"type":48,"tag":1351,"props":38021,"children":38022},{"style":1364},[38023],{"type":54,"value":24437},{"type":48,"tag":1351,"props":38025,"children":38026},{"style":1364},[38027],{"type":54,"value":24442},{"type":48,"tag":1351,"props":38029,"children":38030},{"style":1358},[38031],{"type":54,"value":24414},{"type":48,"tag":1351,"props":38033,"children":38034},{"style":1364},[38035],{"type":54,"value":105},{"type":48,"tag":1351,"props":38037,"children":38038},{"style":1358},[38039],{"type":54,"value":38040},"boxShadow",{"type":48,"tag":1351,"props":38042,"children":38043},{"style":1364},[38044],{"type":54,"value":24428},{"type":48,"tag":1351,"props":38046,"children":38047},{"style":2122},[38048],{"type":54,"value":38049},"0 0 0 1px #FF4801",{"type":48,"tag":1351,"props":38051,"children":38052},{"style":1364},[38053],{"type":54,"value":38054},"';\"\n",{"type":48,"tag":1351,"props":38056,"children":38057},{"class":1353,"line":11571},[38058,38063,38067,38071,38075,38079,38083,38087,38091,38095,38099,38103,38107,38111,38115,38119],{"type":48,"tag":1351,"props":38059,"children":38060},{"style":5395},[38061],{"type":54,"value":38062},"    onblur",{"type":48,"tag":1351,"props":38064,"children":38065},{"style":1364},[38066],{"type":54,"value":5408},{"type":48,"tag":1351,"props":38068,"children":38069},{"style":1364},[38070],{"type":54,"value":24409},{"type":48,"tag":1351,"props":38072,"children":38073},{"style":1358},[38074],{"type":54,"value":24414},{"type":48,"tag":1351,"props":38076,"children":38077},{"style":1364},[38078],{"type":54,"value":105},{"type":48,"tag":1351,"props":38080,"children":38081},{"style":1358},[38082],{"type":54,"value":24455},{"type":48,"tag":1351,"props":38084,"children":38085},{"style":1364},[38086],{"type":54,"value":24428},{"type":48,"tag":1351,"props":38088,"children":38089},{"style":2122},[38090],{"type":54,"value":748},{"type":48,"tag":1351,"props":38092,"children":38093},{"style":1364},[38094],{"type":54,"value":24437},{"type":48,"tag":1351,"props":38096,"children":38097},{"style":1364},[38098],{"type":54,"value":24442},{"type":48,"tag":1351,"props":38100,"children":38101},{"style":1358},[38102],{"type":54,"value":24414},{"type":48,"tag":1351,"props":38104,"children":38105},{"style":1364},[38106],{"type":54,"value":105},{"type":48,"tag":1351,"props":38108,"children":38109},{"style":1358},[38110],{"type":54,"value":38040},{"type":48,"tag":1351,"props":38112,"children":38113},{"style":1364},[38114],{"type":54,"value":24428},{"type":48,"tag":1351,"props":38116,"children":38117},{"style":2122},[38118],{"type":54,"value":10809},{"type":48,"tag":1351,"props":38120,"children":38121},{"style":1364},[38122],{"type":54,"value":38054},{"type":48,"tag":1351,"props":38124,"children":38125},{"class":1353,"line":11597},[38126],{"type":48,"tag":1351,"props":38127,"children":38128},{"style":1364},[38129],{"type":54,"value":37579},{"type":48,"tag":1351,"props":38131,"children":38132},{"class":1353,"line":11623},[38133,38137,38141],{"type":48,"tag":1351,"props":38134,"children":38135},{"style":1364},[38136],{"type":54,"value":7118},{"type":48,"tag":1351,"props":38138,"children":38139},{"style":5418},[38140],{"type":54,"value":15234},{"type":48,"tag":1351,"props":38142,"children":38143},{"style":1364},[38144],{"type":54,"value":6919},{"type":48,"tag":107,"props":38146,"children":38147},{},[],{"type":48,"tag":111,"props":38149,"children":38151},{"id":38150},"form-input-with-unit",[38152],{"type":54,"value":38153},"FORM-INPUT-WITH-UNIT",{"type":48,"tag":61,"props":38155,"children":38156},{},[38157],{"type":54,"value":38158},"Input with unit selector dropdown (e.g., for pricing calculators or quantity inputs).",{"type":48,"tag":151,"props":38160,"children":38162},{"id":38161},"react-tailwind-15",[38163],{"type":54,"value":24169},{"type":48,"tag":118,"props":38165,"children":38167},{"className":24172,"code":38166,"language":24174,"meta":126,"style":126},"\u003Cdiv className=\"flex flex-col\">\n  \u003Clabel htmlFor=\"data_stored\" className=\"block mb-2 text-base font-medium text-[#521000] leading-tight\">\n    How much data will you store?\n  \u003C\u002Flabel>\n  \u003Cdiv className=\"flex\">\n    \u003Cinput\n      id=\"data_stored\"\n      type=\"text\"\n      className=\"flex-1 border border-[#EBD5C1] bg-[#FFFDFB] text-[#521000] text-sm rounded-lg p-3 text-right focus:border-[#FF4801] focus:ring-1 focus:ring-[#FF4801] outline-none\"\n      defaultValue=\"10\"\n    \u002F>\n    \u003Cdiv className=\"relative ml-2\">\n      \u003Cselect\n        aria-label=\"Storage unit\"\n        className=\"appearance-none pl-3 pr-8 py-3 text-sm text-[#521000] bg-[#FEF7ED] border border-[#EBD5C1] rounded-lg cursor-pointer focus:border-[#FF4801] focus:ring-1 focus:ring-[#FF4801] outline-none\"\n        defaultValue=\"TB\"\n      >\n        \u003Coption value=\"GB\">GB\u003C\u002Foption>\n        \u003Coption value=\"TB\">TB\u003C\u002Foption>\n        \u003Coption value=\"PB\">PB\u003C\u002Foption>\n      \u003C\u002Fselect>\n      \u003Csvg className=\"pointer-events-none absolute right-3 top-1\u002F2 -translate-y-1\u002F2 w-4 h-4 text-[#521000]\u002F60\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n        \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" strokeWidth={2} d=\"M19 9l-7 7-7-7\" \u002F>\n      \u003C\u002Fsvg>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n",[38168],{"type":48,"tag":89,"props":38169,"children":38170},{"__ignoreMap":126},[38171,38206,38262,38269,38284,38320,38331,38355,38379,38403,38427,38434,38470,38482,38507,38532,38557,38564,38618,38669,38721,38736,38832,38926,38941,38956,38971],{"type":48,"tag":1351,"props":38172,"children":38173},{"class":1353,"line":1354},[38174,38178,38182,38186,38190,38194,38198,38202],{"type":48,"tag":1351,"props":38175,"children":38176},{"style":1364},[38177],{"type":54,"value":6909},{"type":48,"tag":1351,"props":38179,"children":38180},{"style":5418},[38181],{"type":54,"value":15234},{"type":48,"tag":1351,"props":38183,"children":38184},{"style":5395},[38185],{"type":54,"value":24194},{"type":48,"tag":1351,"props":38187,"children":38188},{"style":1364},[38189],{"type":54,"value":5408},{"type":48,"tag":1351,"props":38191,"children":38192},{"style":1364},[38193],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38195,"children":38196},{"style":2122},[38197],{"type":54,"value":37348},{"type":48,"tag":1351,"props":38199,"children":38200},{"style":1364},[38201],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38203,"children":38204},{"style":1364},[38205],{"type":54,"value":6919},{"type":48,"tag":1351,"props":38207,"children":38208},{"class":1353,"line":1417},[38209,38213,38217,38221,38225,38229,38234,38238,38242,38246,38250,38254,38258],{"type":48,"tag":1351,"props":38210,"children":38211},{"style":1364},[38212],{"type":54,"value":15268},{"type":48,"tag":1351,"props":38214,"children":38215},{"style":5418},[38216],{"type":54,"value":37368},{"type":48,"tag":1351,"props":38218,"children":38219},{"style":5395},[38220],{"type":54,"value":37373},{"type":48,"tag":1351,"props":38222,"children":38223},{"style":1364},[38224],{"type":54,"value":5408},{"type":48,"tag":1351,"props":38226,"children":38227},{"style":1364},[38228],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38230,"children":38231},{"style":2122},[38232],{"type":54,"value":38233},"data_stored",{"type":48,"tag":1351,"props":38235,"children":38236},{"style":1364},[38237],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38239,"children":38240},{"style":5395},[38241],{"type":54,"value":24194},{"type":48,"tag":1351,"props":38243,"children":38244},{"style":1364},[38245],{"type":54,"value":5408},{"type":48,"tag":1351,"props":38247,"children":38248},{"style":1364},[38249],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38251,"children":38252},{"style":2122},[38253],{"type":54,"value":37407},{"type":48,"tag":1351,"props":38255,"children":38256},{"style":1364},[38257],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38259,"children":38260},{"style":1364},[38261],{"type":54,"value":6919},{"type":48,"tag":1351,"props":38263,"children":38264},{"class":1353,"line":2059},[38265],{"type":48,"tag":1351,"props":38266,"children":38267},{"style":1358},[38268],{"type":54,"value":37423},{"type":48,"tag":1351,"props":38270,"children":38271},{"class":1353,"line":2081},[38272,38276,38280],{"type":48,"tag":1351,"props":38273,"children":38274},{"style":1364},[38275],{"type":54,"value":25930},{"type":48,"tag":1351,"props":38277,"children":38278},{"style":5418},[38279],{"type":54,"value":37368},{"type":48,"tag":1351,"props":38281,"children":38282},{"style":1364},[38283],{"type":54,"value":6919},{"type":48,"tag":1351,"props":38285,"children":38286},{"class":1353,"line":2104},[38287,38291,38295,38299,38303,38307,38312,38316],{"type":48,"tag":1351,"props":38288,"children":38289},{"style":1364},[38290],{"type":54,"value":15268},{"type":48,"tag":1351,"props":38292,"children":38293},{"style":5418},[38294],{"type":54,"value":15234},{"type":48,"tag":1351,"props":38296,"children":38297},{"style":5395},[38298],{"type":54,"value":24194},{"type":48,"tag":1351,"props":38300,"children":38301},{"style":1364},[38302],{"type":54,"value":5408},{"type":48,"tag":1351,"props":38304,"children":38305},{"style":1364},[38306],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38308,"children":38309},{"style":2122},[38310],{"type":54,"value":38311},"flex",{"type":48,"tag":1351,"props":38313,"children":38314},{"style":1364},[38315],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38317,"children":38318},{"style":1364},[38319],{"type":54,"value":6919},{"type":48,"tag":1351,"props":38321,"children":38322},{"class":1353,"line":2164},[38323,38327],{"type":48,"tag":1351,"props":38324,"children":38325},{"style":1364},[38326],{"type":54,"value":25771},{"type":48,"tag":1351,"props":38328,"children":38329},{"style":5418},[38330],{"type":54,"value":37450},{"type":48,"tag":1351,"props":38332,"children":38333},{"class":1353,"line":2713},[38334,38339,38343,38347,38351],{"type":48,"tag":1351,"props":38335,"children":38336},{"style":5395},[38337],{"type":54,"value":38338},"      id",{"type":48,"tag":1351,"props":38340,"children":38341},{"style":1364},[38342],{"type":54,"value":5408},{"type":48,"tag":1351,"props":38344,"children":38345},{"style":1364},[38346],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38348,"children":38349},{"style":2122},[38350],{"type":54,"value":38233},{"type":48,"tag":1351,"props":38352,"children":38353},{"style":1364},[38354],{"type":54,"value":24276},{"type":48,"tag":1351,"props":38356,"children":38357},{"class":1353,"line":2722},[38358,38363,38367,38371,38375],{"type":48,"tag":1351,"props":38359,"children":38360},{"style":5395},[38361],{"type":54,"value":38362},"      type",{"type":48,"tag":1351,"props":38364,"children":38365},{"style":1364},[38366],{"type":54,"value":5408},{"type":48,"tag":1351,"props":38368,"children":38369},{"style":1364},[38370],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38372,"children":38373},{"style":2122},[38374],{"type":54,"value":54},{"type":48,"tag":1351,"props":38376,"children":38377},{"style":1364},[38378],{"type":54,"value":24276},{"type":48,"tag":1351,"props":38380,"children":38381},{"class":1353,"line":2736},[38382,38386,38390,38394,38399],{"type":48,"tag":1351,"props":38383,"children":38384},{"style":5395},[38385],{"type":54,"value":34762},{"type":48,"tag":1351,"props":38387,"children":38388},{"style":1364},[38389],{"type":54,"value":5408},{"type":48,"tag":1351,"props":38391,"children":38392},{"style":1364},[38393],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38395,"children":38396},{"style":2122},[38397],{"type":54,"value":38398},"flex-1 border border-[#EBD5C1] bg-[#FFFDFB] text-[#521000] text-sm rounded-lg p-3 text-right focus:border-[#FF4801] focus:ring-1 focus:ring-[#FF4801] outline-none",{"type":48,"tag":1351,"props":38400,"children":38401},{"style":1364},[38402],{"type":54,"value":24276},{"type":48,"tag":1351,"props":38404,"children":38405},{"class":1353,"line":2744},[38406,38411,38415,38419,38423],{"type":48,"tag":1351,"props":38407,"children":38408},{"style":5395},[38409],{"type":54,"value":38410},"      defaultValue",{"type":48,"tag":1351,"props":38412,"children":38413},{"style":1364},[38414],{"type":54,"value":5408},{"type":48,"tag":1351,"props":38416,"children":38417},{"style":1364},[38418],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38420,"children":38421},{"style":2122},[38422],{"type":54,"value":2515},{"type":48,"tag":1351,"props":38424,"children":38425},{"style":1364},[38426],{"type":54,"value":24276},{"type":48,"tag":1351,"props":38428,"children":38429},{"class":1353,"line":2753},[38430],{"type":48,"tag":1351,"props":38431,"children":38432},{"style":1364},[38433],{"type":54,"value":34825},{"type":48,"tag":1351,"props":38435,"children":38436},{"class":1353,"line":2767},[38437,38441,38445,38449,38453,38457,38462,38466],{"type":48,"tag":1351,"props":38438,"children":38439},{"style":1364},[38440],{"type":54,"value":25771},{"type":48,"tag":1351,"props":38442,"children":38443},{"style":5418},[38444],{"type":54,"value":15234},{"type":48,"tag":1351,"props":38446,"children":38447},{"style":5395},[38448],{"type":54,"value":24194},{"type":48,"tag":1351,"props":38450,"children":38451},{"style":1364},[38452],{"type":54,"value":5408},{"type":48,"tag":1351,"props":38454,"children":38455},{"style":1364},[38456],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38458,"children":38459},{"style":2122},[38460],{"type":54,"value":38461},"relative ml-2",{"type":48,"tag":1351,"props":38463,"children":38464},{"style":1364},[38465],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38467,"children":38468},{"style":1364},[38469],{"type":54,"value":6919},{"type":48,"tag":1351,"props":38471,"children":38472},{"class":1353,"line":2781},[38473,38477],{"type":48,"tag":1351,"props":38474,"children":38475},{"style":1364},[38476],{"type":54,"value":29288},{"type":48,"tag":1351,"props":38478,"children":38479},{"style":5418},[38480],{"type":54,"value":38481},"select\n",{"type":48,"tag":1351,"props":38483,"children":38484},{"class":1353,"line":2795},[38485,38490,38494,38498,38503],{"type":48,"tag":1351,"props":38486,"children":38487},{"style":5395},[38488],{"type":54,"value":38489},"        aria-label",{"type":48,"tag":1351,"props":38491,"children":38492},{"style":1364},[38493],{"type":54,"value":5408},{"type":48,"tag":1351,"props":38495,"children":38496},{"style":1364},[38497],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38499,"children":38500},{"style":2122},[38501],{"type":54,"value":38502},"Storage unit",{"type":48,"tag":1351,"props":38504,"children":38505},{"style":1364},[38506],{"type":54,"value":24276},{"type":48,"tag":1351,"props":38508,"children":38509},{"class":1353,"line":2803},[38510,38515,38519,38523,38528],{"type":48,"tag":1351,"props":38511,"children":38512},{"style":5395},[38513],{"type":54,"value":38514},"        className",{"type":48,"tag":1351,"props":38516,"children":38517},{"style":1364},[38518],{"type":54,"value":5408},{"type":48,"tag":1351,"props":38520,"children":38521},{"style":1364},[38522],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38524,"children":38525},{"style":2122},[38526],{"type":54,"value":38527},"appearance-none pl-3 pr-8 py-3 text-sm text-[#521000] bg-[#FEF7ED] border border-[#EBD5C1] rounded-lg cursor-pointer focus:border-[#FF4801] focus:ring-1 focus:ring-[#FF4801] outline-none",{"type":48,"tag":1351,"props":38529,"children":38530},{"style":1364},[38531],{"type":54,"value":24276},{"type":48,"tag":1351,"props":38533,"children":38534},{"class":1353,"line":2812},[38535,38540,38544,38548,38553],{"type":48,"tag":1351,"props":38536,"children":38537},{"style":5395},[38538],{"type":54,"value":38539},"        defaultValue",{"type":48,"tag":1351,"props":38541,"children":38542},{"style":1364},[38543],{"type":54,"value":5408},{"type":48,"tag":1351,"props":38545,"children":38546},{"style":1364},[38547],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38549,"children":38550},{"style":2122},[38551],{"type":54,"value":38552},"TB",{"type":48,"tag":1351,"props":38554,"children":38555},{"style":1364},[38556],{"type":54,"value":24276},{"type":48,"tag":1351,"props":38558,"children":38559},{"class":1353,"line":2826},[38560],{"type":48,"tag":1351,"props":38561,"children":38562},{"style":1364},[38563],{"type":54,"value":23928},{"type":48,"tag":1351,"props":38565,"children":38566},{"class":1353,"line":5128},[38567,38571,38576,38581,38585,38589,38594,38598,38602,38606,38610,38614],{"type":48,"tag":1351,"props":38568,"children":38569},{"style":1364},[38570],{"type":54,"value":31633},{"type":48,"tag":1351,"props":38572,"children":38573},{"style":5418},[38574],{"type":54,"value":38575},"option",{"type":48,"tag":1351,"props":38577,"children":38578},{"style":5395},[38579],{"type":54,"value":38580}," value",{"type":48,"tag":1351,"props":38582,"children":38583},{"style":1364},[38584],{"type":54,"value":5408},{"type":48,"tag":1351,"props":38586,"children":38587},{"style":1364},[38588],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38590,"children":38591},{"style":2122},[38592],{"type":54,"value":38593},"GB",{"type":48,"tag":1351,"props":38595,"children":38596},{"style":1364},[38597],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38599,"children":38600},{"style":1364},[38601],{"type":54,"value":28405},{"type":48,"tag":1351,"props":38603,"children":38604},{"style":1358},[38605],{"type":54,"value":38593},{"type":48,"tag":1351,"props":38607,"children":38608},{"style":1364},[38609],{"type":54,"value":7118},{"type":48,"tag":1351,"props":38611,"children":38612},{"style":5418},[38613],{"type":54,"value":38575},{"type":48,"tag":1351,"props":38615,"children":38616},{"style":1364},[38617],{"type":54,"value":6919},{"type":48,"tag":1351,"props":38619,"children":38620},{"class":1353,"line":5136},[38621,38625,38629,38633,38637,38641,38645,38649,38653,38657,38661,38665],{"type":48,"tag":1351,"props":38622,"children":38623},{"style":1364},[38624],{"type":54,"value":31633},{"type":48,"tag":1351,"props":38626,"children":38627},{"style":5418},[38628],{"type":54,"value":38575},{"type":48,"tag":1351,"props":38630,"children":38631},{"style":5395},[38632],{"type":54,"value":38580},{"type":48,"tag":1351,"props":38634,"children":38635},{"style":1364},[38636],{"type":54,"value":5408},{"type":48,"tag":1351,"props":38638,"children":38639},{"style":1364},[38640],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38642,"children":38643},{"style":2122},[38644],{"type":54,"value":38552},{"type":48,"tag":1351,"props":38646,"children":38647},{"style":1364},[38648],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38650,"children":38651},{"style":1364},[38652],{"type":54,"value":28405},{"type":48,"tag":1351,"props":38654,"children":38655},{"style":1358},[38656],{"type":54,"value":38552},{"type":48,"tag":1351,"props":38658,"children":38659},{"style":1364},[38660],{"type":54,"value":7118},{"type":48,"tag":1351,"props":38662,"children":38663},{"style":5418},[38664],{"type":54,"value":38575},{"type":48,"tag":1351,"props":38666,"children":38667},{"style":1364},[38668],{"type":54,"value":6919},{"type":48,"tag":1351,"props":38670,"children":38671},{"class":1353,"line":5145},[38672,38676,38680,38684,38688,38692,38697,38701,38705,38709,38713,38717],{"type":48,"tag":1351,"props":38673,"children":38674},{"style":1364},[38675],{"type":54,"value":31633},{"type":48,"tag":1351,"props":38677,"children":38678},{"style":5418},[38679],{"type":54,"value":38575},{"type":48,"tag":1351,"props":38681,"children":38682},{"style":5395},[38683],{"type":54,"value":38580},{"type":48,"tag":1351,"props":38685,"children":38686},{"style":1364},[38687],{"type":54,"value":5408},{"type":48,"tag":1351,"props":38689,"children":38690},{"style":1364},[38691],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38693,"children":38694},{"style":2122},[38695],{"type":54,"value":38696},"PB",{"type":48,"tag":1351,"props":38698,"children":38699},{"style":1364},[38700],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38702,"children":38703},{"style":1364},[38704],{"type":54,"value":28405},{"type":48,"tag":1351,"props":38706,"children":38707},{"style":1358},[38708],{"type":54,"value":38696},{"type":48,"tag":1351,"props":38710,"children":38711},{"style":1364},[38712],{"type":54,"value":7118},{"type":48,"tag":1351,"props":38714,"children":38715},{"style":5418},[38716],{"type":54,"value":38575},{"type":48,"tag":1351,"props":38718,"children":38719},{"style":1364},[38720],{"type":54,"value":6919},{"type":48,"tag":1351,"props":38722,"children":38723},{"class":1353,"line":5162},[38724,38728,38732],{"type":48,"tag":1351,"props":38725,"children":38726},{"style":1364},[38727],{"type":54,"value":31843},{"type":48,"tag":1351,"props":38729,"children":38730},{"style":5418},[38731],{"type":54,"value":8234},{"type":48,"tag":1351,"props":38733,"children":38734},{"style":1364},[38735],{"type":54,"value":6919},{"type":48,"tag":1351,"props":38737,"children":38738},{"class":1353,"line":5195},[38739,38743,38747,38751,38755,38759,38764,38768,38772,38776,38780,38784,38788,38792,38796,38800,38804,38808,38812,38816,38820,38824,38828],{"type":48,"tag":1351,"props":38740,"children":38741},{"style":1364},[38742],{"type":54,"value":29288},{"type":48,"tag":1351,"props":38744,"children":38745},{"style":5418},[38746],{"type":54,"value":25658},{"type":48,"tag":1351,"props":38748,"children":38749},{"style":5395},[38750],{"type":54,"value":24194},{"type":48,"tag":1351,"props":38752,"children":38753},{"style":1364},[38754],{"type":54,"value":5408},{"type":48,"tag":1351,"props":38756,"children":38757},{"style":1364},[38758],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38760,"children":38761},{"style":2122},[38762],{"type":54,"value":38763},"pointer-events-none absolute right-3 top-1\u002F2 -translate-y-1\u002F2 w-4 h-4 text-[#521000]\u002F60",{"type":48,"tag":1351,"props":38765,"children":38766},{"style":1364},[38767],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38769,"children":38770},{"style":5395},[38771],{"type":54,"value":25684},{"type":48,"tag":1351,"props":38773,"children":38774},{"style":1364},[38775],{"type":54,"value":5408},{"type":48,"tag":1351,"props":38777,"children":38778},{"style":1364},[38779],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38781,"children":38782},{"style":2122},[38783],{"type":54,"value":10809},{"type":48,"tag":1351,"props":38785,"children":38786},{"style":1364},[38787],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38789,"children":38790},{"style":5395},[38791],{"type":54,"value":25705},{"type":48,"tag":1351,"props":38793,"children":38794},{"style":1364},[38795],{"type":54,"value":5408},{"type":48,"tag":1351,"props":38797,"children":38798},{"style":1364},[38799],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38801,"children":38802},{"style":2122},[38803],{"type":54,"value":25718},{"type":48,"tag":1351,"props":38805,"children":38806},{"style":1364},[38807],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38809,"children":38810},{"style":5395},[38811],{"type":54,"value":25727},{"type":48,"tag":1351,"props":38813,"children":38814},{"style":1364},[38815],{"type":54,"value":5408},{"type":48,"tag":1351,"props":38817,"children":38818},{"style":1364},[38819],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38821,"children":38822},{"style":2122},[38823],{"type":54,"value":25740},{"type":48,"tag":1351,"props":38825,"children":38826},{"style":1364},[38827],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38829,"children":38830},{"style":1364},[38831],{"type":54,"value":6919},{"type":48,"tag":1351,"props":38833,"children":38834},{"class":1353,"line":5237},[38835,38839,38843,38847,38851,38855,38859,38863,38867,38871,38875,38879,38883,38887,38891,38895,38900,38905,38909,38913,38918,38922],{"type":48,"tag":1351,"props":38836,"children":38837},{"style":1364},[38838],{"type":54,"value":31633},{"type":48,"tag":1351,"props":38840,"children":38841},{"style":5418},[38842],{"type":54,"value":25776},{"type":48,"tag":1351,"props":38844,"children":38845},{"style":5395},[38846],{"type":54,"value":25781},{"type":48,"tag":1351,"props":38848,"children":38849},{"style":1364},[38850],{"type":54,"value":5408},{"type":48,"tag":1351,"props":38852,"children":38853},{"style":1364},[38854],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38856,"children":38857},{"style":2122},[38858],{"type":54,"value":25794},{"type":48,"tag":1351,"props":38860,"children":38861},{"style":1364},[38862],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38864,"children":38865},{"style":5395},[38866],{"type":54,"value":25803},{"type":48,"tag":1351,"props":38868,"children":38869},{"style":1364},[38870],{"type":54,"value":5408},{"type":48,"tag":1351,"props":38872,"children":38873},{"style":1364},[38874],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38876,"children":38877},{"style":2122},[38878],{"type":54,"value":25794},{"type":48,"tag":1351,"props":38880,"children":38881},{"style":1364},[38882],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38884,"children":38885},{"style":5395},[38886],{"type":54,"value":25749},{"type":48,"tag":1351,"props":38888,"children":38889},{"style":1364},[38890],{"type":54,"value":25754},{"type":48,"tag":1351,"props":38892,"children":38893},{"style":2133},[38894],{"type":54,"value":2353},{"type":48,"tag":1351,"props":38896,"children":38897},{"style":1364},[38898],{"type":54,"value":38899},"} ",{"type":48,"tag":1351,"props":38901,"children":38902},{"style":5395},[38903],{"type":54,"value":38904},"d",{"type":48,"tag":1351,"props":38906,"children":38907},{"style":1364},[38908],{"type":54,"value":5408},{"type":48,"tag":1351,"props":38910,"children":38911},{"style":1364},[38912],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38914,"children":38915},{"style":2122},[38916],{"type":54,"value":38917},"M19 9l-7 7-7-7",{"type":48,"tag":1351,"props":38919,"children":38920},{"style":1364},[38921],{"type":54,"value":2130},{"type":48,"tag":1351,"props":38923,"children":38924},{"style":1364},[38925],{"type":54,"value":25846},{"type":48,"tag":1351,"props":38927,"children":38928},{"class":1353,"line":5245},[38929,38933,38937],{"type":48,"tag":1351,"props":38930,"children":38931},{"style":1364},[38932],{"type":54,"value":31843},{"type":48,"tag":1351,"props":38934,"children":38935},{"style":5418},[38936],{"type":54,"value":25658},{"type":48,"tag":1351,"props":38938,"children":38939},{"style":1364},[38940],{"type":54,"value":6919},{"type":48,"tag":1351,"props":38942,"children":38943},{"class":1353,"line":5253},[38944,38948,38952],{"type":48,"tag":1351,"props":38945,"children":38946},{"style":1364},[38947],{"type":54,"value":29365},{"type":48,"tag":1351,"props":38949,"children":38950},{"style":5418},[38951],{"type":54,"value":15234},{"type":48,"tag":1351,"props":38953,"children":38954},{"style":1364},[38955],{"type":54,"value":6919},{"type":48,"tag":1351,"props":38957,"children":38958},{"class":1353,"line":5262},[38959,38963,38967],{"type":48,"tag":1351,"props":38960,"children":38961},{"style":1364},[38962],{"type":54,"value":25930},{"type":48,"tag":1351,"props":38964,"children":38965},{"style":5418},[38966],{"type":54,"value":15234},{"type":48,"tag":1351,"props":38968,"children":38969},{"style":1364},[38970],{"type":54,"value":6919},{"type":48,"tag":1351,"props":38972,"children":38973},{"class":1353,"line":5279},[38974,38978,38982],{"type":48,"tag":1351,"props":38975,"children":38976},{"style":1364},[38977],{"type":54,"value":7118},{"type":48,"tag":1351,"props":38979,"children":38980},{"style":5418},[38981],{"type":54,"value":15234},{"type":48,"tag":1351,"props":38983,"children":38984},{"style":1364},[38985],{"type":54,"value":6919},{"type":48,"tag":151,"props":38987,"children":38989},{"id":38988},"vanilla-html-14",[38990],{"type":54,"value":24244},{"type":48,"tag":118,"props":38992,"children":38994},{"className":6896,"code":38993,"language":18,"meta":126,"style":126},"\u003Cdiv style=\"display: flex; flex-direction: column;\">\n  \u003Clabel for=\"data_stored\" style=\"\n    display: block;\n    margin-bottom: 8px;\n    font-family: 'Inter', sans-serif;\n    font-size: 16px;\n    font-weight: 500;\n    color: #521000;\n    line-height: 1.4;\n  \">\n    How much data will you store?\n  \u003C\u002Flabel>\n  \u003Cdiv style=\"display: flex;\">\n    \u003Cinput\n      id=\"data_stored\"\n      type=\"text\"\n      value=\"10\"\n      style=\"\n        flex: 1;\n        border: 1px solid #EBD5C1;\n        background: #FFFDFB;\n        color: #521000;\n        font-family: 'Inter', sans-serif;\n        font-size: 14px;\n        border-radius: 8px;\n        padding: 12px;\n        text-align: right;\n        outline: none;\n      \"\n    \u002F>\n    \u003Cdiv style=\"position: relative; margin-left: 8px;\">\n      \u003Cselect aria-label=\"Storage unit\" style=\"\n        appearance: none;\n        padding: 12px 32px 12px 12px;\n        font-family: 'Inter', sans-serif;\n        font-size: 14px;\n        color: #521000;\n        background: #FEF7ED;\n        border: 1px solid #EBD5C1;\n        border-radius: 8px;\n        cursor: pointer;\n        outline: none;\n      \">\n        \u003Coption value=\"GB\">GB\u003C\u002Foption>\n        \u003Coption value=\"TB\" selected>TB\u003C\u002Foption>\n        \u003Coption value=\"PB\">PB\u003C\u002Foption>\n      \u003C\u002Fselect>\n      \u003Csvg style=\"pointer-events: none; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: rgba(82,16,0,0.6);\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n        \u003Cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\" \u002F>\n      \u003C\u002Fsvg>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n",[38995],{"type":48,"tag":89,"props":38996,"children":38997},{"__ignoreMap":126},[38998,39033,39076,39083,39090,39097,39104,39111,39118,39125,39136,39143,39158,39194,39205,39228,39251,39275,39290,39298,39306,39314,39322,39330,39338,39346,39354,39362,39370,39378,39385,39421,39464,39472,39480,39487,39494,39501,39509,39516,39523,39531,39538,39550,39601,39657,39708,39723,39819,39914,39929,39944,39959],{"type":48,"tag":1351,"props":38999,"children":39000},{"class":1353,"line":1354},[39001,39005,39009,39013,39017,39021,39025,39029],{"type":48,"tag":1351,"props":39002,"children":39003},{"style":1364},[39004],{"type":54,"value":6909},{"type":48,"tag":1351,"props":39006,"children":39007},{"style":5418},[39008],{"type":54,"value":15234},{"type":48,"tag":1351,"props":39010,"children":39011},{"style":5395},[39012],{"type":54,"value":24267},{"type":48,"tag":1351,"props":39014,"children":39015},{"style":1364},[39016],{"type":54,"value":5408},{"type":48,"tag":1351,"props":39018,"children":39019},{"style":1364},[39020],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39022,"children":39023},{"style":2122},[39024],{"type":54,"value":37634},{"type":48,"tag":1351,"props":39026,"children":39027},{"style":1364},[39028],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39030,"children":39031},{"style":1364},[39032],{"type":54,"value":6919},{"type":48,"tag":1351,"props":39034,"children":39035},{"class":1353,"line":1417},[39036,39040,39044,39048,39052,39056,39060,39064,39068,39072],{"type":48,"tag":1351,"props":39037,"children":39038},{"style":1364},[39039],{"type":54,"value":15268},{"type":48,"tag":1351,"props":39041,"children":39042},{"style":5418},[39043],{"type":54,"value":37368},{"type":48,"tag":1351,"props":39045,"children":39046},{"style":5395},[39047],{"type":54,"value":37658},{"type":48,"tag":1351,"props":39049,"children":39050},{"style":1364},[39051],{"type":54,"value":5408},{"type":48,"tag":1351,"props":39053,"children":39054},{"style":1364},[39055],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39057,"children":39058},{"style":2122},[39059],{"type":54,"value":38233},{"type":48,"tag":1351,"props":39061,"children":39062},{"style":1364},[39063],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39065,"children":39066},{"style":5395},[39067],{"type":54,"value":24267},{"type":48,"tag":1351,"props":39069,"children":39070},{"style":1364},[39071],{"type":54,"value":5408},{"type":48,"tag":1351,"props":39073,"children":39074},{"style":1364},[39075],{"type":54,"value":24276},{"type":48,"tag":1351,"props":39077,"children":39078},{"class":1353,"line":2059},[39079],{"type":48,"tag":1351,"props":39080,"children":39081},{"style":2122},[39082],{"type":54,"value":37694},{"type":48,"tag":1351,"props":39084,"children":39085},{"class":1353,"line":2081},[39086],{"type":48,"tag":1351,"props":39087,"children":39088},{"style":2122},[39089],{"type":54,"value":37702},{"type":48,"tag":1351,"props":39091,"children":39092},{"class":1353,"line":2104},[39093],{"type":48,"tag":1351,"props":39094,"children":39095},{"style":2122},[39096],{"type":54,"value":37710},{"type":48,"tag":1351,"props":39098,"children":39099},{"class":1353,"line":2164},[39100],{"type":48,"tag":1351,"props":39101,"children":39102},{"style":2122},[39103],{"type":54,"value":37718},{"type":48,"tag":1351,"props":39105,"children":39106},{"class":1353,"line":2713},[39107],{"type":48,"tag":1351,"props":39108,"children":39109},{"style":2122},[39110],{"type":54,"value":37726},{"type":48,"tag":1351,"props":39112,"children":39113},{"class":1353,"line":2722},[39114],{"type":48,"tag":1351,"props":39115,"children":39116},{"style":2122},[39117],{"type":54,"value":37734},{"type":48,"tag":1351,"props":39119,"children":39120},{"class":1353,"line":2736},[39121],{"type":48,"tag":1351,"props":39122,"children":39123},{"style":2122},[39124],{"type":54,"value":37742},{"type":48,"tag":1351,"props":39126,"children":39127},{"class":1353,"line":2744},[39128,39132],{"type":48,"tag":1351,"props":39129,"children":39130},{"style":1364},[39131],{"type":54,"value":37750},{"type":48,"tag":1351,"props":39133,"children":39134},{"style":1364},[39135],{"type":54,"value":6919},{"type":48,"tag":1351,"props":39137,"children":39138},{"class":1353,"line":2753},[39139],{"type":48,"tag":1351,"props":39140,"children":39141},{"style":1358},[39142],{"type":54,"value":37423},{"type":48,"tag":1351,"props":39144,"children":39145},{"class":1353,"line":2767},[39146,39150,39154],{"type":48,"tag":1351,"props":39147,"children":39148},{"style":1364},[39149],{"type":54,"value":25930},{"type":48,"tag":1351,"props":39151,"children":39152},{"style":5418},[39153],{"type":54,"value":37368},{"type":48,"tag":1351,"props":39155,"children":39156},{"style":1364},[39157],{"type":54,"value":6919},{"type":48,"tag":1351,"props":39159,"children":39160},{"class":1353,"line":2781},[39161,39165,39169,39173,39177,39181,39186,39190],{"type":48,"tag":1351,"props":39162,"children":39163},{"style":1364},[39164],{"type":54,"value":15268},{"type":48,"tag":1351,"props":39166,"children":39167},{"style":5418},[39168],{"type":54,"value":15234},{"type":48,"tag":1351,"props":39170,"children":39171},{"style":5395},[39172],{"type":54,"value":24267},{"type":48,"tag":1351,"props":39174,"children":39175},{"style":1364},[39176],{"type":54,"value":5408},{"type":48,"tag":1351,"props":39178,"children":39179},{"style":1364},[39180],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39182,"children":39183},{"style":2122},[39184],{"type":54,"value":39185},"display: flex;",{"type":48,"tag":1351,"props":39187,"children":39188},{"style":1364},[39189],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39191,"children":39192},{"style":1364},[39193],{"type":54,"value":6919},{"type":48,"tag":1351,"props":39195,"children":39196},{"class":1353,"line":2795},[39197,39201],{"type":48,"tag":1351,"props":39198,"children":39199},{"style":1364},[39200],{"type":54,"value":25771},{"type":48,"tag":1351,"props":39202,"children":39203},{"style":5418},[39204],{"type":54,"value":37450},{"type":48,"tag":1351,"props":39206,"children":39207},{"class":1353,"line":2803},[39208,39212,39216,39220,39224],{"type":48,"tag":1351,"props":39209,"children":39210},{"style":5395},[39211],{"type":54,"value":38338},{"type":48,"tag":1351,"props":39213,"children":39214},{"style":1364},[39215],{"type":54,"value":5408},{"type":48,"tag":1351,"props":39217,"children":39218},{"style":1364},[39219],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39221,"children":39222},{"style":2122},[39223],{"type":54,"value":38233},{"type":48,"tag":1351,"props":39225,"children":39226},{"style":1364},[39227],{"type":54,"value":24276},{"type":48,"tag":1351,"props":39229,"children":39230},{"class":1353,"line":2812},[39231,39235,39239,39243,39247],{"type":48,"tag":1351,"props":39232,"children":39233},{"style":5395},[39234],{"type":54,"value":38362},{"type":48,"tag":1351,"props":39236,"children":39237},{"style":1364},[39238],{"type":54,"value":5408},{"type":48,"tag":1351,"props":39240,"children":39241},{"style":1364},[39242],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39244,"children":39245},{"style":2122},[39246],{"type":54,"value":54},{"type":48,"tag":1351,"props":39248,"children":39249},{"style":1364},[39250],{"type":54,"value":24276},{"type":48,"tag":1351,"props":39252,"children":39253},{"class":1353,"line":2826},[39254,39259,39263,39267,39271],{"type":48,"tag":1351,"props":39255,"children":39256},{"style":5395},[39257],{"type":54,"value":39258},"      value",{"type":48,"tag":1351,"props":39260,"children":39261},{"style":1364},[39262],{"type":54,"value":5408},{"type":48,"tag":1351,"props":39264,"children":39265},{"style":1364},[39266],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39268,"children":39269},{"style":2122},[39270],{"type":54,"value":2515},{"type":48,"tag":1351,"props":39272,"children":39273},{"style":1364},[39274],{"type":54,"value":24276},{"type":48,"tag":1351,"props":39276,"children":39277},{"class":1353,"line":5128},[39278,39282,39286],{"type":48,"tag":1351,"props":39279,"children":39280},{"style":5395},[39281],{"type":54,"value":34787},{"type":48,"tag":1351,"props":39283,"children":39284},{"style":1364},[39285],{"type":54,"value":5408},{"type":48,"tag":1351,"props":39287,"children":39288},{"style":1364},[39289],{"type":54,"value":24276},{"type":48,"tag":1351,"props":39291,"children":39292},{"class":1353,"line":5136},[39293],{"type":48,"tag":1351,"props":39294,"children":39295},{"style":2122},[39296],{"type":54,"value":39297},"        flex: 1;\n",{"type":48,"tag":1351,"props":39299,"children":39300},{"class":1353,"line":5145},[39301],{"type":48,"tag":1351,"props":39302,"children":39303},{"style":2122},[39304],{"type":54,"value":39305},"        border: 1px solid #EBD5C1;\n",{"type":48,"tag":1351,"props":39307,"children":39308},{"class":1353,"line":5162},[39309],{"type":48,"tag":1351,"props":39310,"children":39311},{"style":2122},[39312],{"type":54,"value":39313},"        background: #FFFDFB;\n",{"type":48,"tag":1351,"props":39315,"children":39316},{"class":1353,"line":5195},[39317],{"type":48,"tag":1351,"props":39318,"children":39319},{"style":2122},[39320],{"type":54,"value":39321},"        color: #521000;\n",{"type":48,"tag":1351,"props":39323,"children":39324},{"class":1353,"line":5237},[39325],{"type":48,"tag":1351,"props":39326,"children":39327},{"style":2122},[39328],{"type":54,"value":39329},"        font-family: 'Inter', sans-serif;\n",{"type":48,"tag":1351,"props":39331,"children":39332},{"class":1353,"line":5245},[39333],{"type":48,"tag":1351,"props":39334,"children":39335},{"style":2122},[39336],{"type":54,"value":39337},"        font-size: 14px;\n",{"type":48,"tag":1351,"props":39339,"children":39340},{"class":1353,"line":5253},[39341],{"type":48,"tag":1351,"props":39342,"children":39343},{"style":2122},[39344],{"type":54,"value":39345},"        border-radius: 8px;\n",{"type":48,"tag":1351,"props":39347,"children":39348},{"class":1353,"line":5262},[39349],{"type":48,"tag":1351,"props":39350,"children":39351},{"style":2122},[39352],{"type":54,"value":39353},"        padding: 12px;\n",{"type":48,"tag":1351,"props":39355,"children":39356},{"class":1353,"line":5279},[39357],{"type":48,"tag":1351,"props":39358,"children":39359},{"style":2122},[39360],{"type":54,"value":39361},"        text-align: right;\n",{"type":48,"tag":1351,"props":39363,"children":39364},{"class":1353,"line":5320},[39365],{"type":48,"tag":1351,"props":39366,"children":39367},{"style":2122},[39368],{"type":54,"value":39369},"        outline: none;\n",{"type":48,"tag":1351,"props":39371,"children":39372},{"class":1353,"line":5361},[39373],{"type":48,"tag":1351,"props":39374,"children":39375},{"style":1364},[39376],{"type":54,"value":39377},"      \"\n",{"type":48,"tag":1351,"props":39379,"children":39380},{"class":1353,"line":11545},[39381],{"type":48,"tag":1351,"props":39382,"children":39383},{"style":1364},[39384],{"type":54,"value":34825},{"type":48,"tag":1351,"props":39386,"children":39387},{"class":1353,"line":11571},[39388,39392,39396,39400,39404,39408,39413,39417],{"type":48,"tag":1351,"props":39389,"children":39390},{"style":1364},[39391],{"type":54,"value":25771},{"type":48,"tag":1351,"props":39393,"children":39394},{"style":5418},[39395],{"type":54,"value":15234},{"type":48,"tag":1351,"props":39397,"children":39398},{"style":5395},[39399],{"type":54,"value":24267},{"type":48,"tag":1351,"props":39401,"children":39402},{"style":1364},[39403],{"type":54,"value":5408},{"type":48,"tag":1351,"props":39405,"children":39406},{"style":1364},[39407],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39409,"children":39410},{"style":2122},[39411],{"type":54,"value":39412},"position: relative; margin-left: 8px;",{"type":48,"tag":1351,"props":39414,"children":39415},{"style":1364},[39416],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39418,"children":39419},{"style":1364},[39420],{"type":54,"value":6919},{"type":48,"tag":1351,"props":39422,"children":39423},{"class":1353,"line":11597},[39424,39428,39432,39436,39440,39444,39448,39452,39456,39460],{"type":48,"tag":1351,"props":39425,"children":39426},{"style":1364},[39427],{"type":54,"value":29288},{"type":48,"tag":1351,"props":39429,"children":39430},{"style":5418},[39431],{"type":54,"value":8234},{"type":48,"tag":1351,"props":39433,"children":39434},{"style":5395},[39435],{"type":54,"value":26079},{"type":48,"tag":1351,"props":39437,"children":39438},{"style":1364},[39439],{"type":54,"value":5408},{"type":48,"tag":1351,"props":39441,"children":39442},{"style":1364},[39443],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39445,"children":39446},{"style":2122},[39447],{"type":54,"value":38502},{"type":48,"tag":1351,"props":39449,"children":39450},{"style":1364},[39451],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39453,"children":39454},{"style":5395},[39455],{"type":54,"value":24267},{"type":48,"tag":1351,"props":39457,"children":39458},{"style":1364},[39459],{"type":54,"value":5408},{"type":48,"tag":1351,"props":39461,"children":39462},{"style":1364},[39463],{"type":54,"value":24276},{"type":48,"tag":1351,"props":39465,"children":39466},{"class":1353,"line":11623},[39467],{"type":48,"tag":1351,"props":39468,"children":39469},{"style":2122},[39470],{"type":54,"value":39471},"        appearance: none;\n",{"type":48,"tag":1351,"props":39473,"children":39474},{"class":1353,"line":11631},[39475],{"type":48,"tag":1351,"props":39476,"children":39477},{"style":2122},[39478],{"type":54,"value":39479},"        padding: 12px 32px 12px 12px;\n",{"type":48,"tag":1351,"props":39481,"children":39482},{"class":1353,"line":11640},[39483],{"type":48,"tag":1351,"props":39484,"children":39485},{"style":2122},[39486],{"type":54,"value":39329},{"type":48,"tag":1351,"props":39488,"children":39489},{"class":1353,"line":11666},[39490],{"type":48,"tag":1351,"props":39491,"children":39492},{"style":2122},[39493],{"type":54,"value":39337},{"type":48,"tag":1351,"props":39495,"children":39496},{"class":1353,"line":11692},[39497],{"type":48,"tag":1351,"props":39498,"children":39499},{"style":2122},[39500],{"type":54,"value":39321},{"type":48,"tag":1351,"props":39502,"children":39503},{"class":1353,"line":11718},[39504],{"type":48,"tag":1351,"props":39505,"children":39506},{"style":2122},[39507],{"type":54,"value":39508},"        background: #FEF7ED;\n",{"type":48,"tag":1351,"props":39510,"children":39511},{"class":1353,"line":11726},[39512],{"type":48,"tag":1351,"props":39513,"children":39514},{"style":2122},[39515],{"type":54,"value":39305},{"type":48,"tag":1351,"props":39517,"children":39518},{"class":1353,"line":11735},[39519],{"type":48,"tag":1351,"props":39520,"children":39521},{"style":2122},[39522],{"type":54,"value":39345},{"type":48,"tag":1351,"props":39524,"children":39525},{"class":1353,"line":11806},[39526],{"type":48,"tag":1351,"props":39527,"children":39528},{"style":2122},[39529],{"type":54,"value":39530},"        cursor: pointer;\n",{"type":48,"tag":1351,"props":39532,"children":39533},{"class":1353,"line":11879},[39534],{"type":48,"tag":1351,"props":39535,"children":39536},{"style":2122},[39537],{"type":54,"value":39369},{"type":48,"tag":1351,"props":39539,"children":39540},{"class":1353,"line":11887},[39541,39546],{"type":48,"tag":1351,"props":39542,"children":39543},{"style":1364},[39544],{"type":54,"value":39545},"      \"",{"type":48,"tag":1351,"props":39547,"children":39548},{"style":1364},[39549],{"type":54,"value":6919},{"type":48,"tag":1351,"props":39551,"children":39552},{"class":1353,"line":11896},[39553,39557,39561,39565,39569,39573,39577,39581,39585,39589,39593,39597],{"type":48,"tag":1351,"props":39554,"children":39555},{"style":1364},[39556],{"type":54,"value":31633},{"type":48,"tag":1351,"props":39558,"children":39559},{"style":5418},[39560],{"type":54,"value":38575},{"type":48,"tag":1351,"props":39562,"children":39563},{"style":5395},[39564],{"type":54,"value":38580},{"type":48,"tag":1351,"props":39566,"children":39567},{"style":1364},[39568],{"type":54,"value":5408},{"type":48,"tag":1351,"props":39570,"children":39571},{"style":1364},[39572],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39574,"children":39575},{"style":2122},[39576],{"type":54,"value":38593},{"type":48,"tag":1351,"props":39578,"children":39579},{"style":1364},[39580],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39582,"children":39583},{"style":1364},[39584],{"type":54,"value":28405},{"type":48,"tag":1351,"props":39586,"children":39587},{"style":1358},[39588],{"type":54,"value":38593},{"type":48,"tag":1351,"props":39590,"children":39591},{"style":1364},[39592],{"type":54,"value":7118},{"type":48,"tag":1351,"props":39594,"children":39595},{"style":5418},[39596],{"type":54,"value":38575},{"type":48,"tag":1351,"props":39598,"children":39599},{"style":1364},[39600],{"type":54,"value":6919},{"type":48,"tag":1351,"props":39602,"children":39603},{"class":1353,"line":11917},[39604,39608,39612,39616,39620,39624,39628,39632,39637,39641,39645,39649,39653],{"type":48,"tag":1351,"props":39605,"children":39606},{"style":1364},[39607],{"type":54,"value":31633},{"type":48,"tag":1351,"props":39609,"children":39610},{"style":5418},[39611],{"type":54,"value":38575},{"type":48,"tag":1351,"props":39613,"children":39614},{"style":5395},[39615],{"type":54,"value":38580},{"type":48,"tag":1351,"props":39617,"children":39618},{"style":1364},[39619],{"type":54,"value":5408},{"type":48,"tag":1351,"props":39621,"children":39622},{"style":1364},[39623],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39625,"children":39626},{"style":2122},[39627],{"type":54,"value":38552},{"type":48,"tag":1351,"props":39629,"children":39630},{"style":1364},[39631],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39633,"children":39634},{"style":5395},[39635],{"type":54,"value":39636}," selected",{"type":48,"tag":1351,"props":39638,"children":39639},{"style":1364},[39640],{"type":54,"value":28405},{"type":48,"tag":1351,"props":39642,"children":39643},{"style":1358},[39644],{"type":54,"value":38552},{"type":48,"tag":1351,"props":39646,"children":39647},{"style":1364},[39648],{"type":54,"value":7118},{"type":48,"tag":1351,"props":39650,"children":39651},{"style":5418},[39652],{"type":54,"value":38575},{"type":48,"tag":1351,"props":39654,"children":39655},{"style":1364},[39656],{"type":54,"value":6919},{"type":48,"tag":1351,"props":39658,"children":39659},{"class":1353,"line":11925},[39660,39664,39668,39672,39676,39680,39684,39688,39692,39696,39700,39704],{"type":48,"tag":1351,"props":39661,"children":39662},{"style":1364},[39663],{"type":54,"value":31633},{"type":48,"tag":1351,"props":39665,"children":39666},{"style":5418},[39667],{"type":54,"value":38575},{"type":48,"tag":1351,"props":39669,"children":39670},{"style":5395},[39671],{"type":54,"value":38580},{"type":48,"tag":1351,"props":39673,"children":39674},{"style":1364},[39675],{"type":54,"value":5408},{"type":48,"tag":1351,"props":39677,"children":39678},{"style":1364},[39679],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39681,"children":39682},{"style":2122},[39683],{"type":54,"value":38696},{"type":48,"tag":1351,"props":39685,"children":39686},{"style":1364},[39687],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39689,"children":39690},{"style":1364},[39691],{"type":54,"value":28405},{"type":48,"tag":1351,"props":39693,"children":39694},{"style":1358},[39695],{"type":54,"value":38696},{"type":48,"tag":1351,"props":39697,"children":39698},{"style":1364},[39699],{"type":54,"value":7118},{"type":48,"tag":1351,"props":39701,"children":39702},{"style":5418},[39703],{"type":54,"value":38575},{"type":48,"tag":1351,"props":39705,"children":39706},{"style":1364},[39707],{"type":54,"value":6919},{"type":48,"tag":1351,"props":39709,"children":39710},{"class":1353,"line":11934},[39711,39715,39719],{"type":48,"tag":1351,"props":39712,"children":39713},{"style":1364},[39714],{"type":54,"value":31843},{"type":48,"tag":1351,"props":39716,"children":39717},{"style":5418},[39718],{"type":54,"value":8234},{"type":48,"tag":1351,"props":39720,"children":39721},{"style":1364},[39722],{"type":54,"value":6919},{"type":48,"tag":1351,"props":39724,"children":39725},{"class":1353,"line":11955},[39726,39730,39734,39738,39742,39746,39751,39755,39759,39763,39767,39771,39775,39779,39783,39787,39791,39795,39799,39803,39807,39811,39815],{"type":48,"tag":1351,"props":39727,"children":39728},{"style":1364},[39729],{"type":54,"value":29288},{"type":48,"tag":1351,"props":39731,"children":39732},{"style":5418},[39733],{"type":54,"value":25658},{"type":48,"tag":1351,"props":39735,"children":39736},{"style":5395},[39737],{"type":54,"value":24267},{"type":48,"tag":1351,"props":39739,"children":39740},{"style":1364},[39741],{"type":54,"value":5408},{"type":48,"tag":1351,"props":39743,"children":39744},{"style":1364},[39745],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39747,"children":39748},{"style":2122},[39749],{"type":54,"value":39750},"pointer-events: none; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: rgba(82,16,0,0.6);",{"type":48,"tag":1351,"props":39752,"children":39753},{"style":1364},[39754],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39756,"children":39757},{"style":5395},[39758],{"type":54,"value":25684},{"type":48,"tag":1351,"props":39760,"children":39761},{"style":1364},[39762],{"type":54,"value":5408},{"type":48,"tag":1351,"props":39764,"children":39765},{"style":1364},[39766],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39768,"children":39769},{"style":2122},[39770],{"type":54,"value":10809},{"type":48,"tag":1351,"props":39772,"children":39773},{"style":1364},[39774],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39776,"children":39777},{"style":5395},[39778],{"type":54,"value":25705},{"type":48,"tag":1351,"props":39780,"children":39781},{"style":1364},[39782],{"type":54,"value":5408},{"type":48,"tag":1351,"props":39784,"children":39785},{"style":1364},[39786],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39788,"children":39789},{"style":2122},[39790],{"type":54,"value":25718},{"type":48,"tag":1351,"props":39792,"children":39793},{"style":1364},[39794],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39796,"children":39797},{"style":5395},[39798],{"type":54,"value":25727},{"type":48,"tag":1351,"props":39800,"children":39801},{"style":1364},[39802],{"type":54,"value":5408},{"type":48,"tag":1351,"props":39804,"children":39805},{"style":1364},[39806],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39808,"children":39809},{"style":2122},[39810],{"type":54,"value":25740},{"type":48,"tag":1351,"props":39812,"children":39813},{"style":1364},[39814],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39816,"children":39817},{"style":1364},[39818],{"type":54,"value":6919},{"type":48,"tag":1351,"props":39820,"children":39821},{"class":1353,"line":11976},[39822,39826,39830,39834,39838,39842,39846,39850,39854,39858,39862,39866,39870,39874,39878,39882,39886,39890,39894,39898,39902,39906,39910],{"type":48,"tag":1351,"props":39823,"children":39824},{"style":1364},[39825],{"type":54,"value":31633},{"type":48,"tag":1351,"props":39827,"children":39828},{"style":5418},[39829],{"type":54,"value":25776},{"type":48,"tag":1351,"props":39831,"children":39832},{"style":5395},[39833],{"type":54,"value":26273},{"type":48,"tag":1351,"props":39835,"children":39836},{"style":1364},[39837],{"type":54,"value":5408},{"type":48,"tag":1351,"props":39839,"children":39840},{"style":1364},[39841],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39843,"children":39844},{"style":2122},[39845],{"type":54,"value":25794},{"type":48,"tag":1351,"props":39847,"children":39848},{"style":1364},[39849],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39851,"children":39852},{"style":5395},[39853],{"type":54,"value":26294},{"type":48,"tag":1351,"props":39855,"children":39856},{"style":1364},[39857],{"type":54,"value":5408},{"type":48,"tag":1351,"props":39859,"children":39860},{"style":1364},[39861],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39863,"children":39864},{"style":2122},[39865],{"type":54,"value":25794},{"type":48,"tag":1351,"props":39867,"children":39868},{"style":1364},[39869],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39871,"children":39872},{"style":5395},[39873],{"type":54,"value":26237},{"type":48,"tag":1351,"props":39875,"children":39876},{"style":1364},[39877],{"type":54,"value":5408},{"type":48,"tag":1351,"props":39879,"children":39880},{"style":1364},[39881],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39883,"children":39884},{"style":2122},[39885],{"type":54,"value":2353},{"type":48,"tag":1351,"props":39887,"children":39888},{"style":1364},[39889],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39891,"children":39892},{"style":5395},[39893],{"type":54,"value":25824},{"type":48,"tag":1351,"props":39895,"children":39896},{"style":1364},[39897],{"type":54,"value":5408},{"type":48,"tag":1351,"props":39899,"children":39900},{"style":1364},[39901],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39903,"children":39904},{"style":2122},[39905],{"type":54,"value":38917},{"type":48,"tag":1351,"props":39907,"children":39908},{"style":1364},[39909],{"type":54,"value":2130},{"type":48,"tag":1351,"props":39911,"children":39912},{"style":1364},[39913],{"type":54,"value":25846},{"type":48,"tag":1351,"props":39915,"children":39916},{"class":1353,"line":11997},[39917,39921,39925],{"type":48,"tag":1351,"props":39918,"children":39919},{"style":1364},[39920],{"type":54,"value":31843},{"type":48,"tag":1351,"props":39922,"children":39923},{"style":5418},[39924],{"type":54,"value":25658},{"type":48,"tag":1351,"props":39926,"children":39927},{"style":1364},[39928],{"type":54,"value":6919},{"type":48,"tag":1351,"props":39930,"children":39931},{"class":1353,"line":12018},[39932,39936,39940],{"type":48,"tag":1351,"props":39933,"children":39934},{"style":1364},[39935],{"type":54,"value":29365},{"type":48,"tag":1351,"props":39937,"children":39938},{"style":5418},[39939],{"type":54,"value":15234},{"type":48,"tag":1351,"props":39941,"children":39942},{"style":1364},[39943],{"type":54,"value":6919},{"type":48,"tag":1351,"props":39945,"children":39946},{"class":1353,"line":12040},[39947,39951,39955],{"type":48,"tag":1351,"props":39948,"children":39949},{"style":1364},[39950],{"type":54,"value":25930},{"type":48,"tag":1351,"props":39952,"children":39953},{"style":5418},[39954],{"type":54,"value":15234},{"type":48,"tag":1351,"props":39956,"children":39957},{"style":1364},[39958],{"type":54,"value":6919},{"type":48,"tag":1351,"props":39960,"children":39961},{"class":1353,"line":12048},[39962,39966,39970],{"type":48,"tag":1351,"props":39963,"children":39964},{"style":1364},[39965],{"type":54,"value":7118},{"type":48,"tag":1351,"props":39967,"children":39968},{"style":5418},[39969],{"type":54,"value":15234},{"type":48,"tag":1351,"props":39971,"children":39972},{"style":1364},[39973],{"type":54,"value":6919},{"type":48,"tag":107,"props":39975,"children":39976},{},[],{"type":48,"tag":111,"props":39978,"children":39980},{"id":39979},"form-range-slider",[39981],{"type":54,"value":39982},"FORM-RANGE-SLIDER",{"type":48,"tag":61,"props":39984,"children":39985},{},[39986],{"type":54,"value":39987},"Range slider with floating value badge (useful for usage\u002Fpricing inputs).",{"type":48,"tag":151,"props":39989,"children":39991},{"id":39990},"react-tailwind-16",[39992],{"type":54,"value":24169},{"type":48,"tag":118,"props":39994,"children":39996},{"className":24172,"code":39995,"language":24174,"meta":126,"style":126},"function RangeSlider() {\n  const [value, setValue] = useState(75);\n  \n  return (\n    \u003Cdiv className=\"flex flex-col\">\n      \u003Clabel htmlFor=\"egress\" className=\"block mb-2 text-base font-medium text-[#521000] leading-tight\">\n        What % of stored data will be downloaded (egress) monthly?\n      \u003C\u002Flabel>\n      \u003Cdiv className=\"pt-8 relative\">\n        \u003Cinput\n          type=\"range\"\n          id=\"egress\"\n          min=\"0\"\n          max=\"500\"\n          value={value}\n          onChange={(e) => setValue(Number(e.target.value))}\n          className=\"w-full h-2 bg-[#EBD5C1] rounded-full appearance-none cursor-pointer\n            [&::-webkit-slider-thumb]:appearance-none\n            [&::-webkit-slider-thumb]:w-5\n            [&::-webkit-slider-thumb]:h-5\n            [&::-webkit-slider-thumb]:bg-white\n            [&::-webkit-slider-thumb]:border-2\n            [&::-webkit-slider-thumb]:border-[#FF4801]\n            [&::-webkit-slider-thumb]:rounded-full\n            [&::-webkit-slider-thumb]:shadow-md\n            [&::-webkit-slider-thumb]:cursor-grab\n            [&::-webkit-slider-thumb]:active:cursor-grabbing\"\n          style={{\n            background: `linear-gradient(to right, #FF4801 0%, #FF4801 ${(value \u002F 500) * 100}%, #EBD5C1 ${(value \u002F 500) * 100}%, #EBD5C1 100%)`\n          }}\n        \u002F>\n        {\u002F* Floating badge *\u002F}\n        \u003Cdiv \n          className=\"absolute -top-1 text-xs font-medium text-[#FF4801] bg-[#FF4801]\u002F10 px-2 py-1 rounded-full whitespace-nowrap\"\n          style={{ left: `calc(${(value \u002F 500) * 100}% - 20px)` }}\n        >\n          {value}%\n        \u003C\u002Fdiv>\n        \u003Cdiv className=\"flex justify-between pt-2 text-xs text-[#521000]\u002F60\">\n          \u003Cspan>0%\u003C\u002Fspan>\n          \u003Cspan>500%\u003C\u002Fspan>\n        \u003C\u002Fdiv>\n      \u003C\u002Fdiv>\n    \u003C\u002Fdiv>\n  );\n}\n",[39997],{"type":48,"tag":89,"props":39998,"children":39999},{"__ignoreMap":126},[40000,40020,40076,40083,40096,40131,40187,40195,40210,40246,40257,40282,40306,40330,40354,40374,40439,40460,40468,40476,40484,40492,40500,40508,40516,40524,40532,40544,40557,40664,40672,40680,40697,40712,40736,40809,40817,40838,40853,40889,40920,40952,40967,40982,40997,41009],{"type":48,"tag":1351,"props":40001,"children":40002},{"class":1353,"line":1354},[40003,40007,40012,40016],{"type":48,"tag":1351,"props":40004,"children":40005},{"style":5395},[40006],{"type":54,"value":6931},{"type":48,"tag":1351,"props":40008,"children":40009},{"style":4928},[40010],{"type":54,"value":40011}," RangeSlider",{"type":48,"tag":1351,"props":40013,"children":40014},{"style":1364},[40015],{"type":54,"value":6936},{"type":48,"tag":1351,"props":40017,"children":40018},{"style":1364},[40019],{"type":54,"value":2035},{"type":48,"tag":1351,"props":40021,"children":40022},{"class":1353,"line":1417},[40023,40028,40032,40037,40041,40046,40050,40054,40059,40063,40068,40072],{"type":48,"tag":1351,"props":40024,"children":40025},{"style":5395},[40026],{"type":54,"value":40027},"  const",{"type":48,"tag":1351,"props":40029,"children":40030},{"style":1364},[40031],{"type":54,"value":5696},{"type":48,"tag":1351,"props":40033,"children":40034},{"style":1358},[40035],{"type":54,"value":40036},"value",{"type":48,"tag":1351,"props":40038,"children":40039},{"style":1364},[40040],{"type":54,"value":1367},{"type":48,"tag":1351,"props":40042,"children":40043},{"style":1358},[40044],{"type":54,"value":40045}," setValue",{"type":48,"tag":1351,"props":40047,"children":40048},{"style":1364},[40049],{"type":54,"value":17670},{"type":48,"tag":1351,"props":40051,"children":40052},{"style":1364},[40053],{"type":54,"value":16937},{"type":48,"tag":1351,"props":40055,"children":40056},{"style":4928},[40057],{"type":54,"value":40058}," useState",{"type":48,"tag":1351,"props":40060,"children":40061},{"style":5418},[40062],{"type":54,"value":4936},{"type":48,"tag":1351,"props":40064,"children":40065},{"style":2133},[40066],{"type":54,"value":40067},"75",{"type":48,"tag":1351,"props":40069,"children":40070},{"style":5418},[40071],{"type":54,"value":285},{"type":48,"tag":1351,"props":40073,"children":40074},{"style":1364},[40075],{"type":54,"value":1414},{"type":48,"tag":1351,"props":40077,"children":40078},{"class":1353,"line":2059},[40079],{"type":48,"tag":1351,"props":40080,"children":40081},{"style":5418},[40082],{"type":54,"value":11049},{"type":48,"tag":1351,"props":40084,"children":40085},{"class":1353,"line":2081},[40086,40091],{"type":48,"tag":1351,"props":40087,"children":40088},{"style":4770},[40089],{"type":54,"value":40090},"  return",{"type":48,"tag":1351,"props":40092,"children":40093},{"style":5418},[40094],{"type":54,"value":40095}," (\n",{"type":48,"tag":1351,"props":40097,"children":40098},{"class":1353,"line":2104},[40099,40103,40107,40111,40115,40119,40123,40127],{"type":48,"tag":1351,"props":40100,"children":40101},{"style":1364},[40102],{"type":54,"value":25771},{"type":48,"tag":1351,"props":40104,"children":40105},{"style":5418},[40106],{"type":54,"value":15234},{"type":48,"tag":1351,"props":40108,"children":40109},{"style":5395},[40110],{"type":54,"value":24194},{"type":48,"tag":1351,"props":40112,"children":40113},{"style":1364},[40114],{"type":54,"value":5408},{"type":48,"tag":1351,"props":40116,"children":40117},{"style":1364},[40118],{"type":54,"value":2130},{"type":48,"tag":1351,"props":40120,"children":40121},{"style":2122},[40122],{"type":54,"value":37348},{"type":48,"tag":1351,"props":40124,"children":40125},{"style":1364},[40126],{"type":54,"value":2130},{"type":48,"tag":1351,"props":40128,"children":40129},{"style":1364},[40130],{"type":54,"value":6919},{"type":48,"tag":1351,"props":40132,"children":40133},{"class":1353,"line":2164},[40134,40138,40142,40146,40150,40154,40159,40163,40167,40171,40175,40179,40183],{"type":48,"tag":1351,"props":40135,"children":40136},{"style":1364},[40137],{"type":54,"value":29288},{"type":48,"tag":1351,"props":40139,"children":40140},{"style":5418},[40141],{"type":54,"value":37368},{"type":48,"tag":1351,"props":40143,"children":40144},{"style":5395},[40145],{"type":54,"value":37373},{"type":48,"tag":1351,"props":40147,"children":40148},{"style":1364},[40149],{"type":54,"value":5408},{"type":48,"tag":1351,"props":40151,"children":40152},{"style":1364},[40153],{"type":54,"value":2130},{"type":48,"tag":1351,"props":40155,"children":40156},{"style":2122},[40157],{"type":54,"value":40158},"egress",{"type":48,"tag":1351,"props":40160,"children":40161},{"style":1364},[40162],{"type":54,"value":2130},{"type":48,"tag":1351,"props":40164,"children":40165},{"style":5395},[40166],{"type":54,"value":24194},{"type":48,"tag":1351,"props":40168,"children":40169},{"style":1364},[40170],{"type":54,"value":5408},{"type":48,"tag":1351,"props":40172,"children":40173},{"style":1364},[40174],{"type":54,"value":2130},{"type":48,"tag":1351,"props":40176,"children":40177},{"style":2122},[40178],{"type":54,"value":37407},{"type":48,"tag":1351,"props":40180,"children":40181},{"style":1364},[40182],{"type":54,"value":2130},{"type":48,"tag":1351,"props":40184,"children":40185},{"style":1364},[40186],{"type":54,"value":6919},{"type":48,"tag":1351,"props":40188,"children":40189},{"class":1353,"line":2713},[40190],{"type":48,"tag":1351,"props":40191,"children":40192},{"style":1358},[40193],{"type":54,"value":40194},"        What % of stored data will be downloaded (egress) monthly?\n",{"type":48,"tag":1351,"props":40196,"children":40197},{"class":1353,"line":2722},[40198,40202,40206],{"type":48,"tag":1351,"props":40199,"children":40200},{"style":1364},[40201],{"type":54,"value":31843},{"type":48,"tag":1351,"props":40203,"children":40204},{"style":5418},[40205],{"type":54,"value":37368},{"type":48,"tag":1351,"props":40207,"children":40208},{"style":1364},[40209],{"type":54,"value":6919},{"type":48,"tag":1351,"props":40211,"children":40212},{"class":1353,"line":2736},[40213,40217,40221,40225,40229,40233,40238,40242],{"type":48,"tag":1351,"props":40214,"children":40215},{"style":1364},[40216],{"type":54,"value":29288},{"type":48,"tag":1351,"props":40218,"children":40219},{"style":5418},[40220],{"type":54,"value":15234},{"type":48,"tag":1351,"props":40222,"children":40223},{"style":5395},[40224],{"type":54,"value":24194},{"type":48,"tag":1351,"props":40226,"children":40227},{"style":1364},[40228],{"type":54,"value":5408},{"type":48,"tag":1351,"props":40230,"children":40231},{"style":1364},[40232],{"type":54,"value":2130},{"type":48,"tag":1351,"props":40234,"children":40235},{"style":2122},[40236],{"type":54,"value":40237},"pt-8 relative",{"type":48,"tag":1351,"props":40239,"children":40240},{"style":1364},[40241],{"type":54,"value":2130},{"type":48,"tag":1351,"props":40243,"children":40244},{"style":1364},[40245],{"type":54,"value":6919},{"type":48,"tag":1351,"props":40247,"children":40248},{"class":1353,"line":2744},[40249,40253],{"type":48,"tag":1351,"props":40250,"children":40251},{"style":1364},[40252],{"type":54,"value":31633},{"type":48,"tag":1351,"props":40254,"children":40255},{"style":5418},[40256],{"type":54,"value":37450},{"type":48,"tag":1351,"props":40258,"children":40259},{"class":1353,"line":2753},[40260,40265,40269,40273,40278],{"type":48,"tag":1351,"props":40261,"children":40262},{"style":5395},[40263],{"type":54,"value":40264},"          type",{"type":48,"tag":1351,"props":40266,"children":40267},{"style":1364},[40268],{"type":54,"value":5408},{"type":48,"tag":1351,"props":40270,"children":40271},{"style":1364},[40272],{"type":54,"value":2130},{"type":48,"tag":1351,"props":40274,"children":40275},{"style":2122},[40276],{"type":54,"value":40277},"range",{"type":48,"tag":1351,"props":40279,"children":40280},{"style":1364},[40281],{"type":54,"value":24276},{"type":48,"tag":1351,"props":40283,"children":40284},{"class":1353,"line":2767},[40285,40290,40294,40298,40302],{"type":48,"tag":1351,"props":40286,"children":40287},{"style":5395},[40288],{"type":54,"value":40289},"          id",{"type":48,"tag":1351,"props":40291,"children":40292},{"style":1364},[40293],{"type":54,"value":5408},{"type":48,"tag":1351,"props":40295,"children":40296},{"style":1364},[40297],{"type":54,"value":2130},{"type":48,"tag":1351,"props":40299,"children":40300},{"style":2122},[40301],{"type":54,"value":40158},{"type":48,"tag":1351,"props":40303,"children":40304},{"style":1364},[40305],{"type":54,"value":24276},{"type":48,"tag":1351,"props":40307,"children":40308},{"class":1353,"line":2781},[40309,40314,40318,40322,40326],{"type":48,"tag":1351,"props":40310,"children":40311},{"style":5395},[40312],{"type":54,"value":40313},"          min",{"type":48,"tag":1351,"props":40315,"children":40316},{"style":1364},[40317],{"type":54,"value":5408},{"type":48,"tag":1351,"props":40319,"children":40320},{"style":1364},[40321],{"type":54,"value":2130},{"type":48,"tag":1351,"props":40323,"children":40324},{"style":2122},[40325],{"type":54,"value":2247},{"type":48,"tag":1351,"props":40327,"children":40328},{"style":1364},[40329],{"type":54,"value":24276},{"type":48,"tag":1351,"props":40331,"children":40332},{"class":1353,"line":2795},[40333,40338,40342,40346,40350],{"type":48,"tag":1351,"props":40334,"children":40335},{"style":5395},[40336],{"type":54,"value":40337},"          max",{"type":48,"tag":1351,"props":40339,"children":40340},{"style":1364},[40341],{"type":54,"value":5408},{"type":48,"tag":1351,"props":40343,"children":40344},{"style":1364},[40345],{"type":54,"value":2130},{"type":48,"tag":1351,"props":40347,"children":40348},{"style":2122},[40349],{"type":54,"value":1697},{"type":48,"tag":1351,"props":40351,"children":40352},{"style":1364},[40353],{"type":54,"value":24276},{"type":48,"tag":1351,"props":40355,"children":40356},{"class":1353,"line":2803},[40357,40362,40366,40370],{"type":48,"tag":1351,"props":40358,"children":40359},{"style":5395},[40360],{"type":54,"value":40361},"          value",{"type":48,"tag":1351,"props":40363,"children":40364},{"style":1364},[40365],{"type":54,"value":25754},{"type":48,"tag":1351,"props":40367,"children":40368},{"style":1358},[40369],{"type":54,"value":40036},{"type":48,"tag":1351,"props":40371,"children":40372},{"style":1364},[40373],{"type":54,"value":2170},{"type":48,"tag":1351,"props":40375,"children":40376},{"class":1353,"line":2812},[40377,40382,40387,40391,40395,40399,40403,40407,40412,40417,40421,40426,40430,40435],{"type":48,"tag":1351,"props":40378,"children":40379},{"style":5395},[40380],{"type":54,"value":40381},"          onChange",{"type":48,"tag":1351,"props":40383,"children":40384},{"style":1364},[40385],{"type":54,"value":40386},"={(",{"type":48,"tag":1351,"props":40388,"children":40389},{"style":4776},[40390],{"type":54,"value":7847},{"type":48,"tag":1351,"props":40392,"children":40393},{"style":1364},[40394],{"type":54,"value":285},{"type":48,"tag":1351,"props":40396,"children":40397},{"style":5395},[40398],{"type":54,"value":7856},{"type":48,"tag":1351,"props":40400,"children":40401},{"style":4928},[40402],{"type":54,"value":40045},{"type":48,"tag":1351,"props":40404,"children":40405},{"style":1358},[40406],{"type":54,"value":4936},{"type":48,"tag":1351,"props":40408,"children":40409},{"style":4928},[40410],{"type":54,"value":40411},"Number",{"type":48,"tag":1351,"props":40413,"children":40414},{"style":1358},[40415],{"type":54,"value":40416},"(e",{"type":48,"tag":1351,"props":40418,"children":40419},{"style":1364},[40420],{"type":54,"value":105},{"type":48,"tag":1351,"props":40422,"children":40423},{"style":1358},[40424],{"type":54,"value":40425},"target",{"type":48,"tag":1351,"props":40427,"children":40428},{"style":1364},[40429],{"type":54,"value":105},{"type":48,"tag":1351,"props":40431,"children":40432},{"style":1358},[40433],{"type":54,"value":40434},"value))",{"type":48,"tag":1351,"props":40436,"children":40437},{"style":1364},[40438],{"type":54,"value":2170},{"type":48,"tag":1351,"props":40440,"children":40441},{"class":1353,"line":2826},[40442,40447,40451,40455],{"type":48,"tag":1351,"props":40443,"children":40444},{"style":5395},[40445],{"type":54,"value":40446},"          className",{"type":48,"tag":1351,"props":40448,"children":40449},{"style":1364},[40450],{"type":54,"value":5408},{"type":48,"tag":1351,"props":40452,"children":40453},{"style":1364},[40454],{"type":54,"value":2130},{"type":48,"tag":1351,"props":40456,"children":40457},{"style":2122},[40458],{"type":54,"value":40459},"w-full h-2 bg-[#EBD5C1] rounded-full appearance-none cursor-pointer\n",{"type":48,"tag":1351,"props":40461,"children":40462},{"class":1353,"line":5128},[40463],{"type":48,"tag":1351,"props":40464,"children":40465},{"style":2122},[40466],{"type":54,"value":40467},"            [&::-webkit-slider-thumb]:appearance-none\n",{"type":48,"tag":1351,"props":40469,"children":40470},{"class":1353,"line":5136},[40471],{"type":48,"tag":1351,"props":40472,"children":40473},{"style":2122},[40474],{"type":54,"value":40475},"            [&::-webkit-slider-thumb]:w-5\n",{"type":48,"tag":1351,"props":40477,"children":40478},{"class":1353,"line":5145},[40479],{"type":48,"tag":1351,"props":40480,"children":40481},{"style":2122},[40482],{"type":54,"value":40483},"            [&::-webkit-slider-thumb]:h-5\n",{"type":48,"tag":1351,"props":40485,"children":40486},{"class":1353,"line":5162},[40487],{"type":48,"tag":1351,"props":40488,"children":40489},{"style":2122},[40490],{"type":54,"value":40491},"            [&::-webkit-slider-thumb]:bg-white\n",{"type":48,"tag":1351,"props":40493,"children":40494},{"class":1353,"line":5195},[40495],{"type":48,"tag":1351,"props":40496,"children":40497},{"style":2122},[40498],{"type":54,"value":40499},"            [&::-webkit-slider-thumb]:border-2\n",{"type":48,"tag":1351,"props":40501,"children":40502},{"class":1353,"line":5237},[40503],{"type":48,"tag":1351,"props":40504,"children":40505},{"style":2122},[40506],{"type":54,"value":40507},"            [&::-webkit-slider-thumb]:border-[#FF4801]\n",{"type":48,"tag":1351,"props":40509,"children":40510},{"class":1353,"line":5245},[40511],{"type":48,"tag":1351,"props":40512,"children":40513},{"style":2122},[40514],{"type":54,"value":40515},"            [&::-webkit-slider-thumb]:rounded-full\n",{"type":48,"tag":1351,"props":40517,"children":40518},{"class":1353,"line":5253},[40519],{"type":48,"tag":1351,"props":40520,"children":40521},{"style":2122},[40522],{"type":54,"value":40523},"            [&::-webkit-slider-thumb]:shadow-md\n",{"type":48,"tag":1351,"props":40525,"children":40526},{"class":1353,"line":5262},[40527],{"type":48,"tag":1351,"props":40528,"children":40529},{"style":2122},[40530],{"type":54,"value":40531},"            [&::-webkit-slider-thumb]:cursor-grab\n",{"type":48,"tag":1351,"props":40533,"children":40534},{"class":1353,"line":5279},[40535,40540],{"type":48,"tag":1351,"props":40536,"children":40537},{"style":2122},[40538],{"type":54,"value":40539},"            [&::-webkit-slider-thumb]:active:cursor-grabbing",{"type":48,"tag":1351,"props":40541,"children":40542},{"style":1364},[40543],{"type":54,"value":24276},{"type":48,"tag":1351,"props":40545,"children":40546},{"class":1353,"line":5320},[40547,40552],{"type":48,"tag":1351,"props":40548,"children":40549},{"style":5395},[40550],{"type":54,"value":40551},"          style",{"type":48,"tag":1351,"props":40553,"children":40554},{"style":1364},[40555],{"type":54,"value":40556},"={{\n",{"type":48,"tag":1351,"props":40558,"children":40559},{"class":1353,"line":5361},[40560,40565,40569,40574,40579,40584,40589,40594,40599,40603,40608,40613,40617,40622,40626,40630,40634,40638,40642,40646,40650,40654,40659],{"type":48,"tag":1351,"props":40561,"children":40562},{"style":5418},[40563],{"type":54,"value":40564},"            background",{"type":48,"tag":1351,"props":40566,"children":40567},{"style":1364},[40568],{"type":54,"value":96},{"type":48,"tag":1351,"props":40570,"children":40571},{"style":1364},[40572],{"type":54,"value":40573}," `",{"type":48,"tag":1351,"props":40575,"children":40576},{"style":2122},[40577],{"type":54,"value":40578},"linear-gradient(to right, #FF4801 0%, #FF4801 ",{"type":48,"tag":1351,"props":40580,"children":40581},{"style":1364},[40582],{"type":54,"value":40583},"${",{"type":48,"tag":1351,"props":40585,"children":40586},{"style":1358},[40587],{"type":54,"value":40588},"(value ",{"type":48,"tag":1351,"props":40590,"children":40591},{"style":1364},[40592],{"type":54,"value":40593},"\u002F",{"type":48,"tag":1351,"props":40595,"children":40596},{"style":2133},[40597],{"type":54,"value":40598}," 500",{"type":48,"tag":1351,"props":40600,"children":40601},{"style":1358},[40602],{"type":54,"value":7020},{"type":48,"tag":1351,"props":40604,"children":40605},{"style":1364},[40606],{"type":54,"value":40607},"*",{"type":48,"tag":1351,"props":40609,"children":40610},{"style":2133},[40611],{"type":54,"value":40612}," 100",{"type":48,"tag":1351,"props":40614,"children":40615},{"style":1364},[40616],{"type":54,"value":7101},{"type":48,"tag":1351,"props":40618,"children":40619},{"style":2122},[40620],{"type":54,"value":40621},"%, #EBD5C1 ",{"type":48,"tag":1351,"props":40623,"children":40624},{"style":1364},[40625],{"type":54,"value":40583},{"type":48,"tag":1351,"props":40627,"children":40628},{"style":1358},[40629],{"type":54,"value":40588},{"type":48,"tag":1351,"props":40631,"children":40632},{"style":1364},[40633],{"type":54,"value":40593},{"type":48,"tag":1351,"props":40635,"children":40636},{"style":2133},[40637],{"type":54,"value":40598},{"type":48,"tag":1351,"props":40639,"children":40640},{"style":1358},[40641],{"type":54,"value":7020},{"type":48,"tag":1351,"props":40643,"children":40644},{"style":1364},[40645],{"type":54,"value":40607},{"type":48,"tag":1351,"props":40647,"children":40648},{"style":2133},[40649],{"type":54,"value":40612},{"type":48,"tag":1351,"props":40651,"children":40652},{"style":1364},[40653],{"type":54,"value":7101},{"type":48,"tag":1351,"props":40655,"children":40656},{"style":2122},[40657],{"type":54,"value":40658},"%, #EBD5C1 100%)",{"type":48,"tag":1351,"props":40660,"children":40661},{"style":1364},[40662],{"type":54,"value":40663},"`\n",{"type":48,"tag":1351,"props":40665,"children":40666},{"class":1353,"line":11545},[40667],{"type":48,"tag":1351,"props":40668,"children":40669},{"style":1364},[40670],{"type":54,"value":40671},"          }}\n",{"type":48,"tag":1351,"props":40673,"children":40674},{"class":1353,"line":11571},[40675],{"type":48,"tag":1351,"props":40676,"children":40677},{"style":1364},[40678],{"type":54,"value":40679},"        \u002F>\n",{"type":48,"tag":1351,"props":40681,"children":40682},{"class":1353,"line":11597},[40683,40688,40693],{"type":48,"tag":1351,"props":40684,"children":40685},{"style":1364},[40686],{"type":54,"value":40687},"        {",{"type":48,"tag":1351,"props":40689,"children":40690},{"style":2657},[40691],{"type":54,"value":40692},"\u002F* Floating badge *\u002F",{"type":48,"tag":1351,"props":40694,"children":40695},{"style":1364},[40696],{"type":54,"value":2170},{"type":48,"tag":1351,"props":40698,"children":40699},{"class":1353,"line":11623},[40700,40704,40708],{"type":48,"tag":1351,"props":40701,"children":40702},{"style":1364},[40703],{"type":54,"value":31633},{"type":48,"tag":1351,"props":40705,"children":40706},{"style":5418},[40707],{"type":54,"value":15234},{"type":48,"tag":1351,"props":40709,"children":40710},{"style":1364},[40711],{"type":54,"value":13852},{"type":48,"tag":1351,"props":40713,"children":40714},{"class":1353,"line":11631},[40715,40719,40723,40727,40732],{"type":48,"tag":1351,"props":40716,"children":40717},{"style":5395},[40718],{"type":54,"value":40446},{"type":48,"tag":1351,"props":40720,"children":40721},{"style":1364},[40722],{"type":54,"value":5408},{"type":48,"tag":1351,"props":40724,"children":40725},{"style":1364},[40726],{"type":54,"value":2130},{"type":48,"tag":1351,"props":40728,"children":40729},{"style":2122},[40730],{"type":54,"value":40731},"absolute -top-1 text-xs font-medium text-[#FF4801] bg-[#FF4801]\u002F10 px-2 py-1 rounded-full whitespace-nowrap",{"type":48,"tag":1351,"props":40733,"children":40734},{"style":1364},[40735],{"type":54,"value":24276},{"type":48,"tag":1351,"props":40737,"children":40738},{"class":1353,"line":11640},[40739,40743,40747,40751,40755,40759,40764,40768,40772,40776,40780,40784,40788,40792,40796,40801,40805],{"type":48,"tag":1351,"props":40740,"children":40741},{"style":5395},[40742],{"type":54,"value":40551},{"type":48,"tag":1351,"props":40744,"children":40745},{"style":1364},[40746],{"type":54,"value":34792},{"type":48,"tag":1351,"props":40748,"children":40749},{"style":5418},[40750],{"type":54,"value":9465},{"type":48,"tag":1351,"props":40752,"children":40753},{"style":1364},[40754],{"type":54,"value":96},{"type":48,"tag":1351,"props":40756,"children":40757},{"style":1364},[40758],{"type":54,"value":40573},{"type":48,"tag":1351,"props":40760,"children":40761},{"style":2122},[40762],{"type":54,"value":40763},"calc(",{"type":48,"tag":1351,"props":40765,"children":40766},{"style":1364},[40767],{"type":54,"value":40583},{"type":48,"tag":1351,"props":40769,"children":40770},{"style":1358},[40771],{"type":54,"value":40588},{"type":48,"tag":1351,"props":40773,"children":40774},{"style":1364},[40775],{"type":54,"value":40593},{"type":48,"tag":1351,"props":40777,"children":40778},{"style":2133},[40779],{"type":54,"value":40598},{"type":48,"tag":1351,"props":40781,"children":40782},{"style":1358},[40783],{"type":54,"value":7020},{"type":48,"tag":1351,"props":40785,"children":40786},{"style":1364},[40787],{"type":54,"value":40607},{"type":48,"tag":1351,"props":40789,"children":40790},{"style":2133},[40791],{"type":54,"value":40612},{"type":48,"tag":1351,"props":40793,"children":40794},{"style":1364},[40795],{"type":54,"value":7101},{"type":48,"tag":1351,"props":40797,"children":40798},{"style":2122},[40799],{"type":54,"value":40800},"% - 20px)",{"type":48,"tag":1351,"props":40802,"children":40803},{"style":1364},[40804],{"type":54,"value":23275},{"type":48,"tag":1351,"props":40806,"children":40807},{"style":1364},[40808],{"type":54,"value":34817},{"type":48,"tag":1351,"props":40810,"children":40811},{"class":1353,"line":11666},[40812],{"type":48,"tag":1351,"props":40813,"children":40814},{"style":1364},[40815],{"type":54,"value":40816},"        >\n",{"type":48,"tag":1351,"props":40818,"children":40819},{"class":1353,"line":11692},[40820,40825,40829,40833],{"type":48,"tag":1351,"props":40821,"children":40822},{"style":1364},[40823],{"type":54,"value":40824},"          {",{"type":48,"tag":1351,"props":40826,"children":40827},{"style":1358},[40828],{"type":54,"value":40036},{"type":48,"tag":1351,"props":40830,"children":40831},{"style":1364},[40832],{"type":54,"value":7101},{"type":48,"tag":1351,"props":40834,"children":40835},{"style":1358},[40836],{"type":54,"value":40837},"%\n",{"type":48,"tag":1351,"props":40839,"children":40840},{"class":1353,"line":11718},[40841,40845,40849],{"type":48,"tag":1351,"props":40842,"children":40843},{"style":1364},[40844],{"type":54,"value":31819},{"type":48,"tag":1351,"props":40846,"children":40847},{"style":5418},[40848],{"type":54,"value":15234},{"type":48,"tag":1351,"props":40850,"children":40851},{"style":1364},[40852],{"type":54,"value":6919},{"type":48,"tag":1351,"props":40854,"children":40855},{"class":1353,"line":11726},[40856,40860,40864,40868,40872,40876,40881,40885],{"type":48,"tag":1351,"props":40857,"children":40858},{"style":1364},[40859],{"type":54,"value":31633},{"type":48,"tag":1351,"props":40861,"children":40862},{"style":5418},[40863],{"type":54,"value":15234},{"type":48,"tag":1351,"props":40865,"children":40866},{"style":5395},[40867],{"type":54,"value":24194},{"type":48,"tag":1351,"props":40869,"children":40870},{"style":1364},[40871],{"type":54,"value":5408},{"type":48,"tag":1351,"props":40873,"children":40874},{"style":1364},[40875],{"type":54,"value":2130},{"type":48,"tag":1351,"props":40877,"children":40878},{"style":2122},[40879],{"type":54,"value":40880},"flex justify-between pt-2 text-xs text-[#521000]\u002F60",{"type":48,"tag":1351,"props":40882,"children":40883},{"style":1364},[40884],{"type":54,"value":2130},{"type":48,"tag":1351,"props":40886,"children":40887},{"style":1364},[40888],{"type":54,"value":6919},{"type":48,"tag":1351,"props":40890,"children":40891},{"class":1353,"line":11735},[40892,40896,40900,40904,40908,40912,40916],{"type":48,"tag":1351,"props":40893,"children":40894},{"style":1364},[40895],{"type":54,"value":31742},{"type":48,"tag":1351,"props":40897,"children":40898},{"style":5418},[40899],{"type":54,"value":1351},{"type":48,"tag":1351,"props":40901,"children":40902},{"style":1364},[40903],{"type":54,"value":28405},{"type":48,"tag":1351,"props":40905,"children":40906},{"style":1358},[40907],{"type":54,"value":18950},{"type":48,"tag":1351,"props":40909,"children":40910},{"style":1364},[40911],{"type":54,"value":7118},{"type":48,"tag":1351,"props":40913,"children":40914},{"style":5418},[40915],{"type":54,"value":1351},{"type":48,"tag":1351,"props":40917,"children":40918},{"style":1364},[40919],{"type":54,"value":6919},{"type":48,"tag":1351,"props":40921,"children":40922},{"class":1353,"line":11806},[40923,40927,40931,40935,40940,40944,40948],{"type":48,"tag":1351,"props":40924,"children":40925},{"style":1364},[40926],{"type":54,"value":31742},{"type":48,"tag":1351,"props":40928,"children":40929},{"style":5418},[40930],{"type":54,"value":1351},{"type":48,"tag":1351,"props":40932,"children":40933},{"style":1364},[40934],{"type":54,"value":28405},{"type":48,"tag":1351,"props":40936,"children":40937},{"style":1358},[40938],{"type":54,"value":40939},"500%",{"type":48,"tag":1351,"props":40941,"children":40942},{"style":1364},[40943],{"type":54,"value":7118},{"type":48,"tag":1351,"props":40945,"children":40946},{"style":5418},[40947],{"type":54,"value":1351},{"type":48,"tag":1351,"props":40949,"children":40950},{"style":1364},[40951],{"type":54,"value":6919},{"type":48,"tag":1351,"props":40953,"children":40954},{"class":1353,"line":11879},[40955,40959,40963],{"type":48,"tag":1351,"props":40956,"children":40957},{"style":1364},[40958],{"type":54,"value":31819},{"type":48,"tag":1351,"props":40960,"children":40961},{"style":5418},[40962],{"type":54,"value":15234},{"type":48,"tag":1351,"props":40964,"children":40965},{"style":1364},[40966],{"type":54,"value":6919},{"type":48,"tag":1351,"props":40968,"children":40969},{"class":1353,"line":11887},[40970,40974,40978],{"type":48,"tag":1351,"props":40971,"children":40972},{"style":1364},[40973],{"type":54,"value":31843},{"type":48,"tag":1351,"props":40975,"children":40976},{"style":5418},[40977],{"type":54,"value":15234},{"type":48,"tag":1351,"props":40979,"children":40980},{"style":1364},[40981],{"type":54,"value":6919},{"type":48,"tag":1351,"props":40983,"children":40984},{"class":1353,"line":11896},[40985,40989,40993],{"type":48,"tag":1351,"props":40986,"children":40987},{"style":1364},[40988],{"type":54,"value":29365},{"type":48,"tag":1351,"props":40990,"children":40991},{"style":5418},[40992],{"type":54,"value":15234},{"type":48,"tag":1351,"props":40994,"children":40995},{"style":1364},[40996],{"type":54,"value":6919},{"type":48,"tag":1351,"props":40998,"children":40999},{"class":1353,"line":11917},[41000,41005],{"type":48,"tag":1351,"props":41001,"children":41002},{"style":5418},[41003],{"type":54,"value":41004},"  )",{"type":48,"tag":1351,"props":41006,"children":41007},{"style":1364},[41008],{"type":54,"value":1414},{"type":48,"tag":1351,"props":41010,"children":41011},{"class":1353,"line":11925},[41012],{"type":48,"tag":1351,"props":41013,"children":41014},{"style":1364},[41015],{"type":54,"value":2170},{"type":48,"tag":151,"props":41017,"children":41019},{"id":41018},"vanilla-html-javascript",[41020],{"type":54,"value":41021},"Vanilla HTML + JavaScript",{"type":48,"tag":118,"props":41023,"children":41025},{"className":6896,"code":41024,"language":18,"meta":126,"style":126},"\u003Cdiv style=\"display: flex; flex-direction: column;\">\n  \u003Clabel for=\"egress\" style=\"\n    display: block;\n    margin-bottom: 8px;\n    font-family: 'Inter', sans-serif;\n    font-size: 16px;\n    font-weight: 500;\n    color: #521000;\n    line-height: 1.4;\n  \">\n    What % of stored data will be downloaded (egress) monthly?\n  \u003C\u002Flabel>\n  \u003Cdiv style=\"padding-top: 32px; position: relative;\">\n    \u003Cinput\n      type=\"range\"\n      id=\"egress\"\n      min=\"0\"\n      max=\"500\"\n      value=\"75\"\n      style=\"\n        width: 100%;\n        height: 8px;\n        border-radius: 9999px;\n        appearance: none;\n        cursor: pointer;\n        background: linear-gradient(to right, #FF4801 15%, #EBD5C1 15%);\n      \"\n      oninput=\"updateSlider(this)\"\n    \u002F>\n    \u003Cdiv id=\"slider-badge\" style=\"\n      position: absolute;\n      top: 0;\n      left: calc(15% - 20px);\n      font-family: 'Inter', sans-serif;\n      font-size: 12px;\n      font-weight: 500;\n      color: #FF4801;\n      background: rgba(255,72,1,0.1);\n      padding: 4px 8px;\n      border-radius: 9999px;\n      white-space: nowrap;\n    \">75%\u003C\u002Fdiv>\n    \u003Cdiv style=\"display: flex; justify-content: space-between; padding-top: 8px; font-family: 'Inter', sans-serif; font-size: 12px; color: rgba(82,16,0,0.6);\">\n      \u003Cspan>0%\u003C\u002Fspan>\n      \u003Cspan>500%\u003C\u002Fspan>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n\n\u003Cscript>\nfunction updateSlider(input) {\n  const value = input.value;\n  const percent = (value \u002F 500) * 100;\n  input.style.background = `linear-gradient(to right, #FF4801 ${percent}%, #EBD5C1 ${percent}%)`;\n  const badge = document.getElementById('slider-badge');\n  badge.textContent = value + '%';\n  badge.style.left = `calc(${percent}% - 20px)`;\n}\n\u003C\u002Fscript>\n\n\u003Cstyle>\ninput[type=\"range\"]::-webkit-slider-thumb {\n  appearance: none;\n  width: 20px;\n  height: 20px;\n  background: white;\n  border: 2px solid #FF4801;\n  border-radius: 50%;\n  box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n  cursor: grab;\n}\ninput[type=\"range\"]::-webkit-slider-thumb:active {\n  cursor: grabbing;\n}\n\u003C\u002Fstyle>\n",[41026],{"type":48,"tag":89,"props":41027,"children":41028},{"__ignoreMap":126},[41029,41064,41107,41114,41121,41128,41135,41142,41149,41156,41167,41175,41190,41226,41237,41260,41283,41307,41331,41354,41369,41377,41385,41393,41400,41407,41415,41422,41460,41467,41512,41520,41528,41536,41543,41551,41558,41566,41574,41582,41589,41597,41625,41661,41692,41723,41738,41753,41768,41775,41790,41818,41850,41899,41978,42032,42078,42138,42145,42160,42167,42182,42228,42248,42268,42287,42307,42338,42357,42420,42439,42446,42497,42516,42523],{"type":48,"tag":1351,"props":41030,"children":41031},{"class":1353,"line":1354},[41032,41036,41040,41044,41048,41052,41056,41060],{"type":48,"tag":1351,"props":41033,"children":41034},{"style":1364},[41035],{"type":54,"value":6909},{"type":48,"tag":1351,"props":41037,"children":41038},{"style":5418},[41039],{"type":54,"value":15234},{"type":48,"tag":1351,"props":41041,"children":41042},{"style":5395},[41043],{"type":54,"value":24267},{"type":48,"tag":1351,"props":41045,"children":41046},{"style":1364},[41047],{"type":54,"value":5408},{"type":48,"tag":1351,"props":41049,"children":41050},{"style":1364},[41051],{"type":54,"value":2130},{"type":48,"tag":1351,"props":41053,"children":41054},{"style":2122},[41055],{"type":54,"value":37634},{"type":48,"tag":1351,"props":41057,"children":41058},{"style":1364},[41059],{"type":54,"value":2130},{"type":48,"tag":1351,"props":41061,"children":41062},{"style":1364},[41063],{"type":54,"value":6919},{"type":48,"tag":1351,"props":41065,"children":41066},{"class":1353,"line":1417},[41067,41071,41075,41079,41083,41087,41091,41095,41099,41103],{"type":48,"tag":1351,"props":41068,"children":41069},{"style":1364},[41070],{"type":54,"value":15268},{"type":48,"tag":1351,"props":41072,"children":41073},{"style":5418},[41074],{"type":54,"value":37368},{"type":48,"tag":1351,"props":41076,"children":41077},{"style":5395},[41078],{"type":54,"value":37658},{"type":48,"tag":1351,"props":41080,"children":41081},{"style":1364},[41082],{"type":54,"value":5408},{"type":48,"tag":1351,"props":41084,"children":41085},{"style":1364},[41086],{"type":54,"value":2130},{"type":48,"tag":1351,"props":41088,"children":41089},{"style":2122},[41090],{"type":54,"value":40158},{"type":48,"tag":1351,"props":41092,"children":41093},{"style":1364},[41094],{"type":54,"value":2130},{"type":48,"tag":1351,"props":41096,"children":41097},{"style":5395},[41098],{"type":54,"value":24267},{"type":48,"tag":1351,"props":41100,"children":41101},{"style":1364},[41102],{"type":54,"value":5408},{"type":48,"tag":1351,"props":41104,"children":41105},{"style":1364},[41106],{"type":54,"value":24276},{"type":48,"tag":1351,"props":41108,"children":41109},{"class":1353,"line":2059},[41110],{"type":48,"tag":1351,"props":41111,"children":41112},{"style":2122},[41113],{"type":54,"value":37694},{"type":48,"tag":1351,"props":41115,"children":41116},{"class":1353,"line":2081},[41117],{"type":48,"tag":1351,"props":41118,"children":41119},{"style":2122},[41120],{"type":54,"value":37702},{"type":48,"tag":1351,"props":41122,"children":41123},{"class":1353,"line":2104},[41124],{"type":48,"tag":1351,"props":41125,"children":41126},{"style":2122},[41127],{"type":54,"value":37710},{"type":48,"tag":1351,"props":41129,"children":41130},{"class":1353,"line":2164},[41131],{"type":48,"tag":1351,"props":41132,"children":41133},{"style":2122},[41134],{"type":54,"value":37718},{"type":48,"tag":1351,"props":41136,"children":41137},{"class":1353,"line":2713},[41138],{"type":48,"tag":1351,"props":41139,"children":41140},{"style":2122},[41141],{"type":54,"value":37726},{"type":48,"tag":1351,"props":41143,"children":41144},{"class":1353,"line":2722},[41145],{"type":48,"tag":1351,"props":41146,"children":41147},{"style":2122},[41148],{"type":54,"value":37734},{"type":48,"tag":1351,"props":41150,"children":41151},{"class":1353,"line":2736},[41152],{"type":48,"tag":1351,"props":41153,"children":41154},{"style":2122},[41155],{"type":54,"value":37742},{"type":48,"tag":1351,"props":41157,"children":41158},{"class":1353,"line":2744},[41159,41163],{"type":48,"tag":1351,"props":41160,"children":41161},{"style":1364},[41162],{"type":54,"value":37750},{"type":48,"tag":1351,"props":41164,"children":41165},{"style":1364},[41166],{"type":54,"value":6919},{"type":48,"tag":1351,"props":41168,"children":41169},{"class":1353,"line":2753},[41170],{"type":48,"tag":1351,"props":41171,"children":41172},{"style":1358},[41173],{"type":54,"value":41174},"    What % of stored data will be downloaded (egress) monthly?\n",{"type":48,"tag":1351,"props":41176,"children":41177},{"class":1353,"line":2767},[41178,41182,41186],{"type":48,"tag":1351,"props":41179,"children":41180},{"style":1364},[41181],{"type":54,"value":25930},{"type":48,"tag":1351,"props":41183,"children":41184},{"style":5418},[41185],{"type":54,"value":37368},{"type":48,"tag":1351,"props":41187,"children":41188},{"style":1364},[41189],{"type":54,"value":6919},{"type":48,"tag":1351,"props":41191,"children":41192},{"class":1353,"line":2781},[41193,41197,41201,41205,41209,41213,41218,41222],{"type":48,"tag":1351,"props":41194,"children":41195},{"style":1364},[41196],{"type":54,"value":15268},{"type":48,"tag":1351,"props":41198,"children":41199},{"style":5418},[41200],{"type":54,"value":15234},{"type":48,"tag":1351,"props":41202,"children":41203},{"style":5395},[41204],{"type":54,"value":24267},{"type":48,"tag":1351,"props":41206,"children":41207},{"style":1364},[41208],{"type":54,"value":5408},{"type":48,"tag":1351,"props":41210,"children":41211},{"style":1364},[41212],{"type":54,"value":2130},{"type":48,"tag":1351,"props":41214,"children":41215},{"style":2122},[41216],{"type":54,"value":41217},"padding-top: 32px; position: relative;",{"type":48,"tag":1351,"props":41219,"children":41220},{"style":1364},[41221],{"type":54,"value":2130},{"type":48,"tag":1351,"props":41223,"children":41224},{"style":1364},[41225],{"type":54,"value":6919},{"type":48,"tag":1351,"props":41227,"children":41228},{"class":1353,"line":2795},[41229,41233],{"type":48,"tag":1351,"props":41230,"children":41231},{"style":1364},[41232],{"type":54,"value":25771},{"type":48,"tag":1351,"props":41234,"children":41235},{"style":5418},[41236],{"type":54,"value":37450},{"type":48,"tag":1351,"props":41238,"children":41239},{"class":1353,"line":2803},[41240,41244,41248,41252,41256],{"type":48,"tag":1351,"props":41241,"children":41242},{"style":5395},[41243],{"type":54,"value":38362},{"type":48,"tag":1351,"props":41245,"children":41246},{"style":1364},[41247],{"type":54,"value":5408},{"type":48,"tag":1351,"props":41249,"children":41250},{"style":1364},[41251],{"type":54,"value":2130},{"type":48,"tag":1351,"props":41253,"children":41254},{"style":2122},[41255],{"type":54,"value":40277},{"type":48,"tag":1351,"props":41257,"children":41258},{"style":1364},[41259],{"type":54,"value":24276},{"type":48,"tag":1351,"props":41261,"children":41262},{"class":1353,"line":2812},[41263,41267,41271,41275,41279],{"type":48,"tag":1351,"props":41264,"children":41265},{"style":5395},[41266],{"type":54,"value":38338},{"type":48,"tag":1351,"props":41268,"children":41269},{"style":1364},[41270],{"type":54,"value":5408},{"type":48,"tag":1351,"props":41272,"children":41273},{"style":1364},[41274],{"type":54,"value":2130},{"type":48,"tag":1351,"props":41276,"children":41277},{"style":2122},[41278],{"type":54,"value":40158},{"type":48,"tag":1351,"props":41280,"children":41281},{"style":1364},[41282],{"type":54,"value":24276},{"type":48,"tag":1351,"props":41284,"children":41285},{"class":1353,"line":2826},[41286,41291,41295,41299,41303],{"type":48,"tag":1351,"props":41287,"children":41288},{"style":5395},[41289],{"type":54,"value":41290},"      min",{"type":48,"tag":1351,"props":41292,"children":41293},{"style":1364},[41294],{"type":54,"value":5408},{"type":48,"tag":1351,"props":41296,"children":41297},{"style":1364},[41298],{"type":54,"value":2130},{"type":48,"tag":1351,"props":41300,"children":41301},{"style":2122},[41302],{"type":54,"value":2247},{"type":48,"tag":1351,"props":41304,"children":41305},{"style":1364},[41306],{"type":54,"value":24276},{"type":48,"tag":1351,"props":41308,"children":41309},{"class":1353,"line":5128},[41310,41315,41319,41323,41327],{"type":48,"tag":1351,"props":41311,"children":41312},{"style":5395},[41313],{"type":54,"value":41314},"      max",{"type":48,"tag":1351,"props":41316,"children":41317},{"style":1364},[41318],{"type":54,"value":5408},{"type":48,"tag":1351,"props":41320,"children":41321},{"style":1364},[41322],{"type":54,"value":2130},{"type":48,"tag":1351,"props":41324,"children":41325},{"style":2122},[41326],{"type":54,"value":1697},{"type":48,"tag":1351,"props":41328,"children":41329},{"style":1364},[41330],{"type":54,"value":24276},{"type":48,"tag":1351,"props":41332,"children":41333},{"class":1353,"line":5136},[41334,41338,41342,41346,41350],{"type":48,"tag":1351,"props":41335,"children":41336},{"style":5395},[41337],{"type":54,"value":39258},{"type":48,"tag":1351,"props":41339,"children":41340},{"style":1364},[41341],{"type":54,"value":5408},{"type":48,"tag":1351,"props":41343,"children":41344},{"style":1364},[41345],{"type":54,"value":2130},{"type":48,"tag":1351,"props":41347,"children":41348},{"style":2122},[41349],{"type":54,"value":40067},{"type":48,"tag":1351,"props":41351,"children":41352},{"style":1364},[41353],{"type":54,"value":24276},{"type":48,"tag":1351,"props":41355,"children":41356},{"class":1353,"line":5145},[41357,41361,41365],{"type":48,"tag":1351,"props":41358,"children":41359},{"style":5395},[41360],{"type":54,"value":34787},{"type":48,"tag":1351,"props":41362,"children":41363},{"style":1364},[41364],{"type":54,"value":5408},{"type":48,"tag":1351,"props":41366,"children":41367},{"style":1364},[41368],{"type":54,"value":24276},{"type":48,"tag":1351,"props":41370,"children":41371},{"class":1353,"line":5162},[41372],{"type":48,"tag":1351,"props":41373,"children":41374},{"style":2122},[41375],{"type":54,"value":41376},"        width: 100%;\n",{"type":48,"tag":1351,"props":41378,"children":41379},{"class":1353,"line":5195},[41380],{"type":48,"tag":1351,"props":41381,"children":41382},{"style":2122},[41383],{"type":54,"value":41384},"        height: 8px;\n",{"type":48,"tag":1351,"props":41386,"children":41387},{"class":1353,"line":5237},[41388],{"type":48,"tag":1351,"props":41389,"children":41390},{"style":2122},[41391],{"type":54,"value":41392},"        border-radius: 9999px;\n",{"type":48,"tag":1351,"props":41394,"children":41395},{"class":1353,"line":5245},[41396],{"type":48,"tag":1351,"props":41397,"children":41398},{"style":2122},[41399],{"type":54,"value":39471},{"type":48,"tag":1351,"props":41401,"children":41402},{"class":1353,"line":5253},[41403],{"type":48,"tag":1351,"props":41404,"children":41405},{"style":2122},[41406],{"type":54,"value":39530},{"type":48,"tag":1351,"props":41408,"children":41409},{"class":1353,"line":5262},[41410],{"type":48,"tag":1351,"props":41411,"children":41412},{"style":2122},[41413],{"type":54,"value":41414},"        background: linear-gradient(to right, #FF4801 15%, #EBD5C1 15%);\n",{"type":48,"tag":1351,"props":41416,"children":41417},{"class":1353,"line":5279},[41418],{"type":48,"tag":1351,"props":41419,"children":41420},{"style":1364},[41421],{"type":54,"value":39377},{"type":48,"tag":1351,"props":41423,"children":41424},{"class":1353,"line":5320},[41425,41430,41434,41438,41443,41447,41452,41456],{"type":48,"tag":1351,"props":41426,"children":41427},{"style":5395},[41428],{"type":54,"value":41429},"      oninput",{"type":48,"tag":1351,"props":41431,"children":41432},{"style":1364},[41433],{"type":54,"value":5408},{"type":48,"tag":1351,"props":41435,"children":41436},{"style":1364},[41437],{"type":54,"value":2130},{"type":48,"tag":1351,"props":41439,"children":41440},{"style":4928},[41441],{"type":54,"value":41442},"updateSlider",{"type":48,"tag":1351,"props":41444,"children":41445},{"style":2122},[41446],{"type":54,"value":4936},{"type":48,"tag":1351,"props":41448,"children":41449},{"style":1364},[41450],{"type":54,"value":41451},"this",{"type":48,"tag":1351,"props":41453,"children":41454},{"style":2122},[41455],{"type":54,"value":285},{"type":48,"tag":1351,"props":41457,"children":41458},{"style":1364},[41459],{"type":54,"value":24276},{"type":48,"tag":1351,"props":41461,"children":41462},{"class":1353,"line":5361},[41463],{"type":48,"tag":1351,"props":41464,"children":41465},{"style":1364},[41466],{"type":54,"value":34825},{"type":48,"tag":1351,"props":41468,"children":41469},{"class":1353,"line":11545},[41470,41474,41478,41483,41487,41491,41496,41500,41504,41508],{"type":48,"tag":1351,"props":41471,"children":41472},{"style":1364},[41473],{"type":54,"value":25771},{"type":48,"tag":1351,"props":41475,"children":41476},{"style":5418},[41477],{"type":54,"value":15234},{"type":48,"tag":1351,"props":41479,"children":41480},{"style":5395},[41481],{"type":54,"value":41482}," id",{"type":48,"tag":1351,"props":41484,"children":41485},{"style":1364},[41486],{"type":54,"value":5408},{"type":48,"tag":1351,"props":41488,"children":41489},{"style":1364},[41490],{"type":54,"value":2130},{"type":48,"tag":1351,"props":41492,"children":41493},{"style":2122},[41494],{"type":54,"value":41495},"slider-badge",{"type":48,"tag":1351,"props":41497,"children":41498},{"style":1364},[41499],{"type":54,"value":2130},{"type":48,"tag":1351,"props":41501,"children":41502},{"style":5395},[41503],{"type":54,"value":24267},{"type":48,"tag":1351,"props":41505,"children":41506},{"style":1364},[41507],{"type":54,"value":5408},{"type":48,"tag":1351,"props":41509,"children":41510},{"style":1364},[41511],{"type":54,"value":24276},{"type":48,"tag":1351,"props":41513,"children":41514},{"class":1353,"line":11571},[41515],{"type":48,"tag":1351,"props":41516,"children":41517},{"style":2122},[41518],{"type":54,"value":41519},"      position: absolute;\n",{"type":48,"tag":1351,"props":41521,"children":41522},{"class":1353,"line":11597},[41523],{"type":48,"tag":1351,"props":41524,"children":41525},{"style":2122},[41526],{"type":54,"value":41527},"      top: 0;\n",{"type":48,"tag":1351,"props":41529,"children":41530},{"class":1353,"line":11623},[41531],{"type":48,"tag":1351,"props":41532,"children":41533},{"style":2122},[41534],{"type":54,"value":41535},"      left: calc(15% - 20px);\n",{"type":48,"tag":1351,"props":41537,"children":41538},{"class":1353,"line":11631},[41539],{"type":48,"tag":1351,"props":41540,"children":41541},{"style":2122},[41542],{"type":54,"value":34137},{"type":48,"tag":1351,"props":41544,"children":41545},{"class":1353,"line":11640},[41546],{"type":48,"tag":1351,"props":41547,"children":41548},{"style":2122},[41549],{"type":54,"value":41550},"      font-size: 12px;\n",{"type":48,"tag":1351,"props":41552,"children":41553},{"class":1353,"line":11666},[41554],{"type":48,"tag":1351,"props":41555,"children":41556},{"style":2122},[41557],{"type":54,"value":34145},{"type":48,"tag":1351,"props":41559,"children":41560},{"class":1353,"line":11692},[41561],{"type":48,"tag":1351,"props":41562,"children":41563},{"style":2122},[41564],{"type":54,"value":41565},"      color: #FF4801;\n",{"type":48,"tag":1351,"props":41567,"children":41568},{"class":1353,"line":11718},[41569],{"type":48,"tag":1351,"props":41570,"children":41571},{"style":2122},[41572],{"type":54,"value":41573},"      background: rgba(255,72,1,0.1);\n",{"type":48,"tag":1351,"props":41575,"children":41576},{"class":1353,"line":11726},[41577],{"type":48,"tag":1351,"props":41578,"children":41579},{"style":2122},[41580],{"type":54,"value":41581},"      padding: 4px 8px;\n",{"type":48,"tag":1351,"props":41583,"children":41584},{"class":1353,"line":11735},[41585],{"type":48,"tag":1351,"props":41586,"children":41587},{"style":2122},[41588],{"type":54,"value":34129},{"type":48,"tag":1351,"props":41590,"children":41591},{"class":1353,"line":11806},[41592],{"type":48,"tag":1351,"props":41593,"children":41594},{"style":2122},[41595],{"type":54,"value":41596},"      white-space: nowrap;\n",{"type":48,"tag":1351,"props":41598,"children":41599},{"class":1353,"line":11879},[41600,41604,41608,41613,41617,41621],{"type":48,"tag":1351,"props":41601,"children":41602},{"style":1364},[41603],{"type":54,"value":34201},{"type":48,"tag":1351,"props":41605,"children":41606},{"style":1364},[41607],{"type":54,"value":28405},{"type":48,"tag":1351,"props":41609,"children":41610},{"style":1358},[41611],{"type":54,"value":41612},"75%",{"type":48,"tag":1351,"props":41614,"children":41615},{"style":1364},[41616],{"type":54,"value":7118},{"type":48,"tag":1351,"props":41618,"children":41619},{"style":5418},[41620],{"type":54,"value":15234},{"type":48,"tag":1351,"props":41622,"children":41623},{"style":1364},[41624],{"type":54,"value":6919},{"type":48,"tag":1351,"props":41626,"children":41627},{"class":1353,"line":11887},[41628,41632,41636,41640,41644,41648,41653,41657],{"type":48,"tag":1351,"props":41629,"children":41630},{"style":1364},[41631],{"type":54,"value":25771},{"type":48,"tag":1351,"props":41633,"children":41634},{"style":5418},[41635],{"type":54,"value":15234},{"type":48,"tag":1351,"props":41637,"children":41638},{"style":5395},[41639],{"type":54,"value":24267},{"type":48,"tag":1351,"props":41641,"children":41642},{"style":1364},[41643],{"type":54,"value":5408},{"type":48,"tag":1351,"props":41645,"children":41646},{"style":1364},[41647],{"type":54,"value":2130},{"type":48,"tag":1351,"props":41649,"children":41650},{"style":2122},[41651],{"type":54,"value":41652},"display: flex; justify-content: space-between; padding-top: 8px; font-family: 'Inter', sans-serif; font-size: 12px; color: rgba(82,16,0,0.6);",{"type":48,"tag":1351,"props":41654,"children":41655},{"style":1364},[41656],{"type":54,"value":2130},{"type":48,"tag":1351,"props":41658,"children":41659},{"style":1364},[41660],{"type":54,"value":6919},{"type":48,"tag":1351,"props":41662,"children":41663},{"class":1353,"line":11896},[41664,41668,41672,41676,41680,41684,41688],{"type":48,"tag":1351,"props":41665,"children":41666},{"style":1364},[41667],{"type":54,"value":29288},{"type":48,"tag":1351,"props":41669,"children":41670},{"style":5418},[41671],{"type":54,"value":1351},{"type":48,"tag":1351,"props":41673,"children":41674},{"style":1364},[41675],{"type":54,"value":28405},{"type":48,"tag":1351,"props":41677,"children":41678},{"style":1358},[41679],{"type":54,"value":18950},{"type":48,"tag":1351,"props":41681,"children":41682},{"style":1364},[41683],{"type":54,"value":7118},{"type":48,"tag":1351,"props":41685,"children":41686},{"style":5418},[41687],{"type":54,"value":1351},{"type":48,"tag":1351,"props":41689,"children":41690},{"style":1364},[41691],{"type":54,"value":6919},{"type":48,"tag":1351,"props":41693,"children":41694},{"class":1353,"line":11917},[41695,41699,41703,41707,41711,41715,41719],{"type":48,"tag":1351,"props":41696,"children":41697},{"style":1364},[41698],{"type":54,"value":29288},{"type":48,"tag":1351,"props":41700,"children":41701},{"style":5418},[41702],{"type":54,"value":1351},{"type":48,"tag":1351,"props":41704,"children":41705},{"style":1364},[41706],{"type":54,"value":28405},{"type":48,"tag":1351,"props":41708,"children":41709},{"style":1358},[41710],{"type":54,"value":40939},{"type":48,"tag":1351,"props":41712,"children":41713},{"style":1364},[41714],{"type":54,"value":7118},{"type":48,"tag":1351,"props":41716,"children":41717},{"style":5418},[41718],{"type":54,"value":1351},{"type":48,"tag":1351,"props":41720,"children":41721},{"style":1364},[41722],{"type":54,"value":6919},{"type":48,"tag":1351,"props":41724,"children":41725},{"class":1353,"line":11925},[41726,41730,41734],{"type":48,"tag":1351,"props":41727,"children":41728},{"style":1364},[41729],{"type":54,"value":29365},{"type":48,"tag":1351,"props":41731,"children":41732},{"style":5418},[41733],{"type":54,"value":15234},{"type":48,"tag":1351,"props":41735,"children":41736},{"style":1364},[41737],{"type":54,"value":6919},{"type":48,"tag":1351,"props":41739,"children":41740},{"class":1353,"line":11934},[41741,41745,41749],{"type":48,"tag":1351,"props":41742,"children":41743},{"style":1364},[41744],{"type":54,"value":25930},{"type":48,"tag":1351,"props":41746,"children":41747},{"style":5418},[41748],{"type":54,"value":15234},{"type":48,"tag":1351,"props":41750,"children":41751},{"style":1364},[41752],{"type":54,"value":6919},{"type":48,"tag":1351,"props":41754,"children":41755},{"class":1353,"line":11955},[41756,41760,41764],{"type":48,"tag":1351,"props":41757,"children":41758},{"style":1364},[41759],{"type":54,"value":7118},{"type":48,"tag":1351,"props":41761,"children":41762},{"style":5418},[41763],{"type":54,"value":15234},{"type":48,"tag":1351,"props":41765,"children":41766},{"style":1364},[41767],{"type":54,"value":6919},{"type":48,"tag":1351,"props":41769,"children":41770},{"class":1353,"line":11976},[41771],{"type":48,"tag":1351,"props":41772,"children":41773},{"emptyLinePlaceholder":2679},[41774],{"type":54,"value":2682},{"type":48,"tag":1351,"props":41776,"children":41777},{"class":1353,"line":11997},[41778,41782,41786],{"type":48,"tag":1351,"props":41779,"children":41780},{"style":1364},[41781],{"type":54,"value":6909},{"type":48,"tag":1351,"props":41783,"children":41784},{"style":5418},[41785],{"type":54,"value":6914},{"type":48,"tag":1351,"props":41787,"children":41788},{"style":1364},[41789],{"type":54,"value":6919},{"type":48,"tag":1351,"props":41791,"children":41792},{"class":1353,"line":12018},[41793,41797,41802,41806,41810,41814],{"type":48,"tag":1351,"props":41794,"children":41795},{"style":5395},[41796],{"type":54,"value":6931},{"type":48,"tag":1351,"props":41798,"children":41799},{"style":4928},[41800],{"type":54,"value":41801}," updateSlider",{"type":48,"tag":1351,"props":41803,"children":41804},{"style":1364},[41805],{"type":54,"value":4936},{"type":48,"tag":1351,"props":41807,"children":41808},{"style":4776},[41809],{"type":54,"value":8214},{"type":48,"tag":1351,"props":41811,"children":41812},{"style":1364},[41813],{"type":54,"value":285},{"type":48,"tag":1351,"props":41815,"children":41816},{"style":1364},[41817],{"type":54,"value":2035},{"type":48,"tag":1351,"props":41819,"children":41820},{"class":1353,"line":12040},[41821,41825,41829,41833,41838,41842,41846],{"type":48,"tag":1351,"props":41822,"children":41823},{"style":5395},[41824],{"type":54,"value":40027},{"type":48,"tag":1351,"props":41826,"children":41827},{"style":1358},[41828],{"type":54,"value":38580},{"type":48,"tag":1351,"props":41830,"children":41831},{"style":1364},[41832],{"type":54,"value":16937},{"type":48,"tag":1351,"props":41834,"children":41835},{"style":1358},[41836],{"type":54,"value":41837}," input",{"type":48,"tag":1351,"props":41839,"children":41840},{"style":1364},[41841],{"type":54,"value":105},{"type":48,"tag":1351,"props":41843,"children":41844},{"style":1358},[41845],{"type":54,"value":40036},{"type":48,"tag":1351,"props":41847,"children":41848},{"style":1364},[41849],{"type":54,"value":1414},{"type":48,"tag":1351,"props":41851,"children":41852},{"class":1353,"line":12048},[41853,41857,41862,41866,41870,41874,41879,41883,41887,41891,41895],{"type":48,"tag":1351,"props":41854,"children":41855},{"style":5395},[41856],{"type":54,"value":40027},{"type":48,"tag":1351,"props":41858,"children":41859},{"style":1358},[41860],{"type":54,"value":41861}," percent",{"type":48,"tag":1351,"props":41863,"children":41864},{"style":1364},[41865],{"type":54,"value":16937},{"type":48,"tag":1351,"props":41867,"children":41868},{"style":5418},[41869],{"type":54,"value":269},{"type":48,"tag":1351,"props":41871,"children":41872},{"style":1358},[41873],{"type":54,"value":40036},{"type":48,"tag":1351,"props":41875,"children":41876},{"style":1364},[41877],{"type":54,"value":41878}," \u002F",{"type":48,"tag":1351,"props":41880,"children":41881},{"style":2133},[41882],{"type":54,"value":40598},{"type":48,"tag":1351,"props":41884,"children":41885},{"style":5418},[41886],{"type":54,"value":7020},{"type":48,"tag":1351,"props":41888,"children":41889},{"style":1364},[41890],{"type":54,"value":40607},{"type":48,"tag":1351,"props":41892,"children":41893},{"style":2133},[41894],{"type":54,"value":40612},{"type":48,"tag":1351,"props":41896,"children":41897},{"style":1364},[41898],{"type":54,"value":1414},{"type":48,"tag":1351,"props":41900,"children":41901},{"class":1353,"line":12057},[41902,41907,41911,41915,41919,41923,41927,41931,41936,41940,41945,41949,41953,41957,41961,41965,41970,41974],{"type":48,"tag":1351,"props":41903,"children":41904},{"style":1358},[41905],{"type":54,"value":41906},"  input",{"type":48,"tag":1351,"props":41908,"children":41909},{"style":1364},[41910],{"type":54,"value":105},{"type":48,"tag":1351,"props":41912,"children":41913},{"style":1358},[41914],{"type":54,"value":24414},{"type":48,"tag":1351,"props":41916,"children":41917},{"style":1364},[41918],{"type":54,"value":105},{"type":48,"tag":1351,"props":41920,"children":41921},{"style":1358},[41922],{"type":54,"value":24423},{"type":48,"tag":1351,"props":41924,"children":41925},{"style":1364},[41926],{"type":54,"value":16937},{"type":48,"tag":1351,"props":41928,"children":41929},{"style":1364},[41930],{"type":54,"value":40573},{"type":48,"tag":1351,"props":41932,"children":41933},{"style":2122},[41934],{"type":54,"value":41935},"linear-gradient(to right, #FF4801 ",{"type":48,"tag":1351,"props":41937,"children":41938},{"style":1364},[41939],{"type":54,"value":40583},{"type":48,"tag":1351,"props":41941,"children":41942},{"style":1358},[41943],{"type":54,"value":41944},"percent",{"type":48,"tag":1351,"props":41946,"children":41947},{"style":1364},[41948],{"type":54,"value":7101},{"type":48,"tag":1351,"props":41950,"children":41951},{"style":2122},[41952],{"type":54,"value":40621},{"type":48,"tag":1351,"props":41954,"children":41955},{"style":1364},[41956],{"type":54,"value":40583},{"type":48,"tag":1351,"props":41958,"children":41959},{"style":1358},[41960],{"type":54,"value":41944},{"type":48,"tag":1351,"props":41962,"children":41963},{"style":1364},[41964],{"type":54,"value":7101},{"type":48,"tag":1351,"props":41966,"children":41967},{"style":2122},[41968],{"type":54,"value":41969},"%)",{"type":48,"tag":1351,"props":41971,"children":41972},{"style":1364},[41973],{"type":54,"value":23275},{"type":48,"tag":1351,"props":41975,"children":41976},{"style":1364},[41977],{"type":54,"value":1414},{"type":48,"tag":1351,"props":41979,"children":41980},{"class":1353,"line":12123},[41981,41985,41990,41994,41999,42003,42008,42012,42016,42020,42024,42028],{"type":48,"tag":1351,"props":41982,"children":41983},{"style":5395},[41984],{"type":54,"value":40027},{"type":48,"tag":1351,"props":41986,"children":41987},{"style":1358},[41988],{"type":54,"value":41989}," badge",{"type":48,"tag":1351,"props":41991,"children":41992},{"style":1364},[41993],{"type":54,"value":16937},{"type":48,"tag":1351,"props":41995,"children":41996},{"style":1358},[41997],{"type":54,"value":41998}," document",{"type":48,"tag":1351,"props":42000,"children":42001},{"style":1364},[42002],{"type":54,"value":105},{"type":48,"tag":1351,"props":42004,"children":42005},{"style":4928},[42006],{"type":54,"value":42007},"getElementById",{"type":48,"tag":1351,"props":42009,"children":42010},{"style":5418},[42011],{"type":54,"value":4936},{"type":48,"tag":1351,"props":42013,"children":42014},{"style":1364},[42015],{"type":54,"value":6993},{"type":48,"tag":1351,"props":42017,"children":42018},{"style":2122},[42019],{"type":54,"value":41495},{"type":48,"tag":1351,"props":42021,"children":42022},{"style":1364},[42023],{"type":54,"value":6993},{"type":48,"tag":1351,"props":42025,"children":42026},{"style":5418},[42027],{"type":54,"value":285},{"type":48,"tag":1351,"props":42029,"children":42030},{"style":1364},[42031],{"type":54,"value":1414},{"type":48,"tag":1351,"props":42033,"children":42034},{"class":1353,"line":12243},[42035,42040,42044,42049,42053,42057,42062,42066,42070,42074],{"type":48,"tag":1351,"props":42036,"children":42037},{"style":1358},[42038],{"type":54,"value":42039},"  badge",{"type":48,"tag":1351,"props":42041,"children":42042},{"style":1364},[42043],{"type":54,"value":105},{"type":48,"tag":1351,"props":42045,"children":42046},{"style":1358},[42047],{"type":54,"value":42048},"textContent",{"type":48,"tag":1351,"props":42050,"children":42051},{"style":1364},[42052],{"type":54,"value":16937},{"type":48,"tag":1351,"props":42054,"children":42055},{"style":1358},[42056],{"type":54,"value":38580},{"type":48,"tag":1351,"props":42058,"children":42059},{"style":1364},[42060],{"type":54,"value":42061}," +",{"type":48,"tag":1351,"props":42063,"children":42064},{"style":1364},[42065],{"type":54,"value":17040},{"type":48,"tag":1351,"props":42067,"children":42068},{"style":2122},[42069],{"type":54,"value":23270},{"type":48,"tag":1351,"props":42071,"children":42072},{"style":1364},[42073],{"type":54,"value":6993},{"type":48,"tag":1351,"props":42075,"children":42076},{"style":1364},[42077],{"type":54,"value":1414},{"type":48,"tag":1351,"props":42079,"children":42080},{"class":1353,"line":12372},[42081,42085,42089,42093,42097,42102,42106,42110,42114,42118,42122,42126,42130,42134],{"type":48,"tag":1351,"props":42082,"children":42083},{"style":1358},[42084],{"type":54,"value":42039},{"type":48,"tag":1351,"props":42086,"children":42087},{"style":1364},[42088],{"type":54,"value":105},{"type":48,"tag":1351,"props":42090,"children":42091},{"style":1358},[42092],{"type":54,"value":24414},{"type":48,"tag":1351,"props":42094,"children":42095},{"style":1364},[42096],{"type":54,"value":105},{"type":48,"tag":1351,"props":42098,"children":42099},{"style":1358},[42100],{"type":54,"value":42101},"left",{"type":48,"tag":1351,"props":42103,"children":42104},{"style":1364},[42105],{"type":54,"value":16937},{"type":48,"tag":1351,"props":42107,"children":42108},{"style":1364},[42109],{"type":54,"value":40573},{"type":48,"tag":1351,"props":42111,"children":42112},{"style":2122},[42113],{"type":54,"value":40763},{"type":48,"tag":1351,"props":42115,"children":42116},{"style":1364},[42117],{"type":54,"value":40583},{"type":48,"tag":1351,"props":42119,"children":42120},{"style":1358},[42121],{"type":54,"value":41944},{"type":48,"tag":1351,"props":42123,"children":42124},{"style":1364},[42125],{"type":54,"value":7101},{"type":48,"tag":1351,"props":42127,"children":42128},{"style":2122},[42129],{"type":54,"value":40800},{"type":48,"tag":1351,"props":42131,"children":42132},{"style":1364},[42133],{"type":54,"value":23275},{"type":48,"tag":1351,"props":42135,"children":42136},{"style":1364},[42137],{"type":54,"value":1414},{"type":48,"tag":1351,"props":42139,"children":42140},{"class":1353,"line":12441},[42141],{"type":48,"tag":1351,"props":42142,"children":42143},{"style":1364},[42144],{"type":54,"value":2170},{"type":48,"tag":1351,"props":42146,"children":42147},{"class":1353,"line":12449},[42148,42152,42156],{"type":48,"tag":1351,"props":42149,"children":42150},{"style":1364},[42151],{"type":54,"value":7118},{"type":48,"tag":1351,"props":42153,"children":42154},{"style":5418},[42155],{"type":54,"value":6914},{"type":48,"tag":1351,"props":42157,"children":42158},{"style":1364},[42159],{"type":54,"value":6919},{"type":48,"tag":1351,"props":42161,"children":42162},{"class":1353,"line":12458},[42163],{"type":48,"tag":1351,"props":42164,"children":42165},{"emptyLinePlaceholder":2679},[42166],{"type":54,"value":2682},{"type":48,"tag":1351,"props":42168,"children":42169},{"class":1353,"line":12512},[42170,42174,42178],{"type":48,"tag":1351,"props":42171,"children":42172},{"style":1364},[42173],{"type":54,"value":6909},{"type":48,"tag":1351,"props":42175,"children":42176},{"style":5418},[42177],{"type":54,"value":24414},{"type":48,"tag":1351,"props":42179,"children":42180},{"style":1364},[42181],{"type":54,"value":6919},{"type":48,"tag":1351,"props":42183,"children":42184},{"class":1353,"line":12565},[42185,42189,42193,42198,42202,42206,42210,42214,42219,42224],{"type":48,"tag":1351,"props":42186,"children":42187},{"style":1406},[42188],{"type":54,"value":8214},{"type":48,"tag":1351,"props":42190,"children":42191},{"style":1364},[42192],{"type":54,"value":8424},{"type":48,"tag":1351,"props":42194,"children":42195},{"style":5395},[42196],{"type":54,"value":42197},"type",{"type":48,"tag":1351,"props":42199,"children":42200},{"style":1364},[42201],{"type":54,"value":5408},{"type":48,"tag":1351,"props":42203,"children":42204},{"style":1364},[42205],{"type":54,"value":2130},{"type":48,"tag":1351,"props":42207,"children":42208},{"style":2122},[42209],{"type":54,"value":40277},{"type":48,"tag":1351,"props":42211,"children":42212},{"style":1364},[42213],{"type":54,"value":2130},{"type":48,"tag":1351,"props":42215,"children":42216},{"style":1364},[42217],{"type":54,"value":42218},"]::",{"type":48,"tag":1351,"props":42220,"children":42221},{"style":5395},[42222],{"type":54,"value":42223},"-webkit-slider-thumb",{"type":48,"tag":1351,"props":42225,"children":42226},{"style":1364},[42227],{"type":54,"value":2035},{"type":48,"tag":1351,"props":42229,"children":42230},{"class":1353,"line":12587},[42231,42236,42240,42244],{"type":48,"tag":1351,"props":42232,"children":42233},{"style":2085},[42234],{"type":54,"value":42235},"  appearance",{"type":48,"tag":1351,"props":42237,"children":42238},{"style":1364},[42239],{"type":54,"value":96},{"type":48,"tag":1351,"props":42241,"children":42242},{"style":1358},[42243],{"type":54,"value":8112},{"type":48,"tag":1351,"props":42245,"children":42246},{"style":1364},[42247],{"type":54,"value":1414},{"type":48,"tag":1351,"props":42249,"children":42250},{"class":1353,"line":12609},[42251,42255,42259,42264],{"type":48,"tag":1351,"props":42252,"children":42253},{"style":2085},[42254],{"type":54,"value":8832},{"type":48,"tag":1351,"props":42256,"children":42257},{"style":1364},[42258],{"type":54,"value":96},{"type":48,"tag":1351,"props":42260,"children":42261},{"style":2133},[42262],{"type":54,"value":42263}," 20px",{"type":48,"tag":1351,"props":42265,"children":42266},{"style":1364},[42267],{"type":54,"value":1414},{"type":48,"tag":1351,"props":42269,"children":42270},{"class":1353,"line":12631},[42271,42275,42279,42283],{"type":48,"tag":1351,"props":42272,"children":42273},{"style":2085},[42274],{"type":54,"value":8853},{"type":48,"tag":1351,"props":42276,"children":42277},{"style":1364},[42278],{"type":54,"value":96},{"type":48,"tag":1351,"props":42280,"children":42281},{"style":2133},[42282],{"type":54,"value":42263},{"type":48,"tag":1351,"props":42284,"children":42285},{"style":1364},[42286],{"type":54,"value":1414},{"type":48,"tag":1351,"props":42288,"children":42289},{"class":1353,"line":12639},[42290,42294,42298,42303],{"type":48,"tag":1351,"props":42291,"children":42292},{"style":2085},[42293],{"type":54,"value":9376},{"type":48,"tag":1351,"props":42295,"children":42296},{"style":1364},[42297],{"type":54,"value":96},{"type":48,"tag":1351,"props":42299,"children":42300},{"style":1358},[42301],{"type":54,"value":42302}," white",{"type":48,"tag":1351,"props":42304,"children":42305},{"style":1364},[42306],{"type":54,"value":1414},{"type":48,"tag":1351,"props":42308,"children":42309},{"class":1353,"line":12648},[42310,42314,42318,42322,42326,42330,42334],{"type":48,"tag":1351,"props":42311,"children":42312},{"style":2085},[42313],{"type":54,"value":9009},{"type":48,"tag":1351,"props":42315,"children":42316},{"style":1364},[42317],{"type":54,"value":96},{"type":48,"tag":1351,"props":42319,"children":42320},{"style":2133},[42321],{"type":54,"value":8012},{"type":48,"tag":1351,"props":42323,"children":42324},{"style":1358},[42325],{"type":54,"value":8017},{"type":48,"tag":1351,"props":42327,"children":42328},{"style":1364},[42329],{"type":54,"value":26494},{"type":48,"tag":1351,"props":42331,"children":42332},{"style":1358},[42333],{"type":54,"value":7176},{"type":48,"tag":1351,"props":42335,"children":42336},{"style":1364},[42337],{"type":54,"value":1414},{"type":48,"tag":1351,"props":42339,"children":42340},{"class":1353,"line":12670},[42341,42345,42349,42353],{"type":48,"tag":1351,"props":42342,"children":42343},{"style":2085},[42344],{"type":54,"value":9355},{"type":48,"tag":1351,"props":42346,"children":42347},{"style":1364},[42348],{"type":54,"value":96},{"type":48,"tag":1351,"props":42350,"children":42351},{"style":2133},[42352],{"type":54,"value":9924},{"type":48,"tag":1351,"props":42354,"children":42355},{"style":1364},[42356],{"type":54,"value":1414},{"type":48,"tag":1351,"props":42358,"children":42359},{"class":1353,"line":12692},[42360,42364,42368,42372,42376,42380,42384,42388,42392,42396,42400,42404,42408,42412,42416],{"type":48,"tag":1351,"props":42361,"children":42362},{"style":2085},[42363],{"type":54,"value":8124},{"type":48,"tag":1351,"props":42365,"children":42366},{"style":1364},[42367],{"type":54,"value":96},{"type":48,"tag":1351,"props":42369,"children":42370},{"style":2133},[42371],{"type":54,"value":3283},{"type":48,"tag":1351,"props":42373,"children":42374},{"style":2133},[42375],{"type":54,"value":8012},{"type":48,"tag":1351,"props":42377,"children":42378},{"style":2133},[42379],{"type":54,"value":8763},{"type":48,"tag":1351,"props":42381,"children":42382},{"style":4928},[42383],{"type":54,"value":7222},{"type":48,"tag":1351,"props":42385,"children":42386},{"style":1364},[42387],{"type":54,"value":4936},{"type":48,"tag":1351,"props":42389,"children":42390},{"style":2133},[42391],{"type":54,"value":2247},{"type":48,"tag":1351,"props":42393,"children":42394},{"style":1364},[42395],{"type":54,"value":1367},{"type":48,"tag":1351,"props":42397,"children":42398},{"style":2133},[42399],{"type":54,"value":2247},{"type":48,"tag":1351,"props":42401,"children":42402},{"style":1364},[42403],{"type":54,"value":1367},{"type":48,"tag":1351,"props":42405,"children":42406},{"style":2133},[42407],{"type":54,"value":2247},{"type":48,"tag":1351,"props":42409,"children":42410},{"style":1364},[42411],{"type":54,"value":1367},{"type":48,"tag":1351,"props":42413,"children":42414},{"style":2133},[42415],{"type":54,"value":16876},{"type":48,"tag":1351,"props":42417,"children":42418},{"style":1364},[42419],{"type":54,"value":3442},{"type":48,"tag":1351,"props":42421,"children":42422},{"class":1353,"line":12714},[42423,42427,42431,42435],{"type":48,"tag":1351,"props":42424,"children":42425},{"style":2085},[42426],{"type":54,"value":8476},{"type":48,"tag":1351,"props":42428,"children":42429},{"style":1364},[42430],{"type":54,"value":96},{"type":48,"tag":1351,"props":42432,"children":42433},{"style":1358},[42434],{"type":54,"value":16686},{"type":48,"tag":1351,"props":42436,"children":42437},{"style":1364},[42438],{"type":54,"value":1414},{"type":48,"tag":1351,"props":42440,"children":42441},{"class":1353,"line":12736},[42442],{"type":48,"tag":1351,"props":42443,"children":42444},{"style":1364},[42445],{"type":54,"value":2170},{"type":48,"tag":1351,"props":42447,"children":42448},{"class":1353,"line":12758},[42449,42453,42457,42461,42465,42469,42473,42477,42481,42485,42489,42493],{"type":48,"tag":1351,"props":42450,"children":42451},{"style":1406},[42452],{"type":54,"value":8214},{"type":48,"tag":1351,"props":42454,"children":42455},{"style":1364},[42456],{"type":54,"value":8424},{"type":48,"tag":1351,"props":42458,"children":42459},{"style":5395},[42460],{"type":54,"value":42197},{"type":48,"tag":1351,"props":42462,"children":42463},{"style":1364},[42464],{"type":54,"value":5408},{"type":48,"tag":1351,"props":42466,"children":42467},{"style":1364},[42468],{"type":54,"value":2130},{"type":48,"tag":1351,"props":42470,"children":42471},{"style":2122},[42472],{"type":54,"value":40277},{"type":48,"tag":1351,"props":42474,"children":42475},{"style":1364},[42476],{"type":54,"value":2130},{"type":48,"tag":1351,"props":42478,"children":42479},{"style":1364},[42480],{"type":54,"value":42218},{"type":48,"tag":1351,"props":42482,"children":42483},{"style":5395},[42484],{"type":54,"value":42223},{"type":48,"tag":1351,"props":42486,"children":42487},{"style":1364},[42488],{"type":54,"value":96},{"type":48,"tag":1351,"props":42490,"children":42491},{"style":5395},[42492],{"type":54,"value":14900},{"type":48,"tag":1351,"props":42494,"children":42495},{"style":1364},[42496],{"type":54,"value":2035},{"type":48,"tag":1351,"props":42498,"children":42499},{"class":1353,"line":19193},[42500,42504,42508,42512],{"type":48,"tag":1351,"props":42501,"children":42502},{"style":2085},[42503],{"type":54,"value":8476},{"type":48,"tag":1351,"props":42505,"children":42506},{"style":1364},[42507],{"type":54,"value":96},{"type":48,"tag":1351,"props":42509,"children":42510},{"style":1358},[42511],{"type":54,"value":16771},{"type":48,"tag":1351,"props":42513,"children":42514},{"style":1364},[42515],{"type":54,"value":1414},{"type":48,"tag":1351,"props":42517,"children":42518},{"class":1353,"line":19202},[42519],{"type":48,"tag":1351,"props":42520,"children":42521},{"style":1364},[42522],{"type":54,"value":2170},{"type":48,"tag":1351,"props":42524,"children":42525},{"class":1353,"line":19211},[42526,42530,42534],{"type":48,"tag":1351,"props":42527,"children":42528},{"style":1364},[42529],{"type":54,"value":7118},{"type":48,"tag":1351,"props":42531,"children":42532},{"style":5418},[42533],{"type":54,"value":24414},{"type":48,"tag":1351,"props":42535,"children":42536},{"style":1364},[42537],{"type":54,"value":6919},{"type":48,"tag":107,"props":42539,"children":42540},{},[],{"type":48,"tag":111,"props":42542,"children":42544},{"id":42543},"form-toggle",[42545],{"type":54,"value":42546},"FORM-TOGGLE",{"type":48,"tag":61,"props":42548,"children":42549},{},[42550],{"type":54,"value":42551},"Toggle switch for on\u002Foff states.",{"type":48,"tag":151,"props":42553,"children":42555},{"id":42554},"react-tailwind-17",[42556],{"type":54,"value":24169},{"type":48,"tag":118,"props":42558,"children":42560},{"className":24172,"code":42559,"language":24174,"meta":126,"style":126},"function Toggle({ enabled, onChange, label }) {\n  return (\n    \u003Clabel className=\"inline-flex items-center cursor-pointer\">\n      \u003Cdiv className=\"relative\">\n        \u003Cinput\n          type=\"checkbox\"\n          checked={enabled}\n          onChange={(e) => onChange(e.target.checked)}\n          className=\"sr-only peer\"\n        \u002F>\n        \u003Cdiv className=\"w-11 h-6 bg-[#EBD5C1] peer-focus:ring-2 peer-focus:ring-[#FF4801]\u002F20 rounded-full peer peer-checked:after:translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:bg-white after:border-[#EBD5C1] after:border after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-[#FF4801]\">\u003C\u002Fdiv>\n      \u003C\u002Fdiv>\n      {label && \u003Cspan className=\"ml-3 text-sm font-medium text-[#521000]\">{label}\u003C\u002Fspan>}\n    \u003C\u002Flabel>\n  );\n}\n",[42561],{"type":48,"tag":89,"props":42562,"children":42563},{"__ignoreMap":126},[42564,42613,42624,42660,42696,42707,42731,42752,42804,42828,42835,42879,42894,42965,42980,42991],{"type":48,"tag":1351,"props":42565,"children":42566},{"class":1353,"line":1354},[42567,42571,42576,42581,42586,42590,42595,42599,42604,42609],{"type":48,"tag":1351,"props":42568,"children":42569},{"style":5395},[42570],{"type":54,"value":6931},{"type":48,"tag":1351,"props":42572,"children":42573},{"style":4928},[42574],{"type":54,"value":42575}," Toggle",{"type":48,"tag":1351,"props":42577,"children":42578},{"style":1364},[42579],{"type":54,"value":42580},"({",{"type":48,"tag":1351,"props":42582,"children":42583},{"style":4776},[42584],{"type":54,"value":42585}," enabled",{"type":48,"tag":1351,"props":42587,"children":42588},{"style":1364},[42589],{"type":54,"value":1367},{"type":48,"tag":1351,"props":42591,"children":42592},{"style":4776},[42593],{"type":54,"value":42594}," onChange",{"type":48,"tag":1351,"props":42596,"children":42597},{"style":1364},[42598],{"type":54,"value":1367},{"type":48,"tag":1351,"props":42600,"children":42601},{"style":4776},[42602],{"type":54,"value":42603}," label",{"type":48,"tag":1351,"props":42605,"children":42606},{"style":1364},[42607],{"type":54,"value":42608}," })",{"type":48,"tag":1351,"props":42610,"children":42611},{"style":1364},[42612],{"type":54,"value":2035},{"type":48,"tag":1351,"props":42614,"children":42615},{"class":1353,"line":1417},[42616,42620],{"type":48,"tag":1351,"props":42617,"children":42618},{"style":4770},[42619],{"type":54,"value":40090},{"type":48,"tag":1351,"props":42621,"children":42622},{"style":5418},[42623],{"type":54,"value":40095},{"type":48,"tag":1351,"props":42625,"children":42626},{"class":1353,"line":2059},[42627,42631,42635,42639,42643,42647,42652,42656],{"type":48,"tag":1351,"props":42628,"children":42629},{"style":1364},[42630],{"type":54,"value":25771},{"type":48,"tag":1351,"props":42632,"children":42633},{"style":5418},[42634],{"type":54,"value":37368},{"type":48,"tag":1351,"props":42636,"children":42637},{"style":5395},[42638],{"type":54,"value":24194},{"type":48,"tag":1351,"props":42640,"children":42641},{"style":1364},[42642],{"type":54,"value":5408},{"type":48,"tag":1351,"props":42644,"children":42645},{"style":1364},[42646],{"type":54,"value":2130},{"type":48,"tag":1351,"props":42648,"children":42649},{"style":2122},[42650],{"type":54,"value":42651},"inline-flex items-center cursor-pointer",{"type":48,"tag":1351,"props":42653,"children":42654},{"style":1364},[42655],{"type":54,"value":2130},{"type":48,"tag":1351,"props":42657,"children":42658},{"style":1364},[42659],{"type":54,"value":6919},{"type":48,"tag":1351,"props":42661,"children":42662},{"class":1353,"line":2081},[42663,42667,42671,42675,42679,42683,42688,42692],{"type":48,"tag":1351,"props":42664,"children":42665},{"style":1364},[42666],{"type":54,"value":29288},{"type":48,"tag":1351,"props":42668,"children":42669},{"style":5418},[42670],{"type":54,"value":15234},{"type":48,"tag":1351,"props":42672,"children":42673},{"style":5395},[42674],{"type":54,"value":24194},{"type":48,"tag":1351,"props":42676,"children":42677},{"style":1364},[42678],{"type":54,"value":5408},{"type":48,"tag":1351,"props":42680,"children":42681},{"style":1364},[42682],{"type":54,"value":2130},{"type":48,"tag":1351,"props":42684,"children":42685},{"style":2122},[42686],{"type":54,"value":42687},"relative",{"type":48,"tag":1351,"props":42689,"children":42690},{"style":1364},[42691],{"type":54,"value":2130},{"type":48,"tag":1351,"props":42693,"children":42694},{"style":1364},[42695],{"type":54,"value":6919},{"type":48,"tag":1351,"props":42697,"children":42698},{"class":1353,"line":2104},[42699,42703],{"type":48,"tag":1351,"props":42700,"children":42701},{"style":1364},[42702],{"type":54,"value":31633},{"type":48,"tag":1351,"props":42704,"children":42705},{"style":5418},[42706],{"type":54,"value":37450},{"type":48,"tag":1351,"props":42708,"children":42709},{"class":1353,"line":2164},[42710,42714,42718,42722,42727],{"type":48,"tag":1351,"props":42711,"children":42712},{"style":5395},[42713],{"type":54,"value":40264},{"type":48,"tag":1351,"props":42715,"children":42716},{"style":1364},[42717],{"type":54,"value":5408},{"type":48,"tag":1351,"props":42719,"children":42720},{"style":1364},[42721],{"type":54,"value":2130},{"type":48,"tag":1351,"props":42723,"children":42724},{"style":2122},[42725],{"type":54,"value":42726},"checkbox",{"type":48,"tag":1351,"props":42728,"children":42729},{"style":1364},[42730],{"type":54,"value":24276},{"type":48,"tag":1351,"props":42732,"children":42733},{"class":1353,"line":2713},[42734,42739,42743,42748],{"type":48,"tag":1351,"props":42735,"children":42736},{"style":5395},[42737],{"type":54,"value":42738},"          checked",{"type":48,"tag":1351,"props":42740,"children":42741},{"style":1364},[42742],{"type":54,"value":25754},{"type":48,"tag":1351,"props":42744,"children":42745},{"style":1358},[42746],{"type":54,"value":42747},"enabled",{"type":48,"tag":1351,"props":42749,"children":42750},{"style":1364},[42751],{"type":54,"value":2170},{"type":48,"tag":1351,"props":42753,"children":42754},{"class":1353,"line":2722},[42755,42759,42763,42767,42771,42775,42779,42783,42787,42791,42795,42800],{"type":48,"tag":1351,"props":42756,"children":42757},{"style":5395},[42758],{"type":54,"value":40381},{"type":48,"tag":1351,"props":42760,"children":42761},{"style":1364},[42762],{"type":54,"value":40386},{"type":48,"tag":1351,"props":42764,"children":42765},{"style":4776},[42766],{"type":54,"value":7847},{"type":48,"tag":1351,"props":42768,"children":42769},{"style":1364},[42770],{"type":54,"value":285},{"type":48,"tag":1351,"props":42772,"children":42773},{"style":5395},[42774],{"type":54,"value":7856},{"type":48,"tag":1351,"props":42776,"children":42777},{"style":4928},[42778],{"type":54,"value":42594},{"type":48,"tag":1351,"props":42780,"children":42781},{"style":1358},[42782],{"type":54,"value":40416},{"type":48,"tag":1351,"props":42784,"children":42785},{"style":1364},[42786],{"type":54,"value":105},{"type":48,"tag":1351,"props":42788,"children":42789},{"style":1358},[42790],{"type":54,"value":40425},{"type":48,"tag":1351,"props":42792,"children":42793},{"style":1364},[42794],{"type":54,"value":105},{"type":48,"tag":1351,"props":42796,"children":42797},{"style":1358},[42798],{"type":54,"value":42799},"checked)",{"type":48,"tag":1351,"props":42801,"children":42802},{"style":1364},[42803],{"type":54,"value":2170},{"type":48,"tag":1351,"props":42805,"children":42806},{"class":1353,"line":2736},[42807,42811,42815,42819,42824],{"type":48,"tag":1351,"props":42808,"children":42809},{"style":5395},[42810],{"type":54,"value":40446},{"type":48,"tag":1351,"props":42812,"children":42813},{"style":1364},[42814],{"type":54,"value":5408},{"type":48,"tag":1351,"props":42816,"children":42817},{"style":1364},[42818],{"type":54,"value":2130},{"type":48,"tag":1351,"props":42820,"children":42821},{"style":2122},[42822],{"type":54,"value":42823},"sr-only peer",{"type":48,"tag":1351,"props":42825,"children":42826},{"style":1364},[42827],{"type":54,"value":24276},{"type":48,"tag":1351,"props":42829,"children":42830},{"class":1353,"line":2744},[42831],{"type":48,"tag":1351,"props":42832,"children":42833},{"style":1364},[42834],{"type":54,"value":40679},{"type":48,"tag":1351,"props":42836,"children":42837},{"class":1353,"line":2753},[42838,42842,42846,42850,42854,42858,42863,42867,42871,42875],{"type":48,"tag":1351,"props":42839,"children":42840},{"style":1364},[42841],{"type":54,"value":31633},{"type":48,"tag":1351,"props":42843,"children":42844},{"style":5418},[42845],{"type":54,"value":15234},{"type":48,"tag":1351,"props":42847,"children":42848},{"style":5395},[42849],{"type":54,"value":24194},{"type":48,"tag":1351,"props":42851,"children":42852},{"style":1364},[42853],{"type":54,"value":5408},{"type":48,"tag":1351,"props":42855,"children":42856},{"style":1364},[42857],{"type":54,"value":2130},{"type":48,"tag":1351,"props":42859,"children":42860},{"style":2122},[42861],{"type":54,"value":42862},"w-11 h-6 bg-[#EBD5C1] peer-focus:ring-2 peer-focus:ring-[#FF4801]\u002F20 rounded-full peer peer-checked:after:translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:bg-white after:border-[#EBD5C1] after:border after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-[#FF4801]",{"type":48,"tag":1351,"props":42864,"children":42865},{"style":1364},[42866],{"type":54,"value":2130},{"type":48,"tag":1351,"props":42868,"children":42869},{"style":1364},[42870],{"type":54,"value":15327},{"type":48,"tag":1351,"props":42872,"children":42873},{"style":5418},[42874],{"type":54,"value":15234},{"type":48,"tag":1351,"props":42876,"children":42877},{"style":1364},[42878],{"type":54,"value":6919},{"type":48,"tag":1351,"props":42880,"children":42881},{"class":1353,"line":2767},[42882,42886,42890],{"type":48,"tag":1351,"props":42883,"children":42884},{"style":1364},[42885],{"type":54,"value":31843},{"type":48,"tag":1351,"props":42887,"children":42888},{"style":5418},[42889],{"type":54,"value":15234},{"type":48,"tag":1351,"props":42891,"children":42892},{"style":1364},[42893],{"type":54,"value":6919},{"type":48,"tag":1351,"props":42895,"children":42896},{"class":1353,"line":2781},[42897,42902,42907,42912,42917,42921,42925,42929,42933,42938,42942,42947,42951,42956,42960],{"type":48,"tag":1351,"props":42898,"children":42899},{"style":1364},[42900],{"type":54,"value":42901},"      {",{"type":48,"tag":1351,"props":42903,"children":42904},{"style":1358},[42905],{"type":54,"value":42906},"label ",{"type":48,"tag":1351,"props":42908,"children":42909},{"style":1364},[42910],{"type":54,"value":42911},"&&",{"type":48,"tag":1351,"props":42913,"children":42914},{"style":1364},[42915],{"type":54,"value":42916}," \u003C",{"type":48,"tag":1351,"props":42918,"children":42919},{"style":5418},[42920],{"type":54,"value":1351},{"type":48,"tag":1351,"props":42922,"children":42923},{"style":5395},[42924],{"type":54,"value":24194},{"type":48,"tag":1351,"props":42926,"children":42927},{"style":1364},[42928],{"type":54,"value":5408},{"type":48,"tag":1351,"props":42930,"children":42931},{"style":1364},[42932],{"type":54,"value":2130},{"type":48,"tag":1351,"props":42934,"children":42935},{"style":2122},[42936],{"type":54,"value":42937},"ml-3 text-sm font-medium text-[#521000]",{"type":48,"tag":1351,"props":42939,"children":42940},{"style":1364},[42941],{"type":54,"value":2130},{"type":48,"tag":1351,"props":42943,"children":42944},{"style":1364},[42945],{"type":54,"value":42946},">{",{"type":48,"tag":1351,"props":42948,"children":42949},{"style":1358},[42950],{"type":54,"value":37368},{"type":48,"tag":1351,"props":42952,"children":42953},{"style":1364},[42954],{"type":54,"value":42955},"}\u003C\u002F",{"type":48,"tag":1351,"props":42957,"children":42958},{"style":5418},[42959],{"type":54,"value":1351},{"type":48,"tag":1351,"props":42961,"children":42962},{"style":1364},[42963],{"type":54,"value":42964},">}\n",{"type":48,"tag":1351,"props":42966,"children":42967},{"class":1353,"line":2795},[42968,42972,42976],{"type":48,"tag":1351,"props":42969,"children":42970},{"style":1364},[42971],{"type":54,"value":29365},{"type":48,"tag":1351,"props":42973,"children":42974},{"style":5418},[42975],{"type":54,"value":37368},{"type":48,"tag":1351,"props":42977,"children":42978},{"style":1364},[42979],{"type":54,"value":6919},{"type":48,"tag":1351,"props":42981,"children":42982},{"class":1353,"line":2803},[42983,42987],{"type":48,"tag":1351,"props":42984,"children":42985},{"style":5418},[42986],{"type":54,"value":41004},{"type":48,"tag":1351,"props":42988,"children":42989},{"style":1364},[42990],{"type":54,"value":1414},{"type":48,"tag":1351,"props":42992,"children":42993},{"class":1353,"line":2812},[42994],{"type":48,"tag":1351,"props":42995,"children":42996},{"style":1364},[42997],{"type":54,"value":2170},{"type":48,"tag":151,"props":42999,"children":43001},{"id":43000},"vanilla-html-15",[43002],{"type":54,"value":24244},{"type":48,"tag":118,"props":43004,"children":43006},{"className":6896,"code":43005,"language":18,"meta":126,"style":126},"\u003Clabel style=\"display: inline-flex; align-items: center; cursor: pointer;\">\n  \u003Cdiv style=\"position: relative;\">\n    \u003Cinput type=\"checkbox\" id=\"toggle\" style=\"position: absolute; width: 1px; height: 1px; opacity: 0;\" onchange=\"updateToggle(this)\">\n    \u003Cdiv id=\"toggle-track\" style=\"\n      width: 44px;\n      height: 24px;\n      background: #EBD5C1;\n      border-radius: 9999px;\n      position: relative;\n      transition: background 0.2s ease;\n    \">\n      \u003Cdiv id=\"toggle-thumb\" style=\"\n        position: absolute;\n        top: 2px;\n        left: 2px;\n        width: 20px;\n        height: 20px;\n        background: white;\n        border-radius: 50%;\n        box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n        transition: transform 0.2s ease;\n      \">\u003C\u002Fdiv>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n  \u003Cspan style=\"margin-left: 12px; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; color: #521000;\">Enable feature\u003C\u002Fspan>\n\u003C\u002Flabel>\n\n\u003Cscript>\nfunction updateToggle(input) {\n  const track = document.getElementById('toggle-track');\n  const thumb = document.getElementById('toggle-thumb');\n  if (input.checked) {\n    track.style.background = '#FF4801';\n    thumb.style.transform = 'translateX(20px)';\n  } else {\n    track.style.background = '#EBD5C1';\n    thumb.style.transform = 'translateX(0)';\n  }\n}\n\u003C\u002Fscript>\n",[43007],{"type":48,"tag":89,"props":43008,"children":43009},{"__ignoreMap":126},[43010,43046,43082,43192,43236,43244,43252,43260,43267,43275,43283,43294,43338,43346,43354,43362,43370,43378,43386,43394,43402,43410,43429,43444,43459,43512,43527,43534,43549,43577,43629,43681,43713,43757,43803,43819,43862,43906,43913,43920],{"type":48,"tag":1351,"props":43011,"children":43012},{"class":1353,"line":1354},[43013,43017,43021,43025,43029,43033,43038,43042],{"type":48,"tag":1351,"props":43014,"children":43015},{"style":1364},[43016],{"type":54,"value":6909},{"type":48,"tag":1351,"props":43018,"children":43019},{"style":5418},[43020],{"type":54,"value":37368},{"type":48,"tag":1351,"props":43022,"children":43023},{"style":5395},[43024],{"type":54,"value":24267},{"type":48,"tag":1351,"props":43026,"children":43027},{"style":1364},[43028],{"type":54,"value":5408},{"type":48,"tag":1351,"props":43030,"children":43031},{"style":1364},[43032],{"type":54,"value":2130},{"type":48,"tag":1351,"props":43034,"children":43035},{"style":2122},[43036],{"type":54,"value":43037},"display: inline-flex; align-items: center; cursor: pointer;",{"type":48,"tag":1351,"props":43039,"children":43040},{"style":1364},[43041],{"type":54,"value":2130},{"type":48,"tag":1351,"props":43043,"children":43044},{"style":1364},[43045],{"type":54,"value":6919},{"type":48,"tag":1351,"props":43047,"children":43048},{"class":1353,"line":1417},[43049,43053,43057,43061,43065,43069,43074,43078],{"type":48,"tag":1351,"props":43050,"children":43051},{"style":1364},[43052],{"type":54,"value":15268},{"type":48,"tag":1351,"props":43054,"children":43055},{"style":5418},[43056],{"type":54,"value":15234},{"type":48,"tag":1351,"props":43058,"children":43059},{"style":5395},[43060],{"type":54,"value":24267},{"type":48,"tag":1351,"props":43062,"children":43063},{"style":1364},[43064],{"type":54,"value":5408},{"type":48,"tag":1351,"props":43066,"children":43067},{"style":1364},[43068],{"type":54,"value":2130},{"type":48,"tag":1351,"props":43070,"children":43071},{"style":2122},[43072],{"type":54,"value":43073},"position: relative;",{"type":48,"tag":1351,"props":43075,"children":43076},{"style":1364},[43077],{"type":54,"value":2130},{"type":48,"tag":1351,"props":43079,"children":43080},{"style":1364},[43081],{"type":54,"value":6919},{"type":48,"tag":1351,"props":43083,"children":43084},{"class":1353,"line":2059},[43085,43089,43093,43097,43101,43105,43109,43113,43117,43121,43125,43129,43133,43137,43141,43145,43150,43154,43159,43163,43167,43172,43176,43180,43184,43188],{"type":48,"tag":1351,"props":43086,"children":43087},{"style":1364},[43088],{"type":54,"value":25771},{"type":48,"tag":1351,"props":43090,"children":43091},{"style":5418},[43092],{"type":54,"value":8214},{"type":48,"tag":1351,"props":43094,"children":43095},{"style":5395},[43096],{"type":54,"value":35918},{"type":48,"tag":1351,"props":43098,"children":43099},{"style":1364},[43100],{"type":54,"value":5408},{"type":48,"tag":1351,"props":43102,"children":43103},{"style":1364},[43104],{"type":54,"value":2130},{"type":48,"tag":1351,"props":43106,"children":43107},{"style":2122},[43108],{"type":54,"value":42726},{"type":48,"tag":1351,"props":43110,"children":43111},{"style":1364},[43112],{"type":54,"value":2130},{"type":48,"tag":1351,"props":43114,"children":43115},{"style":5395},[43116],{"type":54,"value":41482},{"type":48,"tag":1351,"props":43118,"children":43119},{"style":1364},[43120],{"type":54,"value":5408},{"type":48,"tag":1351,"props":43122,"children":43123},{"style":1364},[43124],{"type":54,"value":2130},{"type":48,"tag":1351,"props":43126,"children":43127},{"style":2122},[43128],{"type":54,"value":7893},{"type":48,"tag":1351,"props":43130,"children":43131},{"style":1364},[43132],{"type":54,"value":2130},{"type":48,"tag":1351,"props":43134,"children":43135},{"style":5395},[43136],{"type":54,"value":24267},{"type":48,"tag":1351,"props":43138,"children":43139},{"style":1364},[43140],{"type":54,"value":5408},{"type":48,"tag":1351,"props":43142,"children":43143},{"style":1364},[43144],{"type":54,"value":2130},{"type":48,"tag":1351,"props":43146,"children":43147},{"style":2122},[43148],{"type":54,"value":43149},"position: absolute; width: 1px; height: 1px; opacity: 0;",{"type":48,"tag":1351,"props":43151,"children":43152},{"style":1364},[43153],{"type":54,"value":2130},{"type":48,"tag":1351,"props":43155,"children":43156},{"style":5395},[43157],{"type":54,"value":43158}," onchange",{"type":48,"tag":1351,"props":43160,"children":43161},{"style":1364},[43162],{"type":54,"value":5408},{"type":48,"tag":1351,"props":43164,"children":43165},{"style":1364},[43166],{"type":54,"value":2130},{"type":48,"tag":1351,"props":43168,"children":43169},{"style":4928},[43170],{"type":54,"value":43171},"updateToggle",{"type":48,"tag":1351,"props":43173,"children":43174},{"style":2122},[43175],{"type":54,"value":4936},{"type":48,"tag":1351,"props":43177,"children":43178},{"style":1364},[43179],{"type":54,"value":41451},{"type":48,"tag":1351,"props":43181,"children":43182},{"style":2122},[43183],{"type":54,"value":285},{"type":48,"tag":1351,"props":43185,"children":43186},{"style":1364},[43187],{"type":54,"value":2130},{"type":48,"tag":1351,"props":43189,"children":43190},{"style":1364},[43191],{"type":54,"value":6919},{"type":48,"tag":1351,"props":43193,"children":43194},{"class":1353,"line":2081},[43195,43199,43203,43207,43211,43215,43220,43224,43228,43232],{"type":48,"tag":1351,"props":43196,"children":43197},{"style":1364},[43198],{"type":54,"value":25771},{"type":48,"tag":1351,"props":43200,"children":43201},{"style":5418},[43202],{"type":54,"value":15234},{"type":48,"tag":1351,"props":43204,"children":43205},{"style":5395},[43206],{"type":54,"value":41482},{"type":48,"tag":1351,"props":43208,"children":43209},{"style":1364},[43210],{"type":54,"value":5408},{"type":48,"tag":1351,"props":43212,"children":43213},{"style":1364},[43214],{"type":54,"value":2130},{"type":48,"tag":1351,"props":43216,"children":43217},{"style":2122},[43218],{"type":54,"value":43219},"toggle-track",{"type":48,"tag":1351,"props":43221,"children":43222},{"style":1364},[43223],{"type":54,"value":2130},{"type":48,"tag":1351,"props":43225,"children":43226},{"style":5395},[43227],{"type":54,"value":24267},{"type":48,"tag":1351,"props":43229,"children":43230},{"style":1364},[43231],{"type":54,"value":5408},{"type":48,"tag":1351,"props":43233,"children":43234},{"style":1364},[43235],{"type":54,"value":24276},{"type":48,"tag":1351,"props":43237,"children":43238},{"class":1353,"line":2104},[43239],{"type":48,"tag":1351,"props":43240,"children":43241},{"style":2122},[43242],{"type":54,"value":43243},"      width: 44px;\n",{"type":48,"tag":1351,"props":43245,"children":43246},{"class":1353,"line":2164},[43247],{"type":48,"tag":1351,"props":43248,"children":43249},{"style":2122},[43250],{"type":54,"value":43251},"      height: 24px;\n",{"type":48,"tag":1351,"props":43253,"children":43254},{"class":1353,"line":2713},[43255],{"type":48,"tag":1351,"props":43256,"children":43257},{"style":2122},[43258],{"type":54,"value":43259},"      background: #EBD5C1;\n",{"type":48,"tag":1351,"props":43261,"children":43262},{"class":1353,"line":2722},[43263],{"type":48,"tag":1351,"props":43264,"children":43265},{"style":2122},[43266],{"type":54,"value":34129},{"type":48,"tag":1351,"props":43268,"children":43269},{"class":1353,"line":2736},[43270],{"type":48,"tag":1351,"props":43271,"children":43272},{"style":2122},[43273],{"type":54,"value":43274},"      position: relative;\n",{"type":48,"tag":1351,"props":43276,"children":43277},{"class":1353,"line":2744},[43278],{"type":48,"tag":1351,"props":43279,"children":43280},{"style":2122},[43281],{"type":54,"value":43282},"      transition: background 0.2s ease;\n",{"type":48,"tag":1351,"props":43284,"children":43285},{"class":1353,"line":2753},[43286,43290],{"type":48,"tag":1351,"props":43287,"children":43288},{"style":1364},[43289],{"type":54,"value":34201},{"type":48,"tag":1351,"props":43291,"children":43292},{"style":1364},[43293],{"type":54,"value":6919},{"type":48,"tag":1351,"props":43295,"children":43296},{"class":1353,"line":2767},[43297,43301,43305,43309,43313,43317,43322,43326,43330,43334],{"type":48,"tag":1351,"props":43298,"children":43299},{"style":1364},[43300],{"type":54,"value":29288},{"type":48,"tag":1351,"props":43302,"children":43303},{"style":5418},[43304],{"type":54,"value":15234},{"type":48,"tag":1351,"props":43306,"children":43307},{"style":5395},[43308],{"type":54,"value":41482},{"type":48,"tag":1351,"props":43310,"children":43311},{"style":1364},[43312],{"type":54,"value":5408},{"type":48,"tag":1351,"props":43314,"children":43315},{"style":1364},[43316],{"type":54,"value":2130},{"type":48,"tag":1351,"props":43318,"children":43319},{"style":2122},[43320],{"type":54,"value":43321},"toggle-thumb",{"type":48,"tag":1351,"props":43323,"children":43324},{"style":1364},[43325],{"type":54,"value":2130},{"type":48,"tag":1351,"props":43327,"children":43328},{"style":5395},[43329],{"type":54,"value":24267},{"type":48,"tag":1351,"props":43331,"children":43332},{"style":1364},[43333],{"type":54,"value":5408},{"type":48,"tag":1351,"props":43335,"children":43336},{"style":1364},[43337],{"type":54,"value":24276},{"type":48,"tag":1351,"props":43339,"children":43340},{"class":1353,"line":2781},[43341],{"type":48,"tag":1351,"props":43342,"children":43343},{"style":2122},[43344],{"type":54,"value":43345},"        position: absolute;\n",{"type":48,"tag":1351,"props":43347,"children":43348},{"class":1353,"line":2795},[43349],{"type":48,"tag":1351,"props":43350,"children":43351},{"style":2122},[43352],{"type":54,"value":43353},"        top: 2px;\n",{"type":48,"tag":1351,"props":43355,"children":43356},{"class":1353,"line":2803},[43357],{"type":48,"tag":1351,"props":43358,"children":43359},{"style":2122},[43360],{"type":54,"value":43361},"        left: 2px;\n",{"type":48,"tag":1351,"props":43363,"children":43364},{"class":1353,"line":2812},[43365],{"type":48,"tag":1351,"props":43366,"children":43367},{"style":2122},[43368],{"type":54,"value":43369},"        width: 20px;\n",{"type":48,"tag":1351,"props":43371,"children":43372},{"class":1353,"line":2826},[43373],{"type":48,"tag":1351,"props":43374,"children":43375},{"style":2122},[43376],{"type":54,"value":43377},"        height: 20px;\n",{"type":48,"tag":1351,"props":43379,"children":43380},{"class":1353,"line":5128},[43381],{"type":48,"tag":1351,"props":43382,"children":43383},{"style":2122},[43384],{"type":54,"value":43385},"        background: white;\n",{"type":48,"tag":1351,"props":43387,"children":43388},{"class":1353,"line":5136},[43389],{"type":48,"tag":1351,"props":43390,"children":43391},{"style":2122},[43392],{"type":54,"value":43393},"        border-radius: 50%;\n",{"type":48,"tag":1351,"props":43395,"children":43396},{"class":1353,"line":5145},[43397],{"type":48,"tag":1351,"props":43398,"children":43399},{"style":2122},[43400],{"type":54,"value":43401},"        box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n",{"type":48,"tag":1351,"props":43403,"children":43404},{"class":1353,"line":5162},[43405],{"type":48,"tag":1351,"props":43406,"children":43407},{"style":2122},[43408],{"type":54,"value":43409},"        transition: transform 0.2s ease;\n",{"type":48,"tag":1351,"props":43411,"children":43412},{"class":1353,"line":5195},[43413,43417,43421,43425],{"type":48,"tag":1351,"props":43414,"children":43415},{"style":1364},[43416],{"type":54,"value":39545},{"type":48,"tag":1351,"props":43418,"children":43419},{"style":1364},[43420],{"type":54,"value":15327},{"type":48,"tag":1351,"props":43422,"children":43423},{"style":5418},[43424],{"type":54,"value":15234},{"type":48,"tag":1351,"props":43426,"children":43427},{"style":1364},[43428],{"type":54,"value":6919},{"type":48,"tag":1351,"props":43430,"children":43431},{"class":1353,"line":5237},[43432,43436,43440],{"type":48,"tag":1351,"props":43433,"children":43434},{"style":1364},[43435],{"type":54,"value":29365},{"type":48,"tag":1351,"props":43437,"children":43438},{"style":5418},[43439],{"type":54,"value":15234},{"type":48,"tag":1351,"props":43441,"children":43442},{"style":1364},[43443],{"type":54,"value":6919},{"type":48,"tag":1351,"props":43445,"children":43446},{"class":1353,"line":5245},[43447,43451,43455],{"type":48,"tag":1351,"props":43448,"children":43449},{"style":1364},[43450],{"type":54,"value":25930},{"type":48,"tag":1351,"props":43452,"children":43453},{"style":5418},[43454],{"type":54,"value":15234},{"type":48,"tag":1351,"props":43456,"children":43457},{"style":1364},[43458],{"type":54,"value":6919},{"type":48,"tag":1351,"props":43460,"children":43461},{"class":1353,"line":5253},[43462,43466,43470,43474,43478,43482,43487,43491,43495,43500,43504,43508],{"type":48,"tag":1351,"props":43463,"children":43464},{"style":1364},[43465],{"type":54,"value":15268},{"type":48,"tag":1351,"props":43467,"children":43468},{"style":5418},[43469],{"type":54,"value":1351},{"type":48,"tag":1351,"props":43471,"children":43472},{"style":5395},[43473],{"type":54,"value":24267},{"type":48,"tag":1351,"props":43475,"children":43476},{"style":1364},[43477],{"type":54,"value":5408},{"type":48,"tag":1351,"props":43479,"children":43480},{"style":1364},[43481],{"type":54,"value":2130},{"type":48,"tag":1351,"props":43483,"children":43484},{"style":2122},[43485],{"type":54,"value":43486},"margin-left: 12px; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; color: #521000;",{"type":48,"tag":1351,"props":43488,"children":43489},{"style":1364},[43490],{"type":54,"value":2130},{"type":48,"tag":1351,"props":43492,"children":43493},{"style":1364},[43494],{"type":54,"value":28405},{"type":48,"tag":1351,"props":43496,"children":43497},{"style":1358},[43498],{"type":54,"value":43499},"Enable feature",{"type":48,"tag":1351,"props":43501,"children":43502},{"style":1364},[43503],{"type":54,"value":7118},{"type":48,"tag":1351,"props":43505,"children":43506},{"style":5418},[43507],{"type":54,"value":1351},{"type":48,"tag":1351,"props":43509,"children":43510},{"style":1364},[43511],{"type":54,"value":6919},{"type":48,"tag":1351,"props":43513,"children":43514},{"class":1353,"line":5262},[43515,43519,43523],{"type":48,"tag":1351,"props":43516,"children":43517},{"style":1364},[43518],{"type":54,"value":7118},{"type":48,"tag":1351,"props":43520,"children":43521},{"style":5418},[43522],{"type":54,"value":37368},{"type":48,"tag":1351,"props":43524,"children":43525},{"style":1364},[43526],{"type":54,"value":6919},{"type":48,"tag":1351,"props":43528,"children":43529},{"class":1353,"line":5279},[43530],{"type":48,"tag":1351,"props":43531,"children":43532},{"emptyLinePlaceholder":2679},[43533],{"type":54,"value":2682},{"type":48,"tag":1351,"props":43535,"children":43536},{"class":1353,"line":5320},[43537,43541,43545],{"type":48,"tag":1351,"props":43538,"children":43539},{"style":1364},[43540],{"type":54,"value":6909},{"type":48,"tag":1351,"props":43542,"children":43543},{"style":5418},[43544],{"type":54,"value":6914},{"type":48,"tag":1351,"props":43546,"children":43547},{"style":1364},[43548],{"type":54,"value":6919},{"type":48,"tag":1351,"props":43550,"children":43551},{"class":1353,"line":5361},[43552,43556,43561,43565,43569,43573],{"type":48,"tag":1351,"props":43553,"children":43554},{"style":5395},[43555],{"type":54,"value":6931},{"type":48,"tag":1351,"props":43557,"children":43558},{"style":4928},[43559],{"type":54,"value":43560}," updateToggle",{"type":48,"tag":1351,"props":43562,"children":43563},{"style":1364},[43564],{"type":54,"value":4936},{"type":48,"tag":1351,"props":43566,"children":43567},{"style":4776},[43568],{"type":54,"value":8214},{"type":48,"tag":1351,"props":43570,"children":43571},{"style":1364},[43572],{"type":54,"value":285},{"type":48,"tag":1351,"props":43574,"children":43575},{"style":1364},[43576],{"type":54,"value":2035},{"type":48,"tag":1351,"props":43578,"children":43579},{"class":1353,"line":11545},[43580,43584,43589,43593,43597,43601,43605,43609,43613,43617,43621,43625],{"type":48,"tag":1351,"props":43581,"children":43582},{"style":5395},[43583],{"type":54,"value":40027},{"type":48,"tag":1351,"props":43585,"children":43586},{"style":1358},[43587],{"type":54,"value":43588}," track",{"type":48,"tag":1351,"props":43590,"children":43591},{"style":1364},[43592],{"type":54,"value":16937},{"type":48,"tag":1351,"props":43594,"children":43595},{"style":1358},[43596],{"type":54,"value":41998},{"type":48,"tag":1351,"props":43598,"children":43599},{"style":1364},[43600],{"type":54,"value":105},{"type":48,"tag":1351,"props":43602,"children":43603},{"style":4928},[43604],{"type":54,"value":42007},{"type":48,"tag":1351,"props":43606,"children":43607},{"style":5418},[43608],{"type":54,"value":4936},{"type":48,"tag":1351,"props":43610,"children":43611},{"style":1364},[43612],{"type":54,"value":6993},{"type":48,"tag":1351,"props":43614,"children":43615},{"style":2122},[43616],{"type":54,"value":43219},{"type":48,"tag":1351,"props":43618,"children":43619},{"style":1364},[43620],{"type":54,"value":6993},{"type":48,"tag":1351,"props":43622,"children":43623},{"style":5418},[43624],{"type":54,"value":285},{"type":48,"tag":1351,"props":43626,"children":43627},{"style":1364},[43628],{"type":54,"value":1414},{"type":48,"tag":1351,"props":43630,"children":43631},{"class":1353,"line":11571},[43632,43636,43641,43645,43649,43653,43657,43661,43665,43669,43673,43677],{"type":48,"tag":1351,"props":43633,"children":43634},{"style":5395},[43635],{"type":54,"value":40027},{"type":48,"tag":1351,"props":43637,"children":43638},{"style":1358},[43639],{"type":54,"value":43640}," thumb",{"type":48,"tag":1351,"props":43642,"children":43643},{"style":1364},[43644],{"type":54,"value":16937},{"type":48,"tag":1351,"props":43646,"children":43647},{"style":1358},[43648],{"type":54,"value":41998},{"type":48,"tag":1351,"props":43650,"children":43651},{"style":1364},[43652],{"type":54,"value":105},{"type":48,"tag":1351,"props":43654,"children":43655},{"style":4928},[43656],{"type":54,"value":42007},{"type":48,"tag":1351,"props":43658,"children":43659},{"style":5418},[43660],{"type":54,"value":4936},{"type":48,"tag":1351,"props":43662,"children":43663},{"style":1364},[43664],{"type":54,"value":6993},{"type":48,"tag":1351,"props":43666,"children":43667},{"style":2122},[43668],{"type":54,"value":43321},{"type":48,"tag":1351,"props":43670,"children":43671},{"style":1364},[43672],{"type":54,"value":6993},{"type":48,"tag":1351,"props":43674,"children":43675},{"style":5418},[43676],{"type":54,"value":285},{"type":48,"tag":1351,"props":43678,"children":43679},{"style":1364},[43680],{"type":54,"value":1414},{"type":48,"tag":1351,"props":43682,"children":43683},{"class":1353,"line":11597},[43684,43688,43692,43696,43700,43705,43709],{"type":48,"tag":1351,"props":43685,"children":43686},{"style":4770},[43687],{"type":54,"value":6948},{"type":48,"tag":1351,"props":43689,"children":43690},{"style":5418},[43691],{"type":54,"value":269},{"type":48,"tag":1351,"props":43693,"children":43694},{"style":1358},[43695],{"type":54,"value":8214},{"type":48,"tag":1351,"props":43697,"children":43698},{"style":1364},[43699],{"type":54,"value":105},{"type":48,"tag":1351,"props":43701,"children":43702},{"style":1358},[43703],{"type":54,"value":43704},"checked",{"type":48,"tag":1351,"props":43706,"children":43707},{"style":5418},[43708],{"type":54,"value":7020},{"type":48,"tag":1351,"props":43710,"children":43711},{"style":1364},[43712],{"type":54,"value":7025},{"type":48,"tag":1351,"props":43714,"children":43715},{"class":1353,"line":11623},[43716,43721,43725,43729,43733,43737,43741,43745,43749,43753],{"type":48,"tag":1351,"props":43717,"children":43718},{"style":1358},[43719],{"type":54,"value":43720},"    track",{"type":48,"tag":1351,"props":43722,"children":43723},{"style":1364},[43724],{"type":54,"value":105},{"type":48,"tag":1351,"props":43726,"children":43727},{"style":1358},[43728],{"type":54,"value":24414},{"type":48,"tag":1351,"props":43730,"children":43731},{"style":1364},[43732],{"type":54,"value":105},{"type":48,"tag":1351,"props":43734,"children":43735},{"style":1358},[43736],{"type":54,"value":24423},{"type":48,"tag":1351,"props":43738,"children":43739},{"style":1364},[43740],{"type":54,"value":16937},{"type":48,"tag":1351,"props":43742,"children":43743},{"style":1364},[43744],{"type":54,"value":17040},{"type":48,"tag":1351,"props":43746,"children":43747},{"style":2122},[43748],{"type":54,"value":414},{"type":48,"tag":1351,"props":43750,"children":43751},{"style":1364},[43752],{"type":54,"value":6993},{"type":48,"tag":1351,"props":43754,"children":43755},{"style":1364},[43756],{"type":54,"value":1414},{"type":48,"tag":1351,"props":43758,"children":43759},{"class":1353,"line":11631},[43760,43765,43769,43773,43777,43782,43786,43790,43795,43799],{"type":48,"tag":1351,"props":43761,"children":43762},{"style":1358},[43763],{"type":54,"value":43764},"    thumb",{"type":48,"tag":1351,"props":43766,"children":43767},{"style":1364},[43768],{"type":54,"value":105},{"type":48,"tag":1351,"props":43770,"children":43771},{"style":1358},[43772],{"type":54,"value":24414},{"type":48,"tag":1351,"props":43774,"children":43775},{"style":1364},[43776],{"type":54,"value":105},{"type":48,"tag":1351,"props":43778,"children":43779},{"style":1358},[43780],{"type":54,"value":43781},"transform",{"type":48,"tag":1351,"props":43783,"children":43784},{"style":1364},[43785],{"type":54,"value":16937},{"type":48,"tag":1351,"props":43787,"children":43788},{"style":1364},[43789],{"type":54,"value":17040},{"type":48,"tag":1351,"props":43791,"children":43792},{"style":2122},[43793],{"type":54,"value":43794},"translateX(20px)",{"type":48,"tag":1351,"props":43796,"children":43797},{"style":1364},[43798],{"type":54,"value":6993},{"type":48,"tag":1351,"props":43800,"children":43801},{"style":1364},[43802],{"type":54,"value":1414},{"type":48,"tag":1351,"props":43804,"children":43805},{"class":1353,"line":11640},[43806,43810,43815],{"type":48,"tag":1351,"props":43807,"children":43808},{"style":1364},[43809],{"type":54,"value":23364},{"type":48,"tag":1351,"props":43811,"children":43812},{"style":4770},[43813],{"type":54,"value":43814}," else",{"type":48,"tag":1351,"props":43816,"children":43817},{"style":1364},[43818],{"type":54,"value":2035},{"type":48,"tag":1351,"props":43820,"children":43821},{"class":1353,"line":11666},[43822,43826,43830,43834,43838,43842,43846,43850,43854,43858],{"type":48,"tag":1351,"props":43823,"children":43824},{"style":1358},[43825],{"type":54,"value":43720},{"type":48,"tag":1351,"props":43827,"children":43828},{"style":1364},[43829],{"type":54,"value":105},{"type":48,"tag":1351,"props":43831,"children":43832},{"style":1358},[43833],{"type":54,"value":24414},{"type":48,"tag":1351,"props":43835,"children":43836},{"style":1364},[43837],{"type":54,"value":105},{"type":48,"tag":1351,"props":43839,"children":43840},{"style":1358},[43841],{"type":54,"value":24423},{"type":48,"tag":1351,"props":43843,"children":43844},{"style":1364},[43845],{"type":54,"value":16937},{"type":48,"tag":1351,"props":43847,"children":43848},{"style":1364},[43849],{"type":54,"value":17040},{"type":48,"tag":1351,"props":43851,"children":43852},{"style":2122},[43853],{"type":54,"value":748},{"type":48,"tag":1351,"props":43855,"children":43856},{"style":1364},[43857],{"type":54,"value":6993},{"type":48,"tag":1351,"props":43859,"children":43860},{"style":1364},[43861],{"type":54,"value":1414},{"type":48,"tag":1351,"props":43863,"children":43864},{"class":1353,"line":11692},[43865,43869,43873,43877,43881,43885,43889,43893,43898,43902],{"type":48,"tag":1351,"props":43866,"children":43867},{"style":1358},[43868],{"type":54,"value":43764},{"type":48,"tag":1351,"props":43870,"children":43871},{"style":1364},[43872],{"type":54,"value":105},{"type":48,"tag":1351,"props":43874,"children":43875},{"style":1358},[43876],{"type":54,"value":24414},{"type":48,"tag":1351,"props":43878,"children":43879},{"style":1364},[43880],{"type":54,"value":105},{"type":48,"tag":1351,"props":43882,"children":43883},{"style":1358},[43884],{"type":54,"value":43781},{"type":48,"tag":1351,"props":43886,"children":43887},{"style":1364},[43888],{"type":54,"value":16937},{"type":48,"tag":1351,"props":43890,"children":43891},{"style":1364},[43892],{"type":54,"value":17040},{"type":48,"tag":1351,"props":43894,"children":43895},{"style":2122},[43896],{"type":54,"value":43897},"translateX(0)",{"type":48,"tag":1351,"props":43899,"children":43900},{"style":1364},[43901],{"type":54,"value":6993},{"type":48,"tag":1351,"props":43903,"children":43904},{"style":1364},[43905],{"type":54,"value":1414},{"type":48,"tag":1351,"props":43907,"children":43908},{"class":1353,"line":11718},[43909],{"type":48,"tag":1351,"props":43910,"children":43911},{"style":1364},[43912],{"type":54,"value":7093},{"type":48,"tag":1351,"props":43914,"children":43915},{"class":1353,"line":11726},[43916],{"type":48,"tag":1351,"props":43917,"children":43918},{"style":1364},[43919],{"type":54,"value":2170},{"type":48,"tag":1351,"props":43921,"children":43922},{"class":1353,"line":11735},[43923,43927,43931],{"type":48,"tag":1351,"props":43924,"children":43925},{"style":1364},[43926],{"type":54,"value":7118},{"type":48,"tag":1351,"props":43928,"children":43929},{"style":5418},[43930],{"type":54,"value":6914},{"type":48,"tag":1351,"props":43932,"children":43933},{"style":1364},[43934],{"type":54,"value":6919},{"type":48,"tag":107,"props":43936,"children":43937},{},[],{"type":48,"tag":111,"props":43939,"children":43941},{"id":43940},"form-toggle-group",[43942],{"type":54,"value":43943},"FORM-TOGGLE-GROUP",{"type":48,"tag":61,"props":43945,"children":43946},{},[43947],{"type":54,"value":43948},"Toggle button group for binary or small-set selection (e.g., month\u002Fyear billing).",{"type":48,"tag":151,"props":43950,"children":43952},{"id":43951},"react-tailwind-18",[43953],{"type":54,"value":24169},{"type":48,"tag":118,"props":43955,"children":43957},{"className":24172,"code":43956,"language":24174,"meta":126,"style":126},"function ToggleGroup({ options, value, onChange }) {\n  return (\n    \u003Cdiv className=\"inline-flex rounded-full border border-[#EBD5C1] overflow-hidden\">\n      {options.map((option) => (\n        \u003Cbutton\n          key={option.value}\n          type=\"button\"\n          onClick={() => onChange(option.value)}\n          className={`px-4 py-2 text-sm font-medium transition-all ${\n            value === option.value\n              ? 'bg-[#FF4801] text-white hover:opacity-95'\n              : 'bg-[#FFFDFB] text-[#521000] hover:bg-[#FEF7ED]'\n          }`}\n        >\n          {option.label}\n        \u003C\u002Fbutton>\n      ))}\n    \u003C\u002Fdiv>\n  );\n}\n\n\u002F\u002F Usage\n\u003CToggleGroup\n  options={[\n    { value: 'month', label: 'month' },\n    { value: 'year', label: 'year' }\n  ]}\n  value=\"month\"\n  onChange={(v) => setPeriod(v)}\n\u002F>\n",[43958],{"type":48,"tag":89,"props":43959,"children":43960},{"__ignoreMap":126},[43961,44006,44017,44053,44098,44110,44138,44161,44200,44225,44252,44274,44295,44307,44314,44337,44352,44364,44379,44390,44397,44404,44412,44424,44441,44498,44554,44566,44590,44629],{"type":48,"tag":1351,"props":43962,"children":43963},{"class":1353,"line":1354},[43964,43968,43973,43977,43982,43986,43990,43994,43998,44002],{"type":48,"tag":1351,"props":43965,"children":43966},{"style":5395},[43967],{"type":54,"value":6931},{"type":48,"tag":1351,"props":43969,"children":43970},{"style":4928},[43971],{"type":54,"value":43972}," ToggleGroup",{"type":48,"tag":1351,"props":43974,"children":43975},{"style":1364},[43976],{"type":54,"value":42580},{"type":48,"tag":1351,"props":43978,"children":43979},{"style":4776},[43980],{"type":54,"value":43981}," options",{"type":48,"tag":1351,"props":43983,"children":43984},{"style":1364},[43985],{"type":54,"value":1367},{"type":48,"tag":1351,"props":43987,"children":43988},{"style":4776},[43989],{"type":54,"value":38580},{"type":48,"tag":1351,"props":43991,"children":43992},{"style":1364},[43993],{"type":54,"value":1367},{"type":48,"tag":1351,"props":43995,"children":43996},{"style":4776},[43997],{"type":54,"value":42594},{"type":48,"tag":1351,"props":43999,"children":44000},{"style":1364},[44001],{"type":54,"value":42608},{"type":48,"tag":1351,"props":44003,"children":44004},{"style":1364},[44005],{"type":54,"value":2035},{"type":48,"tag":1351,"props":44007,"children":44008},{"class":1353,"line":1417},[44009,44013],{"type":48,"tag":1351,"props":44010,"children":44011},{"style":4770},[44012],{"type":54,"value":40090},{"type":48,"tag":1351,"props":44014,"children":44015},{"style":5418},[44016],{"type":54,"value":40095},{"type":48,"tag":1351,"props":44018,"children":44019},{"class":1353,"line":2059},[44020,44024,44028,44032,44036,44040,44045,44049],{"type":48,"tag":1351,"props":44021,"children":44022},{"style":1364},[44023],{"type":54,"value":25771},{"type":48,"tag":1351,"props":44025,"children":44026},{"style":5418},[44027],{"type":54,"value":15234},{"type":48,"tag":1351,"props":44029,"children":44030},{"style":5395},[44031],{"type":54,"value":24194},{"type":48,"tag":1351,"props":44033,"children":44034},{"style":1364},[44035],{"type":54,"value":5408},{"type":48,"tag":1351,"props":44037,"children":44038},{"style":1364},[44039],{"type":54,"value":2130},{"type":48,"tag":1351,"props":44041,"children":44042},{"style":2122},[44043],{"type":54,"value":44044},"inline-flex rounded-full border border-[#EBD5C1] overflow-hidden",{"type":48,"tag":1351,"props":44046,"children":44047},{"style":1364},[44048],{"type":54,"value":2130},{"type":48,"tag":1351,"props":44050,"children":44051},{"style":1364},[44052],{"type":54,"value":6919},{"type":48,"tag":1351,"props":44054,"children":44055},{"class":1353,"line":2081},[44056,44060,44065,44069,44074,44078,44082,44086,44090,44094],{"type":48,"tag":1351,"props":44057,"children":44058},{"style":1364},[44059],{"type":54,"value":42901},{"type":48,"tag":1351,"props":44061,"children":44062},{"style":1358},[44063],{"type":54,"value":44064},"options",{"type":48,"tag":1351,"props":44066,"children":44067},{"style":1364},[44068],{"type":54,"value":105},{"type":48,"tag":1351,"props":44070,"children":44071},{"style":4928},[44072],{"type":54,"value":44073},"map",{"type":48,"tag":1351,"props":44075,"children":44076},{"style":1358},[44077],{"type":54,"value":4936},{"type":48,"tag":1351,"props":44079,"children":44080},{"style":1364},[44081],{"type":54,"value":4936},{"type":48,"tag":1351,"props":44083,"children":44084},{"style":4776},[44085],{"type":54,"value":38575},{"type":48,"tag":1351,"props":44087,"children":44088},{"style":1364},[44089],{"type":54,"value":285},{"type":48,"tag":1351,"props":44091,"children":44092},{"style":5395},[44093],{"type":54,"value":7856},{"type":48,"tag":1351,"props":44095,"children":44096},{"style":1358},[44097],{"type":54,"value":40095},{"type":48,"tag":1351,"props":44099,"children":44100},{"class":1353,"line":2104},[44101,44105],{"type":48,"tag":1351,"props":44102,"children":44103},{"style":1364},[44104],{"type":54,"value":31633},{"type":48,"tag":1351,"props":44106,"children":44107},{"style":5418},[44108],{"type":54,"value":44109},"button\n",{"type":48,"tag":1351,"props":44111,"children":44112},{"class":1353,"line":2164},[44113,44118,44122,44126,44130,44134],{"type":48,"tag":1351,"props":44114,"children":44115},{"style":5395},[44116],{"type":54,"value":44117},"          key",{"type":48,"tag":1351,"props":44119,"children":44120},{"style":1364},[44121],{"type":54,"value":25754},{"type":48,"tag":1351,"props":44123,"children":44124},{"style":1358},[44125],{"type":54,"value":38575},{"type":48,"tag":1351,"props":44127,"children":44128},{"style":1364},[44129],{"type":54,"value":105},{"type":48,"tag":1351,"props":44131,"children":44132},{"style":1358},[44133],{"type":54,"value":40036},{"type":48,"tag":1351,"props":44135,"children":44136},{"style":1364},[44137],{"type":54,"value":2170},{"type":48,"tag":1351,"props":44139,"children":44140},{"class":1353,"line":2713},[44141,44145,44149,44153,44157],{"type":48,"tag":1351,"props":44142,"children":44143},{"style":5395},[44144],{"type":54,"value":40264},{"type":48,"tag":1351,"props":44146,"children":44147},{"style":1364},[44148],{"type":54,"value":5408},{"type":48,"tag":1351,"props":44150,"children":44151},{"style":1364},[44152],{"type":54,"value":2130},{"type":48,"tag":1351,"props":44154,"children":44155},{"style":2122},[44156],{"type":54,"value":8084},{"type":48,"tag":1351,"props":44158,"children":44159},{"style":1364},[44160],{"type":54,"value":24276},{"type":48,"tag":1351,"props":44162,"children":44163},{"class":1353,"line":2722},[44164,44169,44174,44178,44182,44187,44191,44196],{"type":48,"tag":1351,"props":44165,"children":44166},{"style":5395},[44167],{"type":54,"value":44168},"          onClick",{"type":48,"tag":1351,"props":44170,"children":44171},{"style":1364},[44172],{"type":54,"value":44173},"={()",{"type":48,"tag":1351,"props":44175,"children":44176},{"style":5395},[44177],{"type":54,"value":7856},{"type":48,"tag":1351,"props":44179,"children":44180},{"style":4928},[44181],{"type":54,"value":42594},{"type":48,"tag":1351,"props":44183,"children":44184},{"style":1358},[44185],{"type":54,"value":44186},"(option",{"type":48,"tag":1351,"props":44188,"children":44189},{"style":1364},[44190],{"type":54,"value":105},{"type":48,"tag":1351,"props":44192,"children":44193},{"style":1358},[44194],{"type":54,"value":44195},"value)",{"type":48,"tag":1351,"props":44197,"children":44198},{"style":1364},[44199],{"type":54,"value":2170},{"type":48,"tag":1351,"props":44201,"children":44202},{"class":1353,"line":2736},[44203,44207,44211,44215,44220],{"type":48,"tag":1351,"props":44204,"children":44205},{"style":5395},[44206],{"type":54,"value":40446},{"type":48,"tag":1351,"props":44208,"children":44209},{"style":1364},[44210],{"type":54,"value":25754},{"type":48,"tag":1351,"props":44212,"children":44213},{"style":1364},[44214],{"type":54,"value":23275},{"type":48,"tag":1351,"props":44216,"children":44217},{"style":2122},[44218],{"type":54,"value":44219},"px-4 py-2 text-sm font-medium transition-all ",{"type":48,"tag":1351,"props":44221,"children":44222},{"style":1364},[44223],{"type":54,"value":44224},"${\n",{"type":48,"tag":1351,"props":44226,"children":44227},{"class":1353,"line":2744},[44228,44233,44238,44243,44247],{"type":48,"tag":1351,"props":44229,"children":44230},{"style":1358},[44231],{"type":54,"value":44232},"            value ",{"type":48,"tag":1351,"props":44234,"children":44235},{"style":1364},[44236],{"type":54,"value":44237},"===",{"type":48,"tag":1351,"props":44239,"children":44240},{"style":1358},[44241],{"type":54,"value":44242}," option",{"type":48,"tag":1351,"props":44244,"children":44245},{"style":1364},[44246],{"type":54,"value":105},{"type":48,"tag":1351,"props":44248,"children":44249},{"style":1358},[44250],{"type":54,"value":44251},"value\n",{"type":48,"tag":1351,"props":44253,"children":44254},{"class":1353,"line":2753},[44255,44260,44264,44269],{"type":48,"tag":1351,"props":44256,"children":44257},{"style":1364},[44258],{"type":54,"value":44259},"              ?",{"type":48,"tag":1351,"props":44261,"children":44262},{"style":1364},[44263],{"type":54,"value":17040},{"type":48,"tag":1351,"props":44265,"children":44266},{"style":2122},[44267],{"type":54,"value":44268},"bg-[#FF4801] text-white hover:opacity-95",{"type":48,"tag":1351,"props":44270,"children":44271},{"style":1364},[44272],{"type":54,"value":44273},"'\n",{"type":48,"tag":1351,"props":44275,"children":44276},{"class":1353,"line":2767},[44277,44282,44286,44291],{"type":48,"tag":1351,"props":44278,"children":44279},{"style":1364},[44280],{"type":54,"value":44281},"              :",{"type":48,"tag":1351,"props":44283,"children":44284},{"style":1364},[44285],{"type":54,"value":17040},{"type":48,"tag":1351,"props":44287,"children":44288},{"style":2122},[44289],{"type":54,"value":44290},"bg-[#FFFDFB] text-[#521000] hover:bg-[#FEF7ED]",{"type":48,"tag":1351,"props":44292,"children":44293},{"style":1364},[44294],{"type":54,"value":44273},{"type":48,"tag":1351,"props":44296,"children":44297},{"class":1353,"line":2781},[44298,44303],{"type":48,"tag":1351,"props":44299,"children":44300},{"style":1364},[44301],{"type":54,"value":44302},"          }`",{"type":48,"tag":1351,"props":44304,"children":44305},{"style":1364},[44306],{"type":54,"value":2170},{"type":48,"tag":1351,"props":44308,"children":44309},{"class":1353,"line":2795},[44310],{"type":48,"tag":1351,"props":44311,"children":44312},{"style":1364},[44313],{"type":54,"value":40816},{"type":48,"tag":1351,"props":44315,"children":44316},{"class":1353,"line":2803},[44317,44321,44325,44329,44333],{"type":48,"tag":1351,"props":44318,"children":44319},{"style":1364},[44320],{"type":54,"value":40824},{"type":48,"tag":1351,"props":44322,"children":44323},{"style":1358},[44324],{"type":54,"value":38575},{"type":48,"tag":1351,"props":44326,"children":44327},{"style":1364},[44328],{"type":54,"value":105},{"type":48,"tag":1351,"props":44330,"children":44331},{"style":1358},[44332],{"type":54,"value":37368},{"type":48,"tag":1351,"props":44334,"children":44335},{"style":1364},[44336],{"type":54,"value":2170},{"type":48,"tag":1351,"props":44338,"children":44339},{"class":1353,"line":2812},[44340,44344,44348],{"type":48,"tag":1351,"props":44341,"children":44342},{"style":1364},[44343],{"type":54,"value":31819},{"type":48,"tag":1351,"props":44345,"children":44346},{"style":5418},[44347],{"type":54,"value":8084},{"type":48,"tag":1351,"props":44349,"children":44350},{"style":1364},[44351],{"type":54,"value":6919},{"type":48,"tag":1351,"props":44353,"children":44354},{"class":1353,"line":2826},[44355,44360],{"type":48,"tag":1351,"props":44356,"children":44357},{"style":1358},[44358],{"type":54,"value":44359},"      ))",{"type":48,"tag":1351,"props":44361,"children":44362},{"style":1364},[44363],{"type":54,"value":2170},{"type":48,"tag":1351,"props":44365,"children":44366},{"class":1353,"line":5128},[44367,44371,44375],{"type":48,"tag":1351,"props":44368,"children":44369},{"style":1364},[44370],{"type":54,"value":29365},{"type":48,"tag":1351,"props":44372,"children":44373},{"style":5418},[44374],{"type":54,"value":15234},{"type":48,"tag":1351,"props":44376,"children":44377},{"style":1364},[44378],{"type":54,"value":6919},{"type":48,"tag":1351,"props":44380,"children":44381},{"class":1353,"line":5136},[44382,44386],{"type":48,"tag":1351,"props":44383,"children":44384},{"style":5418},[44385],{"type":54,"value":41004},{"type":48,"tag":1351,"props":44387,"children":44388},{"style":1364},[44389],{"type":54,"value":1414},{"type":48,"tag":1351,"props":44391,"children":44392},{"class":1353,"line":5145},[44393],{"type":48,"tag":1351,"props":44394,"children":44395},{"style":1364},[44396],{"type":54,"value":2170},{"type":48,"tag":1351,"props":44398,"children":44399},{"class":1353,"line":5162},[44400],{"type":48,"tag":1351,"props":44401,"children":44402},{"emptyLinePlaceholder":2679},[44403],{"type":54,"value":2682},{"type":48,"tag":1351,"props":44405,"children":44406},{"class":1353,"line":5195},[44407],{"type":48,"tag":1351,"props":44408,"children":44409},{"style":2657},[44410],{"type":54,"value":44411},"\u002F\u002F Usage\n",{"type":48,"tag":1351,"props":44413,"children":44414},{"class":1353,"line":5237},[44415,44419],{"type":48,"tag":1351,"props":44416,"children":44417},{"style":1364},[44418],{"type":54,"value":6909},{"type":48,"tag":1351,"props":44420,"children":44421},{"style":1406},[44422],{"type":54,"value":44423},"ToggleGroup\n",{"type":48,"tag":1351,"props":44425,"children":44426},{"class":1353,"line":5245},[44427,44432,44436],{"type":48,"tag":1351,"props":44428,"children":44429},{"style":5395},[44430],{"type":54,"value":44431},"  options",{"type":48,"tag":1351,"props":44433,"children":44434},{"style":1364},[44435],{"type":54,"value":25754},{"type":48,"tag":1351,"props":44437,"children":44438},{"style":1358},[44439],{"type":54,"value":44440},"[\n",{"type":48,"tag":1351,"props":44442,"children":44443},{"class":1353,"line":5253},[44444,44449,44453,44457,44461,44466,44470,44474,44478,44482,44486,44490,44494],{"type":48,"tag":1351,"props":44445,"children":44446},{"style":1364},[44447],{"type":54,"value":44448},"    {",{"type":48,"tag":1351,"props":44450,"children":44451},{"style":5418},[44452],{"type":54,"value":38580},{"type":48,"tag":1351,"props":44454,"children":44455},{"style":1364},[44456],{"type":54,"value":96},{"type":48,"tag":1351,"props":44458,"children":44459},{"style":1364},[44460],{"type":54,"value":17040},{"type":48,"tag":1351,"props":44462,"children":44463},{"style":2122},[44464],{"type":54,"value":44465},"month",{"type":48,"tag":1351,"props":44467,"children":44468},{"style":1364},[44469],{"type":54,"value":6993},{"type":48,"tag":1351,"props":44471,"children":44472},{"style":1364},[44473],{"type":54,"value":1367},{"type":48,"tag":1351,"props":44475,"children":44476},{"style":5418},[44477],{"type":54,"value":42603},{"type":48,"tag":1351,"props":44479,"children":44480},{"style":1364},[44481],{"type":54,"value":96},{"type":48,"tag":1351,"props":44483,"children":44484},{"style":1364},[44485],{"type":54,"value":17040},{"type":48,"tag":1351,"props":44487,"children":44488},{"style":2122},[44489],{"type":54,"value":44465},{"type":48,"tag":1351,"props":44491,"children":44492},{"style":1364},[44493],{"type":54,"value":6993},{"type":48,"tag":1351,"props":44495,"children":44496},{"style":1364},[44497],{"type":54,"value":5446},{"type":48,"tag":1351,"props":44499,"children":44500},{"class":1353,"line":5262},[44501,44505,44509,44513,44517,44522,44526,44530,44534,44538,44542,44546,44550],{"type":48,"tag":1351,"props":44502,"children":44503},{"style":1364},[44504],{"type":54,"value":44448},{"type":48,"tag":1351,"props":44506,"children":44507},{"style":5418},[44508],{"type":54,"value":38580},{"type":48,"tag":1351,"props":44510,"children":44511},{"style":1364},[44512],{"type":54,"value":96},{"type":48,"tag":1351,"props":44514,"children":44515},{"style":1364},[44516],{"type":54,"value":17040},{"type":48,"tag":1351,"props":44518,"children":44519},{"style":2122},[44520],{"type":54,"value":44521},"year",{"type":48,"tag":1351,"props":44523,"children":44524},{"style":1364},[44525],{"type":54,"value":6993},{"type":48,"tag":1351,"props":44527,"children":44528},{"style":1364},[44529],{"type":54,"value":1367},{"type":48,"tag":1351,"props":44531,"children":44532},{"style":5418},[44533],{"type":54,"value":42603},{"type":48,"tag":1351,"props":44535,"children":44536},{"style":1364},[44537],{"type":54,"value":96},{"type":48,"tag":1351,"props":44539,"children":44540},{"style":1364},[44541],{"type":54,"value":17040},{"type":48,"tag":1351,"props":44543,"children":44544},{"style":2122},[44545],{"type":54,"value":44521},{"type":48,"tag":1351,"props":44547,"children":44548},{"style":1364},[44549],{"type":54,"value":6993},{"type":48,"tag":1351,"props":44551,"children":44552},{"style":1364},[44553],{"type":54,"value":4819},{"type":48,"tag":1351,"props":44555,"children":44556},{"class":1353,"line":5279},[44557,44562],{"type":48,"tag":1351,"props":44558,"children":44559},{"style":1358},[44560],{"type":54,"value":44561},"  ]",{"type":48,"tag":1351,"props":44563,"children":44564},{"style":1364},[44565],{"type":54,"value":2170},{"type":48,"tag":1351,"props":44567,"children":44568},{"class":1353,"line":5320},[44569,44574,44578,44582,44586],{"type":48,"tag":1351,"props":44570,"children":44571},{"style":5395},[44572],{"type":54,"value":44573},"  value",{"type":48,"tag":1351,"props":44575,"children":44576},{"style":1364},[44577],{"type":54,"value":5408},{"type":48,"tag":1351,"props":44579,"children":44580},{"style":1364},[44581],{"type":54,"value":2130},{"type":48,"tag":1351,"props":44583,"children":44584},{"style":2122},[44585],{"type":54,"value":44465},{"type":48,"tag":1351,"props":44587,"children":44588},{"style":1364},[44589],{"type":54,"value":24276},{"type":48,"tag":1351,"props":44591,"children":44592},{"class":1353,"line":5361},[44593,44598,44602,44607,44611,44615,44620,44625],{"type":48,"tag":1351,"props":44594,"children":44595},{"style":5395},[44596],{"type":54,"value":44597},"  onChange",{"type":48,"tag":1351,"props":44599,"children":44600},{"style":1364},[44601],{"type":54,"value":40386},{"type":48,"tag":1351,"props":44603,"children":44604},{"style":4776},[44605],{"type":54,"value":44606},"v",{"type":48,"tag":1351,"props":44608,"children":44609},{"style":1364},[44610],{"type":54,"value":285},{"type":48,"tag":1351,"props":44612,"children":44613},{"style":5395},[44614],{"type":54,"value":7856},{"type":48,"tag":1351,"props":44616,"children":44617},{"style":4928},[44618],{"type":54,"value":44619}," setPeriod",{"type":48,"tag":1351,"props":44621,"children":44622},{"style":1358},[44623],{"type":54,"value":44624},"(v)",{"type":48,"tag":1351,"props":44626,"children":44627},{"style":1364},[44628],{"type":54,"value":2170},{"type":48,"tag":1351,"props":44630,"children":44631},{"class":1353,"line":11545},[44632],{"type":48,"tag":1351,"props":44633,"children":44634},{"style":1364},[44635],{"type":54,"value":44636},"\u002F>\n",{"type":48,"tag":151,"props":44638,"children":44640},{"id":44639},"vanilla-html-16",[44641],{"type":54,"value":24244},{"type":48,"tag":118,"props":44643,"children":44645},{"className":6896,"code":44644,"language":18,"meta":126,"style":126},"\u003Cdiv style=\"display: inline-flex; border-radius: 9999px; border: 1px solid #EBD5C1; overflow: hidden;\">\n  \u003Cbutton type=\"button\" id=\"btn-month\" onclick=\"selectPeriod('month')\" style=\"\n    padding: 8px 16px;\n    font-family: 'Inter', sans-serif;\n    font-size: 14px;\n    font-weight: 500;\n    background: #FF4801;\n    color: white;\n    border: none;\n    cursor: pointer;\n    transition: all 0.15s ease;\n  \">month\u003C\u002Fbutton>\n  \u003Cbutton type=\"button\" id=\"btn-year\" onclick=\"selectPeriod('year')\" style=\"\n    padding: 8px 16px;\n    font-family: 'Inter', sans-serif;\n    font-size: 14px;\n    font-weight: 500;\n    background: #FFFDFB;\n    color: #521000;\n    border: none;\n    cursor: pointer;\n    transition: all 0.15s ease;\n  \">year\u003C\u002Fbutton>\n\u003C\u002Fdiv>\n\n\u003Cscript>\nfunction selectPeriod(period) {\n  const monthBtn = document.getElementById('btn-month');\n  const yearBtn = document.getElementById('btn-year');\n  \n  if (period === 'month') {\n    monthBtn.style.background = '#FF4801';\n    monthBtn.style.color = 'white';\n    yearBtn.style.background = '#FFFDFB';\n    yearBtn.style.color = '#521000';\n  } else {\n    yearBtn.style.background = '#FF4801';\n    yearBtn.style.color = 'white';\n    monthBtn.style.background = '#FFFDFB';\n    monthBtn.style.color = '#521000';\n  }\n}\n\u003C\u002Fscript>\n",[44646],{"type":48,"tag":89,"props":44647,"children":44648},{"__ignoreMap":126},[44649,44685,44791,44799,44806,44814,44821,44829,44837,44845,44853,44861,44888,44992,44999,45006,45013,45020,45028,45035,45042,45049,45056,45083,45098,45105,45120,45149,45201,45253,45260,45300,45344,45389,45433,45476,45491,45534,45577,45620,45663,45670,45677],{"type":48,"tag":1351,"props":44650,"children":44651},{"class":1353,"line":1354},[44652,44656,44660,44664,44668,44672,44677,44681],{"type":48,"tag":1351,"props":44653,"children":44654},{"style":1364},[44655],{"type":54,"value":6909},{"type":48,"tag":1351,"props":44657,"children":44658},{"style":5418},[44659],{"type":54,"value":15234},{"type":48,"tag":1351,"props":44661,"children":44662},{"style":5395},[44663],{"type":54,"value":24267},{"type":48,"tag":1351,"props":44665,"children":44666},{"style":1364},[44667],{"type":54,"value":5408},{"type":48,"tag":1351,"props":44669,"children":44670},{"style":1364},[44671],{"type":54,"value":2130},{"type":48,"tag":1351,"props":44673,"children":44674},{"style":2122},[44675],{"type":54,"value":44676},"display: inline-flex; border-radius: 9999px; border: 1px solid #EBD5C1; overflow: hidden;",{"type":48,"tag":1351,"props":44678,"children":44679},{"style":1364},[44680],{"type":54,"value":2130},{"type":48,"tag":1351,"props":44682,"children":44683},{"style":1364},[44684],{"type":54,"value":6919},{"type":48,"tag":1351,"props":44686,"children":44687},{"class":1353,"line":1417},[44688,44692,44696,44700,44704,44708,44712,44716,44720,44724,44728,44733,44737,44742,44746,44750,44755,44759,44763,44767,44771,44775,44779,44783,44787],{"type":48,"tag":1351,"props":44689,"children":44690},{"style":1364},[44691],{"type":54,"value":15268},{"type":48,"tag":1351,"props":44693,"children":44694},{"style":5418},[44695],{"type":54,"value":8084},{"type":48,"tag":1351,"props":44697,"children":44698},{"style":5395},[44699],{"type":54,"value":35918},{"type":48,"tag":1351,"props":44701,"children":44702},{"style":1364},[44703],{"type":54,"value":5408},{"type":48,"tag":1351,"props":44705,"children":44706},{"style":1364},[44707],{"type":54,"value":2130},{"type":48,"tag":1351,"props":44709,"children":44710},{"style":2122},[44711],{"type":54,"value":8084},{"type":48,"tag":1351,"props":44713,"children":44714},{"style":1364},[44715],{"type":54,"value":2130},{"type":48,"tag":1351,"props":44717,"children":44718},{"style":5395},[44719],{"type":54,"value":41482},{"type":48,"tag":1351,"props":44721,"children":44722},{"style":1364},[44723],{"type":54,"value":5408},{"type":48,"tag":1351,"props":44725,"children":44726},{"style":1364},[44727],{"type":54,"value":2130},{"type":48,"tag":1351,"props":44729,"children":44730},{"style":2122},[44731],{"type":54,"value":44732},"btn-month",{"type":48,"tag":1351,"props":44734,"children":44735},{"style":1364},[44736],{"type":54,"value":2130},{"type":48,"tag":1351,"props":44738,"children":44739},{"style":5395},[44740],{"type":54,"value":44741}," onclick",{"type":48,"tag":1351,"props":44743,"children":44744},{"style":1364},[44745],{"type":54,"value":5408},{"type":48,"tag":1351,"props":44747,"children":44748},{"style":1364},[44749],{"type":54,"value":2130},{"type":48,"tag":1351,"props":44751,"children":44752},{"style":4928},[44753],{"type":54,"value":44754},"selectPeriod",{"type":48,"tag":1351,"props":44756,"children":44757},{"style":2122},[44758],{"type":54,"value":4936},{"type":48,"tag":1351,"props":44760,"children":44761},{"style":1364},[44762],{"type":54,"value":6993},{"type":48,"tag":1351,"props":44764,"children":44765},{"style":2122},[44766],{"type":54,"value":44465},{"type":48,"tag":1351,"props":44768,"children":44769},{"style":1364},[44770],{"type":54,"value":6993},{"type":48,"tag":1351,"props":44772,"children":44773},{"style":2122},[44774],{"type":54,"value":285},{"type":48,"tag":1351,"props":44776,"children":44777},{"style":1364},[44778],{"type":54,"value":2130},{"type":48,"tag":1351,"props":44780,"children":44781},{"style":5395},[44782],{"type":54,"value":24267},{"type":48,"tag":1351,"props":44784,"children":44785},{"style":1364},[44786],{"type":54,"value":5408},{"type":48,"tag":1351,"props":44788,"children":44789},{"style":1364},[44790],{"type":54,"value":24276},{"type":48,"tag":1351,"props":44792,"children":44793},{"class":1353,"line":2059},[44794],{"type":48,"tag":1351,"props":44795,"children":44796},{"style":2122},[44797],{"type":54,"value":44798},"    padding: 8px 16px;\n",{"type":48,"tag":1351,"props":44800,"children":44801},{"class":1353,"line":2081},[44802],{"type":48,"tag":1351,"props":44803,"children":44804},{"style":2122},[44805],{"type":54,"value":37710},{"type":48,"tag":1351,"props":44807,"children":44808},{"class":1353,"line":2104},[44809],{"type":48,"tag":1351,"props":44810,"children":44811},{"style":2122},[44812],{"type":54,"value":44813},"    font-size: 14px;\n",{"type":48,"tag":1351,"props":44815,"children":44816},{"class":1353,"line":2164},[44817],{"type":48,"tag":1351,"props":44818,"children":44819},{"style":2122},[44820],{"type":54,"value":37726},{"type":48,"tag":1351,"props":44822,"children":44823},{"class":1353,"line":2713},[44824],{"type":48,"tag":1351,"props":44825,"children":44826},{"style":2122},[44827],{"type":54,"value":44828},"    background: #FF4801;\n",{"type":48,"tag":1351,"props":44830,"children":44831},{"class":1353,"line":2722},[44832],{"type":48,"tag":1351,"props":44833,"children":44834},{"style":2122},[44835],{"type":54,"value":44836},"    color: white;\n",{"type":48,"tag":1351,"props":44838,"children":44839},{"class":1353,"line":2736},[44840],{"type":48,"tag":1351,"props":44841,"children":44842},{"style":2122},[44843],{"type":54,"value":44844},"    border: none;\n",{"type":48,"tag":1351,"props":44846,"children":44847},{"class":1353,"line":2744},[44848],{"type":48,"tag":1351,"props":44849,"children":44850},{"style":2122},[44851],{"type":54,"value":44852},"    cursor: pointer;\n",{"type":48,"tag":1351,"props":44854,"children":44855},{"class":1353,"line":2753},[44856],{"type":48,"tag":1351,"props":44857,"children":44858},{"style":2122},[44859],{"type":54,"value":44860},"    transition: all 0.15s ease;\n",{"type":48,"tag":1351,"props":44862,"children":44863},{"class":1353,"line":2767},[44864,44868,44872,44876,44880,44884],{"type":48,"tag":1351,"props":44865,"children":44866},{"style":1364},[44867],{"type":54,"value":37750},{"type":48,"tag":1351,"props":44869,"children":44870},{"style":1364},[44871],{"type":54,"value":28405},{"type":48,"tag":1351,"props":44873,"children":44874},{"style":1358},[44875],{"type":54,"value":44465},{"type":48,"tag":1351,"props":44877,"children":44878},{"style":1364},[44879],{"type":54,"value":7118},{"type":48,"tag":1351,"props":44881,"children":44882},{"style":5418},[44883],{"type":54,"value":8084},{"type":48,"tag":1351,"props":44885,"children":44886},{"style":1364},[44887],{"type":54,"value":6919},{"type":48,"tag":1351,"props":44889,"children":44890},{"class":1353,"line":2781},[44891,44895,44899,44903,44907,44911,44915,44919,44923,44927,44931,44936,44940,44944,44948,44952,44956,44960,44964,44968,44972,44976,44980,44984,44988],{"type":48,"tag":1351,"props":44892,"children":44893},{"style":1364},[44894],{"type":54,"value":15268},{"type":48,"tag":1351,"props":44896,"children":44897},{"style":5418},[44898],{"type":54,"value":8084},{"type":48,"tag":1351,"props":44900,"children":44901},{"style":5395},[44902],{"type":54,"value":35918},{"type":48,"tag":1351,"props":44904,"children":44905},{"style":1364},[44906],{"type":54,"value":5408},{"type":48,"tag":1351,"props":44908,"children":44909},{"style":1364},[44910],{"type":54,"value":2130},{"type":48,"tag":1351,"props":44912,"children":44913},{"style":2122},[44914],{"type":54,"value":8084},{"type":48,"tag":1351,"props":44916,"children":44917},{"style":1364},[44918],{"type":54,"value":2130},{"type":48,"tag":1351,"props":44920,"children":44921},{"style":5395},[44922],{"type":54,"value":41482},{"type":48,"tag":1351,"props":44924,"children":44925},{"style":1364},[44926],{"type":54,"value":5408},{"type":48,"tag":1351,"props":44928,"children":44929},{"style":1364},[44930],{"type":54,"value":2130},{"type":48,"tag":1351,"props":44932,"children":44933},{"style":2122},[44934],{"type":54,"value":44935},"btn-year",{"type":48,"tag":1351,"props":44937,"children":44938},{"style":1364},[44939],{"type":54,"value":2130},{"type":48,"tag":1351,"props":44941,"children":44942},{"style":5395},[44943],{"type":54,"value":44741},{"type":48,"tag":1351,"props":44945,"children":44946},{"style":1364},[44947],{"type":54,"value":5408},{"type":48,"tag":1351,"props":44949,"children":44950},{"style":1364},[44951],{"type":54,"value":2130},{"type":48,"tag":1351,"props":44953,"children":44954},{"style":4928},[44955],{"type":54,"value":44754},{"type":48,"tag":1351,"props":44957,"children":44958},{"style":2122},[44959],{"type":54,"value":4936},{"type":48,"tag":1351,"props":44961,"children":44962},{"style":1364},[44963],{"type":54,"value":6993},{"type":48,"tag":1351,"props":44965,"children":44966},{"style":2122},[44967],{"type":54,"value":44521},{"type":48,"tag":1351,"props":44969,"children":44970},{"style":1364},[44971],{"type":54,"value":6993},{"type":48,"tag":1351,"props":44973,"children":44974},{"style":2122},[44975],{"type":54,"value":285},{"type":48,"tag":1351,"props":44977,"children":44978},{"style":1364},[44979],{"type":54,"value":2130},{"type":48,"tag":1351,"props":44981,"children":44982},{"style":5395},[44983],{"type":54,"value":24267},{"type":48,"tag":1351,"props":44985,"children":44986},{"style":1364},[44987],{"type":54,"value":5408},{"type":48,"tag":1351,"props":44989,"children":44990},{"style":1364},[44991],{"type":54,"value":24276},{"type":48,"tag":1351,"props":44993,"children":44994},{"class":1353,"line":2795},[44995],{"type":48,"tag":1351,"props":44996,"children":44997},{"style":2122},[44998],{"type":54,"value":44798},{"type":48,"tag":1351,"props":45000,"children":45001},{"class":1353,"line":2803},[45002],{"type":48,"tag":1351,"props":45003,"children":45004},{"style":2122},[45005],{"type":54,"value":37710},{"type":48,"tag":1351,"props":45007,"children":45008},{"class":1353,"line":2812},[45009],{"type":48,"tag":1351,"props":45010,"children":45011},{"style":2122},[45012],{"type":54,"value":44813},{"type":48,"tag":1351,"props":45014,"children":45015},{"class":1353,"line":2826},[45016],{"type":48,"tag":1351,"props":45017,"children":45018},{"style":2122},[45019],{"type":54,"value":37726},{"type":48,"tag":1351,"props":45021,"children":45022},{"class":1353,"line":5128},[45023],{"type":48,"tag":1351,"props":45024,"children":45025},{"style":2122},[45026],{"type":54,"value":45027},"    background: #FFFDFB;\n",{"type":48,"tag":1351,"props":45029,"children":45030},{"class":1353,"line":5136},[45031],{"type":48,"tag":1351,"props":45032,"children":45033},{"style":2122},[45034],{"type":54,"value":37734},{"type":48,"tag":1351,"props":45036,"children":45037},{"class":1353,"line":5145},[45038],{"type":48,"tag":1351,"props":45039,"children":45040},{"style":2122},[45041],{"type":54,"value":44844},{"type":48,"tag":1351,"props":45043,"children":45044},{"class":1353,"line":5162},[45045],{"type":48,"tag":1351,"props":45046,"children":45047},{"style":2122},[45048],{"type":54,"value":44852},{"type":48,"tag":1351,"props":45050,"children":45051},{"class":1353,"line":5195},[45052],{"type":48,"tag":1351,"props":45053,"children":45054},{"style":2122},[45055],{"type":54,"value":44860},{"type":48,"tag":1351,"props":45057,"children":45058},{"class":1353,"line":5237},[45059,45063,45067,45071,45075,45079],{"type":48,"tag":1351,"props":45060,"children":45061},{"style":1364},[45062],{"type":54,"value":37750},{"type":48,"tag":1351,"props":45064,"children":45065},{"style":1364},[45066],{"type":54,"value":28405},{"type":48,"tag":1351,"props":45068,"children":45069},{"style":1358},[45070],{"type":54,"value":44521},{"type":48,"tag":1351,"props":45072,"children":45073},{"style":1364},[45074],{"type":54,"value":7118},{"type":48,"tag":1351,"props":45076,"children":45077},{"style":5418},[45078],{"type":54,"value":8084},{"type":48,"tag":1351,"props":45080,"children":45081},{"style":1364},[45082],{"type":54,"value":6919},{"type":48,"tag":1351,"props":45084,"children":45085},{"class":1353,"line":5245},[45086,45090,45094],{"type":48,"tag":1351,"props":45087,"children":45088},{"style":1364},[45089],{"type":54,"value":7118},{"type":48,"tag":1351,"props":45091,"children":45092},{"style":5418},[45093],{"type":54,"value":15234},{"type":48,"tag":1351,"props":45095,"children":45096},{"style":1364},[45097],{"type":54,"value":6919},{"type":48,"tag":1351,"props":45099,"children":45100},{"class":1353,"line":5253},[45101],{"type":48,"tag":1351,"props":45102,"children":45103},{"emptyLinePlaceholder":2679},[45104],{"type":54,"value":2682},{"type":48,"tag":1351,"props":45106,"children":45107},{"class":1353,"line":5262},[45108,45112,45116],{"type":48,"tag":1351,"props":45109,"children":45110},{"style":1364},[45111],{"type":54,"value":6909},{"type":48,"tag":1351,"props":45113,"children":45114},{"style":5418},[45115],{"type":54,"value":6914},{"type":48,"tag":1351,"props":45117,"children":45118},{"style":1364},[45119],{"type":54,"value":6919},{"type":48,"tag":1351,"props":45121,"children":45122},{"class":1353,"line":5279},[45123,45127,45132,45136,45141,45145],{"type":48,"tag":1351,"props":45124,"children":45125},{"style":5395},[45126],{"type":54,"value":6931},{"type":48,"tag":1351,"props":45128,"children":45129},{"style":4928},[45130],{"type":54,"value":45131}," selectPeriod",{"type":48,"tag":1351,"props":45133,"children":45134},{"style":1364},[45135],{"type":54,"value":4936},{"type":48,"tag":1351,"props":45137,"children":45138},{"style":4776},[45139],{"type":54,"value":45140},"period",{"type":48,"tag":1351,"props":45142,"children":45143},{"style":1364},[45144],{"type":54,"value":285},{"type":48,"tag":1351,"props":45146,"children":45147},{"style":1364},[45148],{"type":54,"value":2035},{"type":48,"tag":1351,"props":45150,"children":45151},{"class":1353,"line":5320},[45152,45156,45161,45165,45169,45173,45177,45181,45185,45189,45193,45197],{"type":48,"tag":1351,"props":45153,"children":45154},{"style":5395},[45155],{"type":54,"value":40027},{"type":48,"tag":1351,"props":45157,"children":45158},{"style":1358},[45159],{"type":54,"value":45160}," monthBtn",{"type":48,"tag":1351,"props":45162,"children":45163},{"style":1364},[45164],{"type":54,"value":16937},{"type":48,"tag":1351,"props":45166,"children":45167},{"style":1358},[45168],{"type":54,"value":41998},{"type":48,"tag":1351,"props":45170,"children":45171},{"style":1364},[45172],{"type":54,"value":105},{"type":48,"tag":1351,"props":45174,"children":45175},{"style":4928},[45176],{"type":54,"value":42007},{"type":48,"tag":1351,"props":45178,"children":45179},{"style":5418},[45180],{"type":54,"value":4936},{"type":48,"tag":1351,"props":45182,"children":45183},{"style":1364},[45184],{"type":54,"value":6993},{"type":48,"tag":1351,"props":45186,"children":45187},{"style":2122},[45188],{"type":54,"value":44732},{"type":48,"tag":1351,"props":45190,"children":45191},{"style":1364},[45192],{"type":54,"value":6993},{"type":48,"tag":1351,"props":45194,"children":45195},{"style":5418},[45196],{"type":54,"value":285},{"type":48,"tag":1351,"props":45198,"children":45199},{"style":1364},[45200],{"type":54,"value":1414},{"type":48,"tag":1351,"props":45202,"children":45203},{"class":1353,"line":5361},[45204,45208,45213,45217,45221,45225,45229,45233,45237,45241,45245,45249],{"type":48,"tag":1351,"props":45205,"children":45206},{"style":5395},[45207],{"type":54,"value":40027},{"type":48,"tag":1351,"props":45209,"children":45210},{"style":1358},[45211],{"type":54,"value":45212}," yearBtn",{"type":48,"tag":1351,"props":45214,"children":45215},{"style":1364},[45216],{"type":54,"value":16937},{"type":48,"tag":1351,"props":45218,"children":45219},{"style":1358},[45220],{"type":54,"value":41998},{"type":48,"tag":1351,"props":45222,"children":45223},{"style":1364},[45224],{"type":54,"value":105},{"type":48,"tag":1351,"props":45226,"children":45227},{"style":4928},[45228],{"type":54,"value":42007},{"type":48,"tag":1351,"props":45230,"children":45231},{"style":5418},[45232],{"type":54,"value":4936},{"type":48,"tag":1351,"props":45234,"children":45235},{"style":1364},[45236],{"type":54,"value":6993},{"type":48,"tag":1351,"props":45238,"children":45239},{"style":2122},[45240],{"type":54,"value":44935},{"type":48,"tag":1351,"props":45242,"children":45243},{"style":1364},[45244],{"type":54,"value":6993},{"type":48,"tag":1351,"props":45246,"children":45247},{"style":5418},[45248],{"type":54,"value":285},{"type":48,"tag":1351,"props":45250,"children":45251},{"style":1364},[45252],{"type":54,"value":1414},{"type":48,"tag":1351,"props":45254,"children":45255},{"class":1353,"line":11545},[45256],{"type":48,"tag":1351,"props":45257,"children":45258},{"style":5418},[45259],{"type":54,"value":11049},{"type":48,"tag":1351,"props":45261,"children":45262},{"class":1353,"line":11571},[45263,45267,45271,45275,45280,45284,45288,45292,45296],{"type":48,"tag":1351,"props":45264,"children":45265},{"style":4770},[45266],{"type":54,"value":6948},{"type":48,"tag":1351,"props":45268,"children":45269},{"style":5418},[45270],{"type":54,"value":269},{"type":48,"tag":1351,"props":45272,"children":45273},{"style":1358},[45274],{"type":54,"value":45140},{"type":48,"tag":1351,"props":45276,"children":45277},{"style":1364},[45278],{"type":54,"value":45279}," ===",{"type":48,"tag":1351,"props":45281,"children":45282},{"style":1364},[45283],{"type":54,"value":17040},{"type":48,"tag":1351,"props":45285,"children":45286},{"style":2122},[45287],{"type":54,"value":44465},{"type":48,"tag":1351,"props":45289,"children":45290},{"style":1364},[45291],{"type":54,"value":6993},{"type":48,"tag":1351,"props":45293,"children":45294},{"style":5418},[45295],{"type":54,"value":7020},{"type":48,"tag":1351,"props":45297,"children":45298},{"style":1364},[45299],{"type":54,"value":7025},{"type":48,"tag":1351,"props":45301,"children":45302},{"class":1353,"line":11597},[45303,45308,45312,45316,45320,45324,45328,45332,45336,45340],{"type":48,"tag":1351,"props":45304,"children":45305},{"style":1358},[45306],{"type":54,"value":45307},"    monthBtn",{"type":48,"tag":1351,"props":45309,"children":45310},{"style":1364},[45311],{"type":54,"value":105},{"type":48,"tag":1351,"props":45313,"children":45314},{"style":1358},[45315],{"type":54,"value":24414},{"type":48,"tag":1351,"props":45317,"children":45318},{"style":1364},[45319],{"type":54,"value":105},{"type":48,"tag":1351,"props":45321,"children":45322},{"style":1358},[45323],{"type":54,"value":24423},{"type":48,"tag":1351,"props":45325,"children":45326},{"style":1364},[45327],{"type":54,"value":16937},{"type":48,"tag":1351,"props":45329,"children":45330},{"style":1364},[45331],{"type":54,"value":17040},{"type":48,"tag":1351,"props":45333,"children":45334},{"style":2122},[45335],{"type":54,"value":414},{"type":48,"tag":1351,"props":45337,"children":45338},{"style":1364},[45339],{"type":54,"value":6993},{"type":48,"tag":1351,"props":45341,"children":45342},{"style":1364},[45343],{"type":54,"value":1414},{"type":48,"tag":1351,"props":45345,"children":45346},{"class":1353,"line":11623},[45347,45351,45355,45359,45363,45368,45372,45376,45381,45385],{"type":48,"tag":1351,"props":45348,"children":45349},{"style":1358},[45350],{"type":54,"value":45307},{"type":48,"tag":1351,"props":45352,"children":45353},{"style":1364},[45354],{"type":54,"value":105},{"type":48,"tag":1351,"props":45356,"children":45357},{"style":1358},[45358],{"type":54,"value":24414},{"type":48,"tag":1351,"props":45360,"children":45361},{"style":1364},[45362],{"type":54,"value":105},{"type":48,"tag":1351,"props":45364,"children":45365},{"style":1358},[45366],{"type":54,"value":45367},"color",{"type":48,"tag":1351,"props":45369,"children":45370},{"style":1364},[45371],{"type":54,"value":16937},{"type":48,"tag":1351,"props":45373,"children":45374},{"style":1364},[45375],{"type":54,"value":17040},{"type":48,"tag":1351,"props":45377,"children":45378},{"style":2122},[45379],{"type":54,"value":45380},"white",{"type":48,"tag":1351,"props":45382,"children":45383},{"style":1364},[45384],{"type":54,"value":6993},{"type":48,"tag":1351,"props":45386,"children":45387},{"style":1364},[45388],{"type":54,"value":1414},{"type":48,"tag":1351,"props":45390,"children":45391},{"class":1353,"line":11631},[45392,45397,45401,45405,45409,45413,45417,45421,45425,45429],{"type":48,"tag":1351,"props":45393,"children":45394},{"style":1358},[45395],{"type":54,"value":45396},"    yearBtn",{"type":48,"tag":1351,"props":45398,"children":45399},{"style":1364},[45400],{"type":54,"value":105},{"type":48,"tag":1351,"props":45402,"children":45403},{"style":1358},[45404],{"type":54,"value":24414},{"type":48,"tag":1351,"props":45406,"children":45407},{"style":1364},[45408],{"type":54,"value":105},{"type":48,"tag":1351,"props":45410,"children":45411},{"style":1358},[45412],{"type":54,"value":24423},{"type":48,"tag":1351,"props":45414,"children":45415},{"style":1364},[45416],{"type":54,"value":16937},{"type":48,"tag":1351,"props":45418,"children":45419},{"style":1364},[45420],{"type":54,"value":17040},{"type":48,"tag":1351,"props":45422,"children":45423},{"style":2122},[45424],{"type":54,"value":678},{"type":48,"tag":1351,"props":45426,"children":45427},{"style":1364},[45428],{"type":54,"value":6993},{"type":48,"tag":1351,"props":45430,"children":45431},{"style":1364},[45432],{"type":54,"value":1414},{"type":48,"tag":1351,"props":45434,"children":45435},{"class":1353,"line":11640},[45436,45440,45444,45448,45452,45456,45460,45464,45468,45472],{"type":48,"tag":1351,"props":45437,"children":45438},{"style":1358},[45439],{"type":54,"value":45396},{"type":48,"tag":1351,"props":45441,"children":45442},{"style":1364},[45443],{"type":54,"value":105},{"type":48,"tag":1351,"props":45445,"children":45446},{"style":1358},[45447],{"type":54,"value":24414},{"type":48,"tag":1351,"props":45449,"children":45450},{"style":1364},[45451],{"type":54,"value":105},{"type":48,"tag":1351,"props":45453,"children":45454},{"style":1358},[45455],{"type":54,"value":45367},{"type":48,"tag":1351,"props":45457,"children":45458},{"style":1364},[45459],{"type":54,"value":16937},{"type":48,"tag":1351,"props":45461,"children":45462},{"style":1364},[45463],{"type":54,"value":17040},{"type":48,"tag":1351,"props":45465,"children":45466},{"style":2122},[45467],{"type":54,"value":308},{"type":48,"tag":1351,"props":45469,"children":45470},{"style":1364},[45471],{"type":54,"value":6993},{"type":48,"tag":1351,"props":45473,"children":45474},{"style":1364},[45475],{"type":54,"value":1414},{"type":48,"tag":1351,"props":45477,"children":45478},{"class":1353,"line":11666},[45479,45483,45487],{"type":48,"tag":1351,"props":45480,"children":45481},{"style":1364},[45482],{"type":54,"value":23364},{"type":48,"tag":1351,"props":45484,"children":45485},{"style":4770},[45486],{"type":54,"value":43814},{"type":48,"tag":1351,"props":45488,"children":45489},{"style":1364},[45490],{"type":54,"value":2035},{"type":48,"tag":1351,"props":45492,"children":45493},{"class":1353,"line":11692},[45494,45498,45502,45506,45510,45514,45518,45522,45526,45530],{"type":48,"tag":1351,"props":45495,"children":45496},{"style":1358},[45497],{"type":54,"value":45396},{"type":48,"tag":1351,"props":45499,"children":45500},{"style":1364},[45501],{"type":54,"value":105},{"type":48,"tag":1351,"props":45503,"children":45504},{"style":1358},[45505],{"type":54,"value":24414},{"type":48,"tag":1351,"props":45507,"children":45508},{"style":1364},[45509],{"type":54,"value":105},{"type":48,"tag":1351,"props":45511,"children":45512},{"style":1358},[45513],{"type":54,"value":24423},{"type":48,"tag":1351,"props":45515,"children":45516},{"style":1364},[45517],{"type":54,"value":16937},{"type":48,"tag":1351,"props":45519,"children":45520},{"style":1364},[45521],{"type":54,"value":17040},{"type":48,"tag":1351,"props":45523,"children":45524},{"style":2122},[45525],{"type":54,"value":414},{"type":48,"tag":1351,"props":45527,"children":45528},{"style":1364},[45529],{"type":54,"value":6993},{"type":48,"tag":1351,"props":45531,"children":45532},{"style":1364},[45533],{"type":54,"value":1414},{"type":48,"tag":1351,"props":45535,"children":45536},{"class":1353,"line":11718},[45537,45541,45545,45549,45553,45557,45561,45565,45569,45573],{"type":48,"tag":1351,"props":45538,"children":45539},{"style":1358},[45540],{"type":54,"value":45396},{"type":48,"tag":1351,"props":45542,"children":45543},{"style":1364},[45544],{"type":54,"value":105},{"type":48,"tag":1351,"props":45546,"children":45547},{"style":1358},[45548],{"type":54,"value":24414},{"type":48,"tag":1351,"props":45550,"children":45551},{"style":1364},[45552],{"type":54,"value":105},{"type":48,"tag":1351,"props":45554,"children":45555},{"style":1358},[45556],{"type":54,"value":45367},{"type":48,"tag":1351,"props":45558,"children":45559},{"style":1364},[45560],{"type":54,"value":16937},{"type":48,"tag":1351,"props":45562,"children":45563},{"style":1364},[45564],{"type":54,"value":17040},{"type":48,"tag":1351,"props":45566,"children":45567},{"style":2122},[45568],{"type":54,"value":45380},{"type":48,"tag":1351,"props":45570,"children":45571},{"style":1364},[45572],{"type":54,"value":6993},{"type":48,"tag":1351,"props":45574,"children":45575},{"style":1364},[45576],{"type":54,"value":1414},{"type":48,"tag":1351,"props":45578,"children":45579},{"class":1353,"line":11726},[45580,45584,45588,45592,45596,45600,45604,45608,45612,45616],{"type":48,"tag":1351,"props":45581,"children":45582},{"style":1358},[45583],{"type":54,"value":45307},{"type":48,"tag":1351,"props":45585,"children":45586},{"style":1364},[45587],{"type":54,"value":105},{"type":48,"tag":1351,"props":45589,"children":45590},{"style":1358},[45591],{"type":54,"value":24414},{"type":48,"tag":1351,"props":45593,"children":45594},{"style":1364},[45595],{"type":54,"value":105},{"type":48,"tag":1351,"props":45597,"children":45598},{"style":1358},[45599],{"type":54,"value":24423},{"type":48,"tag":1351,"props":45601,"children":45602},{"style":1364},[45603],{"type":54,"value":16937},{"type":48,"tag":1351,"props":45605,"children":45606},{"style":1364},[45607],{"type":54,"value":17040},{"type":48,"tag":1351,"props":45609,"children":45610},{"style":2122},[45611],{"type":54,"value":678},{"type":48,"tag":1351,"props":45613,"children":45614},{"style":1364},[45615],{"type":54,"value":6993},{"type":48,"tag":1351,"props":45617,"children":45618},{"style":1364},[45619],{"type":54,"value":1414},{"type":48,"tag":1351,"props":45621,"children":45622},{"class":1353,"line":11735},[45623,45627,45631,45635,45639,45643,45647,45651,45655,45659],{"type":48,"tag":1351,"props":45624,"children":45625},{"style":1358},[45626],{"type":54,"value":45307},{"type":48,"tag":1351,"props":45628,"children":45629},{"style":1364},[45630],{"type":54,"value":105},{"type":48,"tag":1351,"props":45632,"children":45633},{"style":1358},[45634],{"type":54,"value":24414},{"type":48,"tag":1351,"props":45636,"children":45637},{"style":1364},[45638],{"type":54,"value":105},{"type":48,"tag":1351,"props":45640,"children":45641},{"style":1358},[45642],{"type":54,"value":45367},{"type":48,"tag":1351,"props":45644,"children":45645},{"style":1364},[45646],{"type":54,"value":16937},{"type":48,"tag":1351,"props":45648,"children":45649},{"style":1364},[45650],{"type":54,"value":17040},{"type":48,"tag":1351,"props":45652,"children":45653},{"style":2122},[45654],{"type":54,"value":308},{"type":48,"tag":1351,"props":45656,"children":45657},{"style":1364},[45658],{"type":54,"value":6993},{"type":48,"tag":1351,"props":45660,"children":45661},{"style":1364},[45662],{"type":54,"value":1414},{"type":48,"tag":1351,"props":45664,"children":45665},{"class":1353,"line":11806},[45666],{"type":48,"tag":1351,"props":45667,"children":45668},{"style":1364},[45669],{"type":54,"value":7093},{"type":48,"tag":1351,"props":45671,"children":45672},{"class":1353,"line":11879},[45673],{"type":48,"tag":1351,"props":45674,"children":45675},{"style":1364},[45676],{"type":54,"value":2170},{"type":48,"tag":1351,"props":45678,"children":45679},{"class":1353,"line":11887},[45680,45684,45688],{"type":48,"tag":1351,"props":45681,"children":45682},{"style":1364},[45683],{"type":54,"value":7118},{"type":48,"tag":1351,"props":45685,"children":45686},{"style":5418},[45687],{"type":54,"value":6914},{"type":48,"tag":1351,"props":45689,"children":45690},{"style":1364},[45691],{"type":54,"value":6919},{"type":48,"tag":107,"props":45693,"children":45694},{},[],{"type":48,"tag":111,"props":45696,"children":45698},{"id":45697},"form-number-input",[45699],{"type":54,"value":45700},"FORM-NUMBER-INPUT",{"type":48,"tag":61,"props":45702,"children":45703},{},[45704],{"type":54,"value":45705},"Number input with increment\u002Fdecrement buttons.",{"type":48,"tag":151,"props":45707,"children":45709},{"id":45708},"react-tailwind-19",[45710],{"type":54,"value":24169},{"type":48,"tag":118,"props":45712,"children":45714},{"className":24172,"code":45713,"language":24174,"meta":126,"style":126},"function NumberInput({ value, onChange, min = 0, max = Infinity, step = 1 }) {\n  return (\n    \u003Cdiv className=\"flex items-center border border-[#EBD5C1] rounded-lg overflow-hidden\">\n      \u003Cbutton\n        type=\"button\"\n        onClick={() => onChange(Math.max(min, value - step))}\n        className=\"px-3 py-2 bg-[#FEF7ED] text-[#521000] hover:bg-[#EBD5C1] transition-colors\"\n      >\n        \u003Csvg className=\"w-4 h-4\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" strokeWidth={2}>\n          \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M20 12H4\" \u002F>\n        \u003C\u002Fsvg>\n      \u003C\u002Fbutton>\n      \u003Cinput\n        type=\"text\"\n        value={value.toLocaleString()}\n        onChange={(e) => onChange(Number(e.target.value.replace(\u002F,\u002Fg, '')))}\n        className=\"w-24 px-3 py-2 text-center text-sm text-[#521000] bg-[#FFFDFB] border-none outline-none\"\n      \u002F>\n      \u003Cbutton\n        type=\"button\"\n        onClick={() => onChange(Math.min(max, value + step))}\n        className=\"px-3 py-2 bg-[#FEF7ED] text-[#521000] hover:bg-[#EBD5C1] transition-colors\"\n      >\n        \u003Csvg className=\"w-4 h-4\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" strokeWidth={2}>\n          \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M12 4v16m8-8H4\" \u002F>\n        \u003C\u002Fsvg>\n      \u003C\u002Fbutton>\n    \u003C\u002Fdiv>\n  );\n}\n",[45715],{"type":48,"tag":89,"props":45716,"children":45717},{"__ignoreMap":126},[45718,45802,45813,45849,45860,45884,45946,45970,45977,46084,46160,46175,46190,46201,46224,46257,46361,46385,46393,46404,46427,46485,46508,46515,46622,46698,46713,46728,46743,46754],{"type":48,"tag":1351,"props":45719,"children":45720},{"class":1353,"line":1354},[45721,45725,45730,45734,45738,45742,45746,45750,45755,45759,45763,45767,45772,45776,45781,45786,45790,45794,45798],{"type":48,"tag":1351,"props":45722,"children":45723},{"style":5395},[45724],{"type":54,"value":6931},{"type":48,"tag":1351,"props":45726,"children":45727},{"style":4928},[45728],{"type":54,"value":45729}," NumberInput",{"type":48,"tag":1351,"props":45731,"children":45732},{"style":1364},[45733],{"type":54,"value":42580},{"type":48,"tag":1351,"props":45735,"children":45736},{"style":4776},[45737],{"type":54,"value":38580},{"type":48,"tag":1351,"props":45739,"children":45740},{"style":1364},[45741],{"type":54,"value":1367},{"type":48,"tag":1351,"props":45743,"children":45744},{"style":4776},[45745],{"type":54,"value":42594},{"type":48,"tag":1351,"props":45747,"children":45748},{"style":1364},[45749],{"type":54,"value":1367},{"type":48,"tag":1351,"props":45751,"children":45752},{"style":4776},[45753],{"type":54,"value":45754}," min",{"type":48,"tag":1351,"props":45756,"children":45757},{"style":1364},[45758],{"type":54,"value":16937},{"type":48,"tag":1351,"props":45760,"children":45761},{"style":2133},[45762],{"type":54,"value":3283},{"type":48,"tag":1351,"props":45764,"children":45765},{"style":1364},[45766],{"type":54,"value":1367},{"type":48,"tag":1351,"props":45768,"children":45769},{"style":4776},[45770],{"type":54,"value":45771}," max",{"type":48,"tag":1351,"props":45773,"children":45774},{"style":1364},[45775],{"type":54,"value":16937},{"type":48,"tag":1351,"props":45777,"children":45778},{"style":1364},[45779],{"type":54,"value":45780}," Infinity,",{"type":48,"tag":1351,"props":45782,"children":45783},{"style":4776},[45784],{"type":54,"value":45785}," step",{"type":48,"tag":1351,"props":45787,"children":45788},{"style":1364},[45789],{"type":54,"value":16937},{"type":48,"tag":1351,"props":45791,"children":45792},{"style":2133},[45793],{"type":54,"value":2136},{"type":48,"tag":1351,"props":45795,"children":45796},{"style":1364},[45797],{"type":54,"value":42608},{"type":48,"tag":1351,"props":45799,"children":45800},{"style":1364},[45801],{"type":54,"value":2035},{"type":48,"tag":1351,"props":45803,"children":45804},{"class":1353,"line":1417},[45805,45809],{"type":48,"tag":1351,"props":45806,"children":45807},{"style":4770},[45808],{"type":54,"value":40090},{"type":48,"tag":1351,"props":45810,"children":45811},{"style":5418},[45812],{"type":54,"value":40095},{"type":48,"tag":1351,"props":45814,"children":45815},{"class":1353,"line":2059},[45816,45820,45824,45828,45832,45836,45841,45845],{"type":48,"tag":1351,"props":45817,"children":45818},{"style":1364},[45819],{"type":54,"value":25771},{"type":48,"tag":1351,"props":45821,"children":45822},{"style":5418},[45823],{"type":54,"value":15234},{"type":48,"tag":1351,"props":45825,"children":45826},{"style":5395},[45827],{"type":54,"value":24194},{"type":48,"tag":1351,"props":45829,"children":45830},{"style":1364},[45831],{"type":54,"value":5408},{"type":48,"tag":1351,"props":45833,"children":45834},{"style":1364},[45835],{"type":54,"value":2130},{"type":48,"tag":1351,"props":45837,"children":45838},{"style":2122},[45839],{"type":54,"value":45840},"flex items-center border border-[#EBD5C1] rounded-lg overflow-hidden",{"type":48,"tag":1351,"props":45842,"children":45843},{"style":1364},[45844],{"type":54,"value":2130},{"type":48,"tag":1351,"props":45846,"children":45847},{"style":1364},[45848],{"type":54,"value":6919},{"type":48,"tag":1351,"props":45850,"children":45851},{"class":1353,"line":2081},[45852,45856],{"type":48,"tag":1351,"props":45853,"children":45854},{"style":1364},[45855],{"type":54,"value":29288},{"type":48,"tag":1351,"props":45857,"children":45858},{"style":5418},[45859],{"type":54,"value":44109},{"type":48,"tag":1351,"props":45861,"children":45862},{"class":1353,"line":2104},[45863,45868,45872,45876,45880],{"type":48,"tag":1351,"props":45864,"children":45865},{"style":5395},[45866],{"type":54,"value":45867},"        type",{"type":48,"tag":1351,"props":45869,"children":45870},{"style":1364},[45871],{"type":54,"value":5408},{"type":48,"tag":1351,"props":45873,"children":45874},{"style":1364},[45875],{"type":54,"value":2130},{"type":48,"tag":1351,"props":45877,"children":45878},{"style":2122},[45879],{"type":54,"value":8084},{"type":48,"tag":1351,"props":45881,"children":45882},{"style":1364},[45883],{"type":54,"value":24276},{"type":48,"tag":1351,"props":45885,"children":45886},{"class":1353,"line":2164},[45887,45892,45896,45900,45904,45909,45913,45918,45923,45927,45932,45937,45942],{"type":48,"tag":1351,"props":45888,"children":45889},{"style":5395},[45890],{"type":54,"value":45891},"        onClick",{"type":48,"tag":1351,"props":45893,"children":45894},{"style":1364},[45895],{"type":54,"value":44173},{"type":48,"tag":1351,"props":45897,"children":45898},{"style":5395},[45899],{"type":54,"value":7856},{"type":48,"tag":1351,"props":45901,"children":45902},{"style":4928},[45903],{"type":54,"value":42594},{"type":48,"tag":1351,"props":45905,"children":45906},{"style":1358},[45907],{"type":54,"value":45908},"(Math",{"type":48,"tag":1351,"props":45910,"children":45911},{"style":1364},[45912],{"type":54,"value":105},{"type":48,"tag":1351,"props":45914,"children":45915},{"style":4928},[45916],{"type":54,"value":45917},"max",{"type":48,"tag":1351,"props":45919,"children":45920},{"style":1358},[45921],{"type":54,"value":45922},"(min",{"type":48,"tag":1351,"props":45924,"children":45925},{"style":1364},[45926],{"type":54,"value":1367},{"type":48,"tag":1351,"props":45928,"children":45929},{"style":1358},[45930],{"type":54,"value":45931}," value ",{"type":48,"tag":1351,"props":45933,"children":45934},{"style":1364},[45935],{"type":54,"value":45936},"-",{"type":48,"tag":1351,"props":45938,"children":45939},{"style":1358},[45940],{"type":54,"value":45941}," step))",{"type":48,"tag":1351,"props":45943,"children":45944},{"style":1364},[45945],{"type":54,"value":2170},{"type":48,"tag":1351,"props":45947,"children":45948},{"class":1353,"line":2713},[45949,45953,45957,45961,45966],{"type":48,"tag":1351,"props":45950,"children":45951},{"style":5395},[45952],{"type":54,"value":38514},{"type":48,"tag":1351,"props":45954,"children":45955},{"style":1364},[45956],{"type":54,"value":5408},{"type":48,"tag":1351,"props":45958,"children":45959},{"style":1364},[45960],{"type":54,"value":2130},{"type":48,"tag":1351,"props":45962,"children":45963},{"style":2122},[45964],{"type":54,"value":45965},"px-3 py-2 bg-[#FEF7ED] text-[#521000] hover:bg-[#EBD5C1] transition-colors",{"type":48,"tag":1351,"props":45967,"children":45968},{"style":1364},[45969],{"type":54,"value":24276},{"type":48,"tag":1351,"props":45971,"children":45972},{"class":1353,"line":2722},[45973],{"type":48,"tag":1351,"props":45974,"children":45975},{"style":1364},[45976],{"type":54,"value":23928},{"type":48,"tag":1351,"props":45978,"children":45979},{"class":1353,"line":2736},[45980,45984,45988,45992,45996,46000,46004,46008,46012,46016,46020,46024,46028,46032,46036,46040,46044,46048,46052,46056,46060,46064,46068,46072,46076,46080],{"type":48,"tag":1351,"props":45981,"children":45982},{"style":1364},[45983],{"type":54,"value":31633},{"type":48,"tag":1351,"props":45985,"children":45986},{"style":5418},[45987],{"type":54,"value":25658},{"type":48,"tag":1351,"props":45989,"children":45990},{"style":5395},[45991],{"type":54,"value":24194},{"type":48,"tag":1351,"props":45993,"children":45994},{"style":1364},[45995],{"type":54,"value":5408},{"type":48,"tag":1351,"props":45997,"children":45998},{"style":1364},[45999],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46001,"children":46002},{"style":2122},[46003],{"type":54,"value":26559},{"type":48,"tag":1351,"props":46005,"children":46006},{"style":1364},[46007],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46009,"children":46010},{"style":5395},[46011],{"type":54,"value":25684},{"type":48,"tag":1351,"props":46013,"children":46014},{"style":1364},[46015],{"type":54,"value":5408},{"type":48,"tag":1351,"props":46017,"children":46018},{"style":1364},[46019],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46021,"children":46022},{"style":2122},[46023],{"type":54,"value":10809},{"type":48,"tag":1351,"props":46025,"children":46026},{"style":1364},[46027],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46029,"children":46030},{"style":5395},[46031],{"type":54,"value":25705},{"type":48,"tag":1351,"props":46033,"children":46034},{"style":1364},[46035],{"type":54,"value":5408},{"type":48,"tag":1351,"props":46037,"children":46038},{"style":1364},[46039],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46041,"children":46042},{"style":2122},[46043],{"type":54,"value":25718},{"type":48,"tag":1351,"props":46045,"children":46046},{"style":1364},[46047],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46049,"children":46050},{"style":5395},[46051],{"type":54,"value":25727},{"type":48,"tag":1351,"props":46053,"children":46054},{"style":1364},[46055],{"type":54,"value":5408},{"type":48,"tag":1351,"props":46057,"children":46058},{"style":1364},[46059],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46061,"children":46062},{"style":2122},[46063],{"type":54,"value":25740},{"type":48,"tag":1351,"props":46065,"children":46066},{"style":1364},[46067],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46069,"children":46070},{"style":5395},[46071],{"type":54,"value":25749},{"type":48,"tag":1351,"props":46073,"children":46074},{"style":1364},[46075],{"type":54,"value":25754},{"type":48,"tag":1351,"props":46077,"children":46078},{"style":2133},[46079],{"type":54,"value":2353},{"type":48,"tag":1351,"props":46081,"children":46082},{"style":1364},[46083],{"type":54,"value":25763},{"type":48,"tag":1351,"props":46085,"children":46086},{"class":1353,"line":2744},[46087,46091,46095,46099,46103,46107,46111,46115,46119,46123,46127,46131,46135,46139,46143,46147,46152,46156],{"type":48,"tag":1351,"props":46088,"children":46089},{"style":1364},[46090],{"type":54,"value":31742},{"type":48,"tag":1351,"props":46092,"children":46093},{"style":5418},[46094],{"type":54,"value":25776},{"type":48,"tag":1351,"props":46096,"children":46097},{"style":5395},[46098],{"type":54,"value":25781},{"type":48,"tag":1351,"props":46100,"children":46101},{"style":1364},[46102],{"type":54,"value":5408},{"type":48,"tag":1351,"props":46104,"children":46105},{"style":1364},[46106],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46108,"children":46109},{"style":2122},[46110],{"type":54,"value":25794},{"type":48,"tag":1351,"props":46112,"children":46113},{"style":1364},[46114],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46116,"children":46117},{"style":5395},[46118],{"type":54,"value":25803},{"type":48,"tag":1351,"props":46120,"children":46121},{"style":1364},[46122],{"type":54,"value":5408},{"type":48,"tag":1351,"props":46124,"children":46125},{"style":1364},[46126],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46128,"children":46129},{"style":2122},[46130],{"type":54,"value":25794},{"type":48,"tag":1351,"props":46132,"children":46133},{"style":1364},[46134],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46136,"children":46137},{"style":5395},[46138],{"type":54,"value":25824},{"type":48,"tag":1351,"props":46140,"children":46141},{"style":1364},[46142],{"type":54,"value":5408},{"type":48,"tag":1351,"props":46144,"children":46145},{"style":1364},[46146],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46148,"children":46149},{"style":2122},[46150],{"type":54,"value":46151},"M20 12H4",{"type":48,"tag":1351,"props":46153,"children":46154},{"style":1364},[46155],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46157,"children":46158},{"style":1364},[46159],{"type":54,"value":25846},{"type":48,"tag":1351,"props":46161,"children":46162},{"class":1353,"line":2753},[46163,46167,46171],{"type":48,"tag":1351,"props":46164,"children":46165},{"style":1364},[46166],{"type":54,"value":31819},{"type":48,"tag":1351,"props":46168,"children":46169},{"style":5418},[46170],{"type":54,"value":25658},{"type":48,"tag":1351,"props":46172,"children":46173},{"style":1364},[46174],{"type":54,"value":6919},{"type":48,"tag":1351,"props":46176,"children":46177},{"class":1353,"line":2767},[46178,46182,46186],{"type":48,"tag":1351,"props":46179,"children":46180},{"style":1364},[46181],{"type":54,"value":31843},{"type":48,"tag":1351,"props":46183,"children":46184},{"style":5418},[46185],{"type":54,"value":8084},{"type":48,"tag":1351,"props":46187,"children":46188},{"style":1364},[46189],{"type":54,"value":6919},{"type":48,"tag":1351,"props":46191,"children":46192},{"class":1353,"line":2781},[46193,46197],{"type":48,"tag":1351,"props":46194,"children":46195},{"style":1364},[46196],{"type":54,"value":29288},{"type":48,"tag":1351,"props":46198,"children":46199},{"style":5418},[46200],{"type":54,"value":37450},{"type":48,"tag":1351,"props":46202,"children":46203},{"class":1353,"line":2795},[46204,46208,46212,46216,46220],{"type":48,"tag":1351,"props":46205,"children":46206},{"style":5395},[46207],{"type":54,"value":45867},{"type":48,"tag":1351,"props":46209,"children":46210},{"style":1364},[46211],{"type":54,"value":5408},{"type":48,"tag":1351,"props":46213,"children":46214},{"style":1364},[46215],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46217,"children":46218},{"style":2122},[46219],{"type":54,"value":54},{"type":48,"tag":1351,"props":46221,"children":46222},{"style":1364},[46223],{"type":54,"value":24276},{"type":48,"tag":1351,"props":46225,"children":46226},{"class":1353,"line":2803},[46227,46232,46236,46240,46244,46249,46253],{"type":48,"tag":1351,"props":46228,"children":46229},{"style":5395},[46230],{"type":54,"value":46231},"        value",{"type":48,"tag":1351,"props":46233,"children":46234},{"style":1364},[46235],{"type":54,"value":25754},{"type":48,"tag":1351,"props":46237,"children":46238},{"style":1358},[46239],{"type":54,"value":40036},{"type":48,"tag":1351,"props":46241,"children":46242},{"style":1364},[46243],{"type":54,"value":105},{"type":48,"tag":1351,"props":46245,"children":46246},{"style":4928},[46247],{"type":54,"value":46248},"toLocaleString",{"type":48,"tag":1351,"props":46250,"children":46251},{"style":1358},[46252],{"type":54,"value":6936},{"type":48,"tag":1351,"props":46254,"children":46255},{"style":1364},[46256],{"type":54,"value":2170},{"type":48,"tag":1351,"props":46258,"children":46259},{"class":1353,"line":2812},[46260,46265,46269,46273,46277,46281,46285,46289,46293,46297,46301,46305,46309,46313,46317,46322,46326,46330,46334,46338,46343,46347,46352,46357],{"type":48,"tag":1351,"props":46261,"children":46262},{"style":5395},[46263],{"type":54,"value":46264},"        onChange",{"type":48,"tag":1351,"props":46266,"children":46267},{"style":1364},[46268],{"type":54,"value":40386},{"type":48,"tag":1351,"props":46270,"children":46271},{"style":4776},[46272],{"type":54,"value":7847},{"type":48,"tag":1351,"props":46274,"children":46275},{"style":1364},[46276],{"type":54,"value":285},{"type":48,"tag":1351,"props":46278,"children":46279},{"style":5395},[46280],{"type":54,"value":7856},{"type":48,"tag":1351,"props":46282,"children":46283},{"style":4928},[46284],{"type":54,"value":42594},{"type":48,"tag":1351,"props":46286,"children":46287},{"style":1358},[46288],{"type":54,"value":4936},{"type":48,"tag":1351,"props":46290,"children":46291},{"style":4928},[46292],{"type":54,"value":40411},{"type":48,"tag":1351,"props":46294,"children":46295},{"style":1358},[46296],{"type":54,"value":40416},{"type":48,"tag":1351,"props":46298,"children":46299},{"style":1364},[46300],{"type":54,"value":105},{"type":48,"tag":1351,"props":46302,"children":46303},{"style":1358},[46304],{"type":54,"value":40425},{"type":48,"tag":1351,"props":46306,"children":46307},{"style":1364},[46308],{"type":54,"value":105},{"type":48,"tag":1351,"props":46310,"children":46311},{"style":1358},[46312],{"type":54,"value":40036},{"type":48,"tag":1351,"props":46314,"children":46315},{"style":1364},[46316],{"type":54,"value":105},{"type":48,"tag":1351,"props":46318,"children":46319},{"style":4928},[46320],{"type":54,"value":46321},"replace",{"type":48,"tag":1351,"props":46323,"children":46324},{"style":1358},[46325],{"type":54,"value":4936},{"type":48,"tag":1351,"props":46327,"children":46328},{"style":1364},[46329],{"type":54,"value":40593},{"type":48,"tag":1351,"props":46331,"children":46332},{"style":2122},[46333],{"type":54,"value":1367},{"type":48,"tag":1351,"props":46335,"children":46336},{"style":1364},[46337],{"type":54,"value":40593},{"type":48,"tag":1351,"props":46339,"children":46340},{"style":2133},[46341],{"type":54,"value":46342},"g",{"type":48,"tag":1351,"props":46344,"children":46345},{"style":1364},[46346],{"type":54,"value":1367},{"type":48,"tag":1351,"props":46348,"children":46349},{"style":1364},[46350],{"type":54,"value":46351}," ''",{"type":48,"tag":1351,"props":46353,"children":46354},{"style":1358},[46355],{"type":54,"value":46356},")))",{"type":48,"tag":1351,"props":46358,"children":46359},{"style":1364},[46360],{"type":54,"value":2170},{"type":48,"tag":1351,"props":46362,"children":46363},{"class":1353,"line":2826},[46364,46368,46372,46376,46381],{"type":48,"tag":1351,"props":46365,"children":46366},{"style":5395},[46367],{"type":54,"value":38514},{"type":48,"tag":1351,"props":46369,"children":46370},{"style":1364},[46371],{"type":54,"value":5408},{"type":48,"tag":1351,"props":46373,"children":46374},{"style":1364},[46375],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46377,"children":46378},{"style":2122},[46379],{"type":54,"value":46380},"w-24 px-3 py-2 text-center text-sm text-[#521000] bg-[#FFFDFB] border-none outline-none",{"type":48,"tag":1351,"props":46382,"children":46383},{"style":1364},[46384],{"type":54,"value":24276},{"type":48,"tag":1351,"props":46386,"children":46387},{"class":1353,"line":5128},[46388],{"type":48,"tag":1351,"props":46389,"children":46390},{"style":1364},[46391],{"type":54,"value":46392},"      \u002F>\n",{"type":48,"tag":1351,"props":46394,"children":46395},{"class":1353,"line":5136},[46396,46400],{"type":48,"tag":1351,"props":46397,"children":46398},{"style":1364},[46399],{"type":54,"value":29288},{"type":48,"tag":1351,"props":46401,"children":46402},{"style":5418},[46403],{"type":54,"value":44109},{"type":48,"tag":1351,"props":46405,"children":46406},{"class":1353,"line":5145},[46407,46411,46415,46419,46423],{"type":48,"tag":1351,"props":46408,"children":46409},{"style":5395},[46410],{"type":54,"value":45867},{"type":48,"tag":1351,"props":46412,"children":46413},{"style":1364},[46414],{"type":54,"value":5408},{"type":48,"tag":1351,"props":46416,"children":46417},{"style":1364},[46418],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46420,"children":46421},{"style":2122},[46422],{"type":54,"value":8084},{"type":48,"tag":1351,"props":46424,"children":46425},{"style":1364},[46426],{"type":54,"value":24276},{"type":48,"tag":1351,"props":46428,"children":46429},{"class":1353,"line":5162},[46430,46434,46438,46442,46446,46450,46454,46459,46464,46468,46472,46477,46481],{"type":48,"tag":1351,"props":46431,"children":46432},{"style":5395},[46433],{"type":54,"value":45891},{"type":48,"tag":1351,"props":46435,"children":46436},{"style":1364},[46437],{"type":54,"value":44173},{"type":48,"tag":1351,"props":46439,"children":46440},{"style":5395},[46441],{"type":54,"value":7856},{"type":48,"tag":1351,"props":46443,"children":46444},{"style":4928},[46445],{"type":54,"value":42594},{"type":48,"tag":1351,"props":46447,"children":46448},{"style":1358},[46449],{"type":54,"value":45908},{"type":48,"tag":1351,"props":46451,"children":46452},{"style":1364},[46453],{"type":54,"value":105},{"type":48,"tag":1351,"props":46455,"children":46456},{"style":4928},[46457],{"type":54,"value":46458},"min",{"type":48,"tag":1351,"props":46460,"children":46461},{"style":1358},[46462],{"type":54,"value":46463},"(max",{"type":48,"tag":1351,"props":46465,"children":46466},{"style":1364},[46467],{"type":54,"value":1367},{"type":48,"tag":1351,"props":46469,"children":46470},{"style":1358},[46471],{"type":54,"value":45931},{"type":48,"tag":1351,"props":46473,"children":46474},{"style":1364},[46475],{"type":54,"value":46476},"+",{"type":48,"tag":1351,"props":46478,"children":46479},{"style":1358},[46480],{"type":54,"value":45941},{"type":48,"tag":1351,"props":46482,"children":46483},{"style":1364},[46484],{"type":54,"value":2170},{"type":48,"tag":1351,"props":46486,"children":46487},{"class":1353,"line":5195},[46488,46492,46496,46500,46504],{"type":48,"tag":1351,"props":46489,"children":46490},{"style":5395},[46491],{"type":54,"value":38514},{"type":48,"tag":1351,"props":46493,"children":46494},{"style":1364},[46495],{"type":54,"value":5408},{"type":48,"tag":1351,"props":46497,"children":46498},{"style":1364},[46499],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46501,"children":46502},{"style":2122},[46503],{"type":54,"value":45965},{"type":48,"tag":1351,"props":46505,"children":46506},{"style":1364},[46507],{"type":54,"value":24276},{"type":48,"tag":1351,"props":46509,"children":46510},{"class":1353,"line":5237},[46511],{"type":48,"tag":1351,"props":46512,"children":46513},{"style":1364},[46514],{"type":54,"value":23928},{"type":48,"tag":1351,"props":46516,"children":46517},{"class":1353,"line":5245},[46518,46522,46526,46530,46534,46538,46542,46546,46550,46554,46558,46562,46566,46570,46574,46578,46582,46586,46590,46594,46598,46602,46606,46610,46614,46618],{"type":48,"tag":1351,"props":46519,"children":46520},{"style":1364},[46521],{"type":54,"value":31633},{"type":48,"tag":1351,"props":46523,"children":46524},{"style":5418},[46525],{"type":54,"value":25658},{"type":48,"tag":1351,"props":46527,"children":46528},{"style":5395},[46529],{"type":54,"value":24194},{"type":48,"tag":1351,"props":46531,"children":46532},{"style":1364},[46533],{"type":54,"value":5408},{"type":48,"tag":1351,"props":46535,"children":46536},{"style":1364},[46537],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46539,"children":46540},{"style":2122},[46541],{"type":54,"value":26559},{"type":48,"tag":1351,"props":46543,"children":46544},{"style":1364},[46545],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46547,"children":46548},{"style":5395},[46549],{"type":54,"value":25684},{"type":48,"tag":1351,"props":46551,"children":46552},{"style":1364},[46553],{"type":54,"value":5408},{"type":48,"tag":1351,"props":46555,"children":46556},{"style":1364},[46557],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46559,"children":46560},{"style":2122},[46561],{"type":54,"value":10809},{"type":48,"tag":1351,"props":46563,"children":46564},{"style":1364},[46565],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46567,"children":46568},{"style":5395},[46569],{"type":54,"value":25705},{"type":48,"tag":1351,"props":46571,"children":46572},{"style":1364},[46573],{"type":54,"value":5408},{"type":48,"tag":1351,"props":46575,"children":46576},{"style":1364},[46577],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46579,"children":46580},{"style":2122},[46581],{"type":54,"value":25718},{"type":48,"tag":1351,"props":46583,"children":46584},{"style":1364},[46585],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46587,"children":46588},{"style":5395},[46589],{"type":54,"value":25727},{"type":48,"tag":1351,"props":46591,"children":46592},{"style":1364},[46593],{"type":54,"value":5408},{"type":48,"tag":1351,"props":46595,"children":46596},{"style":1364},[46597],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46599,"children":46600},{"style":2122},[46601],{"type":54,"value":25740},{"type":48,"tag":1351,"props":46603,"children":46604},{"style":1364},[46605],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46607,"children":46608},{"style":5395},[46609],{"type":54,"value":25749},{"type":48,"tag":1351,"props":46611,"children":46612},{"style":1364},[46613],{"type":54,"value":25754},{"type":48,"tag":1351,"props":46615,"children":46616},{"style":2133},[46617],{"type":54,"value":2353},{"type":48,"tag":1351,"props":46619,"children":46620},{"style":1364},[46621],{"type":54,"value":25763},{"type":48,"tag":1351,"props":46623,"children":46624},{"class":1353,"line":5253},[46625,46629,46633,46637,46641,46645,46649,46653,46657,46661,46665,46669,46673,46677,46681,46685,46690,46694],{"type":48,"tag":1351,"props":46626,"children":46627},{"style":1364},[46628],{"type":54,"value":31742},{"type":48,"tag":1351,"props":46630,"children":46631},{"style":5418},[46632],{"type":54,"value":25776},{"type":48,"tag":1351,"props":46634,"children":46635},{"style":5395},[46636],{"type":54,"value":25781},{"type":48,"tag":1351,"props":46638,"children":46639},{"style":1364},[46640],{"type":54,"value":5408},{"type":48,"tag":1351,"props":46642,"children":46643},{"style":1364},[46644],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46646,"children":46647},{"style":2122},[46648],{"type":54,"value":25794},{"type":48,"tag":1351,"props":46650,"children":46651},{"style":1364},[46652],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46654,"children":46655},{"style":5395},[46656],{"type":54,"value":25803},{"type":48,"tag":1351,"props":46658,"children":46659},{"style":1364},[46660],{"type":54,"value":5408},{"type":48,"tag":1351,"props":46662,"children":46663},{"style":1364},[46664],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46666,"children":46667},{"style":2122},[46668],{"type":54,"value":25794},{"type":48,"tag":1351,"props":46670,"children":46671},{"style":1364},[46672],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46674,"children":46675},{"style":5395},[46676],{"type":54,"value":25824},{"type":48,"tag":1351,"props":46678,"children":46679},{"style":1364},[46680],{"type":54,"value":5408},{"type":48,"tag":1351,"props":46682,"children":46683},{"style":1364},[46684],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46686,"children":46687},{"style":2122},[46688],{"type":54,"value":46689},"M12 4v16m8-8H4",{"type":48,"tag":1351,"props":46691,"children":46692},{"style":1364},[46693],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46695,"children":46696},{"style":1364},[46697],{"type":54,"value":25846},{"type":48,"tag":1351,"props":46699,"children":46700},{"class":1353,"line":5262},[46701,46705,46709],{"type":48,"tag":1351,"props":46702,"children":46703},{"style":1364},[46704],{"type":54,"value":31819},{"type":48,"tag":1351,"props":46706,"children":46707},{"style":5418},[46708],{"type":54,"value":25658},{"type":48,"tag":1351,"props":46710,"children":46711},{"style":1364},[46712],{"type":54,"value":6919},{"type":48,"tag":1351,"props":46714,"children":46715},{"class":1353,"line":5279},[46716,46720,46724],{"type":48,"tag":1351,"props":46717,"children":46718},{"style":1364},[46719],{"type":54,"value":31843},{"type":48,"tag":1351,"props":46721,"children":46722},{"style":5418},[46723],{"type":54,"value":8084},{"type":48,"tag":1351,"props":46725,"children":46726},{"style":1364},[46727],{"type":54,"value":6919},{"type":48,"tag":1351,"props":46729,"children":46730},{"class":1353,"line":5320},[46731,46735,46739],{"type":48,"tag":1351,"props":46732,"children":46733},{"style":1364},[46734],{"type":54,"value":29365},{"type":48,"tag":1351,"props":46736,"children":46737},{"style":5418},[46738],{"type":54,"value":15234},{"type":48,"tag":1351,"props":46740,"children":46741},{"style":1364},[46742],{"type":54,"value":6919},{"type":48,"tag":1351,"props":46744,"children":46745},{"class":1353,"line":5361},[46746,46750],{"type":48,"tag":1351,"props":46747,"children":46748},{"style":5418},[46749],{"type":54,"value":41004},{"type":48,"tag":1351,"props":46751,"children":46752},{"style":1364},[46753],{"type":54,"value":1414},{"type":48,"tag":1351,"props":46755,"children":46756},{"class":1353,"line":11545},[46757],{"type":48,"tag":1351,"props":46758,"children":46759},{"style":1364},[46760],{"type":54,"value":2170},{"type":48,"tag":107,"props":46762,"children":46763},{},[],{"type":48,"tag":111,"props":46765,"children":46767},{"id":46766},"form-select",[46768],{"type":54,"value":46769},"FORM-SELECT",{"type":48,"tag":61,"props":46771,"children":46772},{},[46773],{"type":54,"value":46774},"Custom styled select dropdown.",{"type":48,"tag":151,"props":46776,"children":46778},{"id":46777},"react-tailwind-20",[46779],{"type":54,"value":24169},{"type":48,"tag":118,"props":46781,"children":46783},{"className":24172,"code":46782,"language":24174,"meta":126,"style":126},"\u003Cdiv className=\"relative\">\n  \u003Cselect\n    className=\"appearance-none w-full pl-4 pr-10 py-3 text-sm text-[#521000] bg-[#FFFDFB] border border-[#EBD5C1] rounded-lg cursor-pointer focus:border-[#FF4801] focus:ring-1 focus:ring-[#FF4801] outline-none\"\n    defaultValue=\"us-east\"\n  >\n    \u003Coption value=\"us-east\">US East (N. Virginia)\u003C\u002Foption>\n    \u003Coption value=\"us-west\">US West (Oregon)\u003C\u002Foption>\n    \u003Coption value=\"eu-west\">EU West (Ireland)\u003C\u002Foption>\n    \u003Coption value=\"ap-south\">Asia Pacific (Singapore)\u003C\u002Foption>\n  \u003C\u002Fselect>\n  \u003Csvg className=\"pointer-events-none absolute right-3 top-1\u002F2 -translate-y-1\u002F2 w-5 h-5 text-[#521000]\u002F60\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n    \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" strokeWidth={2} d=\"M19 9l-7 7-7-7\" \u002F>\n  \u003C\u002Fsvg>\n\u003C\u002Fdiv>\n",[46784],{"type":48,"tag":89,"props":46785,"children":46786},{"__ignoreMap":126},[46787,46822,46833,46857,46881,46889,46941,46994,47047,47100,47115,47211,47302,47317],{"type":48,"tag":1351,"props":46788,"children":46789},{"class":1353,"line":1354},[46790,46794,46798,46802,46806,46810,46814,46818],{"type":48,"tag":1351,"props":46791,"children":46792},{"style":1364},[46793],{"type":54,"value":6909},{"type":48,"tag":1351,"props":46795,"children":46796},{"style":5418},[46797],{"type":54,"value":15234},{"type":48,"tag":1351,"props":46799,"children":46800},{"style":5395},[46801],{"type":54,"value":24194},{"type":48,"tag":1351,"props":46803,"children":46804},{"style":1364},[46805],{"type":54,"value":5408},{"type":48,"tag":1351,"props":46807,"children":46808},{"style":1364},[46809],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46811,"children":46812},{"style":2122},[46813],{"type":54,"value":42687},{"type":48,"tag":1351,"props":46815,"children":46816},{"style":1364},[46817],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46819,"children":46820},{"style":1364},[46821],{"type":54,"value":6919},{"type":48,"tag":1351,"props":46823,"children":46824},{"class":1353,"line":1417},[46825,46829],{"type":48,"tag":1351,"props":46826,"children":46827},{"style":1364},[46828],{"type":54,"value":15268},{"type":48,"tag":1351,"props":46830,"children":46831},{"style":5418},[46832],{"type":54,"value":38481},{"type":48,"tag":1351,"props":46834,"children":46835},{"class":1353,"line":2059},[46836,46840,46844,46848,46853],{"type":48,"tag":1351,"props":46837,"children":46838},{"style":5395},[46839],{"type":54,"value":37506},{"type":48,"tag":1351,"props":46841,"children":46842},{"style":1364},[46843],{"type":54,"value":5408},{"type":48,"tag":1351,"props":46845,"children":46846},{"style":1364},[46847],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46849,"children":46850},{"style":2122},[46851],{"type":54,"value":46852},"appearance-none w-full pl-4 pr-10 py-3 text-sm text-[#521000] bg-[#FFFDFB] border border-[#EBD5C1] rounded-lg cursor-pointer focus:border-[#FF4801] focus:ring-1 focus:ring-[#FF4801] outline-none",{"type":48,"tag":1351,"props":46854,"children":46855},{"style":1364},[46856],{"type":54,"value":24276},{"type":48,"tag":1351,"props":46858,"children":46859},{"class":1353,"line":2081},[46860,46864,46868,46872,46877],{"type":48,"tag":1351,"props":46861,"children":46862},{"style":5395},[46863],{"type":54,"value":37555},{"type":48,"tag":1351,"props":46865,"children":46866},{"style":1364},[46867],{"type":54,"value":5408},{"type":48,"tag":1351,"props":46869,"children":46870},{"style":1364},[46871],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46873,"children":46874},{"style":2122},[46875],{"type":54,"value":46876},"us-east",{"type":48,"tag":1351,"props":46878,"children":46879},{"style":1364},[46880],{"type":54,"value":24276},{"type":48,"tag":1351,"props":46882,"children":46883},{"class":1353,"line":2104},[46884],{"type":48,"tag":1351,"props":46885,"children":46886},{"style":1364},[46887],{"type":54,"value":46888},"  >\n",{"type":48,"tag":1351,"props":46890,"children":46891},{"class":1353,"line":2164},[46892,46896,46900,46904,46908,46912,46916,46920,46924,46929,46933,46937],{"type":48,"tag":1351,"props":46893,"children":46894},{"style":1364},[46895],{"type":54,"value":25771},{"type":48,"tag":1351,"props":46897,"children":46898},{"style":5418},[46899],{"type":54,"value":38575},{"type":48,"tag":1351,"props":46901,"children":46902},{"style":5395},[46903],{"type":54,"value":38580},{"type":48,"tag":1351,"props":46905,"children":46906},{"style":1364},[46907],{"type":54,"value":5408},{"type":48,"tag":1351,"props":46909,"children":46910},{"style":1364},[46911],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46913,"children":46914},{"style":2122},[46915],{"type":54,"value":46876},{"type":48,"tag":1351,"props":46917,"children":46918},{"style":1364},[46919],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46921,"children":46922},{"style":1364},[46923],{"type":54,"value":28405},{"type":48,"tag":1351,"props":46925,"children":46926},{"style":1358},[46927],{"type":54,"value":46928},"US East (N. Virginia)",{"type":48,"tag":1351,"props":46930,"children":46931},{"style":1364},[46932],{"type":54,"value":7118},{"type":48,"tag":1351,"props":46934,"children":46935},{"style":5418},[46936],{"type":54,"value":38575},{"type":48,"tag":1351,"props":46938,"children":46939},{"style":1364},[46940],{"type":54,"value":6919},{"type":48,"tag":1351,"props":46942,"children":46943},{"class":1353,"line":2713},[46944,46948,46952,46956,46960,46964,46969,46973,46977,46982,46986,46990],{"type":48,"tag":1351,"props":46945,"children":46946},{"style":1364},[46947],{"type":54,"value":25771},{"type":48,"tag":1351,"props":46949,"children":46950},{"style":5418},[46951],{"type":54,"value":38575},{"type":48,"tag":1351,"props":46953,"children":46954},{"style":5395},[46955],{"type":54,"value":38580},{"type":48,"tag":1351,"props":46957,"children":46958},{"style":1364},[46959],{"type":54,"value":5408},{"type":48,"tag":1351,"props":46961,"children":46962},{"style":1364},[46963],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46965,"children":46966},{"style":2122},[46967],{"type":54,"value":46968},"us-west",{"type":48,"tag":1351,"props":46970,"children":46971},{"style":1364},[46972],{"type":54,"value":2130},{"type":48,"tag":1351,"props":46974,"children":46975},{"style":1364},[46976],{"type":54,"value":28405},{"type":48,"tag":1351,"props":46978,"children":46979},{"style":1358},[46980],{"type":54,"value":46981},"US West (Oregon)",{"type":48,"tag":1351,"props":46983,"children":46984},{"style":1364},[46985],{"type":54,"value":7118},{"type":48,"tag":1351,"props":46987,"children":46988},{"style":5418},[46989],{"type":54,"value":38575},{"type":48,"tag":1351,"props":46991,"children":46992},{"style":1364},[46993],{"type":54,"value":6919},{"type":48,"tag":1351,"props":46995,"children":46996},{"class":1353,"line":2722},[46997,47001,47005,47009,47013,47017,47022,47026,47030,47035,47039,47043],{"type":48,"tag":1351,"props":46998,"children":46999},{"style":1364},[47000],{"type":54,"value":25771},{"type":48,"tag":1351,"props":47002,"children":47003},{"style":5418},[47004],{"type":54,"value":38575},{"type":48,"tag":1351,"props":47006,"children":47007},{"style":5395},[47008],{"type":54,"value":38580},{"type":48,"tag":1351,"props":47010,"children":47011},{"style":1364},[47012],{"type":54,"value":5408},{"type":48,"tag":1351,"props":47014,"children":47015},{"style":1364},[47016],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47018,"children":47019},{"style":2122},[47020],{"type":54,"value":47021},"eu-west",{"type":48,"tag":1351,"props":47023,"children":47024},{"style":1364},[47025],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47027,"children":47028},{"style":1364},[47029],{"type":54,"value":28405},{"type":48,"tag":1351,"props":47031,"children":47032},{"style":1358},[47033],{"type":54,"value":47034},"EU West (Ireland)",{"type":48,"tag":1351,"props":47036,"children":47037},{"style":1364},[47038],{"type":54,"value":7118},{"type":48,"tag":1351,"props":47040,"children":47041},{"style":5418},[47042],{"type":54,"value":38575},{"type":48,"tag":1351,"props":47044,"children":47045},{"style":1364},[47046],{"type":54,"value":6919},{"type":48,"tag":1351,"props":47048,"children":47049},{"class":1353,"line":2736},[47050,47054,47058,47062,47066,47070,47075,47079,47083,47088,47092,47096],{"type":48,"tag":1351,"props":47051,"children":47052},{"style":1364},[47053],{"type":54,"value":25771},{"type":48,"tag":1351,"props":47055,"children":47056},{"style":5418},[47057],{"type":54,"value":38575},{"type":48,"tag":1351,"props":47059,"children":47060},{"style":5395},[47061],{"type":54,"value":38580},{"type":48,"tag":1351,"props":47063,"children":47064},{"style":1364},[47065],{"type":54,"value":5408},{"type":48,"tag":1351,"props":47067,"children":47068},{"style":1364},[47069],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47071,"children":47072},{"style":2122},[47073],{"type":54,"value":47074},"ap-south",{"type":48,"tag":1351,"props":47076,"children":47077},{"style":1364},[47078],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47080,"children":47081},{"style":1364},[47082],{"type":54,"value":28405},{"type":48,"tag":1351,"props":47084,"children":47085},{"style":1358},[47086],{"type":54,"value":47087},"Asia Pacific (Singapore)",{"type":48,"tag":1351,"props":47089,"children":47090},{"style":1364},[47091],{"type":54,"value":7118},{"type":48,"tag":1351,"props":47093,"children":47094},{"style":5418},[47095],{"type":54,"value":38575},{"type":48,"tag":1351,"props":47097,"children":47098},{"style":1364},[47099],{"type":54,"value":6919},{"type":48,"tag":1351,"props":47101,"children":47102},{"class":1353,"line":2744},[47103,47107,47111],{"type":48,"tag":1351,"props":47104,"children":47105},{"style":1364},[47106],{"type":54,"value":25930},{"type":48,"tag":1351,"props":47108,"children":47109},{"style":5418},[47110],{"type":54,"value":8234},{"type":48,"tag":1351,"props":47112,"children":47113},{"style":1364},[47114],{"type":54,"value":6919},{"type":48,"tag":1351,"props":47116,"children":47117},{"class":1353,"line":2753},[47118,47122,47126,47130,47134,47138,47143,47147,47151,47155,47159,47163,47167,47171,47175,47179,47183,47187,47191,47195,47199,47203,47207],{"type":48,"tag":1351,"props":47119,"children":47120},{"style":1364},[47121],{"type":54,"value":15268},{"type":48,"tag":1351,"props":47123,"children":47124},{"style":5418},[47125],{"type":54,"value":25658},{"type":48,"tag":1351,"props":47127,"children":47128},{"style":5395},[47129],{"type":54,"value":24194},{"type":48,"tag":1351,"props":47131,"children":47132},{"style":1364},[47133],{"type":54,"value":5408},{"type":48,"tag":1351,"props":47135,"children":47136},{"style":1364},[47137],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47139,"children":47140},{"style":2122},[47141],{"type":54,"value":47142},"pointer-events-none absolute right-3 top-1\u002F2 -translate-y-1\u002F2 w-5 h-5 text-[#521000]\u002F60",{"type":48,"tag":1351,"props":47144,"children":47145},{"style":1364},[47146],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47148,"children":47149},{"style":5395},[47150],{"type":54,"value":25684},{"type":48,"tag":1351,"props":47152,"children":47153},{"style":1364},[47154],{"type":54,"value":5408},{"type":48,"tag":1351,"props":47156,"children":47157},{"style":1364},[47158],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47160,"children":47161},{"style":2122},[47162],{"type":54,"value":10809},{"type":48,"tag":1351,"props":47164,"children":47165},{"style":1364},[47166],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47168,"children":47169},{"style":5395},[47170],{"type":54,"value":25705},{"type":48,"tag":1351,"props":47172,"children":47173},{"style":1364},[47174],{"type":54,"value":5408},{"type":48,"tag":1351,"props":47176,"children":47177},{"style":1364},[47178],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47180,"children":47181},{"style":2122},[47182],{"type":54,"value":25718},{"type":48,"tag":1351,"props":47184,"children":47185},{"style":1364},[47186],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47188,"children":47189},{"style":5395},[47190],{"type":54,"value":25727},{"type":48,"tag":1351,"props":47192,"children":47193},{"style":1364},[47194],{"type":54,"value":5408},{"type":48,"tag":1351,"props":47196,"children":47197},{"style":1364},[47198],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47200,"children":47201},{"style":2122},[47202],{"type":54,"value":25740},{"type":48,"tag":1351,"props":47204,"children":47205},{"style":1364},[47206],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47208,"children":47209},{"style":1364},[47210],{"type":54,"value":6919},{"type":48,"tag":1351,"props":47212,"children":47213},{"class":1353,"line":2767},[47214,47218,47222,47226,47230,47234,47238,47242,47246,47250,47254,47258,47262,47266,47270,47274,47278,47282,47286,47290,47294,47298],{"type":48,"tag":1351,"props":47215,"children":47216},{"style":1364},[47217],{"type":54,"value":25771},{"type":48,"tag":1351,"props":47219,"children":47220},{"style":5418},[47221],{"type":54,"value":25776},{"type":48,"tag":1351,"props":47223,"children":47224},{"style":5395},[47225],{"type":54,"value":25781},{"type":48,"tag":1351,"props":47227,"children":47228},{"style":1364},[47229],{"type":54,"value":5408},{"type":48,"tag":1351,"props":47231,"children":47232},{"style":1364},[47233],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47235,"children":47236},{"style":2122},[47237],{"type":54,"value":25794},{"type":48,"tag":1351,"props":47239,"children":47240},{"style":1364},[47241],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47243,"children":47244},{"style":5395},[47245],{"type":54,"value":25803},{"type":48,"tag":1351,"props":47247,"children":47248},{"style":1364},[47249],{"type":54,"value":5408},{"type":48,"tag":1351,"props":47251,"children":47252},{"style":1364},[47253],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47255,"children":47256},{"style":2122},[47257],{"type":54,"value":25794},{"type":48,"tag":1351,"props":47259,"children":47260},{"style":1364},[47261],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47263,"children":47264},{"style":5395},[47265],{"type":54,"value":25749},{"type":48,"tag":1351,"props":47267,"children":47268},{"style":1364},[47269],{"type":54,"value":25754},{"type":48,"tag":1351,"props":47271,"children":47272},{"style":2133},[47273],{"type":54,"value":2353},{"type":48,"tag":1351,"props":47275,"children":47276},{"style":1364},[47277],{"type":54,"value":38899},{"type":48,"tag":1351,"props":47279,"children":47280},{"style":5395},[47281],{"type":54,"value":38904},{"type":48,"tag":1351,"props":47283,"children":47284},{"style":1364},[47285],{"type":54,"value":5408},{"type":48,"tag":1351,"props":47287,"children":47288},{"style":1364},[47289],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47291,"children":47292},{"style":2122},[47293],{"type":54,"value":38917},{"type":48,"tag":1351,"props":47295,"children":47296},{"style":1364},[47297],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47299,"children":47300},{"style":1364},[47301],{"type":54,"value":25846},{"type":48,"tag":1351,"props":47303,"children":47304},{"class":1353,"line":2781},[47305,47309,47313],{"type":48,"tag":1351,"props":47306,"children":47307},{"style":1364},[47308],{"type":54,"value":25930},{"type":48,"tag":1351,"props":47310,"children":47311},{"style":5418},[47312],{"type":54,"value":25658},{"type":48,"tag":1351,"props":47314,"children":47315},{"style":1364},[47316],{"type":54,"value":6919},{"type":48,"tag":1351,"props":47318,"children":47319},{"class":1353,"line":2795},[47320,47324,47328],{"type":48,"tag":1351,"props":47321,"children":47322},{"style":1364},[47323],{"type":54,"value":7118},{"type":48,"tag":1351,"props":47325,"children":47326},{"style":5418},[47327],{"type":54,"value":15234},{"type":48,"tag":1351,"props":47329,"children":47330},{"style":1364},[47331],{"type":54,"value":6919},{"type":48,"tag":107,"props":47333,"children":47334},{},[],{"type":48,"tag":49,"props":47336,"children":47338},{"id":47337},"calculator-tools",[47339],{"type":54,"value":24099},{"type":48,"tag":111,"props":47341,"children":47343},{"id":47342},"calc-layout",[47344],{"type":54,"value":47345},"CALC-LAYOUT",{"type":48,"tag":61,"props":47347,"children":47348},{},[47349],{"type":54,"value":47350},"Full calculator layout with input panel and results panel.",{"type":48,"tag":151,"props":47352,"children":47354},{"id":47353},"react-tailwind-21",[47355],{"type":54,"value":24169},{"type":48,"tag":118,"props":47357,"children":47359},{"className":24172,"code":47358,"language":24174,"meta":126,"style":126},"\u003Cmain className=\"max-w-5xl mx-auto\">\n  \u003Cdiv className=\"relative overflow-visible bg-[#FFFDFB] border border-[#EBD5C1] p-6 sm:p-8 mt-6 sm:mt-10\">\n    {\u002F* Corner brackets *\u002F}\n    \u003Cdiv className=\"pointer-events-none absolute inset-0 z-10 select-none\" aria-hidden=\"true\">\n      \u003Cdiv className=\"absolute bg-[#FFFBF5]\" style={{ top: '-4px', left: '-4px', width: '8px', height: '8px', border: '1px solid #EBD5C1', borderRadius: '1.5px' }} \u002F>\n      \u003Cdiv className=\"absolute bg-[#FFFBF5]\" style={{ top: '-4px', right: '-4px', width: '8px', height: '8px', border: '1px solid #EBD5C1', borderRadius: '1.5px' }} \u002F>\n      \u003Cdiv className=\"absolute bg-[#FFFBF5]\" style={{ left: '-4px', bottom: '-4px', width: '8px', height: '8px', border: '1px solid #EBD5C1', borderRadius: '1.5px' }} \u002F>\n      \u003Cdiv className=\"absolute bg-[#FFFBF5]\" style={{ right: '-4px', bottom: '-4px', width: '8px', height: '8px', border: '1px solid #EBD5C1', borderRadius: '1.5px' }} \u002F>\n    \u003C\u002Fdiv>\n    \n    {\u002F* Form inputs *\u002F}\n    \u003Cform>\n      \u003Cdiv className=\"grid grid-cols-1 sm:grid-cols-2 gap-6\">\n        {\u002F* Input fields go here *\u002F}\n      \u003C\u002Fdiv>\n    \u003C\u002Fform>\n    \n    {\u002F* Period toggle *\u002F}\n    \u003Cdiv className=\"flex justify-end mt-6 mb-4\">\n      {\u002F* Toggle group *\u002F}\n    \u003C\u002Fdiv>\n    \n    {\u002F* Results *\u002F}\n    \u003Cdiv className=\"space-y-3\">\n      {\u002F* Provider comparison cards *\u002F}\n    \u003C\u002Fdiv>\n    \n    {\u002F* Use case presets *\u002F}\n    \u003Cdiv className=\"mt-6 pt-6 border-t border-[#EBD5C1]\u002F50\">\n      \u003Cp className=\"text-sm text-[#521000]\u002F60 mb-3\">Try a use case\u003C\u002Fp>\n      \u003Cdiv className=\"grid grid-cols-3 gap-3\">\n        {\u002F* Use case buttons *\u002F}\n      \u003C\u002Fdiv>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\u003C\u002Fmain>\n",[47360],{"type":48,"tag":89,"props":47361,"children":47362},{"__ignoreMap":126},[47363,47400,47436,47451,47507,47697,47880,48063,48246,48261,48268,48284,48300,48336,48352,48367,48382,48389,48405,48441,48457,48472,48479,48495,48530,48546,48561,48568,48584,48620,48673,48709,48725,48740,48755,48770],{"type":48,"tag":1351,"props":47364,"children":47365},{"class":1353,"line":1354},[47366,47370,47375,47379,47383,47387,47392,47396],{"type":48,"tag":1351,"props":47367,"children":47368},{"style":1364},[47369],{"type":54,"value":6909},{"type":48,"tag":1351,"props":47371,"children":47372},{"style":5418},[47373],{"type":54,"value":47374},"main",{"type":48,"tag":1351,"props":47376,"children":47377},{"style":5395},[47378],{"type":54,"value":24194},{"type":48,"tag":1351,"props":47380,"children":47381},{"style":1364},[47382],{"type":54,"value":5408},{"type":48,"tag":1351,"props":47384,"children":47385},{"style":1364},[47386],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47388,"children":47389},{"style":2122},[47390],{"type":54,"value":47391},"max-w-5xl mx-auto",{"type":48,"tag":1351,"props":47393,"children":47394},{"style":1364},[47395],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47397,"children":47398},{"style":1364},[47399],{"type":54,"value":6919},{"type":48,"tag":1351,"props":47401,"children":47402},{"class":1353,"line":1417},[47403,47407,47411,47415,47419,47423,47428,47432],{"type":48,"tag":1351,"props":47404,"children":47405},{"style":1364},[47406],{"type":54,"value":15268},{"type":48,"tag":1351,"props":47408,"children":47409},{"style":5418},[47410],{"type":54,"value":15234},{"type":48,"tag":1351,"props":47412,"children":47413},{"style":5395},[47414],{"type":54,"value":24194},{"type":48,"tag":1351,"props":47416,"children":47417},{"style":1364},[47418],{"type":54,"value":5408},{"type":48,"tag":1351,"props":47420,"children":47421},{"style":1364},[47422],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47424,"children":47425},{"style":2122},[47426],{"type":54,"value":47427},"relative overflow-visible bg-[#FFFDFB] border border-[#EBD5C1] p-6 sm:p-8 mt-6 sm:mt-10",{"type":48,"tag":1351,"props":47429,"children":47430},{"style":1364},[47431],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47433,"children":47434},{"style":1364},[47435],{"type":54,"value":6919},{"type":48,"tag":1351,"props":47437,"children":47438},{"class":1353,"line":2059},[47439,47443,47447],{"type":48,"tag":1351,"props":47440,"children":47441},{"style":1364},[47442],{"type":54,"value":44448},{"type":48,"tag":1351,"props":47444,"children":47445},{"style":2657},[47446],{"type":54,"value":28213},{"type":48,"tag":1351,"props":47448,"children":47449},{"style":1364},[47450],{"type":54,"value":2170},{"type":48,"tag":1351,"props":47452,"children":47453},{"class":1353,"line":2081},[47454,47458,47462,47466,47470,47474,47478,47482,47487,47491,47495,47499,47503],{"type":48,"tag":1351,"props":47455,"children":47456},{"style":1364},[47457],{"type":54,"value":25771},{"type":48,"tag":1351,"props":47459,"children":47460},{"style":5418},[47461],{"type":54,"value":15234},{"type":48,"tag":1351,"props":47463,"children":47464},{"style":5395},[47465],{"type":54,"value":24194},{"type":48,"tag":1351,"props":47467,"children":47468},{"style":1364},[47469],{"type":54,"value":5408},{"type":48,"tag":1351,"props":47471,"children":47472},{"style":1364},[47473],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47475,"children":47476},{"style":2122},[47477],{"type":54,"value":15252},{"type":48,"tag":1351,"props":47479,"children":47480},{"style":1364},[47481],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47483,"children":47484},{"style":5395},[47485],{"type":54,"value":47486}," aria-hidden",{"type":48,"tag":1351,"props":47488,"children":47489},{"style":1364},[47490],{"type":54,"value":5408},{"type":48,"tag":1351,"props":47492,"children":47493},{"style":1364},[47494],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47496,"children":47497},{"style":2122},[47498],{"type":54,"value":8554},{"type":48,"tag":1351,"props":47500,"children":47501},{"style":1364},[47502],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47504,"children":47505},{"style":1364},[47506],{"type":54,"value":6919},{"type":48,"tag":1351,"props":47508,"children":47509},{"class":1353,"line":2104},[47510,47514,47518,47522,47526,47530,47535,47539,47543,47547,47551,47555,47559,47564,47568,47572,47576,47580,47584,47588,47592,47596,47600,47604,47608,47612,47616,47620,47624,47628,47632,47636,47640,47644,47649,47653,47657,47662,47666,47670,47675,47679,47683,47688,47692],{"type":48,"tag":1351,"props":47511,"children":47512},{"style":1364},[47513],{"type":54,"value":29288},{"type":48,"tag":1351,"props":47515,"children":47516},{"style":5418},[47517],{"type":54,"value":15234},{"type":48,"tag":1351,"props":47519,"children":47520},{"style":5395},[47521],{"type":54,"value":24194},{"type":48,"tag":1351,"props":47523,"children":47524},{"style":1364},[47525],{"type":54,"value":5408},{"type":48,"tag":1351,"props":47527,"children":47528},{"style":1364},[47529],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47531,"children":47532},{"style":2122},[47533],{"type":54,"value":47534},"absolute bg-[#FFFBF5]",{"type":48,"tag":1351,"props":47536,"children":47537},{"style":1364},[47538],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47540,"children":47541},{"style":5395},[47542],{"type":54,"value":24267},{"type":48,"tag":1351,"props":47544,"children":47545},{"style":1364},[47546],{"type":54,"value":34792},{"type":48,"tag":1351,"props":47548,"children":47549},{"style":5418},[47550],{"type":54,"value":9447},{"type":48,"tag":1351,"props":47552,"children":47553},{"style":1364},[47554],{"type":54,"value":96},{"type":48,"tag":1351,"props":47556,"children":47557},{"style":1364},[47558],{"type":54,"value":17040},{"type":48,"tag":1351,"props":47560,"children":47561},{"style":2122},[47562],{"type":54,"value":47563},"-4px",{"type":48,"tag":1351,"props":47565,"children":47566},{"style":1364},[47567],{"type":54,"value":6993},{"type":48,"tag":1351,"props":47569,"children":47570},{"style":1364},[47571],{"type":54,"value":1367},{"type":48,"tag":1351,"props":47573,"children":47574},{"style":5418},[47575],{"type":54,"value":9465},{"type":48,"tag":1351,"props":47577,"children":47578},{"style":1364},[47579],{"type":54,"value":96},{"type":48,"tag":1351,"props":47581,"children":47582},{"style":1364},[47583],{"type":54,"value":17040},{"type":48,"tag":1351,"props":47585,"children":47586},{"style":2122},[47587],{"type":54,"value":47563},{"type":48,"tag":1351,"props":47589,"children":47590},{"style":1364},[47591],{"type":54,"value":6993},{"type":48,"tag":1351,"props":47593,"children":47594},{"style":1364},[47595],{"type":54,"value":1367},{"type":48,"tag":1351,"props":47597,"children":47598},{"style":5418},[47599],{"type":54,"value":5176},{"type":48,"tag":1351,"props":47601,"children":47602},{"style":1364},[47603],{"type":54,"value":96},{"type":48,"tag":1351,"props":47605,"children":47606},{"style":1364},[47607],{"type":54,"value":17040},{"type":48,"tag":1351,"props":47609,"children":47610},{"style":2122},[47611],{"type":54,"value":2363},{"type":48,"tag":1351,"props":47613,"children":47614},{"style":1364},[47615],{"type":54,"value":6993},{"type":48,"tag":1351,"props":47617,"children":47618},{"style":1364},[47619],{"type":54,"value":1367},{"type":48,"tag":1351,"props":47621,"children":47622},{"style":5418},[47623],{"type":54,"value":26156},{"type":48,"tag":1351,"props":47625,"children":47626},{"style":1364},[47627],{"type":54,"value":96},{"type":48,"tag":1351,"props":47629,"children":47630},{"style":1364},[47631],{"type":54,"value":17040},{"type":48,"tag":1351,"props":47633,"children":47634},{"style":2122},[47635],{"type":54,"value":2363},{"type":48,"tag":1351,"props":47637,"children":47638},{"style":1364},[47639],{"type":54,"value":6993},{"type":48,"tag":1351,"props":47641,"children":47642},{"style":1364},[47643],{"type":54,"value":1367},{"type":48,"tag":1351,"props":47645,"children":47646},{"style":5418},[47647],{"type":54,"value":47648}," border",{"type":48,"tag":1351,"props":47650,"children":47651},{"style":1364},[47652],{"type":54,"value":96},{"type":48,"tag":1351,"props":47654,"children":47655},{"style":1364},[47656],{"type":54,"value":17040},{"type":48,"tag":1351,"props":47658,"children":47659},{"style":2122},[47660],{"type":54,"value":47661},"1px solid #EBD5C1",{"type":48,"tag":1351,"props":47663,"children":47664},{"style":1364},[47665],{"type":54,"value":6993},{"type":48,"tag":1351,"props":47667,"children":47668},{"style":1364},[47669],{"type":54,"value":1367},{"type":48,"tag":1351,"props":47671,"children":47672},{"style":5418},[47673],{"type":54,"value":47674}," borderRadius",{"type":48,"tag":1351,"props":47676,"children":47677},{"style":1364},[47678],{"type":54,"value":96},{"type":48,"tag":1351,"props":47680,"children":47681},{"style":1364},[47682],{"type":54,"value":17040},{"type":48,"tag":1351,"props":47684,"children":47685},{"style":2122},[47686],{"type":54,"value":47687},"1.5px",{"type":48,"tag":1351,"props":47689,"children":47690},{"style":1364},[47691],{"type":54,"value":6993},{"type":48,"tag":1351,"props":47693,"children":47694},{"style":1364},[47695],{"type":54,"value":47696}," }} \u002F>\n",{"type":48,"tag":1351,"props":47698,"children":47699},{"class":1353,"line":2164},[47700,47704,47708,47712,47716,47720,47724,47728,47732,47736,47740,47744,47748,47752,47756,47760,47764,47768,47772,47776,47780,47784,47788,47792,47796,47800,47804,47808,47812,47816,47820,47824,47828,47832,47836,47840,47844,47848,47852,47856,47860,47864,47868,47872,47876],{"type":48,"tag":1351,"props":47701,"children":47702},{"style":1364},[47703],{"type":54,"value":29288},{"type":48,"tag":1351,"props":47705,"children":47706},{"style":5418},[47707],{"type":54,"value":15234},{"type":48,"tag":1351,"props":47709,"children":47710},{"style":5395},[47711],{"type":54,"value":24194},{"type":48,"tag":1351,"props":47713,"children":47714},{"style":1364},[47715],{"type":54,"value":5408},{"type":48,"tag":1351,"props":47717,"children":47718},{"style":1364},[47719],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47721,"children":47722},{"style":2122},[47723],{"type":54,"value":47534},{"type":48,"tag":1351,"props":47725,"children":47726},{"style":1364},[47727],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47729,"children":47730},{"style":5395},[47731],{"type":54,"value":24267},{"type":48,"tag":1351,"props":47733,"children":47734},{"style":1364},[47735],{"type":54,"value":34792},{"type":48,"tag":1351,"props":47737,"children":47738},{"style":5418},[47739],{"type":54,"value":9447},{"type":48,"tag":1351,"props":47741,"children":47742},{"style":1364},[47743],{"type":54,"value":96},{"type":48,"tag":1351,"props":47745,"children":47746},{"style":1364},[47747],{"type":54,"value":17040},{"type":48,"tag":1351,"props":47749,"children":47750},{"style":2122},[47751],{"type":54,"value":47563},{"type":48,"tag":1351,"props":47753,"children":47754},{"style":1364},[47755],{"type":54,"value":6993},{"type":48,"tag":1351,"props":47757,"children":47758},{"style":1364},[47759],{"type":54,"value":1367},{"type":48,"tag":1351,"props":47761,"children":47762},{"style":5418},[47763],{"type":54,"value":9526},{"type":48,"tag":1351,"props":47765,"children":47766},{"style":1364},[47767],{"type":54,"value":96},{"type":48,"tag":1351,"props":47769,"children":47770},{"style":1364},[47771],{"type":54,"value":17040},{"type":48,"tag":1351,"props":47773,"children":47774},{"style":2122},[47775],{"type":54,"value":47563},{"type":48,"tag":1351,"props":47777,"children":47778},{"style":1364},[47779],{"type":54,"value":6993},{"type":48,"tag":1351,"props":47781,"children":47782},{"style":1364},[47783],{"type":54,"value":1367},{"type":48,"tag":1351,"props":47785,"children":47786},{"style":5418},[47787],{"type":54,"value":5176},{"type":48,"tag":1351,"props":47789,"children":47790},{"style":1364},[47791],{"type":54,"value":96},{"type":48,"tag":1351,"props":47793,"children":47794},{"style":1364},[47795],{"type":54,"value":17040},{"type":48,"tag":1351,"props":47797,"children":47798},{"style":2122},[47799],{"type":54,"value":2363},{"type":48,"tag":1351,"props":47801,"children":47802},{"style":1364},[47803],{"type":54,"value":6993},{"type":48,"tag":1351,"props":47805,"children":47806},{"style":1364},[47807],{"type":54,"value":1367},{"type":48,"tag":1351,"props":47809,"children":47810},{"style":5418},[47811],{"type":54,"value":26156},{"type":48,"tag":1351,"props":47813,"children":47814},{"style":1364},[47815],{"type":54,"value":96},{"type":48,"tag":1351,"props":47817,"children":47818},{"style":1364},[47819],{"type":54,"value":17040},{"type":48,"tag":1351,"props":47821,"children":47822},{"style":2122},[47823],{"type":54,"value":2363},{"type":48,"tag":1351,"props":47825,"children":47826},{"style":1364},[47827],{"type":54,"value":6993},{"type":48,"tag":1351,"props":47829,"children":47830},{"style":1364},[47831],{"type":54,"value":1367},{"type":48,"tag":1351,"props":47833,"children":47834},{"style":5418},[47835],{"type":54,"value":47648},{"type":48,"tag":1351,"props":47837,"children":47838},{"style":1364},[47839],{"type":54,"value":96},{"type":48,"tag":1351,"props":47841,"children":47842},{"style":1364},[47843],{"type":54,"value":17040},{"type":48,"tag":1351,"props":47845,"children":47846},{"style":2122},[47847],{"type":54,"value":47661},{"type":48,"tag":1351,"props":47849,"children":47850},{"style":1364},[47851],{"type":54,"value":6993},{"type":48,"tag":1351,"props":47853,"children":47854},{"style":1364},[47855],{"type":54,"value":1367},{"type":48,"tag":1351,"props":47857,"children":47858},{"style":5418},[47859],{"type":54,"value":47674},{"type":48,"tag":1351,"props":47861,"children":47862},{"style":1364},[47863],{"type":54,"value":96},{"type":48,"tag":1351,"props":47865,"children":47866},{"style":1364},[47867],{"type":54,"value":17040},{"type":48,"tag":1351,"props":47869,"children":47870},{"style":2122},[47871],{"type":54,"value":47687},{"type":48,"tag":1351,"props":47873,"children":47874},{"style":1364},[47875],{"type":54,"value":6993},{"type":48,"tag":1351,"props":47877,"children":47878},{"style":1364},[47879],{"type":54,"value":47696},{"type":48,"tag":1351,"props":47881,"children":47882},{"class":1353,"line":2713},[47883,47887,47891,47895,47899,47903,47907,47911,47915,47919,47923,47927,47931,47935,47939,47943,47947,47951,47955,47959,47963,47967,47971,47975,47979,47983,47987,47991,47995,47999,48003,48007,48011,48015,48019,48023,48027,48031,48035,48039,48043,48047,48051,48055,48059],{"type":48,"tag":1351,"props":47884,"children":47885},{"style":1364},[47886],{"type":54,"value":29288},{"type":48,"tag":1351,"props":47888,"children":47889},{"style":5418},[47890],{"type":54,"value":15234},{"type":48,"tag":1351,"props":47892,"children":47893},{"style":5395},[47894],{"type":54,"value":24194},{"type":48,"tag":1351,"props":47896,"children":47897},{"style":1364},[47898],{"type":54,"value":5408},{"type":48,"tag":1351,"props":47900,"children":47901},{"style":1364},[47902],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47904,"children":47905},{"style":2122},[47906],{"type":54,"value":47534},{"type":48,"tag":1351,"props":47908,"children":47909},{"style":1364},[47910],{"type":54,"value":2130},{"type":48,"tag":1351,"props":47912,"children":47913},{"style":5395},[47914],{"type":54,"value":24267},{"type":48,"tag":1351,"props":47916,"children":47917},{"style":1364},[47918],{"type":54,"value":34792},{"type":48,"tag":1351,"props":47920,"children":47921},{"style":5418},[47922],{"type":54,"value":9465},{"type":48,"tag":1351,"props":47924,"children":47925},{"style":1364},[47926],{"type":54,"value":96},{"type":48,"tag":1351,"props":47928,"children":47929},{"style":1364},[47930],{"type":54,"value":17040},{"type":48,"tag":1351,"props":47932,"children":47933},{"style":2122},[47934],{"type":54,"value":47563},{"type":48,"tag":1351,"props":47936,"children":47937},{"style":1364},[47938],{"type":54,"value":6993},{"type":48,"tag":1351,"props":47940,"children":47941},{"style":1364},[47942],{"type":54,"value":1367},{"type":48,"tag":1351,"props":47944,"children":47945},{"style":5418},[47946],{"type":54,"value":9571},{"type":48,"tag":1351,"props":47948,"children":47949},{"style":1364},[47950],{"type":54,"value":96},{"type":48,"tag":1351,"props":47952,"children":47953},{"style":1364},[47954],{"type":54,"value":17040},{"type":48,"tag":1351,"props":47956,"children":47957},{"style":2122},[47958],{"type":54,"value":47563},{"type":48,"tag":1351,"props":47960,"children":47961},{"style":1364},[47962],{"type":54,"value":6993},{"type":48,"tag":1351,"props":47964,"children":47965},{"style":1364},[47966],{"type":54,"value":1367},{"type":48,"tag":1351,"props":47968,"children":47969},{"style":5418},[47970],{"type":54,"value":5176},{"type":48,"tag":1351,"props":47972,"children":47973},{"style":1364},[47974],{"type":54,"value":96},{"type":48,"tag":1351,"props":47976,"children":47977},{"style":1364},[47978],{"type":54,"value":17040},{"type":48,"tag":1351,"props":47980,"children":47981},{"style":2122},[47982],{"type":54,"value":2363},{"type":48,"tag":1351,"props":47984,"children":47985},{"style":1364},[47986],{"type":54,"value":6993},{"type":48,"tag":1351,"props":47988,"children":47989},{"style":1364},[47990],{"type":54,"value":1367},{"type":48,"tag":1351,"props":47992,"children":47993},{"style":5418},[47994],{"type":54,"value":26156},{"type":48,"tag":1351,"props":47996,"children":47997},{"style":1364},[47998],{"type":54,"value":96},{"type":48,"tag":1351,"props":48000,"children":48001},{"style":1364},[48002],{"type":54,"value":17040},{"type":48,"tag":1351,"props":48004,"children":48005},{"style":2122},[48006],{"type":54,"value":2363},{"type":48,"tag":1351,"props":48008,"children":48009},{"style":1364},[48010],{"type":54,"value":6993},{"type":48,"tag":1351,"props":48012,"children":48013},{"style":1364},[48014],{"type":54,"value":1367},{"type":48,"tag":1351,"props":48016,"children":48017},{"style":5418},[48018],{"type":54,"value":47648},{"type":48,"tag":1351,"props":48020,"children":48021},{"style":1364},[48022],{"type":54,"value":96},{"type":48,"tag":1351,"props":48024,"children":48025},{"style":1364},[48026],{"type":54,"value":17040},{"type":48,"tag":1351,"props":48028,"children":48029},{"style":2122},[48030],{"type":54,"value":47661},{"type":48,"tag":1351,"props":48032,"children":48033},{"style":1364},[48034],{"type":54,"value":6993},{"type":48,"tag":1351,"props":48036,"children":48037},{"style":1364},[48038],{"type":54,"value":1367},{"type":48,"tag":1351,"props":48040,"children":48041},{"style":5418},[48042],{"type":54,"value":47674},{"type":48,"tag":1351,"props":48044,"children":48045},{"style":1364},[48046],{"type":54,"value":96},{"type":48,"tag":1351,"props":48048,"children":48049},{"style":1364},[48050],{"type":54,"value":17040},{"type":48,"tag":1351,"props":48052,"children":48053},{"style":2122},[48054],{"type":54,"value":47687},{"type":48,"tag":1351,"props":48056,"children":48057},{"style":1364},[48058],{"type":54,"value":6993},{"type":48,"tag":1351,"props":48060,"children":48061},{"style":1364},[48062],{"type":54,"value":47696},{"type":48,"tag":1351,"props":48064,"children":48065},{"class":1353,"line":2722},[48066,48070,48074,48078,48082,48086,48090,48094,48098,48102,48106,48110,48114,48118,48122,48126,48130,48134,48138,48142,48146,48150,48154,48158,48162,48166,48170,48174,48178,48182,48186,48190,48194,48198,48202,48206,48210,48214,48218,48222,48226,48230,48234,48238,48242],{"type":48,"tag":1351,"props":48067,"children":48068},{"style":1364},[48069],{"type":54,"value":29288},{"type":48,"tag":1351,"props":48071,"children":48072},{"style":5418},[48073],{"type":54,"value":15234},{"type":48,"tag":1351,"props":48075,"children":48076},{"style":5395},[48077],{"type":54,"value":24194},{"type":48,"tag":1351,"props":48079,"children":48080},{"style":1364},[48081],{"type":54,"value":5408},{"type":48,"tag":1351,"props":48083,"children":48084},{"style":1364},[48085],{"type":54,"value":2130},{"type":48,"tag":1351,"props":48087,"children":48088},{"style":2122},[48089],{"type":54,"value":47534},{"type":48,"tag":1351,"props":48091,"children":48092},{"style":1364},[48093],{"type":54,"value":2130},{"type":48,"tag":1351,"props":48095,"children":48096},{"style":5395},[48097],{"type":54,"value":24267},{"type":48,"tag":1351,"props":48099,"children":48100},{"style":1364},[48101],{"type":54,"value":34792},{"type":48,"tag":1351,"props":48103,"children":48104},{"style":5418},[48105],{"type":54,"value":9526},{"type":48,"tag":1351,"props":48107,"children":48108},{"style":1364},[48109],{"type":54,"value":96},{"type":48,"tag":1351,"props":48111,"children":48112},{"style":1364},[48113],{"type":54,"value":17040},{"type":48,"tag":1351,"props":48115,"children":48116},{"style":2122},[48117],{"type":54,"value":47563},{"type":48,"tag":1351,"props":48119,"children":48120},{"style":1364},[48121],{"type":54,"value":6993},{"type":48,"tag":1351,"props":48123,"children":48124},{"style":1364},[48125],{"type":54,"value":1367},{"type":48,"tag":1351,"props":48127,"children":48128},{"style":5418},[48129],{"type":54,"value":9571},{"type":48,"tag":1351,"props":48131,"children":48132},{"style":1364},[48133],{"type":54,"value":96},{"type":48,"tag":1351,"props":48135,"children":48136},{"style":1364},[48137],{"type":54,"value":17040},{"type":48,"tag":1351,"props":48139,"children":48140},{"style":2122},[48141],{"type":54,"value":47563},{"type":48,"tag":1351,"props":48143,"children":48144},{"style":1364},[48145],{"type":54,"value":6993},{"type":48,"tag":1351,"props":48147,"children":48148},{"style":1364},[48149],{"type":54,"value":1367},{"type":48,"tag":1351,"props":48151,"children":48152},{"style":5418},[48153],{"type":54,"value":5176},{"type":48,"tag":1351,"props":48155,"children":48156},{"style":1364},[48157],{"type":54,"value":96},{"type":48,"tag":1351,"props":48159,"children":48160},{"style":1364},[48161],{"type":54,"value":17040},{"type":48,"tag":1351,"props":48163,"children":48164},{"style":2122},[48165],{"type":54,"value":2363},{"type":48,"tag":1351,"props":48167,"children":48168},{"style":1364},[48169],{"type":54,"value":6993},{"type":48,"tag":1351,"props":48171,"children":48172},{"style":1364},[48173],{"type":54,"value":1367},{"type":48,"tag":1351,"props":48175,"children":48176},{"style":5418},[48177],{"type":54,"value":26156},{"type":48,"tag":1351,"props":48179,"children":48180},{"style":1364},[48181],{"type":54,"value":96},{"type":48,"tag":1351,"props":48183,"children":48184},{"style":1364},[48185],{"type":54,"value":17040},{"type":48,"tag":1351,"props":48187,"children":48188},{"style":2122},[48189],{"type":54,"value":2363},{"type":48,"tag":1351,"props":48191,"children":48192},{"style":1364},[48193],{"type":54,"value":6993},{"type":48,"tag":1351,"props":48195,"children":48196},{"style":1364},[48197],{"type":54,"value":1367},{"type":48,"tag":1351,"props":48199,"children":48200},{"style":5418},[48201],{"type":54,"value":47648},{"type":48,"tag":1351,"props":48203,"children":48204},{"style":1364},[48205],{"type":54,"value":96},{"type":48,"tag":1351,"props":48207,"children":48208},{"style":1364},[48209],{"type":54,"value":17040},{"type":48,"tag":1351,"props":48211,"children":48212},{"style":2122},[48213],{"type":54,"value":47661},{"type":48,"tag":1351,"props":48215,"children":48216},{"style":1364},[48217],{"type":54,"value":6993},{"type":48,"tag":1351,"props":48219,"children":48220},{"style":1364},[48221],{"type":54,"value":1367},{"type":48,"tag":1351,"props":48223,"children":48224},{"style":5418},[48225],{"type":54,"value":47674},{"type":48,"tag":1351,"props":48227,"children":48228},{"style":1364},[48229],{"type":54,"value":96},{"type":48,"tag":1351,"props":48231,"children":48232},{"style":1364},[48233],{"type":54,"value":17040},{"type":48,"tag":1351,"props":48235,"children":48236},{"style":2122},[48237],{"type":54,"value":47687},{"type":48,"tag":1351,"props":48239,"children":48240},{"style":1364},[48241],{"type":54,"value":6993},{"type":48,"tag":1351,"props":48243,"children":48244},{"style":1364},[48245],{"type":54,"value":47696},{"type":48,"tag":1351,"props":48247,"children":48248},{"class":1353,"line":2736},[48249,48253,48257],{"type":48,"tag":1351,"props":48250,"children":48251},{"style":1364},[48252],{"type":54,"value":29365},{"type":48,"tag":1351,"props":48254,"children":48255},{"style":5418},[48256],{"type":54,"value":15234},{"type":48,"tag":1351,"props":48258,"children":48259},{"style":1364},[48260],{"type":54,"value":6919},{"type":48,"tag":1351,"props":48262,"children":48263},{"class":1353,"line":2744},[48264],{"type":48,"tag":1351,"props":48265,"children":48266},{"style":1358},[48267],{"type":54,"value":32384},{"type":48,"tag":1351,"props":48269,"children":48270},{"class":1353,"line":2753},[48271,48275,48280],{"type":48,"tag":1351,"props":48272,"children":48273},{"style":1364},[48274],{"type":54,"value":44448},{"type":48,"tag":1351,"props":48276,"children":48277},{"style":2657},[48278],{"type":54,"value":48279},"\u002F* Form inputs *\u002F",{"type":48,"tag":1351,"props":48281,"children":48282},{"style":1364},[48283],{"type":54,"value":2170},{"type":48,"tag":1351,"props":48285,"children":48286},{"class":1353,"line":2767},[48287,48291,48296],{"type":48,"tag":1351,"props":48288,"children":48289},{"style":1364},[48290],{"type":54,"value":25771},{"type":48,"tag":1351,"props":48292,"children":48293},{"style":5418},[48294],{"type":54,"value":48295},"form",{"type":48,"tag":1351,"props":48297,"children":48298},{"style":1364},[48299],{"type":54,"value":6919},{"type":48,"tag":1351,"props":48301,"children":48302},{"class":1353,"line":2781},[48303,48307,48311,48315,48319,48323,48328,48332],{"type":48,"tag":1351,"props":48304,"children":48305},{"style":1364},[48306],{"type":54,"value":29288},{"type":48,"tag":1351,"props":48308,"children":48309},{"style":5418},[48310],{"type":54,"value":15234},{"type":48,"tag":1351,"props":48312,"children":48313},{"style":5395},[48314],{"type":54,"value":24194},{"type":48,"tag":1351,"props":48316,"children":48317},{"style":1364},[48318],{"type":54,"value":5408},{"type":48,"tag":1351,"props":48320,"children":48321},{"style":1364},[48322],{"type":54,"value":2130},{"type":48,"tag":1351,"props":48324,"children":48325},{"style":2122},[48326],{"type":54,"value":48327},"grid grid-cols-1 sm:grid-cols-2 gap-6",{"type":48,"tag":1351,"props":48329,"children":48330},{"style":1364},[48331],{"type":54,"value":2130},{"type":48,"tag":1351,"props":48333,"children":48334},{"style":1364},[48335],{"type":54,"value":6919},{"type":48,"tag":1351,"props":48337,"children":48338},{"class":1353,"line":2795},[48339,48343,48348],{"type":48,"tag":1351,"props":48340,"children":48341},{"style":1364},[48342],{"type":54,"value":40687},{"type":48,"tag":1351,"props":48344,"children":48345},{"style":2657},[48346],{"type":54,"value":48347},"\u002F* Input fields go here *\u002F",{"type":48,"tag":1351,"props":48349,"children":48350},{"style":1364},[48351],{"type":54,"value":2170},{"type":48,"tag":1351,"props":48353,"children":48354},{"class":1353,"line":2803},[48355,48359,48363],{"type":48,"tag":1351,"props":48356,"children":48357},{"style":1364},[48358],{"type":54,"value":31843},{"type":48,"tag":1351,"props":48360,"children":48361},{"style":5418},[48362],{"type":54,"value":15234},{"type":48,"tag":1351,"props":48364,"children":48365},{"style":1364},[48366],{"type":54,"value":6919},{"type":48,"tag":1351,"props":48368,"children":48369},{"class":1353,"line":2812},[48370,48374,48378],{"type":48,"tag":1351,"props":48371,"children":48372},{"style":1364},[48373],{"type":54,"value":29365},{"type":48,"tag":1351,"props":48375,"children":48376},{"style":5418},[48377],{"type":54,"value":48295},{"type":48,"tag":1351,"props":48379,"children":48380},{"style":1364},[48381],{"type":54,"value":6919},{"type":48,"tag":1351,"props":48383,"children":48384},{"class":1353,"line":2826},[48385],{"type":48,"tag":1351,"props":48386,"children":48387},{"style":1358},[48388],{"type":54,"value":32384},{"type":48,"tag":1351,"props":48390,"children":48391},{"class":1353,"line":5128},[48392,48396,48401],{"type":48,"tag":1351,"props":48393,"children":48394},{"style":1364},[48395],{"type":54,"value":44448},{"type":48,"tag":1351,"props":48397,"children":48398},{"style":2657},[48399],{"type":54,"value":48400},"\u002F* Period toggle *\u002F",{"type":48,"tag":1351,"props":48402,"children":48403},{"style":1364},[48404],{"type":54,"value":2170},{"type":48,"tag":1351,"props":48406,"children":48407},{"class":1353,"line":5136},[48408,48412,48416,48420,48424,48428,48433,48437],{"type":48,"tag":1351,"props":48409,"children":48410},{"style":1364},[48411],{"type":54,"value":25771},{"type":48,"tag":1351,"props":48413,"children":48414},{"style":5418},[48415],{"type":54,"value":15234},{"type":48,"tag":1351,"props":48417,"children":48418},{"style":5395},[48419],{"type":54,"value":24194},{"type":48,"tag":1351,"props":48421,"children":48422},{"style":1364},[48423],{"type":54,"value":5408},{"type":48,"tag":1351,"props":48425,"children":48426},{"style":1364},[48427],{"type":54,"value":2130},{"type":48,"tag":1351,"props":48429,"children":48430},{"style":2122},[48431],{"type":54,"value":48432},"flex justify-end mt-6 mb-4",{"type":48,"tag":1351,"props":48434,"children":48435},{"style":1364},[48436],{"type":54,"value":2130},{"type":48,"tag":1351,"props":48438,"children":48439},{"style":1364},[48440],{"type":54,"value":6919},{"type":48,"tag":1351,"props":48442,"children":48443},{"class":1353,"line":5145},[48444,48448,48453],{"type":48,"tag":1351,"props":48445,"children":48446},{"style":1364},[48447],{"type":54,"value":42901},{"type":48,"tag":1351,"props":48449,"children":48450},{"style":2657},[48451],{"type":54,"value":48452},"\u002F* Toggle group *\u002F",{"type":48,"tag":1351,"props":48454,"children":48455},{"style":1364},[48456],{"type":54,"value":2170},{"type":48,"tag":1351,"props":48458,"children":48459},{"class":1353,"line":5162},[48460,48464,48468],{"type":48,"tag":1351,"props":48461,"children":48462},{"style":1364},[48463],{"type":54,"value":29365},{"type":48,"tag":1351,"props":48465,"children":48466},{"style":5418},[48467],{"type":54,"value":15234},{"type":48,"tag":1351,"props":48469,"children":48470},{"style":1364},[48471],{"type":54,"value":6919},{"type":48,"tag":1351,"props":48473,"children":48474},{"class":1353,"line":5195},[48475],{"type":48,"tag":1351,"props":48476,"children":48477},{"style":1358},[48478],{"type":54,"value":32384},{"type":48,"tag":1351,"props":48480,"children":48481},{"class":1353,"line":5237},[48482,48486,48491],{"type":48,"tag":1351,"props":48483,"children":48484},{"style":1364},[48485],{"type":54,"value":44448},{"type":48,"tag":1351,"props":48487,"children":48488},{"style":2657},[48489],{"type":54,"value":48490},"\u002F* Results *\u002F",{"type":48,"tag":1351,"props":48492,"children":48493},{"style":1364},[48494],{"type":54,"value":2170},{"type":48,"tag":1351,"props":48496,"children":48497},{"class":1353,"line":5245},[48498,48502,48506,48510,48514,48518,48522,48526],{"type":48,"tag":1351,"props":48499,"children":48500},{"style":1364},[48501],{"type":54,"value":25771},{"type":48,"tag":1351,"props":48503,"children":48504},{"style":5418},[48505],{"type":54,"value":15234},{"type":48,"tag":1351,"props":48507,"children":48508},{"style":5395},[48509],{"type":54,"value":24194},{"type":48,"tag":1351,"props":48511,"children":48512},{"style":1364},[48513],{"type":54,"value":5408},{"type":48,"tag":1351,"props":48515,"children":48516},{"style":1364},[48517],{"type":54,"value":2130},{"type":48,"tag":1351,"props":48519,"children":48520},{"style":2122},[48521],{"type":54,"value":31581},{"type":48,"tag":1351,"props":48523,"children":48524},{"style":1364},[48525],{"type":54,"value":2130},{"type":48,"tag":1351,"props":48527,"children":48528},{"style":1364},[48529],{"type":54,"value":6919},{"type":48,"tag":1351,"props":48531,"children":48532},{"class":1353,"line":5253},[48533,48537,48542],{"type":48,"tag":1351,"props":48534,"children":48535},{"style":1364},[48536],{"type":54,"value":42901},{"type":48,"tag":1351,"props":48538,"children":48539},{"style":2657},[48540],{"type":54,"value":48541},"\u002F* Provider comparison cards *\u002F",{"type":48,"tag":1351,"props":48543,"children":48544},{"style":1364},[48545],{"type":54,"value":2170},{"type":48,"tag":1351,"props":48547,"children":48548},{"class":1353,"line":5262},[48549,48553,48557],{"type":48,"tag":1351,"props":48550,"children":48551},{"style":1364},[48552],{"type":54,"value":29365},{"type":48,"tag":1351,"props":48554,"children":48555},{"style":5418},[48556],{"type":54,"value":15234},{"type":48,"tag":1351,"props":48558,"children":48559},{"style":1364},[48560],{"type":54,"value":6919},{"type":48,"tag":1351,"props":48562,"children":48563},{"class":1353,"line":5279},[48564],{"type":48,"tag":1351,"props":48565,"children":48566},{"style":1358},[48567],{"type":54,"value":32384},{"type":48,"tag":1351,"props":48569,"children":48570},{"class":1353,"line":5320},[48571,48575,48580],{"type":48,"tag":1351,"props":48572,"children":48573},{"style":1364},[48574],{"type":54,"value":44448},{"type":48,"tag":1351,"props":48576,"children":48577},{"style":2657},[48578],{"type":54,"value":48579},"\u002F* Use case presets *\u002F",{"type":48,"tag":1351,"props":48581,"children":48582},{"style":1364},[48583],{"type":54,"value":2170},{"type":48,"tag":1351,"props":48585,"children":48586},{"class":1353,"line":5361},[48587,48591,48595,48599,48603,48607,48612,48616],{"type":48,"tag":1351,"props":48588,"children":48589},{"style":1364},[48590],{"type":54,"value":25771},{"type":48,"tag":1351,"props":48592,"children":48593},{"style":5418},[48594],{"type":54,"value":15234},{"type":48,"tag":1351,"props":48596,"children":48597},{"style":5395},[48598],{"type":54,"value":24194},{"type":48,"tag":1351,"props":48600,"children":48601},{"style":1364},[48602],{"type":54,"value":5408},{"type":48,"tag":1351,"props":48604,"children":48605},{"style":1364},[48606],{"type":54,"value":2130},{"type":48,"tag":1351,"props":48608,"children":48609},{"style":2122},[48610],{"type":54,"value":48611},"mt-6 pt-6 border-t border-[#EBD5C1]\u002F50",{"type":48,"tag":1351,"props":48613,"children":48614},{"style":1364},[48615],{"type":54,"value":2130},{"type":48,"tag":1351,"props":48617,"children":48618},{"style":1364},[48619],{"type":54,"value":6919},{"type":48,"tag":1351,"props":48621,"children":48622},{"class":1353,"line":11545},[48623,48627,48631,48635,48639,48643,48648,48652,48656,48661,48665,48669],{"type":48,"tag":1351,"props":48624,"children":48625},{"style":1364},[48626],{"type":54,"value":29288},{"type":48,"tag":1351,"props":48628,"children":48629},{"style":5418},[48630],{"type":54,"value":61},{"type":48,"tag":1351,"props":48632,"children":48633},{"style":5395},[48634],{"type":54,"value":24194},{"type":48,"tag":1351,"props":48636,"children":48637},{"style":1364},[48638],{"type":54,"value":5408},{"type":48,"tag":1351,"props":48640,"children":48641},{"style":1364},[48642],{"type":54,"value":2130},{"type":48,"tag":1351,"props":48644,"children":48645},{"style":2122},[48646],{"type":54,"value":48647},"text-sm text-[#521000]\u002F60 mb-3",{"type":48,"tag":1351,"props":48649,"children":48650},{"style":1364},[48651],{"type":54,"value":2130},{"type":48,"tag":1351,"props":48653,"children":48654},{"style":1364},[48655],{"type":54,"value":28405},{"type":48,"tag":1351,"props":48657,"children":48658},{"style":1358},[48659],{"type":54,"value":48660},"Try a use case",{"type":48,"tag":1351,"props":48662,"children":48663},{"style":1364},[48664],{"type":54,"value":7118},{"type":48,"tag":1351,"props":48666,"children":48667},{"style":5418},[48668],{"type":54,"value":61},{"type":48,"tag":1351,"props":48670,"children":48671},{"style":1364},[48672],{"type":54,"value":6919},{"type":48,"tag":1351,"props":48674,"children":48675},{"class":1353,"line":11571},[48676,48680,48684,48688,48692,48696,48701,48705],{"type":48,"tag":1351,"props":48677,"children":48678},{"style":1364},[48679],{"type":54,"value":29288},{"type":48,"tag":1351,"props":48681,"children":48682},{"style":5418},[48683],{"type":54,"value":15234},{"type":48,"tag":1351,"props":48685,"children":48686},{"style":5395},[48687],{"type":54,"value":24194},{"type":48,"tag":1351,"props":48689,"children":48690},{"style":1364},[48691],{"type":54,"value":5408},{"type":48,"tag":1351,"props":48693,"children":48694},{"style":1364},[48695],{"type":54,"value":2130},{"type":48,"tag":1351,"props":48697,"children":48698},{"style":2122},[48699],{"type":54,"value":48700},"grid grid-cols-3 gap-3",{"type":48,"tag":1351,"props":48702,"children":48703},{"style":1364},[48704],{"type":54,"value":2130},{"type":48,"tag":1351,"props":48706,"children":48707},{"style":1364},[48708],{"type":54,"value":6919},{"type":48,"tag":1351,"props":48710,"children":48711},{"class":1353,"line":11597},[48712,48716,48721],{"type":48,"tag":1351,"props":48713,"children":48714},{"style":1364},[48715],{"type":54,"value":40687},{"type":48,"tag":1351,"props":48717,"children":48718},{"style":2657},[48719],{"type":54,"value":48720},"\u002F* Use case buttons *\u002F",{"type":48,"tag":1351,"props":48722,"children":48723},{"style":1364},[48724],{"type":54,"value":2170},{"type":48,"tag":1351,"props":48726,"children":48727},{"class":1353,"line":11623},[48728,48732,48736],{"type":48,"tag":1351,"props":48729,"children":48730},{"style":1364},[48731],{"type":54,"value":31843},{"type":48,"tag":1351,"props":48733,"children":48734},{"style":5418},[48735],{"type":54,"value":15234},{"type":48,"tag":1351,"props":48737,"children":48738},{"style":1364},[48739],{"type":54,"value":6919},{"type":48,"tag":1351,"props":48741,"children":48742},{"class":1353,"line":11631},[48743,48747,48751],{"type":48,"tag":1351,"props":48744,"children":48745},{"style":1364},[48746],{"type":54,"value":29365},{"type":48,"tag":1351,"props":48748,"children":48749},{"style":5418},[48750],{"type":54,"value":15234},{"type":48,"tag":1351,"props":48752,"children":48753},{"style":1364},[48754],{"type":54,"value":6919},{"type":48,"tag":1351,"props":48756,"children":48757},{"class":1353,"line":11640},[48758,48762,48766],{"type":48,"tag":1351,"props":48759,"children":48760},{"style":1364},[48761],{"type":54,"value":25930},{"type":48,"tag":1351,"props":48763,"children":48764},{"style":5418},[48765],{"type":54,"value":15234},{"type":48,"tag":1351,"props":48767,"children":48768},{"style":1364},[48769],{"type":54,"value":6919},{"type":48,"tag":1351,"props":48771,"children":48772},{"class":1353,"line":11666},[48773,48777,48781],{"type":48,"tag":1351,"props":48774,"children":48775},{"style":1364},[48776],{"type":54,"value":7118},{"type":48,"tag":1351,"props":48778,"children":48779},{"style":5418},[48780],{"type":54,"value":47374},{"type":48,"tag":1351,"props":48782,"children":48783},{"style":1364},[48784],{"type":54,"value":6919},{"type":48,"tag":107,"props":48786,"children":48787},{},[],{"type":48,"tag":111,"props":48789,"children":48791},{"id":48790},"calc-pricing-table",[48792],{"type":54,"value":48793},"CALC-PRICING-TABLE",{"type":48,"tag":61,"props":48795,"children":48796},{},[48797],{"type":54,"value":48798},"Pricing details table for showing tiered or itemized costs.",{"type":48,"tag":151,"props":48800,"children":48802},{"id":48801},"react-tailwind-22",[48803],{"type":54,"value":24169},{"type":48,"tag":118,"props":48805,"children":48807},{"className":24172,"code":48806,"language":24174,"meta":126,"style":126},"\u003Cdiv className=\"bg-[#FFFDFB] border border-[#EBD5C1] p-6\">\n  \u003Cdiv className=\"mb-6\">\n    \u003Ch2 className=\"font-medium text-lg text-[#521000] mb-2\">Pricing Details\u003C\u002Fh2>\n    \u003Cp className=\"text-sm text-[#521000]\u002F60\">\n      Pricing is based on actual usage. Pay only for what you consume — no commitments, no per-seat fees.\n      \u003Ca className=\"underline text-[#FF4801] hover:text-[#FF4801]\u002F80 transition-colors ml-1\" href=\"#\">\n        View pricing documentation\n      \u003C\u002Fa>\n    \u003C\u002Fp>\n  \u003C\u002Fdiv>\n  \n  \u003Cdiv className=\"overflow-x-auto -mx-6 px-6\">\n    \u003Ctable className=\"w-full text-sm\">\n      \u003Cthead>\n        \u003Ctr className=\"border-b border-[#EBD5C1]\">\n          \u003Cth className=\"text-left py-3 pr-4 font-medium text-[#521000]\">\u003C\u002Fth>\n          \u003Cth className=\"text-left py-3 px-4 font-medium text-[#521000]\">Forever Free\u003C\u002Fth>\n          \u003Cth className=\"text-left py-3 pl-4 font-medium text-[#521000]\">Monthly Rates\u003C\u002Fth>\n        \u003C\u002Ftr>\n      \u003C\u002Fthead>\n      \u003Ctbody className=\"text-[#521000]\u002F60\">\n        \u003Ctr className=\"border-b border-[#EBD5C1]\u002F50\">\n          \u003Ctd className=\"py-3 pr-4 font-medium text-[#521000]\">Storage\u003C\u002Ftd>\n          \u003Ctd className=\"py-3 px-4\">10 GB \u002F month\u003C\u002Ftd>\n          \u003Ctd className=\"py-3 pl-4\">$0.015 \u002F GB storage\u003C\u002Ftd>\n        \u003C\u002Ftr>\n        \u003Ctr className=\"border-b border-[#EBD5C1]\u002F50\">\n          \u003Ctd className=\"py-3 pr-4 font-medium text-[#521000]\">Class A operations: write or list\u003C\u002Ftd>\n          \u003Ctd className=\"py-3 px-4\">1,000,000 \u002F month\u003C\u002Ftd>\n          \u003Ctd className=\"py-3 pl-4\">$4.50 \u002F million\u003C\u002Ftd>\n        \u003C\u002Ftr>\n        \u003Ctr className=\"border-b border-[#EBD5C1]\u002F50\">\n          \u003Ctd className=\"py-3 pr-4 font-medium text-[#521000]\">Class B operations: read\u003C\u002Ftd>\n          \u003Ctd className=\"py-3 px-4\">10,000,000 \u002F month\u003C\u002Ftd>\n          \u003Ctd className=\"py-3 pl-4\">$0.36 \u002F million\u003C\u002Ftd>\n        \u003C\u002Ftr>\n        \u003Ctr>\n          \u003Ctd className=\"py-3 pr-4 font-medium text-[#521000]\">Egress (data transfer to Internet)\u003C\u002Ftd>\n          \u003Ctd className=\"py-3 px-4\">Free\u003C\u002Ftd>\n          \u003Ctd className=\"py-3 pl-4\">Free\u003C\u002Ftd>\n        \u003C\u002Ftr>\n      \u003C\u002Ftbody>\n    \u003C\u002Ftable>\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n",[48808],{"type":48,"tag":89,"props":48809,"children":48810},{"__ignoreMap":126},[48811,48847,48883,48936,48971,48979,49035,49043,49058,49073,49088,49095,49131,49167,49182,49218,49262,49315,49368,49383,49398,49434,49470,49523,49576,49629,49644,49679,49731,49783,49835,49850,49885,49937,49989,50041,50056,50071,50123,50175,50226,50241,50256,50271,50286],{"type":48,"tag":1351,"props":48812,"children":48813},{"class":1353,"line":1354},[48814,48818,48822,48826,48830,48834,48839,48843],{"type":48,"tag":1351,"props":48815,"children":48816},{"style":1364},[48817],{"type":54,"value":6909},{"type":48,"tag":1351,"props":48819,"children":48820},{"style":5418},[48821],{"type":54,"value":15234},{"type":48,"tag":1351,"props":48823,"children":48824},{"style":5395},[48825],{"type":54,"value":24194},{"type":48,"tag":1351,"props":48827,"children":48828},{"style":1364},[48829],{"type":54,"value":5408},{"type":48,"tag":1351,"props":48831,"children":48832},{"style":1364},[48833],{"type":54,"value":2130},{"type":48,"tag":1351,"props":48835,"children":48836},{"style":2122},[48837],{"type":54,"value":48838},"bg-[#FFFDFB] border border-[#EBD5C1] p-6",{"type":48,"tag":1351,"props":48840,"children":48841},{"style":1364},[48842],{"type":54,"value":2130},{"type":48,"tag":1351,"props":48844,"children":48845},{"style":1364},[48846],{"type":54,"value":6919},{"type":48,"tag":1351,"props":48848,"children":48849},{"class":1353,"line":1417},[48850,48854,48858,48862,48866,48870,48875,48879],{"type":48,"tag":1351,"props":48851,"children":48852},{"style":1364},[48853],{"type":54,"value":15268},{"type":48,"tag":1351,"props":48855,"children":48856},{"style":5418},[48857],{"type":54,"value":15234},{"type":48,"tag":1351,"props":48859,"children":48860},{"style":5395},[48861],{"type":54,"value":24194},{"type":48,"tag":1351,"props":48863,"children":48864},{"style":1364},[48865],{"type":54,"value":5408},{"type":48,"tag":1351,"props":48867,"children":48868},{"style":1364},[48869],{"type":54,"value":2130},{"type":48,"tag":1351,"props":48871,"children":48872},{"style":2122},[48873],{"type":54,"value":48874},"mb-6",{"type":48,"tag":1351,"props":48876,"children":48877},{"style":1364},[48878],{"type":54,"value":2130},{"type":48,"tag":1351,"props":48880,"children":48881},{"style":1364},[48882],{"type":54,"value":6919},{"type":48,"tag":1351,"props":48884,"children":48885},{"class":1353,"line":2059},[48886,48890,48894,48898,48902,48906,48911,48915,48919,48924,48928,48932],{"type":48,"tag":1351,"props":48887,"children":48888},{"style":1364},[48889],{"type":54,"value":25771},{"type":48,"tag":1351,"props":48891,"children":48892},{"style":5418},[48893],{"type":54,"value":111},{"type":48,"tag":1351,"props":48895,"children":48896},{"style":5395},[48897],{"type":54,"value":24194},{"type":48,"tag":1351,"props":48899,"children":48900},{"style":1364},[48901],{"type":54,"value":5408},{"type":48,"tag":1351,"props":48903,"children":48904},{"style":1364},[48905],{"type":54,"value":2130},{"type":48,"tag":1351,"props":48907,"children":48908},{"style":2122},[48909],{"type":54,"value":48910},"font-medium text-lg text-[#521000] mb-2",{"type":48,"tag":1351,"props":48912,"children":48913},{"style":1364},[48914],{"type":54,"value":2130},{"type":48,"tag":1351,"props":48916,"children":48917},{"style":1364},[48918],{"type":54,"value":28405},{"type":48,"tag":1351,"props":48920,"children":48921},{"style":1358},[48922],{"type":54,"value":48923},"Pricing Details",{"type":48,"tag":1351,"props":48925,"children":48926},{"style":1364},[48927],{"type":54,"value":7118},{"type":48,"tag":1351,"props":48929,"children":48930},{"style":5418},[48931],{"type":54,"value":111},{"type":48,"tag":1351,"props":48933,"children":48934},{"style":1364},[48935],{"type":54,"value":6919},{"type":48,"tag":1351,"props":48937,"children":48938},{"class":1353,"line":2081},[48939,48943,48947,48951,48955,48959,48963,48967],{"type":48,"tag":1351,"props":48940,"children":48941},{"style":1364},[48942],{"type":54,"value":25771},{"type":48,"tag":1351,"props":48944,"children":48945},{"style":5418},[48946],{"type":54,"value":61},{"type":48,"tag":1351,"props":48948,"children":48949},{"style":5395},[48950],{"type":54,"value":24194},{"type":48,"tag":1351,"props":48952,"children":48953},{"style":1364},[48954],{"type":54,"value":5408},{"type":48,"tag":1351,"props":48956,"children":48957},{"style":1364},[48958],{"type":54,"value":2130},{"type":48,"tag":1351,"props":48960,"children":48961},{"style":2122},[48962],{"type":54,"value":31386},{"type":48,"tag":1351,"props":48964,"children":48965},{"style":1364},[48966],{"type":54,"value":2130},{"type":48,"tag":1351,"props":48968,"children":48969},{"style":1364},[48970],{"type":54,"value":6919},{"type":48,"tag":1351,"props":48972,"children":48973},{"class":1353,"line":2104},[48974],{"type":48,"tag":1351,"props":48975,"children":48976},{"style":1358},[48977],{"type":54,"value":48978},"      Pricing is based on actual usage. Pay only for what you consume — no commitments, no per-seat fees.\n",{"type":48,"tag":1351,"props":48980,"children":48981},{"class":1353,"line":2164},[48982,48986,48990,48994,48998,49002,49007,49011,49015,49019,49023,49027,49031],{"type":48,"tag":1351,"props":48983,"children":48984},{"style":1364},[48985],{"type":54,"value":29288},{"type":48,"tag":1351,"props":48987,"children":48988},{"style":5418},[48989],{"type":54,"value":21717},{"type":48,"tag":1351,"props":48991,"children":48992},{"style":5395},[48993],{"type":54,"value":24194},{"type":48,"tag":1351,"props":48995,"children":48996},{"style":1364},[48997],{"type":54,"value":5408},{"type":48,"tag":1351,"props":48999,"children":49000},{"style":1364},[49001],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49003,"children":49004},{"style":2122},[49005],{"type":54,"value":49006},"underline text-[#FF4801] hover:text-[#FF4801]\u002F80 transition-colors ml-1",{"type":48,"tag":1351,"props":49008,"children":49009},{"style":1364},[49010],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49012,"children":49013},{"style":5395},[49014],{"type":54,"value":26481},{"type":48,"tag":1351,"props":49016,"children":49017},{"style":1364},[49018],{"type":54,"value":5408},{"type":48,"tag":1351,"props":49020,"children":49021},{"style":1364},[49022],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49024,"children":49025},{"style":2122},[49026],{"type":54,"value":26494},{"type":48,"tag":1351,"props":49028,"children":49029},{"style":1364},[49030],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49032,"children":49033},{"style":1364},[49034],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49036,"children":49037},{"class":1353,"line":2713},[49038],{"type":48,"tag":1351,"props":49039,"children":49040},{"style":1358},[49041],{"type":54,"value":49042},"        View pricing documentation\n",{"type":48,"tag":1351,"props":49044,"children":49045},{"class":1353,"line":2722},[49046,49050,49054],{"type":48,"tag":1351,"props":49047,"children":49048},{"style":1364},[49049],{"type":54,"value":31843},{"type":48,"tag":1351,"props":49051,"children":49052},{"style":5418},[49053],{"type":54,"value":21717},{"type":48,"tag":1351,"props":49055,"children":49056},{"style":1364},[49057],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49059,"children":49060},{"class":1353,"line":2736},[49061,49065,49069],{"type":48,"tag":1351,"props":49062,"children":49063},{"style":1364},[49064],{"type":54,"value":29365},{"type":48,"tag":1351,"props":49066,"children":49067},{"style":5418},[49068],{"type":54,"value":61},{"type":48,"tag":1351,"props":49070,"children":49071},{"style":1364},[49072],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49074,"children":49075},{"class":1353,"line":2744},[49076,49080,49084],{"type":48,"tag":1351,"props":49077,"children":49078},{"style":1364},[49079],{"type":54,"value":25930},{"type":48,"tag":1351,"props":49081,"children":49082},{"style":5418},[49083],{"type":54,"value":15234},{"type":48,"tag":1351,"props":49085,"children":49086},{"style":1364},[49087],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49089,"children":49090},{"class":1353,"line":2753},[49091],{"type":48,"tag":1351,"props":49092,"children":49093},{"style":1358},[49094],{"type":54,"value":11049},{"type":48,"tag":1351,"props":49096,"children":49097},{"class":1353,"line":2767},[49098,49102,49106,49110,49114,49118,49123,49127],{"type":48,"tag":1351,"props":49099,"children":49100},{"style":1364},[49101],{"type":54,"value":15268},{"type":48,"tag":1351,"props":49103,"children":49104},{"style":5418},[49105],{"type":54,"value":15234},{"type":48,"tag":1351,"props":49107,"children":49108},{"style":5395},[49109],{"type":54,"value":24194},{"type":48,"tag":1351,"props":49111,"children":49112},{"style":1364},[49113],{"type":54,"value":5408},{"type":48,"tag":1351,"props":49115,"children":49116},{"style":1364},[49117],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49119,"children":49120},{"style":2122},[49121],{"type":54,"value":49122},"overflow-x-auto -mx-6 px-6",{"type":48,"tag":1351,"props":49124,"children":49125},{"style":1364},[49126],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49128,"children":49129},{"style":1364},[49130],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49132,"children":49133},{"class":1353,"line":2781},[49134,49138,49142,49146,49150,49154,49159,49163],{"type":48,"tag":1351,"props":49135,"children":49136},{"style":1364},[49137],{"type":54,"value":25771},{"type":48,"tag":1351,"props":49139,"children":49140},{"style":5418},[49141],{"type":54,"value":158},{"type":48,"tag":1351,"props":49143,"children":49144},{"style":5395},[49145],{"type":54,"value":24194},{"type":48,"tag":1351,"props":49147,"children":49148},{"style":1364},[49149],{"type":54,"value":5408},{"type":48,"tag":1351,"props":49151,"children":49152},{"style":1364},[49153],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49155,"children":49156},{"style":2122},[49157],{"type":54,"value":49158},"w-full text-sm",{"type":48,"tag":1351,"props":49160,"children":49161},{"style":1364},[49162],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49164,"children":49165},{"style":1364},[49166],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49168,"children":49169},{"class":1353,"line":2795},[49170,49174,49178],{"type":48,"tag":1351,"props":49171,"children":49172},{"style":1364},[49173],{"type":54,"value":29288},{"type":48,"tag":1351,"props":49175,"children":49176},{"style":5418},[49177],{"type":54,"value":162},{"type":48,"tag":1351,"props":49179,"children":49180},{"style":1364},[49181],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49183,"children":49184},{"class":1353,"line":2803},[49185,49189,49193,49197,49201,49205,49210,49214],{"type":48,"tag":1351,"props":49186,"children":49187},{"style":1364},[49188],{"type":54,"value":31633},{"type":48,"tag":1351,"props":49190,"children":49191},{"style":5418},[49192],{"type":54,"value":166},{"type":48,"tag":1351,"props":49194,"children":49195},{"style":5395},[49196],{"type":54,"value":24194},{"type":48,"tag":1351,"props":49198,"children":49199},{"style":1364},[49200],{"type":54,"value":5408},{"type":48,"tag":1351,"props":49202,"children":49203},{"style":1364},[49204],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49206,"children":49207},{"style":2122},[49208],{"type":54,"value":49209},"border-b border-[#EBD5C1]",{"type":48,"tag":1351,"props":49211,"children":49212},{"style":1364},[49213],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49215,"children":49216},{"style":1364},[49217],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49219,"children":49220},{"class":1353,"line":2812},[49221,49225,49229,49233,49237,49241,49246,49250,49254,49258],{"type":48,"tag":1351,"props":49222,"children":49223},{"style":1364},[49224],{"type":54,"value":31742},{"type":48,"tag":1351,"props":49226,"children":49227},{"style":5418},[49228],{"type":54,"value":170},{"type":48,"tag":1351,"props":49230,"children":49231},{"style":5395},[49232],{"type":54,"value":24194},{"type":48,"tag":1351,"props":49234,"children":49235},{"style":1364},[49236],{"type":54,"value":5408},{"type":48,"tag":1351,"props":49238,"children":49239},{"style":1364},[49240],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49242,"children":49243},{"style":2122},[49244],{"type":54,"value":49245},"text-left py-3 pr-4 font-medium text-[#521000]",{"type":48,"tag":1351,"props":49247,"children":49248},{"style":1364},[49249],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49251,"children":49252},{"style":1364},[49253],{"type":54,"value":15327},{"type":48,"tag":1351,"props":49255,"children":49256},{"style":5418},[49257],{"type":54,"value":170},{"type":48,"tag":1351,"props":49259,"children":49260},{"style":1364},[49261],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49263,"children":49264},{"class":1353,"line":2826},[49265,49269,49273,49277,49281,49285,49290,49294,49298,49303,49307,49311],{"type":48,"tag":1351,"props":49266,"children":49267},{"style":1364},[49268],{"type":54,"value":31742},{"type":48,"tag":1351,"props":49270,"children":49271},{"style":5418},[49272],{"type":54,"value":170},{"type":48,"tag":1351,"props":49274,"children":49275},{"style":5395},[49276],{"type":54,"value":24194},{"type":48,"tag":1351,"props":49278,"children":49279},{"style":1364},[49280],{"type":54,"value":5408},{"type":48,"tag":1351,"props":49282,"children":49283},{"style":1364},[49284],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49286,"children":49287},{"style":2122},[49288],{"type":54,"value":49289},"text-left py-3 px-4 font-medium text-[#521000]",{"type":48,"tag":1351,"props":49291,"children":49292},{"style":1364},[49293],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49295,"children":49296},{"style":1364},[49297],{"type":54,"value":28405},{"type":48,"tag":1351,"props":49299,"children":49300},{"style":1358},[49301],{"type":54,"value":49302},"Forever Free",{"type":48,"tag":1351,"props":49304,"children":49305},{"style":1364},[49306],{"type":54,"value":7118},{"type":48,"tag":1351,"props":49308,"children":49309},{"style":5418},[49310],{"type":54,"value":170},{"type":48,"tag":1351,"props":49312,"children":49313},{"style":1364},[49314],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49316,"children":49317},{"class":1353,"line":5128},[49318,49322,49326,49330,49334,49338,49343,49347,49351,49356,49360,49364],{"type":48,"tag":1351,"props":49319,"children":49320},{"style":1364},[49321],{"type":54,"value":31742},{"type":48,"tag":1351,"props":49323,"children":49324},{"style":5418},[49325],{"type":54,"value":170},{"type":48,"tag":1351,"props":49327,"children":49328},{"style":5395},[49329],{"type":54,"value":24194},{"type":48,"tag":1351,"props":49331,"children":49332},{"style":1364},[49333],{"type":54,"value":5408},{"type":48,"tag":1351,"props":49335,"children":49336},{"style":1364},[49337],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49339,"children":49340},{"style":2122},[49341],{"type":54,"value":49342},"text-left py-3 pl-4 font-medium text-[#521000]",{"type":48,"tag":1351,"props":49344,"children":49345},{"style":1364},[49346],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49348,"children":49349},{"style":1364},[49350],{"type":54,"value":28405},{"type":48,"tag":1351,"props":49352,"children":49353},{"style":1358},[49354],{"type":54,"value":49355},"Monthly Rates",{"type":48,"tag":1351,"props":49357,"children":49358},{"style":1364},[49359],{"type":54,"value":7118},{"type":48,"tag":1351,"props":49361,"children":49362},{"style":5418},[49363],{"type":54,"value":170},{"type":48,"tag":1351,"props":49365,"children":49366},{"style":1364},[49367],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49369,"children":49370},{"class":1353,"line":5136},[49371,49375,49379],{"type":48,"tag":1351,"props":49372,"children":49373},{"style":1364},[49374],{"type":54,"value":31819},{"type":48,"tag":1351,"props":49376,"children":49377},{"style":5418},[49378],{"type":54,"value":166},{"type":48,"tag":1351,"props":49380,"children":49381},{"style":1364},[49382],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49384,"children":49385},{"class":1353,"line":5145},[49386,49390,49394],{"type":48,"tag":1351,"props":49387,"children":49388},{"style":1364},[49389],{"type":54,"value":31843},{"type":48,"tag":1351,"props":49391,"children":49392},{"style":5418},[49393],{"type":54,"value":162},{"type":48,"tag":1351,"props":49395,"children":49396},{"style":1364},[49397],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49399,"children":49400},{"class":1353,"line":5162},[49401,49405,49409,49413,49417,49421,49426,49430],{"type":48,"tag":1351,"props":49402,"children":49403},{"style":1364},[49404],{"type":54,"value":29288},{"type":48,"tag":1351,"props":49406,"children":49407},{"style":5418},[49408],{"type":54,"value":181},{"type":48,"tag":1351,"props":49410,"children":49411},{"style":5395},[49412],{"type":54,"value":24194},{"type":48,"tag":1351,"props":49414,"children":49415},{"style":1364},[49416],{"type":54,"value":5408},{"type":48,"tag":1351,"props":49418,"children":49419},{"style":1364},[49420],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49422,"children":49423},{"style":2122},[49424],{"type":54,"value":49425},"text-[#521000]\u002F60",{"type":48,"tag":1351,"props":49427,"children":49428},{"style":1364},[49429],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49431,"children":49432},{"style":1364},[49433],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49435,"children":49436},{"class":1353,"line":5195},[49437,49441,49445,49449,49453,49457,49462,49466],{"type":48,"tag":1351,"props":49438,"children":49439},{"style":1364},[49440],{"type":54,"value":31633},{"type":48,"tag":1351,"props":49442,"children":49443},{"style":5418},[49444],{"type":54,"value":166},{"type":48,"tag":1351,"props":49446,"children":49447},{"style":5395},[49448],{"type":54,"value":24194},{"type":48,"tag":1351,"props":49450,"children":49451},{"style":1364},[49452],{"type":54,"value":5408},{"type":48,"tag":1351,"props":49454,"children":49455},{"style":1364},[49456],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49458,"children":49459},{"style":2122},[49460],{"type":54,"value":49461},"border-b border-[#EBD5C1]\u002F50",{"type":48,"tag":1351,"props":49463,"children":49464},{"style":1364},[49465],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49467,"children":49468},{"style":1364},[49469],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49471,"children":49472},{"class":1353,"line":5237},[49473,49477,49481,49485,49489,49493,49498,49502,49506,49511,49515,49519],{"type":48,"tag":1351,"props":49474,"children":49475},{"style":1364},[49476],{"type":54,"value":31742},{"type":48,"tag":1351,"props":49478,"children":49479},{"style":5418},[49480],{"type":54,"value":188},{"type":48,"tag":1351,"props":49482,"children":49483},{"style":5395},[49484],{"type":54,"value":24194},{"type":48,"tag":1351,"props":49486,"children":49487},{"style":1364},[49488],{"type":54,"value":5408},{"type":48,"tag":1351,"props":49490,"children":49491},{"style":1364},[49492],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49494,"children":49495},{"style":2122},[49496],{"type":54,"value":49497},"py-3 pr-4 font-medium text-[#521000]",{"type":48,"tag":1351,"props":49499,"children":49500},{"style":1364},[49501],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49503,"children":49504},{"style":1364},[49505],{"type":54,"value":28405},{"type":48,"tag":1351,"props":49507,"children":49508},{"style":1358},[49509],{"type":54,"value":49510},"Storage",{"type":48,"tag":1351,"props":49512,"children":49513},{"style":1364},[49514],{"type":54,"value":7118},{"type":48,"tag":1351,"props":49516,"children":49517},{"style":5418},[49518],{"type":54,"value":188},{"type":48,"tag":1351,"props":49520,"children":49521},{"style":1364},[49522],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49524,"children":49525},{"class":1353,"line":5245},[49526,49530,49534,49538,49542,49546,49551,49555,49559,49564,49568,49572],{"type":48,"tag":1351,"props":49527,"children":49528},{"style":1364},[49529],{"type":54,"value":31742},{"type":48,"tag":1351,"props":49531,"children":49532},{"style":5418},[49533],{"type":54,"value":188},{"type":48,"tag":1351,"props":49535,"children":49536},{"style":5395},[49537],{"type":54,"value":24194},{"type":48,"tag":1351,"props":49539,"children":49540},{"style":1364},[49541],{"type":54,"value":5408},{"type":48,"tag":1351,"props":49543,"children":49544},{"style":1364},[49545],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49547,"children":49548},{"style":2122},[49549],{"type":54,"value":49550},"py-3 px-4",{"type":48,"tag":1351,"props":49552,"children":49553},{"style":1364},[49554],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49556,"children":49557},{"style":1364},[49558],{"type":54,"value":28405},{"type":48,"tag":1351,"props":49560,"children":49561},{"style":1358},[49562],{"type":54,"value":49563},"10 GB \u002F month",{"type":48,"tag":1351,"props":49565,"children":49566},{"style":1364},[49567],{"type":54,"value":7118},{"type":48,"tag":1351,"props":49569,"children":49570},{"style":5418},[49571],{"type":54,"value":188},{"type":48,"tag":1351,"props":49573,"children":49574},{"style":1364},[49575],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49577,"children":49578},{"class":1353,"line":5253},[49579,49583,49587,49591,49595,49599,49604,49608,49612,49617,49621,49625],{"type":48,"tag":1351,"props":49580,"children":49581},{"style":1364},[49582],{"type":54,"value":31742},{"type":48,"tag":1351,"props":49584,"children":49585},{"style":5418},[49586],{"type":54,"value":188},{"type":48,"tag":1351,"props":49588,"children":49589},{"style":5395},[49590],{"type":54,"value":24194},{"type":48,"tag":1351,"props":49592,"children":49593},{"style":1364},[49594],{"type":54,"value":5408},{"type":48,"tag":1351,"props":49596,"children":49597},{"style":1364},[49598],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49600,"children":49601},{"style":2122},[49602],{"type":54,"value":49603},"py-3 pl-4",{"type":48,"tag":1351,"props":49605,"children":49606},{"style":1364},[49607],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49609,"children":49610},{"style":1364},[49611],{"type":54,"value":28405},{"type":48,"tag":1351,"props":49613,"children":49614},{"style":1358},[49615],{"type":54,"value":49616},"$0.015 \u002F GB storage",{"type":48,"tag":1351,"props":49618,"children":49619},{"style":1364},[49620],{"type":54,"value":7118},{"type":48,"tag":1351,"props":49622,"children":49623},{"style":5418},[49624],{"type":54,"value":188},{"type":48,"tag":1351,"props":49626,"children":49627},{"style":1364},[49628],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49630,"children":49631},{"class":1353,"line":5262},[49632,49636,49640],{"type":48,"tag":1351,"props":49633,"children":49634},{"style":1364},[49635],{"type":54,"value":31819},{"type":48,"tag":1351,"props":49637,"children":49638},{"style":5418},[49639],{"type":54,"value":166},{"type":48,"tag":1351,"props":49641,"children":49642},{"style":1364},[49643],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49645,"children":49646},{"class":1353,"line":5279},[49647,49651,49655,49659,49663,49667,49671,49675],{"type":48,"tag":1351,"props":49648,"children":49649},{"style":1364},[49650],{"type":54,"value":31633},{"type":48,"tag":1351,"props":49652,"children":49653},{"style":5418},[49654],{"type":54,"value":166},{"type":48,"tag":1351,"props":49656,"children":49657},{"style":5395},[49658],{"type":54,"value":24194},{"type":48,"tag":1351,"props":49660,"children":49661},{"style":1364},[49662],{"type":54,"value":5408},{"type":48,"tag":1351,"props":49664,"children":49665},{"style":1364},[49666],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49668,"children":49669},{"style":2122},[49670],{"type":54,"value":49461},{"type":48,"tag":1351,"props":49672,"children":49673},{"style":1364},[49674],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49676,"children":49677},{"style":1364},[49678],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49680,"children":49681},{"class":1353,"line":5320},[49682,49686,49690,49694,49698,49702,49706,49710,49714,49719,49723,49727],{"type":48,"tag":1351,"props":49683,"children":49684},{"style":1364},[49685],{"type":54,"value":31742},{"type":48,"tag":1351,"props":49687,"children":49688},{"style":5418},[49689],{"type":54,"value":188},{"type":48,"tag":1351,"props":49691,"children":49692},{"style":5395},[49693],{"type":54,"value":24194},{"type":48,"tag":1351,"props":49695,"children":49696},{"style":1364},[49697],{"type":54,"value":5408},{"type":48,"tag":1351,"props":49699,"children":49700},{"style":1364},[49701],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49703,"children":49704},{"style":2122},[49705],{"type":54,"value":49497},{"type":48,"tag":1351,"props":49707,"children":49708},{"style":1364},[49709],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49711,"children":49712},{"style":1364},[49713],{"type":54,"value":28405},{"type":48,"tag":1351,"props":49715,"children":49716},{"style":1358},[49717],{"type":54,"value":49718},"Class A operations: write or list",{"type":48,"tag":1351,"props":49720,"children":49721},{"style":1364},[49722],{"type":54,"value":7118},{"type":48,"tag":1351,"props":49724,"children":49725},{"style":5418},[49726],{"type":54,"value":188},{"type":48,"tag":1351,"props":49728,"children":49729},{"style":1364},[49730],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49732,"children":49733},{"class":1353,"line":5361},[49734,49738,49742,49746,49750,49754,49758,49762,49766,49771,49775,49779],{"type":48,"tag":1351,"props":49735,"children":49736},{"style":1364},[49737],{"type":54,"value":31742},{"type":48,"tag":1351,"props":49739,"children":49740},{"style":5418},[49741],{"type":54,"value":188},{"type":48,"tag":1351,"props":49743,"children":49744},{"style":5395},[49745],{"type":54,"value":24194},{"type":48,"tag":1351,"props":49747,"children":49748},{"style":1364},[49749],{"type":54,"value":5408},{"type":48,"tag":1351,"props":49751,"children":49752},{"style":1364},[49753],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49755,"children":49756},{"style":2122},[49757],{"type":54,"value":49550},{"type":48,"tag":1351,"props":49759,"children":49760},{"style":1364},[49761],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49763,"children":49764},{"style":1364},[49765],{"type":54,"value":28405},{"type":48,"tag":1351,"props":49767,"children":49768},{"style":1358},[49769],{"type":54,"value":49770},"1,000,000 \u002F month",{"type":48,"tag":1351,"props":49772,"children":49773},{"style":1364},[49774],{"type":54,"value":7118},{"type":48,"tag":1351,"props":49776,"children":49777},{"style":5418},[49778],{"type":54,"value":188},{"type":48,"tag":1351,"props":49780,"children":49781},{"style":1364},[49782],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49784,"children":49785},{"class":1353,"line":11545},[49786,49790,49794,49798,49802,49806,49810,49814,49818,49823,49827,49831],{"type":48,"tag":1351,"props":49787,"children":49788},{"style":1364},[49789],{"type":54,"value":31742},{"type":48,"tag":1351,"props":49791,"children":49792},{"style":5418},[49793],{"type":54,"value":188},{"type":48,"tag":1351,"props":49795,"children":49796},{"style":5395},[49797],{"type":54,"value":24194},{"type":48,"tag":1351,"props":49799,"children":49800},{"style":1364},[49801],{"type":54,"value":5408},{"type":48,"tag":1351,"props":49803,"children":49804},{"style":1364},[49805],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49807,"children":49808},{"style":2122},[49809],{"type":54,"value":49603},{"type":48,"tag":1351,"props":49811,"children":49812},{"style":1364},[49813],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49815,"children":49816},{"style":1364},[49817],{"type":54,"value":28405},{"type":48,"tag":1351,"props":49819,"children":49820},{"style":1358},[49821],{"type":54,"value":49822},"$4.50 \u002F million",{"type":48,"tag":1351,"props":49824,"children":49825},{"style":1364},[49826],{"type":54,"value":7118},{"type":48,"tag":1351,"props":49828,"children":49829},{"style":5418},[49830],{"type":54,"value":188},{"type":48,"tag":1351,"props":49832,"children":49833},{"style":1364},[49834],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49836,"children":49837},{"class":1353,"line":11571},[49838,49842,49846],{"type":48,"tag":1351,"props":49839,"children":49840},{"style":1364},[49841],{"type":54,"value":31819},{"type":48,"tag":1351,"props":49843,"children":49844},{"style":5418},[49845],{"type":54,"value":166},{"type":48,"tag":1351,"props":49847,"children":49848},{"style":1364},[49849],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49851,"children":49852},{"class":1353,"line":11597},[49853,49857,49861,49865,49869,49873,49877,49881],{"type":48,"tag":1351,"props":49854,"children":49855},{"style":1364},[49856],{"type":54,"value":31633},{"type":48,"tag":1351,"props":49858,"children":49859},{"style":5418},[49860],{"type":54,"value":166},{"type":48,"tag":1351,"props":49862,"children":49863},{"style":5395},[49864],{"type":54,"value":24194},{"type":48,"tag":1351,"props":49866,"children":49867},{"style":1364},[49868],{"type":54,"value":5408},{"type":48,"tag":1351,"props":49870,"children":49871},{"style":1364},[49872],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49874,"children":49875},{"style":2122},[49876],{"type":54,"value":49461},{"type":48,"tag":1351,"props":49878,"children":49879},{"style":1364},[49880],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49882,"children":49883},{"style":1364},[49884],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49886,"children":49887},{"class":1353,"line":11623},[49888,49892,49896,49900,49904,49908,49912,49916,49920,49925,49929,49933],{"type":48,"tag":1351,"props":49889,"children":49890},{"style":1364},[49891],{"type":54,"value":31742},{"type":48,"tag":1351,"props":49893,"children":49894},{"style":5418},[49895],{"type":54,"value":188},{"type":48,"tag":1351,"props":49897,"children":49898},{"style":5395},[49899],{"type":54,"value":24194},{"type":48,"tag":1351,"props":49901,"children":49902},{"style":1364},[49903],{"type":54,"value":5408},{"type":48,"tag":1351,"props":49905,"children":49906},{"style":1364},[49907],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49909,"children":49910},{"style":2122},[49911],{"type":54,"value":49497},{"type":48,"tag":1351,"props":49913,"children":49914},{"style":1364},[49915],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49917,"children":49918},{"style":1364},[49919],{"type":54,"value":28405},{"type":48,"tag":1351,"props":49921,"children":49922},{"style":1358},[49923],{"type":54,"value":49924},"Class B operations: read",{"type":48,"tag":1351,"props":49926,"children":49927},{"style":1364},[49928],{"type":54,"value":7118},{"type":48,"tag":1351,"props":49930,"children":49931},{"style":5418},[49932],{"type":54,"value":188},{"type":48,"tag":1351,"props":49934,"children":49935},{"style":1364},[49936],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49938,"children":49939},{"class":1353,"line":11631},[49940,49944,49948,49952,49956,49960,49964,49968,49972,49977,49981,49985],{"type":48,"tag":1351,"props":49941,"children":49942},{"style":1364},[49943],{"type":54,"value":31742},{"type":48,"tag":1351,"props":49945,"children":49946},{"style":5418},[49947],{"type":54,"value":188},{"type":48,"tag":1351,"props":49949,"children":49950},{"style":5395},[49951],{"type":54,"value":24194},{"type":48,"tag":1351,"props":49953,"children":49954},{"style":1364},[49955],{"type":54,"value":5408},{"type":48,"tag":1351,"props":49957,"children":49958},{"style":1364},[49959],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49961,"children":49962},{"style":2122},[49963],{"type":54,"value":49550},{"type":48,"tag":1351,"props":49965,"children":49966},{"style":1364},[49967],{"type":54,"value":2130},{"type":48,"tag":1351,"props":49969,"children":49970},{"style":1364},[49971],{"type":54,"value":28405},{"type":48,"tag":1351,"props":49973,"children":49974},{"style":1358},[49975],{"type":54,"value":49976},"10,000,000 \u002F month",{"type":48,"tag":1351,"props":49978,"children":49979},{"style":1364},[49980],{"type":54,"value":7118},{"type":48,"tag":1351,"props":49982,"children":49983},{"style":5418},[49984],{"type":54,"value":188},{"type":48,"tag":1351,"props":49986,"children":49987},{"style":1364},[49988],{"type":54,"value":6919},{"type":48,"tag":1351,"props":49990,"children":49991},{"class":1353,"line":11640},[49992,49996,50000,50004,50008,50012,50016,50020,50024,50029,50033,50037],{"type":48,"tag":1351,"props":49993,"children":49994},{"style":1364},[49995],{"type":54,"value":31742},{"type":48,"tag":1351,"props":49997,"children":49998},{"style":5418},[49999],{"type":54,"value":188},{"type":48,"tag":1351,"props":50001,"children":50002},{"style":5395},[50003],{"type":54,"value":24194},{"type":48,"tag":1351,"props":50005,"children":50006},{"style":1364},[50007],{"type":54,"value":5408},{"type":48,"tag":1351,"props":50009,"children":50010},{"style":1364},[50011],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50013,"children":50014},{"style":2122},[50015],{"type":54,"value":49603},{"type":48,"tag":1351,"props":50017,"children":50018},{"style":1364},[50019],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50021,"children":50022},{"style":1364},[50023],{"type":54,"value":28405},{"type":48,"tag":1351,"props":50025,"children":50026},{"style":1358},[50027],{"type":54,"value":50028},"$0.36 \u002F million",{"type":48,"tag":1351,"props":50030,"children":50031},{"style":1364},[50032],{"type":54,"value":7118},{"type":48,"tag":1351,"props":50034,"children":50035},{"style":5418},[50036],{"type":54,"value":188},{"type":48,"tag":1351,"props":50038,"children":50039},{"style":1364},[50040],{"type":54,"value":6919},{"type":48,"tag":1351,"props":50042,"children":50043},{"class":1353,"line":11666},[50044,50048,50052],{"type":48,"tag":1351,"props":50045,"children":50046},{"style":1364},[50047],{"type":54,"value":31819},{"type":48,"tag":1351,"props":50049,"children":50050},{"style":5418},[50051],{"type":54,"value":166},{"type":48,"tag":1351,"props":50053,"children":50054},{"style":1364},[50055],{"type":54,"value":6919},{"type":48,"tag":1351,"props":50057,"children":50058},{"class":1353,"line":11692},[50059,50063,50067],{"type":48,"tag":1351,"props":50060,"children":50061},{"style":1364},[50062],{"type":54,"value":31633},{"type":48,"tag":1351,"props":50064,"children":50065},{"style":5418},[50066],{"type":54,"value":166},{"type":48,"tag":1351,"props":50068,"children":50069},{"style":1364},[50070],{"type":54,"value":6919},{"type":48,"tag":1351,"props":50072,"children":50073},{"class":1353,"line":11718},[50074,50078,50082,50086,50090,50094,50098,50102,50106,50111,50115,50119],{"type":48,"tag":1351,"props":50075,"children":50076},{"style":1364},[50077],{"type":54,"value":31742},{"type":48,"tag":1351,"props":50079,"children":50080},{"style":5418},[50081],{"type":54,"value":188},{"type":48,"tag":1351,"props":50083,"children":50084},{"style":5395},[50085],{"type":54,"value":24194},{"type":48,"tag":1351,"props":50087,"children":50088},{"style":1364},[50089],{"type":54,"value":5408},{"type":48,"tag":1351,"props":50091,"children":50092},{"style":1364},[50093],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50095,"children":50096},{"style":2122},[50097],{"type":54,"value":49497},{"type":48,"tag":1351,"props":50099,"children":50100},{"style":1364},[50101],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50103,"children":50104},{"style":1364},[50105],{"type":54,"value":28405},{"type":48,"tag":1351,"props":50107,"children":50108},{"style":1358},[50109],{"type":54,"value":50110},"Egress (data transfer to Internet)",{"type":48,"tag":1351,"props":50112,"children":50113},{"style":1364},[50114],{"type":54,"value":7118},{"type":48,"tag":1351,"props":50116,"children":50117},{"style":5418},[50118],{"type":54,"value":188},{"type":48,"tag":1351,"props":50120,"children":50121},{"style":1364},[50122],{"type":54,"value":6919},{"type":48,"tag":1351,"props":50124,"children":50125},{"class":1353,"line":11726},[50126,50130,50134,50138,50142,50146,50150,50154,50158,50163,50167,50171],{"type":48,"tag":1351,"props":50127,"children":50128},{"style":1364},[50129],{"type":54,"value":31742},{"type":48,"tag":1351,"props":50131,"children":50132},{"style":5418},[50133],{"type":54,"value":188},{"type":48,"tag":1351,"props":50135,"children":50136},{"style":5395},[50137],{"type":54,"value":24194},{"type":48,"tag":1351,"props":50139,"children":50140},{"style":1364},[50141],{"type":54,"value":5408},{"type":48,"tag":1351,"props":50143,"children":50144},{"style":1364},[50145],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50147,"children":50148},{"style":2122},[50149],{"type":54,"value":49550},{"type":48,"tag":1351,"props":50151,"children":50152},{"style":1364},[50153],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50155,"children":50156},{"style":1364},[50157],{"type":54,"value":28405},{"type":48,"tag":1351,"props":50159,"children":50160},{"style":1358},[50161],{"type":54,"value":50162},"Free",{"type":48,"tag":1351,"props":50164,"children":50165},{"style":1364},[50166],{"type":54,"value":7118},{"type":48,"tag":1351,"props":50168,"children":50169},{"style":5418},[50170],{"type":54,"value":188},{"type":48,"tag":1351,"props":50172,"children":50173},{"style":1364},[50174],{"type":54,"value":6919},{"type":48,"tag":1351,"props":50176,"children":50177},{"class":1353,"line":11735},[50178,50182,50186,50190,50194,50198,50202,50206,50210,50214,50218,50222],{"type":48,"tag":1351,"props":50179,"children":50180},{"style":1364},[50181],{"type":54,"value":31742},{"type":48,"tag":1351,"props":50183,"children":50184},{"style":5418},[50185],{"type":54,"value":188},{"type":48,"tag":1351,"props":50187,"children":50188},{"style":5395},[50189],{"type":54,"value":24194},{"type":48,"tag":1351,"props":50191,"children":50192},{"style":1364},[50193],{"type":54,"value":5408},{"type":48,"tag":1351,"props":50195,"children":50196},{"style":1364},[50197],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50199,"children":50200},{"style":2122},[50201],{"type":54,"value":49603},{"type":48,"tag":1351,"props":50203,"children":50204},{"style":1364},[50205],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50207,"children":50208},{"style":1364},[50209],{"type":54,"value":28405},{"type":48,"tag":1351,"props":50211,"children":50212},{"style":1358},[50213],{"type":54,"value":50162},{"type":48,"tag":1351,"props":50215,"children":50216},{"style":1364},[50217],{"type":54,"value":7118},{"type":48,"tag":1351,"props":50219,"children":50220},{"style":5418},[50221],{"type":54,"value":188},{"type":48,"tag":1351,"props":50223,"children":50224},{"style":1364},[50225],{"type":54,"value":6919},{"type":48,"tag":1351,"props":50227,"children":50228},{"class":1353,"line":11806},[50229,50233,50237],{"type":48,"tag":1351,"props":50230,"children":50231},{"style":1364},[50232],{"type":54,"value":31819},{"type":48,"tag":1351,"props":50234,"children":50235},{"style":5418},[50236],{"type":54,"value":166},{"type":48,"tag":1351,"props":50238,"children":50239},{"style":1364},[50240],{"type":54,"value":6919},{"type":48,"tag":1351,"props":50242,"children":50243},{"class":1353,"line":11879},[50244,50248,50252],{"type":48,"tag":1351,"props":50245,"children":50246},{"style":1364},[50247],{"type":54,"value":31843},{"type":48,"tag":1351,"props":50249,"children":50250},{"style":5418},[50251],{"type":54,"value":181},{"type":48,"tag":1351,"props":50253,"children":50254},{"style":1364},[50255],{"type":54,"value":6919},{"type":48,"tag":1351,"props":50257,"children":50258},{"class":1353,"line":11887},[50259,50263,50267],{"type":48,"tag":1351,"props":50260,"children":50261},{"style":1364},[50262],{"type":54,"value":29365},{"type":48,"tag":1351,"props":50264,"children":50265},{"style":5418},[50266],{"type":54,"value":158},{"type":48,"tag":1351,"props":50268,"children":50269},{"style":1364},[50270],{"type":54,"value":6919},{"type":48,"tag":1351,"props":50272,"children":50273},{"class":1353,"line":11896},[50274,50278,50282],{"type":48,"tag":1351,"props":50275,"children":50276},{"style":1364},[50277],{"type":54,"value":25930},{"type":48,"tag":1351,"props":50279,"children":50280},{"style":5418},[50281],{"type":54,"value":15234},{"type":48,"tag":1351,"props":50283,"children":50284},{"style":1364},[50285],{"type":54,"value":6919},{"type":48,"tag":1351,"props":50287,"children":50288},{"class":1353,"line":11917},[50289,50293,50297],{"type":48,"tag":1351,"props":50290,"children":50291},{"style":1364},[50292],{"type":54,"value":7118},{"type":48,"tag":1351,"props":50294,"children":50295},{"style":5418},[50296],{"type":54,"value":15234},{"type":48,"tag":1351,"props":50298,"children":50299},{"style":1364},[50300],{"type":54,"value":6919},{"type":48,"tag":107,"props":50302,"children":50303},{},[],{"type":48,"tag":49,"props":50305,"children":50307},{"id":50306},"navigation",[50308],{"type":54,"value":24108},{"type":48,"tag":111,"props":50310,"children":50312},{"id":50311},"nav-header",[50313],{"type":54,"value":50314},"NAV-HEADER",{"type":48,"tag":61,"props":50316,"children":50317},{},[50318],{"type":54,"value":50319},"Main site header with logo, navigation links, and CTAs.",{"type":48,"tag":151,"props":50321,"children":50323},{"id":50322},"react-tailwind-23",[50324],{"type":54,"value":24169},{"type":48,"tag":118,"props":50326,"children":50328},{"className":24172,"code":50327,"language":24174,"meta":126,"style":126},"\u003Cheader className=\"border-b border-[#EBD5C1] bg-[#FFFBF5] relative z-20\">\n  \u003Cdiv className=\"max-w-5xl mx-auto px-4 py-4 flex justify-between items-center gap-4\">\n    {\u002F* Logo *\u002F}\n    \u003Ca href=\"\u002F\" className=\"shrink-0 flex items-center gap-2\">\n      \u003Cimg className=\"h-[30px]\" src=\"\u002Flogo.svg\" alt=\"Your brand\" \u002F>\n      \u003Cdiv className=\"hidden lg:flex flex-col items-start -mb-1\">\n        \u003Cspan className=\"text-[9px] leading-none font-medium text-[#521000] uppercase\">Your brand\u003C\u002Fspan>\n        \u003Cspan className=\"text-[23px] leading-none font-medium text-[#521000] whitespace-nowrap\" style={{ letterSpacing: '-0.46px' }}>\n          Product Name\n        \u003C\u002Fspan>\n      \u003C\u002Fdiv>\n    \u003C\u002Fa>\n    \n    {\u002F* Actions *\u002F}\n    \u003Cdiv className=\"flex items-center gap-2 sm:gap-3\">\n      \u003Ca\n        href=\"\u002Fdocs\"\n        className=\"hidden sm:block border border-[#EBD5C1] bg-[#FFFBF5] text-[#FF4801] hover:text-[#521000] hover:border-dashed font-medium px-4 sm:px-6 py-2 sm:py-3 rounded-full transition-all text-center text-sm\"\n      >\n        View docs\n      \u003C\u002Fa>\n      \u003Ca\n        href=\"\u002Fsignup\"\n        className=\"bg-[#FF4801] border border-transparent hover:border-dashed hover:border-white\u002F50 hover:opacity-95 text-white font-medium px-4 sm:px-6 py-2 sm:py-3 rounded-full transition-all text-center text-sm\"\n      >\n        Get started\n      \u003C\u002Fa>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\u003C\u002Fheader>\n",[50329],{"type":48,"tag":89,"props":50330,"children":50331},{"__ignoreMap":126},[50332,50369,50405,50421,50477,50558,50594,50646,50712,50720,50735,50750,50765,50772,50788,50824,50836,50861,50885,50892,50900,50915,50926,50950,50974,50981,50989,51004,51019,51034],{"type":48,"tag":1351,"props":50333,"children":50334},{"class":1353,"line":1354},[50335,50339,50344,50348,50352,50356,50361,50365],{"type":48,"tag":1351,"props":50336,"children":50337},{"style":1364},[50338],{"type":54,"value":6909},{"type":48,"tag":1351,"props":50340,"children":50341},{"style":5418},[50342],{"type":54,"value":50343},"header",{"type":48,"tag":1351,"props":50345,"children":50346},{"style":5395},[50347],{"type":54,"value":24194},{"type":48,"tag":1351,"props":50349,"children":50350},{"style":1364},[50351],{"type":54,"value":5408},{"type":48,"tag":1351,"props":50353,"children":50354},{"style":1364},[50355],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50357,"children":50358},{"style":2122},[50359],{"type":54,"value":50360},"border-b border-[#EBD5C1] bg-[#FFFBF5] relative z-20",{"type":48,"tag":1351,"props":50362,"children":50363},{"style":1364},[50364],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50366,"children":50367},{"style":1364},[50368],{"type":54,"value":6919},{"type":48,"tag":1351,"props":50370,"children":50371},{"class":1353,"line":1417},[50372,50376,50380,50384,50388,50392,50397,50401],{"type":48,"tag":1351,"props":50373,"children":50374},{"style":1364},[50375],{"type":54,"value":15268},{"type":48,"tag":1351,"props":50377,"children":50378},{"style":5418},[50379],{"type":54,"value":15234},{"type":48,"tag":1351,"props":50381,"children":50382},{"style":5395},[50383],{"type":54,"value":24194},{"type":48,"tag":1351,"props":50385,"children":50386},{"style":1364},[50387],{"type":54,"value":5408},{"type":48,"tag":1351,"props":50389,"children":50390},{"style":1364},[50391],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50393,"children":50394},{"style":2122},[50395],{"type":54,"value":50396},"max-w-5xl mx-auto px-4 py-4 flex justify-between items-center gap-4",{"type":48,"tag":1351,"props":50398,"children":50399},{"style":1364},[50400],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50402,"children":50403},{"style":1364},[50404],{"type":54,"value":6919},{"type":48,"tag":1351,"props":50406,"children":50407},{"class":1353,"line":2059},[50408,50412,50417],{"type":48,"tag":1351,"props":50409,"children":50410},{"style":1364},[50411],{"type":54,"value":44448},{"type":48,"tag":1351,"props":50413,"children":50414},{"style":2657},[50415],{"type":54,"value":50416},"\u002F* Logo *\u002F",{"type":48,"tag":1351,"props":50418,"children":50419},{"style":1364},[50420],{"type":54,"value":2170},{"type":48,"tag":1351,"props":50422,"children":50423},{"class":1353,"line":2081},[50424,50428,50432,50436,50440,50444,50448,50452,50456,50460,50464,50469,50473],{"type":48,"tag":1351,"props":50425,"children":50426},{"style":1364},[50427],{"type":54,"value":25771},{"type":48,"tag":1351,"props":50429,"children":50430},{"style":5418},[50431],{"type":54,"value":21717},{"type":48,"tag":1351,"props":50433,"children":50434},{"style":5395},[50435],{"type":54,"value":26481},{"type":48,"tag":1351,"props":50437,"children":50438},{"style":1364},[50439],{"type":54,"value":5408},{"type":48,"tag":1351,"props":50441,"children":50442},{"style":1364},[50443],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50445,"children":50446},{"style":2122},[50447],{"type":54,"value":40593},{"type":48,"tag":1351,"props":50449,"children":50450},{"style":1364},[50451],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50453,"children":50454},{"style":5395},[50455],{"type":54,"value":24194},{"type":48,"tag":1351,"props":50457,"children":50458},{"style":1364},[50459],{"type":54,"value":5408},{"type":48,"tag":1351,"props":50461,"children":50462},{"style":1364},[50463],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50465,"children":50466},{"style":2122},[50467],{"type":54,"value":50468},"shrink-0 flex items-center gap-2",{"type":48,"tag":1351,"props":50470,"children":50471},{"style":1364},[50472],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50474,"children":50475},{"style":1364},[50476],{"type":54,"value":6919},{"type":48,"tag":1351,"props":50478,"children":50479},{"class":1353,"line":2104},[50480,50484,50489,50493,50497,50501,50506,50510,50515,50519,50523,50528,50532,50537,50541,50545,50550,50554],{"type":48,"tag":1351,"props":50481,"children":50482},{"style":1364},[50483],{"type":54,"value":29288},{"type":48,"tag":1351,"props":50485,"children":50486},{"style":5418},[50487],{"type":54,"value":50488},"img",{"type":48,"tag":1351,"props":50490,"children":50491},{"style":5395},[50492],{"type":54,"value":24194},{"type":48,"tag":1351,"props":50494,"children":50495},{"style":1364},[50496],{"type":54,"value":5408},{"type":48,"tag":1351,"props":50498,"children":50499},{"style":1364},[50500],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50502,"children":50503},{"style":2122},[50504],{"type":54,"value":50505},"h-[30px]",{"type":48,"tag":1351,"props":50507,"children":50508},{"style":1364},[50509],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50511,"children":50512},{"style":5395},[50513],{"type":54,"value":50514}," src",{"type":48,"tag":1351,"props":50516,"children":50517},{"style":1364},[50518],{"type":54,"value":5408},{"type":48,"tag":1351,"props":50520,"children":50521},{"style":1364},[50522],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50524,"children":50525},{"style":2122},[50526],{"type":54,"value":50527},"\u002Flogo.svg",{"type":48,"tag":1351,"props":50529,"children":50530},{"style":1364},[50531],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50533,"children":50534},{"style":5395},[50535],{"type":54,"value":50536}," alt",{"type":48,"tag":1351,"props":50538,"children":50539},{"style":1364},[50540],{"type":54,"value":5408},{"type":48,"tag":1351,"props":50542,"children":50543},{"style":1364},[50544],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50546,"children":50547},{"style":2122},[50548],{"type":54,"value":50549},"Your brand",{"type":48,"tag":1351,"props":50551,"children":50552},{"style":1364},[50553],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50555,"children":50556},{"style":1364},[50557],{"type":54,"value":25846},{"type":48,"tag":1351,"props":50559,"children":50560},{"class":1353,"line":2164},[50561,50565,50569,50573,50577,50581,50586,50590],{"type":48,"tag":1351,"props":50562,"children":50563},{"style":1364},[50564],{"type":54,"value":29288},{"type":48,"tag":1351,"props":50566,"children":50567},{"style":5418},[50568],{"type":54,"value":15234},{"type":48,"tag":1351,"props":50570,"children":50571},{"style":5395},[50572],{"type":54,"value":24194},{"type":48,"tag":1351,"props":50574,"children":50575},{"style":1364},[50576],{"type":54,"value":5408},{"type":48,"tag":1351,"props":50578,"children":50579},{"style":1364},[50580],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50582,"children":50583},{"style":2122},[50584],{"type":54,"value":50585},"hidden lg:flex flex-col items-start -mb-1",{"type":48,"tag":1351,"props":50587,"children":50588},{"style":1364},[50589],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50591,"children":50592},{"style":1364},[50593],{"type":54,"value":6919},{"type":48,"tag":1351,"props":50595,"children":50596},{"class":1353,"line":2713},[50597,50601,50605,50609,50613,50617,50622,50626,50630,50634,50638,50642],{"type":48,"tag":1351,"props":50598,"children":50599},{"style":1364},[50600],{"type":54,"value":31633},{"type":48,"tag":1351,"props":50602,"children":50603},{"style":5418},[50604],{"type":54,"value":1351},{"type":48,"tag":1351,"props":50606,"children":50607},{"style":5395},[50608],{"type":54,"value":24194},{"type":48,"tag":1351,"props":50610,"children":50611},{"style":1364},[50612],{"type":54,"value":5408},{"type":48,"tag":1351,"props":50614,"children":50615},{"style":1364},[50616],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50618,"children":50619},{"style":2122},[50620],{"type":54,"value":50621},"text-[9px] leading-none font-medium text-[#521000] uppercase",{"type":48,"tag":1351,"props":50623,"children":50624},{"style":1364},[50625],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50627,"children":50628},{"style":1364},[50629],{"type":54,"value":28405},{"type":48,"tag":1351,"props":50631,"children":50632},{"style":1358},[50633],{"type":54,"value":50549},{"type":48,"tag":1351,"props":50635,"children":50636},{"style":1364},[50637],{"type":54,"value":7118},{"type":48,"tag":1351,"props":50639,"children":50640},{"style":5418},[50641],{"type":54,"value":1351},{"type":48,"tag":1351,"props":50643,"children":50644},{"style":1364},[50645],{"type":54,"value":6919},{"type":48,"tag":1351,"props":50647,"children":50648},{"class":1353,"line":2722},[50649,50653,50657,50661,50665,50669,50674,50678,50682,50686,50691,50695,50699,50703,50707],{"type":48,"tag":1351,"props":50650,"children":50651},{"style":1364},[50652],{"type":54,"value":31633},{"type":48,"tag":1351,"props":50654,"children":50655},{"style":5418},[50656],{"type":54,"value":1351},{"type":48,"tag":1351,"props":50658,"children":50659},{"style":5395},[50660],{"type":54,"value":24194},{"type":48,"tag":1351,"props":50662,"children":50663},{"style":1364},[50664],{"type":54,"value":5408},{"type":48,"tag":1351,"props":50666,"children":50667},{"style":1364},[50668],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50670,"children":50671},{"style":2122},[50672],{"type":54,"value":50673},"text-[23px] leading-none font-medium text-[#521000] whitespace-nowrap",{"type":48,"tag":1351,"props":50675,"children":50676},{"style":1364},[50677],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50679,"children":50680},{"style":5395},[50681],{"type":54,"value":24267},{"type":48,"tag":1351,"props":50683,"children":50684},{"style":1364},[50685],{"type":54,"value":34792},{"type":48,"tag":1351,"props":50687,"children":50688},{"style":5418},[50689],{"type":54,"value":50690}," letterSpacing",{"type":48,"tag":1351,"props":50692,"children":50693},{"style":1364},[50694],{"type":54,"value":96},{"type":48,"tag":1351,"props":50696,"children":50697},{"style":1364},[50698],{"type":54,"value":17040},{"type":48,"tag":1351,"props":50700,"children":50701},{"style":2122},[50702],{"type":54,"value":2000},{"type":48,"tag":1351,"props":50704,"children":50705},{"style":1364},[50706],{"type":54,"value":6993},{"type":48,"tag":1351,"props":50708,"children":50709},{"style":1364},[50710],{"type":54,"value":50711}," }}>\n",{"type":48,"tag":1351,"props":50713,"children":50714},{"class":1353,"line":2736},[50715],{"type":48,"tag":1351,"props":50716,"children":50717},{"style":1358},[50718],{"type":54,"value":50719},"          Product Name\n",{"type":48,"tag":1351,"props":50721,"children":50722},{"class":1353,"line":2744},[50723,50727,50731],{"type":48,"tag":1351,"props":50724,"children":50725},{"style":1364},[50726],{"type":54,"value":31819},{"type":48,"tag":1351,"props":50728,"children":50729},{"style":5418},[50730],{"type":54,"value":1351},{"type":48,"tag":1351,"props":50732,"children":50733},{"style":1364},[50734],{"type":54,"value":6919},{"type":48,"tag":1351,"props":50736,"children":50737},{"class":1353,"line":2753},[50738,50742,50746],{"type":48,"tag":1351,"props":50739,"children":50740},{"style":1364},[50741],{"type":54,"value":31843},{"type":48,"tag":1351,"props":50743,"children":50744},{"style":5418},[50745],{"type":54,"value":15234},{"type":48,"tag":1351,"props":50747,"children":50748},{"style":1364},[50749],{"type":54,"value":6919},{"type":48,"tag":1351,"props":50751,"children":50752},{"class":1353,"line":2767},[50753,50757,50761],{"type":48,"tag":1351,"props":50754,"children":50755},{"style":1364},[50756],{"type":54,"value":29365},{"type":48,"tag":1351,"props":50758,"children":50759},{"style":5418},[50760],{"type":54,"value":21717},{"type":48,"tag":1351,"props":50762,"children":50763},{"style":1364},[50764],{"type":54,"value":6919},{"type":48,"tag":1351,"props":50766,"children":50767},{"class":1353,"line":2781},[50768],{"type":48,"tag":1351,"props":50769,"children":50770},{"style":1358},[50771],{"type":54,"value":32384},{"type":48,"tag":1351,"props":50773,"children":50774},{"class":1353,"line":2795},[50775,50779,50784],{"type":48,"tag":1351,"props":50776,"children":50777},{"style":1364},[50778],{"type":54,"value":44448},{"type":48,"tag":1351,"props":50780,"children":50781},{"style":2657},[50782],{"type":54,"value":50783},"\u002F* Actions *\u002F",{"type":48,"tag":1351,"props":50785,"children":50786},{"style":1364},[50787],{"type":54,"value":2170},{"type":48,"tag":1351,"props":50789,"children":50790},{"class":1353,"line":2803},[50791,50795,50799,50803,50807,50811,50816,50820],{"type":48,"tag":1351,"props":50792,"children":50793},{"style":1364},[50794],{"type":54,"value":25771},{"type":48,"tag":1351,"props":50796,"children":50797},{"style":5418},[50798],{"type":54,"value":15234},{"type":48,"tag":1351,"props":50800,"children":50801},{"style":5395},[50802],{"type":54,"value":24194},{"type":48,"tag":1351,"props":50804,"children":50805},{"style":1364},[50806],{"type":54,"value":5408},{"type":48,"tag":1351,"props":50808,"children":50809},{"style":1364},[50810],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50812,"children":50813},{"style":2122},[50814],{"type":54,"value":50815},"flex items-center gap-2 sm:gap-3",{"type":48,"tag":1351,"props":50817,"children":50818},{"style":1364},[50819],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50821,"children":50822},{"style":1364},[50823],{"type":54,"value":6919},{"type":48,"tag":1351,"props":50825,"children":50826},{"class":1353,"line":2812},[50827,50831],{"type":48,"tag":1351,"props":50828,"children":50829},{"style":1364},[50830],{"type":54,"value":29288},{"type":48,"tag":1351,"props":50832,"children":50833},{"style":5418},[50834],{"type":54,"value":50835},"a\n",{"type":48,"tag":1351,"props":50837,"children":50838},{"class":1353,"line":2826},[50839,50844,50848,50852,50857],{"type":48,"tag":1351,"props":50840,"children":50841},{"style":5395},[50842],{"type":54,"value":50843},"        href",{"type":48,"tag":1351,"props":50845,"children":50846},{"style":1364},[50847],{"type":54,"value":5408},{"type":48,"tag":1351,"props":50849,"children":50850},{"style":1364},[50851],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50853,"children":50854},{"style":2122},[50855],{"type":54,"value":50856},"\u002Fdocs",{"type":48,"tag":1351,"props":50858,"children":50859},{"style":1364},[50860],{"type":54,"value":24276},{"type":48,"tag":1351,"props":50862,"children":50863},{"class":1353,"line":5128},[50864,50868,50872,50876,50881],{"type":48,"tag":1351,"props":50865,"children":50866},{"style":5395},[50867],{"type":54,"value":38514},{"type":48,"tag":1351,"props":50869,"children":50870},{"style":1364},[50871],{"type":54,"value":5408},{"type":48,"tag":1351,"props":50873,"children":50874},{"style":1364},[50875],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50877,"children":50878},{"style":2122},[50879],{"type":54,"value":50880},"hidden sm:block border border-[#EBD5C1] bg-[#FFFBF5] text-[#FF4801] hover:text-[#521000] hover:border-dashed font-medium px-4 sm:px-6 py-2 sm:py-3 rounded-full transition-all text-center text-sm",{"type":48,"tag":1351,"props":50882,"children":50883},{"style":1364},[50884],{"type":54,"value":24276},{"type":48,"tag":1351,"props":50886,"children":50887},{"class":1353,"line":5136},[50888],{"type":48,"tag":1351,"props":50889,"children":50890},{"style":1364},[50891],{"type":54,"value":23928},{"type":48,"tag":1351,"props":50893,"children":50894},{"class":1353,"line":5145},[50895],{"type":48,"tag":1351,"props":50896,"children":50897},{"style":1358},[50898],{"type":54,"value":50899},"        View docs\n",{"type":48,"tag":1351,"props":50901,"children":50902},{"class":1353,"line":5162},[50903,50907,50911],{"type":48,"tag":1351,"props":50904,"children":50905},{"style":1364},[50906],{"type":54,"value":31843},{"type":48,"tag":1351,"props":50908,"children":50909},{"style":5418},[50910],{"type":54,"value":21717},{"type":48,"tag":1351,"props":50912,"children":50913},{"style":1364},[50914],{"type":54,"value":6919},{"type":48,"tag":1351,"props":50916,"children":50917},{"class":1353,"line":5195},[50918,50922],{"type":48,"tag":1351,"props":50919,"children":50920},{"style":1364},[50921],{"type":54,"value":29288},{"type":48,"tag":1351,"props":50923,"children":50924},{"style":5418},[50925],{"type":54,"value":50835},{"type":48,"tag":1351,"props":50927,"children":50928},{"class":1353,"line":5237},[50929,50933,50937,50941,50946],{"type":48,"tag":1351,"props":50930,"children":50931},{"style":5395},[50932],{"type":54,"value":50843},{"type":48,"tag":1351,"props":50934,"children":50935},{"style":1364},[50936],{"type":54,"value":5408},{"type":48,"tag":1351,"props":50938,"children":50939},{"style":1364},[50940],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50942,"children":50943},{"style":2122},[50944],{"type":54,"value":50945},"\u002Fsignup",{"type":48,"tag":1351,"props":50947,"children":50948},{"style":1364},[50949],{"type":54,"value":24276},{"type":48,"tag":1351,"props":50951,"children":50952},{"class":1353,"line":5245},[50953,50957,50961,50965,50970],{"type":48,"tag":1351,"props":50954,"children":50955},{"style":5395},[50956],{"type":54,"value":38514},{"type":48,"tag":1351,"props":50958,"children":50959},{"style":1364},[50960],{"type":54,"value":5408},{"type":48,"tag":1351,"props":50962,"children":50963},{"style":1364},[50964],{"type":54,"value":2130},{"type":48,"tag":1351,"props":50966,"children":50967},{"style":2122},[50968],{"type":54,"value":50969},"bg-[#FF4801] border border-transparent hover:border-dashed hover:border-white\u002F50 hover:opacity-95 text-white font-medium px-4 sm:px-6 py-2 sm:py-3 rounded-full transition-all text-center text-sm",{"type":48,"tag":1351,"props":50971,"children":50972},{"style":1364},[50973],{"type":54,"value":24276},{"type":48,"tag":1351,"props":50975,"children":50976},{"class":1353,"line":5253},[50977],{"type":48,"tag":1351,"props":50978,"children":50979},{"style":1364},[50980],{"type":54,"value":23928},{"type":48,"tag":1351,"props":50982,"children":50983},{"class":1353,"line":5262},[50984],{"type":48,"tag":1351,"props":50985,"children":50986},{"style":1358},[50987],{"type":54,"value":50988},"        Get started\n",{"type":48,"tag":1351,"props":50990,"children":50991},{"class":1353,"line":5279},[50992,50996,51000],{"type":48,"tag":1351,"props":50993,"children":50994},{"style":1364},[50995],{"type":54,"value":31843},{"type":48,"tag":1351,"props":50997,"children":50998},{"style":5418},[50999],{"type":54,"value":21717},{"type":48,"tag":1351,"props":51001,"children":51002},{"style":1364},[51003],{"type":54,"value":6919},{"type":48,"tag":1351,"props":51005,"children":51006},{"class":1353,"line":5320},[51007,51011,51015],{"type":48,"tag":1351,"props":51008,"children":51009},{"style":1364},[51010],{"type":54,"value":29365},{"type":48,"tag":1351,"props":51012,"children":51013},{"style":5418},[51014],{"type":54,"value":15234},{"type":48,"tag":1351,"props":51016,"children":51017},{"style":1364},[51018],{"type":54,"value":6919},{"type":48,"tag":1351,"props":51020,"children":51021},{"class":1353,"line":5361},[51022,51026,51030],{"type":48,"tag":1351,"props":51023,"children":51024},{"style":1364},[51025],{"type":54,"value":25930},{"type":48,"tag":1351,"props":51027,"children":51028},{"style":5418},[51029],{"type":54,"value":15234},{"type":48,"tag":1351,"props":51031,"children":51032},{"style":1364},[51033],{"type":54,"value":6919},{"type":48,"tag":1351,"props":51035,"children":51036},{"class":1353,"line":11545},[51037,51041,51045],{"type":48,"tag":1351,"props":51038,"children":51039},{"style":1364},[51040],{"type":54,"value":7118},{"type":48,"tag":1351,"props":51042,"children":51043},{"style":5418},[51044],{"type":54,"value":50343},{"type":48,"tag":1351,"props":51046,"children":51047},{"style":1364},[51048],{"type":54,"value":6919},{"type":48,"tag":151,"props":51050,"children":51052},{"id":51051},"vanilla-html-17",[51053],{"type":54,"value":24244},{"type":48,"tag":118,"props":51055,"children":51057},{"className":6896,"code":51056,"language":18,"meta":126,"style":126},"\u003Cheader style=\"\n  border-bottom: 1px solid #EBD5C1;\n  background: #FFFBF5;\n  position: relative;\n  z-index: 20;\n\">\n  \u003Cdiv style=\"\n    max-width: 1024px;\n    margin: 0 auto;\n    padding: 16px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 16px;\n  \">\n    \u003C!-- Logo -->\n    \u003Ca href=\"\u002F\" style=\"flex-shrink: 0; display: flex; align-items: center; gap: 8px; text-decoration: none;\">\n      \u003Cimg src=\"\u002Flogo.svg\" alt=\"Your brand\" style=\"height: 30px;\" \u002F>\n      \u003Cdiv style=\"display: flex; flex-direction: column; align-items: flex-start;\">\n        \u003Cspan style=\"font-family: 'Inter', sans-serif; font-size: 9px; font-weight: 500; color: #521000; text-transform: uppercase;\">Your brand\u003C\u002Fspan>\n        \u003Cspan style=\"font-family: 'Inter', sans-serif; font-size: 23px; font-weight: 500; color: #521000; white-space: nowrap; letter-spacing: -0.46px;\">Product Name\u003C\u002Fspan>\n      \u003C\u002Fdiv>\n    \u003C\u002Fa>\n    \n    \u003C!-- Actions -->\n    \u003Cdiv style=\"display: flex; align-items: center; gap: 12px;\">\n      \u003Ca href=\"\u002Fdocs\" style=\"\n        display: inline-block;\n        border: 1px solid #EBD5C1;\n        background: #FFFBF5;\n        color: #FF4801;\n        font-family: 'Inter', sans-serif;\n        font-weight: 500;\n        font-size: 14px;\n        padding: 12px 24px;\n        border-radius: 9999px;\n        text-decoration: none;\n        text-align: center;\n        transition: all 0.15s ease;\n      \">View docs\u003C\u002Fa>\n      \u003Ca href=\"\u002Fsignup\" style=\"\n        display: inline-block;\n        background: #FF4801;\n        color: white;\n        font-family: 'Inter', sans-serif;\n        font-weight: 500;\n        font-size: 14px;\n        padding: 12px 24px;\n        border-radius: 9999px;\n        text-decoration: none;\n        text-align: center;\n        transition: all 0.15s ease;\n      \">Get started\u003C\u002Fa>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\u003C\u002Fheader>\n",[51058],{"type":48,"tag":89,"props":51059,"children":51060},{"__ignoreMap":126},[51061,51084,51092,51099,51106,51114,51125,51148,51156,51164,51172,51180,51188,51196,51204,51215,51223,51279,51355,51391,51443,51496,51511,51526,51533,51541,51576,51619,51627,51634,51642,51650,51657,51665,51672,51680,51687,51695,51703,51711,51739,51782,51789,51797,51805,51812,51819,51826,51833,51840,51847,51854,51861,51888,51903,51918],{"type":48,"tag":1351,"props":51062,"children":51063},{"class":1353,"line":1354},[51064,51068,51072,51076,51080],{"type":48,"tag":1351,"props":51065,"children":51066},{"style":1364},[51067],{"type":54,"value":6909},{"type":48,"tag":1351,"props":51069,"children":51070},{"style":5418},[51071],{"type":54,"value":50343},{"type":48,"tag":1351,"props":51073,"children":51074},{"style":5395},[51075],{"type":54,"value":24267},{"type":48,"tag":1351,"props":51077,"children":51078},{"style":1364},[51079],{"type":54,"value":5408},{"type":48,"tag":1351,"props":51081,"children":51082},{"style":1364},[51083],{"type":54,"value":24276},{"type":48,"tag":1351,"props":51085,"children":51086},{"class":1353,"line":1417},[51087],{"type":48,"tag":1351,"props":51088,"children":51089},{"style":2122},[51090],{"type":54,"value":51091},"  border-bottom: 1px solid #EBD5C1;\n",{"type":48,"tag":1351,"props":51093,"children":51094},{"class":1353,"line":2059},[51095],{"type":48,"tag":1351,"props":51096,"children":51097},{"style":2122},[51098],{"type":54,"value":24356},{"type":48,"tag":1351,"props":51100,"children":51101},{"class":1353,"line":2081},[51102],{"type":48,"tag":1351,"props":51103,"children":51104},{"style":2122},[51105],{"type":54,"value":28539},{"type":48,"tag":1351,"props":51107,"children":51108},{"class":1353,"line":2104},[51109],{"type":48,"tag":1351,"props":51110,"children":51111},{"style":2122},[51112],{"type":54,"value":51113},"  z-index: 20;\n",{"type":48,"tag":1351,"props":51115,"children":51116},{"class":1353,"line":2164},[51117,51121],{"type":48,"tag":1351,"props":51118,"children":51119},{"style":1364},[51120],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51122,"children":51123},{"style":1364},[51124],{"type":54,"value":6919},{"type":48,"tag":1351,"props":51126,"children":51127},{"class":1353,"line":2713},[51128,51132,51136,51140,51144],{"type":48,"tag":1351,"props":51129,"children":51130},{"style":1364},[51131],{"type":54,"value":15268},{"type":48,"tag":1351,"props":51133,"children":51134},{"style":5418},[51135],{"type":54,"value":15234},{"type":48,"tag":1351,"props":51137,"children":51138},{"style":5395},[51139],{"type":54,"value":24267},{"type":48,"tag":1351,"props":51141,"children":51142},{"style":1364},[51143],{"type":54,"value":5408},{"type":48,"tag":1351,"props":51145,"children":51146},{"style":1364},[51147],{"type":54,"value":24276},{"type":48,"tag":1351,"props":51149,"children":51150},{"class":1353,"line":2722},[51151],{"type":48,"tag":1351,"props":51152,"children":51153},{"style":2122},[51154],{"type":54,"value":51155},"    max-width: 1024px;\n",{"type":48,"tag":1351,"props":51157,"children":51158},{"class":1353,"line":2736},[51159],{"type":48,"tag":1351,"props":51160,"children":51161},{"style":2122},[51162],{"type":54,"value":51163},"    margin: 0 auto;\n",{"type":48,"tag":1351,"props":51165,"children":51166},{"class":1353,"line":2744},[51167],{"type":48,"tag":1351,"props":51168,"children":51169},{"style":2122},[51170],{"type":54,"value":51171},"    padding: 16px;\n",{"type":48,"tag":1351,"props":51173,"children":51174},{"class":1353,"line":2753},[51175],{"type":48,"tag":1351,"props":51176,"children":51177},{"style":2122},[51178],{"type":54,"value":51179},"    display: flex;\n",{"type":48,"tag":1351,"props":51181,"children":51182},{"class":1353,"line":2767},[51183],{"type":48,"tag":1351,"props":51184,"children":51185},{"style":2122},[51186],{"type":54,"value":51187},"    justify-content: space-between;\n",{"type":48,"tag":1351,"props":51189,"children":51190},{"class":1353,"line":2781},[51191],{"type":48,"tag":1351,"props":51192,"children":51193},{"style":2122},[51194],{"type":54,"value":51195},"    align-items: center;\n",{"type":48,"tag":1351,"props":51197,"children":51198},{"class":1353,"line":2795},[51199],{"type":48,"tag":1351,"props":51200,"children":51201},{"style":2122},[51202],{"type":54,"value":51203},"    gap: 16px;\n",{"type":48,"tag":1351,"props":51205,"children":51206},{"class":1353,"line":2803},[51207,51211],{"type":48,"tag":1351,"props":51208,"children":51209},{"style":1364},[51210],{"type":54,"value":37750},{"type":48,"tag":1351,"props":51212,"children":51213},{"style":1364},[51214],{"type":54,"value":6919},{"type":48,"tag":1351,"props":51216,"children":51217},{"class":1353,"line":2812},[51218],{"type":48,"tag":1351,"props":51219,"children":51220},{"style":2657},[51221],{"type":54,"value":51222},"    \u003C!-- Logo -->\n",{"type":48,"tag":1351,"props":51224,"children":51225},{"class":1353,"line":2826},[51226,51230,51234,51238,51242,51246,51250,51254,51258,51262,51266,51271,51275],{"type":48,"tag":1351,"props":51227,"children":51228},{"style":1364},[51229],{"type":54,"value":25771},{"type":48,"tag":1351,"props":51231,"children":51232},{"style":5418},[51233],{"type":54,"value":21717},{"type":48,"tag":1351,"props":51235,"children":51236},{"style":5395},[51237],{"type":54,"value":26481},{"type":48,"tag":1351,"props":51239,"children":51240},{"style":1364},[51241],{"type":54,"value":5408},{"type":48,"tag":1351,"props":51243,"children":51244},{"style":1364},[51245],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51247,"children":51248},{"style":2122},[51249],{"type":54,"value":40593},{"type":48,"tag":1351,"props":51251,"children":51252},{"style":1364},[51253],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51255,"children":51256},{"style":5395},[51257],{"type":54,"value":24267},{"type":48,"tag":1351,"props":51259,"children":51260},{"style":1364},[51261],{"type":54,"value":5408},{"type":48,"tag":1351,"props":51263,"children":51264},{"style":1364},[51265],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51267,"children":51268},{"style":2122},[51269],{"type":54,"value":51270},"flex-shrink: 0; display: flex; align-items: center; gap: 8px; text-decoration: none;",{"type":48,"tag":1351,"props":51272,"children":51273},{"style":1364},[51274],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51276,"children":51277},{"style":1364},[51278],{"type":54,"value":6919},{"type":48,"tag":1351,"props":51280,"children":51281},{"class":1353,"line":5128},[51282,51286,51290,51294,51298,51302,51306,51310,51314,51318,51322,51326,51330,51334,51338,51342,51347,51351],{"type":48,"tag":1351,"props":51283,"children":51284},{"style":1364},[51285],{"type":54,"value":29288},{"type":48,"tag":1351,"props":51287,"children":51288},{"style":5418},[51289],{"type":54,"value":50488},{"type":48,"tag":1351,"props":51291,"children":51292},{"style":5395},[51293],{"type":54,"value":50514},{"type":48,"tag":1351,"props":51295,"children":51296},{"style":1364},[51297],{"type":54,"value":5408},{"type":48,"tag":1351,"props":51299,"children":51300},{"style":1364},[51301],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51303,"children":51304},{"style":2122},[51305],{"type":54,"value":50527},{"type":48,"tag":1351,"props":51307,"children":51308},{"style":1364},[51309],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51311,"children":51312},{"style":5395},[51313],{"type":54,"value":50536},{"type":48,"tag":1351,"props":51315,"children":51316},{"style":1364},[51317],{"type":54,"value":5408},{"type":48,"tag":1351,"props":51319,"children":51320},{"style":1364},[51321],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51323,"children":51324},{"style":2122},[51325],{"type":54,"value":50549},{"type":48,"tag":1351,"props":51327,"children":51328},{"style":1364},[51329],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51331,"children":51332},{"style":5395},[51333],{"type":54,"value":24267},{"type":48,"tag":1351,"props":51335,"children":51336},{"style":1364},[51337],{"type":54,"value":5408},{"type":48,"tag":1351,"props":51339,"children":51340},{"style":1364},[51341],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51343,"children":51344},{"style":2122},[51345],{"type":54,"value":51346},"height: 30px;",{"type":48,"tag":1351,"props":51348,"children":51349},{"style":1364},[51350],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51352,"children":51353},{"style":1364},[51354],{"type":54,"value":25846},{"type":48,"tag":1351,"props":51356,"children":51357},{"class":1353,"line":5136},[51358,51362,51366,51370,51374,51378,51383,51387],{"type":48,"tag":1351,"props":51359,"children":51360},{"style":1364},[51361],{"type":54,"value":29288},{"type":48,"tag":1351,"props":51363,"children":51364},{"style":5418},[51365],{"type":54,"value":15234},{"type":48,"tag":1351,"props":51367,"children":51368},{"style":5395},[51369],{"type":54,"value":24267},{"type":48,"tag":1351,"props":51371,"children":51372},{"style":1364},[51373],{"type":54,"value":5408},{"type":48,"tag":1351,"props":51375,"children":51376},{"style":1364},[51377],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51379,"children":51380},{"style":2122},[51381],{"type":54,"value":51382},"display: flex; flex-direction: column; align-items: flex-start;",{"type":48,"tag":1351,"props":51384,"children":51385},{"style":1364},[51386],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51388,"children":51389},{"style":1364},[51390],{"type":54,"value":6919},{"type":48,"tag":1351,"props":51392,"children":51393},{"class":1353,"line":5145},[51394,51398,51402,51406,51410,51414,51419,51423,51427,51431,51435,51439],{"type":48,"tag":1351,"props":51395,"children":51396},{"style":1364},[51397],{"type":54,"value":31633},{"type":48,"tag":1351,"props":51399,"children":51400},{"style":5418},[51401],{"type":54,"value":1351},{"type":48,"tag":1351,"props":51403,"children":51404},{"style":5395},[51405],{"type":54,"value":24267},{"type":48,"tag":1351,"props":51407,"children":51408},{"style":1364},[51409],{"type":54,"value":5408},{"type":48,"tag":1351,"props":51411,"children":51412},{"style":1364},[51413],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51415,"children":51416},{"style":2122},[51417],{"type":54,"value":51418},"font-family: 'Inter', sans-serif; font-size: 9px; font-weight: 500; color: #521000; text-transform: uppercase;",{"type":48,"tag":1351,"props":51420,"children":51421},{"style":1364},[51422],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51424,"children":51425},{"style":1364},[51426],{"type":54,"value":28405},{"type":48,"tag":1351,"props":51428,"children":51429},{"style":1358},[51430],{"type":54,"value":50549},{"type":48,"tag":1351,"props":51432,"children":51433},{"style":1364},[51434],{"type":54,"value":7118},{"type":48,"tag":1351,"props":51436,"children":51437},{"style":5418},[51438],{"type":54,"value":1351},{"type":48,"tag":1351,"props":51440,"children":51441},{"style":1364},[51442],{"type":54,"value":6919},{"type":48,"tag":1351,"props":51444,"children":51445},{"class":1353,"line":5162},[51446,51450,51454,51458,51462,51466,51471,51475,51479,51484,51488,51492],{"type":48,"tag":1351,"props":51447,"children":51448},{"style":1364},[51449],{"type":54,"value":31633},{"type":48,"tag":1351,"props":51451,"children":51452},{"style":5418},[51453],{"type":54,"value":1351},{"type":48,"tag":1351,"props":51455,"children":51456},{"style":5395},[51457],{"type":54,"value":24267},{"type":48,"tag":1351,"props":51459,"children":51460},{"style":1364},[51461],{"type":54,"value":5408},{"type":48,"tag":1351,"props":51463,"children":51464},{"style":1364},[51465],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51467,"children":51468},{"style":2122},[51469],{"type":54,"value":51470},"font-family: 'Inter', sans-serif; font-size: 23px; font-weight: 500; color: #521000; white-space: nowrap; letter-spacing: -0.46px;",{"type":48,"tag":1351,"props":51472,"children":51473},{"style":1364},[51474],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51476,"children":51477},{"style":1364},[51478],{"type":54,"value":28405},{"type":48,"tag":1351,"props":51480,"children":51481},{"style":1358},[51482],{"type":54,"value":51483},"Product Name",{"type":48,"tag":1351,"props":51485,"children":51486},{"style":1364},[51487],{"type":54,"value":7118},{"type":48,"tag":1351,"props":51489,"children":51490},{"style":5418},[51491],{"type":54,"value":1351},{"type":48,"tag":1351,"props":51493,"children":51494},{"style":1364},[51495],{"type":54,"value":6919},{"type":48,"tag":1351,"props":51497,"children":51498},{"class":1353,"line":5195},[51499,51503,51507],{"type":48,"tag":1351,"props":51500,"children":51501},{"style":1364},[51502],{"type":54,"value":31843},{"type":48,"tag":1351,"props":51504,"children":51505},{"style":5418},[51506],{"type":54,"value":15234},{"type":48,"tag":1351,"props":51508,"children":51509},{"style":1364},[51510],{"type":54,"value":6919},{"type":48,"tag":1351,"props":51512,"children":51513},{"class":1353,"line":5237},[51514,51518,51522],{"type":48,"tag":1351,"props":51515,"children":51516},{"style":1364},[51517],{"type":54,"value":29365},{"type":48,"tag":1351,"props":51519,"children":51520},{"style":5418},[51521],{"type":54,"value":21717},{"type":48,"tag":1351,"props":51523,"children":51524},{"style":1364},[51525],{"type":54,"value":6919},{"type":48,"tag":1351,"props":51527,"children":51528},{"class":1353,"line":5245},[51529],{"type":48,"tag":1351,"props":51530,"children":51531},{"style":1358},[51532],{"type":54,"value":32384},{"type":48,"tag":1351,"props":51534,"children":51535},{"class":1353,"line":5253},[51536],{"type":48,"tag":1351,"props":51537,"children":51538},{"style":2657},[51539],{"type":54,"value":51540},"    \u003C!-- Actions -->\n",{"type":48,"tag":1351,"props":51542,"children":51543},{"class":1353,"line":5262},[51544,51548,51552,51556,51560,51564,51568,51572],{"type":48,"tag":1351,"props":51545,"children":51546},{"style":1364},[51547],{"type":54,"value":25771},{"type":48,"tag":1351,"props":51549,"children":51550},{"style":5418},[51551],{"type":54,"value":15234},{"type":48,"tag":1351,"props":51553,"children":51554},{"style":5395},[51555],{"type":54,"value":24267},{"type":48,"tag":1351,"props":51557,"children":51558},{"style":1364},[51559],{"type":54,"value":5408},{"type":48,"tag":1351,"props":51561,"children":51562},{"style":1364},[51563],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51565,"children":51566},{"style":2122},[51567],{"type":54,"value":34994},{"type":48,"tag":1351,"props":51569,"children":51570},{"style":1364},[51571],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51573,"children":51574},{"style":1364},[51575],{"type":54,"value":6919},{"type":48,"tag":1351,"props":51577,"children":51578},{"class":1353,"line":5279},[51579,51583,51587,51591,51595,51599,51603,51607,51611,51615],{"type":48,"tag":1351,"props":51580,"children":51581},{"style":1364},[51582],{"type":54,"value":29288},{"type":48,"tag":1351,"props":51584,"children":51585},{"style":5418},[51586],{"type":54,"value":21717},{"type":48,"tag":1351,"props":51588,"children":51589},{"style":5395},[51590],{"type":54,"value":26481},{"type":48,"tag":1351,"props":51592,"children":51593},{"style":1364},[51594],{"type":54,"value":5408},{"type":48,"tag":1351,"props":51596,"children":51597},{"style":1364},[51598],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51600,"children":51601},{"style":2122},[51602],{"type":54,"value":50856},{"type":48,"tag":1351,"props":51604,"children":51605},{"style":1364},[51606],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51608,"children":51609},{"style":5395},[51610],{"type":54,"value":24267},{"type":48,"tag":1351,"props":51612,"children":51613},{"style":1364},[51614],{"type":54,"value":5408},{"type":48,"tag":1351,"props":51616,"children":51617},{"style":1364},[51618],{"type":54,"value":24276},{"type":48,"tag":1351,"props":51620,"children":51621},{"class":1353,"line":5320},[51622],{"type":48,"tag":1351,"props":51623,"children":51624},{"style":2122},[51625],{"type":54,"value":51626},"        display: inline-block;\n",{"type":48,"tag":1351,"props":51628,"children":51629},{"class":1353,"line":5361},[51630],{"type":48,"tag":1351,"props":51631,"children":51632},{"style":2122},[51633],{"type":54,"value":39305},{"type":48,"tag":1351,"props":51635,"children":51636},{"class":1353,"line":11545},[51637],{"type":48,"tag":1351,"props":51638,"children":51639},{"style":2122},[51640],{"type":54,"value":51641},"        background: #FFFBF5;\n",{"type":48,"tag":1351,"props":51643,"children":51644},{"class":1353,"line":11571},[51645],{"type":48,"tag":1351,"props":51646,"children":51647},{"style":2122},[51648],{"type":54,"value":51649},"        color: #FF4801;\n",{"type":48,"tag":1351,"props":51651,"children":51652},{"class":1353,"line":11597},[51653],{"type":48,"tag":1351,"props":51654,"children":51655},{"style":2122},[51656],{"type":54,"value":39329},{"type":48,"tag":1351,"props":51658,"children":51659},{"class":1353,"line":11623},[51660],{"type":48,"tag":1351,"props":51661,"children":51662},{"style":2122},[51663],{"type":54,"value":51664},"        font-weight: 500;\n",{"type":48,"tag":1351,"props":51666,"children":51667},{"class":1353,"line":11631},[51668],{"type":48,"tag":1351,"props":51669,"children":51670},{"style":2122},[51671],{"type":54,"value":39337},{"type":48,"tag":1351,"props":51673,"children":51674},{"class":1353,"line":11640},[51675],{"type":48,"tag":1351,"props":51676,"children":51677},{"style":2122},[51678],{"type":54,"value":51679},"        padding: 12px 24px;\n",{"type":48,"tag":1351,"props":51681,"children":51682},{"class":1353,"line":11666},[51683],{"type":48,"tag":1351,"props":51684,"children":51685},{"style":2122},[51686],{"type":54,"value":41392},{"type":48,"tag":1351,"props":51688,"children":51689},{"class":1353,"line":11692},[51690],{"type":48,"tag":1351,"props":51691,"children":51692},{"style":2122},[51693],{"type":54,"value":51694},"        text-decoration: none;\n",{"type":48,"tag":1351,"props":51696,"children":51697},{"class":1353,"line":11718},[51698],{"type":48,"tag":1351,"props":51699,"children":51700},{"style":2122},[51701],{"type":54,"value":51702},"        text-align: center;\n",{"type":48,"tag":1351,"props":51704,"children":51705},{"class":1353,"line":11726},[51706],{"type":48,"tag":1351,"props":51707,"children":51708},{"style":2122},[51709],{"type":54,"value":51710},"        transition: all 0.15s ease;\n",{"type":48,"tag":1351,"props":51712,"children":51713},{"class":1353,"line":11735},[51714,51718,51722,51727,51731,51735],{"type":48,"tag":1351,"props":51715,"children":51716},{"style":1364},[51717],{"type":54,"value":39545},{"type":48,"tag":1351,"props":51719,"children":51720},{"style":1364},[51721],{"type":54,"value":28405},{"type":48,"tag":1351,"props":51723,"children":51724},{"style":1358},[51725],{"type":54,"value":51726},"View docs",{"type":48,"tag":1351,"props":51728,"children":51729},{"style":1364},[51730],{"type":54,"value":7118},{"type":48,"tag":1351,"props":51732,"children":51733},{"style":5418},[51734],{"type":54,"value":21717},{"type":48,"tag":1351,"props":51736,"children":51737},{"style":1364},[51738],{"type":54,"value":6919},{"type":48,"tag":1351,"props":51740,"children":51741},{"class":1353,"line":11806},[51742,51746,51750,51754,51758,51762,51766,51770,51774,51778],{"type":48,"tag":1351,"props":51743,"children":51744},{"style":1364},[51745],{"type":54,"value":29288},{"type":48,"tag":1351,"props":51747,"children":51748},{"style":5418},[51749],{"type":54,"value":21717},{"type":48,"tag":1351,"props":51751,"children":51752},{"style":5395},[51753],{"type":54,"value":26481},{"type":48,"tag":1351,"props":51755,"children":51756},{"style":1364},[51757],{"type":54,"value":5408},{"type":48,"tag":1351,"props":51759,"children":51760},{"style":1364},[51761],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51763,"children":51764},{"style":2122},[51765],{"type":54,"value":50945},{"type":48,"tag":1351,"props":51767,"children":51768},{"style":1364},[51769],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51771,"children":51772},{"style":5395},[51773],{"type":54,"value":24267},{"type":48,"tag":1351,"props":51775,"children":51776},{"style":1364},[51777],{"type":54,"value":5408},{"type":48,"tag":1351,"props":51779,"children":51780},{"style":1364},[51781],{"type":54,"value":24276},{"type":48,"tag":1351,"props":51783,"children":51784},{"class":1353,"line":11879},[51785],{"type":48,"tag":1351,"props":51786,"children":51787},{"style":2122},[51788],{"type":54,"value":51626},{"type":48,"tag":1351,"props":51790,"children":51791},{"class":1353,"line":11887},[51792],{"type":48,"tag":1351,"props":51793,"children":51794},{"style":2122},[51795],{"type":54,"value":51796},"        background: #FF4801;\n",{"type":48,"tag":1351,"props":51798,"children":51799},{"class":1353,"line":11896},[51800],{"type":48,"tag":1351,"props":51801,"children":51802},{"style":2122},[51803],{"type":54,"value":51804},"        color: white;\n",{"type":48,"tag":1351,"props":51806,"children":51807},{"class":1353,"line":11917},[51808],{"type":48,"tag":1351,"props":51809,"children":51810},{"style":2122},[51811],{"type":54,"value":39329},{"type":48,"tag":1351,"props":51813,"children":51814},{"class":1353,"line":11925},[51815],{"type":48,"tag":1351,"props":51816,"children":51817},{"style":2122},[51818],{"type":54,"value":51664},{"type":48,"tag":1351,"props":51820,"children":51821},{"class":1353,"line":11934},[51822],{"type":48,"tag":1351,"props":51823,"children":51824},{"style":2122},[51825],{"type":54,"value":39337},{"type":48,"tag":1351,"props":51827,"children":51828},{"class":1353,"line":11955},[51829],{"type":48,"tag":1351,"props":51830,"children":51831},{"style":2122},[51832],{"type":54,"value":51679},{"type":48,"tag":1351,"props":51834,"children":51835},{"class":1353,"line":11976},[51836],{"type":48,"tag":1351,"props":51837,"children":51838},{"style":2122},[51839],{"type":54,"value":41392},{"type":48,"tag":1351,"props":51841,"children":51842},{"class":1353,"line":11997},[51843],{"type":48,"tag":1351,"props":51844,"children":51845},{"style":2122},[51846],{"type":54,"value":51694},{"type":48,"tag":1351,"props":51848,"children":51849},{"class":1353,"line":12018},[51850],{"type":48,"tag":1351,"props":51851,"children":51852},{"style":2122},[51853],{"type":54,"value":51702},{"type":48,"tag":1351,"props":51855,"children":51856},{"class":1353,"line":12040},[51857],{"type":48,"tag":1351,"props":51858,"children":51859},{"style":2122},[51860],{"type":54,"value":51710},{"type":48,"tag":1351,"props":51862,"children":51863},{"class":1353,"line":12048},[51864,51868,51872,51876,51880,51884],{"type":48,"tag":1351,"props":51865,"children":51866},{"style":1364},[51867],{"type":54,"value":39545},{"type":48,"tag":1351,"props":51869,"children":51870},{"style":1364},[51871],{"type":54,"value":28405},{"type":48,"tag":1351,"props":51873,"children":51874},{"style":1358},[51875],{"type":54,"value":34210},{"type":48,"tag":1351,"props":51877,"children":51878},{"style":1364},[51879],{"type":54,"value":7118},{"type":48,"tag":1351,"props":51881,"children":51882},{"style":5418},[51883],{"type":54,"value":21717},{"type":48,"tag":1351,"props":51885,"children":51886},{"style":1364},[51887],{"type":54,"value":6919},{"type":48,"tag":1351,"props":51889,"children":51890},{"class":1353,"line":12057},[51891,51895,51899],{"type":48,"tag":1351,"props":51892,"children":51893},{"style":1364},[51894],{"type":54,"value":29365},{"type":48,"tag":1351,"props":51896,"children":51897},{"style":5418},[51898],{"type":54,"value":15234},{"type":48,"tag":1351,"props":51900,"children":51901},{"style":1364},[51902],{"type":54,"value":6919},{"type":48,"tag":1351,"props":51904,"children":51905},{"class":1353,"line":12123},[51906,51910,51914],{"type":48,"tag":1351,"props":51907,"children":51908},{"style":1364},[51909],{"type":54,"value":25930},{"type":48,"tag":1351,"props":51911,"children":51912},{"style":5418},[51913],{"type":54,"value":15234},{"type":48,"tag":1351,"props":51915,"children":51916},{"style":1364},[51917],{"type":54,"value":6919},{"type":48,"tag":1351,"props":51919,"children":51920},{"class":1353,"line":12243},[51921,51925,51929],{"type":48,"tag":1351,"props":51922,"children":51923},{"style":1364},[51924],{"type":54,"value":7118},{"type":48,"tag":1351,"props":51926,"children":51927},{"style":5418},[51928],{"type":54,"value":50343},{"type":48,"tag":1351,"props":51930,"children":51931},{"style":1364},[51932],{"type":54,"value":6919},{"type":48,"tag":107,"props":51934,"children":51935},{},[],{"type":48,"tag":111,"props":51937,"children":51939},{"id":51938},"nav-footer",[51940],{"type":54,"value":51941},"NAV-FOOTER",{"type":48,"tag":61,"props":51943,"children":51944},{},[51945],{"type":54,"value":51946},"Site footer with links and legal text.",{"type":48,"tag":151,"props":51948,"children":51950},{"id":51949},"react-tailwind-24",[51951],{"type":54,"value":24169},{"type":48,"tag":118,"props":51953,"children":51955},{"className":24172,"code":51954,"language":24174,"meta":126,"style":126},"\u003Cfooter className=\"mt-8 py-6 bg-[#FFFBF5] border-t border-[#EBD5C1]\">\n  \u003Cul className=\"flex flex-col sm:flex-row flex-1 flex-wrap sm:items-center gap-2 max-w-5xl mx-auto px-6 sm:px-8 text-xs text-[#521000]\u002F60\">\n    \u003Cli>© 2024 Your Company, Inc.\u003C\u002Fli>\n    \u003Cli>\n      \u003Ca href=\"\u002Fprivacy\" className=\"hover:text-[#521000] transition-colors\">Privacy Policy\u003C\u002Fa>\n    \u003C\u002Fli>\n    \u003Cli>\n      \u003Ca href=\"\u002Fterms\" className=\"hover:text-[#521000] transition-colors\">Terms of Use\u003C\u002Fa>\n    \u003C\u002Fli>\n    \u003Cli>\n      \u003Ca href=\"\u002Fsecurity\" className=\"hover:text-[#521000] transition-colors\">Report Security Issues\u003C\u002Fa>\n    \u003C\u002Fli>\n    \u003Cli>\n      \u003Ca href=\"\u002Ftrademark\" className=\"hover:text-[#521000] transition-colors\">Trademark\u003C\u002Fa>\n    \u003C\u002Fli>\n  \u003C\u002Ful>\n\u003C\u002Ffooter>\n",[51956],{"type":48,"tag":89,"props":51957,"children":51958},{"__ignoreMap":126},[51959,51996,52032,52064,52079,52153,52168,52183,52256,52271,52286,52359,52374,52389,52462,52477,52492],{"type":48,"tag":1351,"props":51960,"children":51961},{"class":1353,"line":1354},[51962,51966,51971,51975,51979,51983,51988,51992],{"type":48,"tag":1351,"props":51963,"children":51964},{"style":1364},[51965],{"type":54,"value":6909},{"type":48,"tag":1351,"props":51967,"children":51968},{"style":5418},[51969],{"type":54,"value":51970},"footer",{"type":48,"tag":1351,"props":51972,"children":51973},{"style":5395},[51974],{"type":54,"value":24194},{"type":48,"tag":1351,"props":51976,"children":51977},{"style":1364},[51978],{"type":54,"value":5408},{"type":48,"tag":1351,"props":51980,"children":51981},{"style":1364},[51982],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51984,"children":51985},{"style":2122},[51986],{"type":54,"value":51987},"mt-8 py-6 bg-[#FFFBF5] border-t border-[#EBD5C1]",{"type":48,"tag":1351,"props":51989,"children":51990},{"style":1364},[51991],{"type":54,"value":2130},{"type":48,"tag":1351,"props":51993,"children":51994},{"style":1364},[51995],{"type":54,"value":6919},{"type":48,"tag":1351,"props":51997,"children":51998},{"class":1353,"line":1417},[51999,52003,52007,52011,52015,52019,52024,52028],{"type":48,"tag":1351,"props":52000,"children":52001},{"style":1364},[52002],{"type":54,"value":15268},{"type":48,"tag":1351,"props":52004,"children":52005},{"style":5418},[52006],{"type":54,"value":256},{"type":48,"tag":1351,"props":52008,"children":52009},{"style":5395},[52010],{"type":54,"value":24194},{"type":48,"tag":1351,"props":52012,"children":52013},{"style":1364},[52014],{"type":54,"value":5408},{"type":48,"tag":1351,"props":52016,"children":52017},{"style":1364},[52018],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52020,"children":52021},{"style":2122},[52022],{"type":54,"value":52023},"flex flex-col sm:flex-row flex-1 flex-wrap sm:items-center gap-2 max-w-5xl mx-auto px-6 sm:px-8 text-xs text-[#521000]\u002F60",{"type":48,"tag":1351,"props":52025,"children":52026},{"style":1364},[52027],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52029,"children":52030},{"style":1364},[52031],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52033,"children":52034},{"class":1353,"line":2059},[52035,52039,52043,52047,52052,52056,52060],{"type":48,"tag":1351,"props":52036,"children":52037},{"style":1364},[52038],{"type":54,"value":25771},{"type":48,"tag":1351,"props":52040,"children":52041},{"style":5418},[52042],{"type":54,"value":260},{"type":48,"tag":1351,"props":52044,"children":52045},{"style":1364},[52046],{"type":54,"value":28405},{"type":48,"tag":1351,"props":52048,"children":52049},{"style":1358},[52050],{"type":54,"value":52051},"© 2024 Your Company, Inc.",{"type":48,"tag":1351,"props":52053,"children":52054},{"style":1364},[52055],{"type":54,"value":7118},{"type":48,"tag":1351,"props":52057,"children":52058},{"style":5418},[52059],{"type":54,"value":260},{"type":48,"tag":1351,"props":52061,"children":52062},{"style":1364},[52063],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52065,"children":52066},{"class":1353,"line":2081},[52067,52071,52075],{"type":48,"tag":1351,"props":52068,"children":52069},{"style":1364},[52070],{"type":54,"value":25771},{"type":48,"tag":1351,"props":52072,"children":52073},{"style":5418},[52074],{"type":54,"value":260},{"type":48,"tag":1351,"props":52076,"children":52077},{"style":1364},[52078],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52080,"children":52081},{"class":1353,"line":2104},[52082,52086,52090,52094,52098,52102,52107,52111,52115,52119,52123,52128,52132,52136,52141,52145,52149],{"type":48,"tag":1351,"props":52083,"children":52084},{"style":1364},[52085],{"type":54,"value":29288},{"type":48,"tag":1351,"props":52087,"children":52088},{"style":5418},[52089],{"type":54,"value":21717},{"type":48,"tag":1351,"props":52091,"children":52092},{"style":5395},[52093],{"type":54,"value":26481},{"type":48,"tag":1351,"props":52095,"children":52096},{"style":1364},[52097],{"type":54,"value":5408},{"type":48,"tag":1351,"props":52099,"children":52100},{"style":1364},[52101],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52103,"children":52104},{"style":2122},[52105],{"type":54,"value":52106},"\u002Fprivacy",{"type":48,"tag":1351,"props":52108,"children":52109},{"style":1364},[52110],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52112,"children":52113},{"style":5395},[52114],{"type":54,"value":24194},{"type":48,"tag":1351,"props":52116,"children":52117},{"style":1364},[52118],{"type":54,"value":5408},{"type":48,"tag":1351,"props":52120,"children":52121},{"style":1364},[52122],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52124,"children":52125},{"style":2122},[52126],{"type":54,"value":52127},"hover:text-[#521000] transition-colors",{"type":48,"tag":1351,"props":52129,"children":52130},{"style":1364},[52131],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52133,"children":52134},{"style":1364},[52135],{"type":54,"value":28405},{"type":48,"tag":1351,"props":52137,"children":52138},{"style":1358},[52139],{"type":54,"value":52140},"Privacy Policy",{"type":48,"tag":1351,"props":52142,"children":52143},{"style":1364},[52144],{"type":54,"value":7118},{"type":48,"tag":1351,"props":52146,"children":52147},{"style":5418},[52148],{"type":54,"value":21717},{"type":48,"tag":1351,"props":52150,"children":52151},{"style":1364},[52152],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52154,"children":52155},{"class":1353,"line":2164},[52156,52160,52164],{"type":48,"tag":1351,"props":52157,"children":52158},{"style":1364},[52159],{"type":54,"value":29365},{"type":48,"tag":1351,"props":52161,"children":52162},{"style":5418},[52163],{"type":54,"value":260},{"type":48,"tag":1351,"props":52165,"children":52166},{"style":1364},[52167],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52169,"children":52170},{"class":1353,"line":2713},[52171,52175,52179],{"type":48,"tag":1351,"props":52172,"children":52173},{"style":1364},[52174],{"type":54,"value":25771},{"type":48,"tag":1351,"props":52176,"children":52177},{"style":5418},[52178],{"type":54,"value":260},{"type":48,"tag":1351,"props":52180,"children":52181},{"style":1364},[52182],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52184,"children":52185},{"class":1353,"line":2722},[52186,52190,52194,52198,52202,52206,52211,52215,52219,52223,52227,52231,52235,52239,52244,52248,52252],{"type":48,"tag":1351,"props":52187,"children":52188},{"style":1364},[52189],{"type":54,"value":29288},{"type":48,"tag":1351,"props":52191,"children":52192},{"style":5418},[52193],{"type":54,"value":21717},{"type":48,"tag":1351,"props":52195,"children":52196},{"style":5395},[52197],{"type":54,"value":26481},{"type":48,"tag":1351,"props":52199,"children":52200},{"style":1364},[52201],{"type":54,"value":5408},{"type":48,"tag":1351,"props":52203,"children":52204},{"style":1364},[52205],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52207,"children":52208},{"style":2122},[52209],{"type":54,"value":52210},"\u002Fterms",{"type":48,"tag":1351,"props":52212,"children":52213},{"style":1364},[52214],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52216,"children":52217},{"style":5395},[52218],{"type":54,"value":24194},{"type":48,"tag":1351,"props":52220,"children":52221},{"style":1364},[52222],{"type":54,"value":5408},{"type":48,"tag":1351,"props":52224,"children":52225},{"style":1364},[52226],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52228,"children":52229},{"style":2122},[52230],{"type":54,"value":52127},{"type":48,"tag":1351,"props":52232,"children":52233},{"style":1364},[52234],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52236,"children":52237},{"style":1364},[52238],{"type":54,"value":28405},{"type":48,"tag":1351,"props":52240,"children":52241},{"style":1358},[52242],{"type":54,"value":52243},"Terms of Use",{"type":48,"tag":1351,"props":52245,"children":52246},{"style":1364},[52247],{"type":54,"value":7118},{"type":48,"tag":1351,"props":52249,"children":52250},{"style":5418},[52251],{"type":54,"value":21717},{"type":48,"tag":1351,"props":52253,"children":52254},{"style":1364},[52255],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52257,"children":52258},{"class":1353,"line":2736},[52259,52263,52267],{"type":48,"tag":1351,"props":52260,"children":52261},{"style":1364},[52262],{"type":54,"value":29365},{"type":48,"tag":1351,"props":52264,"children":52265},{"style":5418},[52266],{"type":54,"value":260},{"type":48,"tag":1351,"props":52268,"children":52269},{"style":1364},[52270],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52272,"children":52273},{"class":1353,"line":2744},[52274,52278,52282],{"type":48,"tag":1351,"props":52275,"children":52276},{"style":1364},[52277],{"type":54,"value":25771},{"type":48,"tag":1351,"props":52279,"children":52280},{"style":5418},[52281],{"type":54,"value":260},{"type":48,"tag":1351,"props":52283,"children":52284},{"style":1364},[52285],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52287,"children":52288},{"class":1353,"line":2753},[52289,52293,52297,52301,52305,52309,52314,52318,52322,52326,52330,52334,52338,52342,52347,52351,52355],{"type":48,"tag":1351,"props":52290,"children":52291},{"style":1364},[52292],{"type":54,"value":29288},{"type":48,"tag":1351,"props":52294,"children":52295},{"style":5418},[52296],{"type":54,"value":21717},{"type":48,"tag":1351,"props":52298,"children":52299},{"style":5395},[52300],{"type":54,"value":26481},{"type":48,"tag":1351,"props":52302,"children":52303},{"style":1364},[52304],{"type":54,"value":5408},{"type":48,"tag":1351,"props":52306,"children":52307},{"style":1364},[52308],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52310,"children":52311},{"style":2122},[52312],{"type":54,"value":52313},"\u002Fsecurity",{"type":48,"tag":1351,"props":52315,"children":52316},{"style":1364},[52317],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52319,"children":52320},{"style":5395},[52321],{"type":54,"value":24194},{"type":48,"tag":1351,"props":52323,"children":52324},{"style":1364},[52325],{"type":54,"value":5408},{"type":48,"tag":1351,"props":52327,"children":52328},{"style":1364},[52329],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52331,"children":52332},{"style":2122},[52333],{"type":54,"value":52127},{"type":48,"tag":1351,"props":52335,"children":52336},{"style":1364},[52337],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52339,"children":52340},{"style":1364},[52341],{"type":54,"value":28405},{"type":48,"tag":1351,"props":52343,"children":52344},{"style":1358},[52345],{"type":54,"value":52346},"Report Security Issues",{"type":48,"tag":1351,"props":52348,"children":52349},{"style":1364},[52350],{"type":54,"value":7118},{"type":48,"tag":1351,"props":52352,"children":52353},{"style":5418},[52354],{"type":54,"value":21717},{"type":48,"tag":1351,"props":52356,"children":52357},{"style":1364},[52358],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52360,"children":52361},{"class":1353,"line":2767},[52362,52366,52370],{"type":48,"tag":1351,"props":52363,"children":52364},{"style":1364},[52365],{"type":54,"value":29365},{"type":48,"tag":1351,"props":52367,"children":52368},{"style":5418},[52369],{"type":54,"value":260},{"type":48,"tag":1351,"props":52371,"children":52372},{"style":1364},[52373],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52375,"children":52376},{"class":1353,"line":2781},[52377,52381,52385],{"type":48,"tag":1351,"props":52378,"children":52379},{"style":1364},[52380],{"type":54,"value":25771},{"type":48,"tag":1351,"props":52382,"children":52383},{"style":5418},[52384],{"type":54,"value":260},{"type":48,"tag":1351,"props":52386,"children":52387},{"style":1364},[52388],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52390,"children":52391},{"class":1353,"line":2795},[52392,52396,52400,52404,52408,52412,52417,52421,52425,52429,52433,52437,52441,52445,52450,52454,52458],{"type":48,"tag":1351,"props":52393,"children":52394},{"style":1364},[52395],{"type":54,"value":29288},{"type":48,"tag":1351,"props":52397,"children":52398},{"style":5418},[52399],{"type":54,"value":21717},{"type":48,"tag":1351,"props":52401,"children":52402},{"style":5395},[52403],{"type":54,"value":26481},{"type":48,"tag":1351,"props":52405,"children":52406},{"style":1364},[52407],{"type":54,"value":5408},{"type":48,"tag":1351,"props":52409,"children":52410},{"style":1364},[52411],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52413,"children":52414},{"style":2122},[52415],{"type":54,"value":52416},"\u002Ftrademark",{"type":48,"tag":1351,"props":52418,"children":52419},{"style":1364},[52420],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52422,"children":52423},{"style":5395},[52424],{"type":54,"value":24194},{"type":48,"tag":1351,"props":52426,"children":52427},{"style":1364},[52428],{"type":54,"value":5408},{"type":48,"tag":1351,"props":52430,"children":52431},{"style":1364},[52432],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52434,"children":52435},{"style":2122},[52436],{"type":54,"value":52127},{"type":48,"tag":1351,"props":52438,"children":52439},{"style":1364},[52440],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52442,"children":52443},{"style":1364},[52444],{"type":54,"value":28405},{"type":48,"tag":1351,"props":52446,"children":52447},{"style":1358},[52448],{"type":54,"value":52449},"Trademark",{"type":48,"tag":1351,"props":52451,"children":52452},{"style":1364},[52453],{"type":54,"value":7118},{"type":48,"tag":1351,"props":52455,"children":52456},{"style":5418},[52457],{"type":54,"value":21717},{"type":48,"tag":1351,"props":52459,"children":52460},{"style":1364},[52461],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52463,"children":52464},{"class":1353,"line":2803},[52465,52469,52473],{"type":48,"tag":1351,"props":52466,"children":52467},{"style":1364},[52468],{"type":54,"value":29365},{"type":48,"tag":1351,"props":52470,"children":52471},{"style":5418},[52472],{"type":54,"value":260},{"type":48,"tag":1351,"props":52474,"children":52475},{"style":1364},[52476],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52478,"children":52479},{"class":1353,"line":2812},[52480,52484,52488],{"type":48,"tag":1351,"props":52481,"children":52482},{"style":1364},[52483],{"type":54,"value":25930},{"type":48,"tag":1351,"props":52485,"children":52486},{"style":5418},[52487],{"type":54,"value":256},{"type":48,"tag":1351,"props":52489,"children":52490},{"style":1364},[52491],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52493,"children":52494},{"class":1353,"line":2826},[52495,52499,52503],{"type":48,"tag":1351,"props":52496,"children":52497},{"style":1364},[52498],{"type":54,"value":7118},{"type":48,"tag":1351,"props":52500,"children":52501},{"style":5418},[52502],{"type":54,"value":51970},{"type":48,"tag":1351,"props":52504,"children":52505},{"style":1364},[52506],{"type":54,"value":6919},{"type":48,"tag":107,"props":52508,"children":52509},{},[],{"type":48,"tag":49,"props":52511,"children":52513},{"id":52512},"hero-sections",[52514],{"type":54,"value":24117},{"type":48,"tag":111,"props":52516,"children":52518},{"id":52517},"hero-centered",[52519],{"type":54,"value":52520},"HERO-CENTERED",{"type":48,"tag":61,"props":52522,"children":52523},{},[52524],{"type":54,"value":52525},"Centered hero section with headline, description, and CTAs.",{"type":48,"tag":151,"props":52527,"children":52529},{"id":52528},"react-tailwind-25",[52530],{"type":54,"value":24169},{"type":48,"tag":118,"props":52532,"children":52534},{"className":24172,"code":52533,"language":24174,"meta":126,"style":126},"\u003Csection className=\"pt-8 sm:pt-12 max-w-5xl mx-auto\">\n  \u003Cdiv className=\"text-center sm:text-left px-6 sm:px-8\">\n    \u003Ch1 className=\"font-medium text-2xl sm:text-3xl text-[#521000] mb-3\" style={{ letterSpacing: '-0.035em' }}>\n      Build faster. Ship more.\n    \u003C\u002Fh1>\n    \u003Cp className=\"text-sm sm:text-base text-[#521000]\u002F60 leading-tight\">\n      Replace your fragmented toolchain with a single platform that scales with your team. From zero to production in minutes, not days.\n    \u003C\u002Fp>\n    \u003Cp className=\"text-sm sm:text-base text-[#521000] font-medium mt-3\">\n      Free to start. No credit card required.\n    \u003C\u002Fp>\n  \u003C\u002Fdiv>\n\u003C\u002Fsection>\n",[52535],{"type":48,"tag":89,"props":52536,"children":52537},{"__ignoreMap":126},[52538,52575,52611,52675,52683,52698,52734,52742,52757,52793,52801,52816,52831],{"type":48,"tag":1351,"props":52539,"children":52540},{"class":1353,"line":1354},[52541,52545,52550,52554,52558,52562,52567,52571],{"type":48,"tag":1351,"props":52542,"children":52543},{"style":1364},[52544],{"type":54,"value":6909},{"type":48,"tag":1351,"props":52546,"children":52547},{"style":5418},[52548],{"type":54,"value":52549},"section",{"type":48,"tag":1351,"props":52551,"children":52552},{"style":5395},[52553],{"type":54,"value":24194},{"type":48,"tag":1351,"props":52555,"children":52556},{"style":1364},[52557],{"type":54,"value":5408},{"type":48,"tag":1351,"props":52559,"children":52560},{"style":1364},[52561],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52563,"children":52564},{"style":2122},[52565],{"type":54,"value":52566},"pt-8 sm:pt-12 max-w-5xl mx-auto",{"type":48,"tag":1351,"props":52568,"children":52569},{"style":1364},[52570],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52572,"children":52573},{"style":1364},[52574],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52576,"children":52577},{"class":1353,"line":1417},[52578,52582,52586,52590,52594,52598,52603,52607],{"type":48,"tag":1351,"props":52579,"children":52580},{"style":1364},[52581],{"type":54,"value":15268},{"type":48,"tag":1351,"props":52583,"children":52584},{"style":5418},[52585],{"type":54,"value":15234},{"type":48,"tag":1351,"props":52587,"children":52588},{"style":5395},[52589],{"type":54,"value":24194},{"type":48,"tag":1351,"props":52591,"children":52592},{"style":1364},[52593],{"type":54,"value":5408},{"type":48,"tag":1351,"props":52595,"children":52596},{"style":1364},[52597],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52599,"children":52600},{"style":2122},[52601],{"type":54,"value":52602},"text-center sm:text-left px-6 sm:px-8",{"type":48,"tag":1351,"props":52604,"children":52605},{"style":1364},[52606],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52608,"children":52609},{"style":1364},[52610],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52612,"children":52613},{"class":1353,"line":2059},[52614,52618,52622,52626,52630,52634,52639,52643,52647,52651,52655,52659,52663,52667,52671],{"type":48,"tag":1351,"props":52615,"children":52616},{"style":1364},[52617],{"type":54,"value":25771},{"type":48,"tag":1351,"props":52619,"children":52620},{"style":5418},[52621],{"type":54,"value":49},{"type":48,"tag":1351,"props":52623,"children":52624},{"style":5395},[52625],{"type":54,"value":24194},{"type":48,"tag":1351,"props":52627,"children":52628},{"style":1364},[52629],{"type":54,"value":5408},{"type":48,"tag":1351,"props":52631,"children":52632},{"style":1364},[52633],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52635,"children":52636},{"style":2122},[52637],{"type":54,"value":52638},"font-medium text-2xl sm:text-3xl text-[#521000] mb-3",{"type":48,"tag":1351,"props":52640,"children":52641},{"style":1364},[52642],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52644,"children":52645},{"style":5395},[52646],{"type":54,"value":24267},{"type":48,"tag":1351,"props":52648,"children":52649},{"style":1364},[52650],{"type":54,"value":34792},{"type":48,"tag":1351,"props":52652,"children":52653},{"style":5418},[52654],{"type":54,"value":50690},{"type":48,"tag":1351,"props":52656,"children":52657},{"style":1364},[52658],{"type":54,"value":96},{"type":48,"tag":1351,"props":52660,"children":52661},{"style":1364},[52662],{"type":54,"value":17040},{"type":48,"tag":1351,"props":52664,"children":52665},{"style":2122},[52666],{"type":54,"value":14076},{"type":48,"tag":1351,"props":52668,"children":52669},{"style":1364},[52670],{"type":54,"value":6993},{"type":48,"tag":1351,"props":52672,"children":52673},{"style":1364},[52674],{"type":54,"value":50711},{"type":48,"tag":1351,"props":52676,"children":52677},{"class":1353,"line":2081},[52678],{"type":48,"tag":1351,"props":52679,"children":52680},{"style":1358},[52681],{"type":54,"value":52682},"      Build faster. Ship more.\n",{"type":48,"tag":1351,"props":52684,"children":52685},{"class":1353,"line":2104},[52686,52690,52694],{"type":48,"tag":1351,"props":52687,"children":52688},{"style":1364},[52689],{"type":54,"value":29365},{"type":48,"tag":1351,"props":52691,"children":52692},{"style":5418},[52693],{"type":54,"value":49},{"type":48,"tag":1351,"props":52695,"children":52696},{"style":1364},[52697],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52699,"children":52700},{"class":1353,"line":2164},[52701,52705,52709,52713,52717,52721,52726,52730],{"type":48,"tag":1351,"props":52702,"children":52703},{"style":1364},[52704],{"type":54,"value":25771},{"type":48,"tag":1351,"props":52706,"children":52707},{"style":5418},[52708],{"type":54,"value":61},{"type":48,"tag":1351,"props":52710,"children":52711},{"style":5395},[52712],{"type":54,"value":24194},{"type":48,"tag":1351,"props":52714,"children":52715},{"style":1364},[52716],{"type":54,"value":5408},{"type":48,"tag":1351,"props":52718,"children":52719},{"style":1364},[52720],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52722,"children":52723},{"style":2122},[52724],{"type":54,"value":52725},"text-sm sm:text-base text-[#521000]\u002F60 leading-tight",{"type":48,"tag":1351,"props":52727,"children":52728},{"style":1364},[52729],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52731,"children":52732},{"style":1364},[52733],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52735,"children":52736},{"class":1353,"line":2713},[52737],{"type":48,"tag":1351,"props":52738,"children":52739},{"style":1358},[52740],{"type":54,"value":52741},"      Replace your fragmented toolchain with a single platform that scales with your team. From zero to production in minutes, not days.\n",{"type":48,"tag":1351,"props":52743,"children":52744},{"class":1353,"line":2722},[52745,52749,52753],{"type":48,"tag":1351,"props":52746,"children":52747},{"style":1364},[52748],{"type":54,"value":29365},{"type":48,"tag":1351,"props":52750,"children":52751},{"style":5418},[52752],{"type":54,"value":61},{"type":48,"tag":1351,"props":52754,"children":52755},{"style":1364},[52756],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52758,"children":52759},{"class":1353,"line":2736},[52760,52764,52768,52772,52776,52780,52785,52789],{"type":48,"tag":1351,"props":52761,"children":52762},{"style":1364},[52763],{"type":54,"value":25771},{"type":48,"tag":1351,"props":52765,"children":52766},{"style":5418},[52767],{"type":54,"value":61},{"type":48,"tag":1351,"props":52769,"children":52770},{"style":5395},[52771],{"type":54,"value":24194},{"type":48,"tag":1351,"props":52773,"children":52774},{"style":1364},[52775],{"type":54,"value":5408},{"type":48,"tag":1351,"props":52777,"children":52778},{"style":1364},[52779],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52781,"children":52782},{"style":2122},[52783],{"type":54,"value":52784},"text-sm sm:text-base text-[#521000] font-medium mt-3",{"type":48,"tag":1351,"props":52786,"children":52787},{"style":1364},[52788],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52790,"children":52791},{"style":1364},[52792],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52794,"children":52795},{"class":1353,"line":2744},[52796],{"type":48,"tag":1351,"props":52797,"children":52798},{"style":1358},[52799],{"type":54,"value":52800},"      Free to start. No credit card required.\n",{"type":48,"tag":1351,"props":52802,"children":52803},{"class":1353,"line":2753},[52804,52808,52812],{"type":48,"tag":1351,"props":52805,"children":52806},{"style":1364},[52807],{"type":54,"value":29365},{"type":48,"tag":1351,"props":52809,"children":52810},{"style":5418},[52811],{"type":54,"value":61},{"type":48,"tag":1351,"props":52813,"children":52814},{"style":1364},[52815],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52817,"children":52818},{"class":1353,"line":2767},[52819,52823,52827],{"type":48,"tag":1351,"props":52820,"children":52821},{"style":1364},[52822],{"type":54,"value":25930},{"type":48,"tag":1351,"props":52824,"children":52825},{"style":5418},[52826],{"type":54,"value":15234},{"type":48,"tag":1351,"props":52828,"children":52829},{"style":1364},[52830],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52832,"children":52833},{"class":1353,"line":2781},[52834,52838,52842],{"type":48,"tag":1351,"props":52835,"children":52836},{"style":1364},[52837],{"type":54,"value":7118},{"type":48,"tag":1351,"props":52839,"children":52840},{"style":5418},[52841],{"type":54,"value":52549},{"type":48,"tag":1351,"props":52843,"children":52844},{"style":1364},[52845],{"type":54,"value":6919},{"type":48,"tag":107,"props":52847,"children":52848},{},[],{"type":48,"tag":111,"props":52850,"children":52852},{"id":52851},"hero-product",[52853],{"type":54,"value":52854},"HERO-PRODUCT",{"type":48,"tag":61,"props":52856,"children":52857},{},[52858],{"type":54,"value":52859},"Hero section with accent background for product pages.",{"type":48,"tag":151,"props":52861,"children":52863},{"id":52862},"react-tailwind-26",[52864],{"type":54,"value":24169},{"type":48,"tag":118,"props":52866,"children":52868},{"className":24172,"code":52867,"language":24174,"meta":126,"style":126},"\u003Csection className=\"bg-[#FF4801] relative overflow-hidden min-h-[400px] flex items-center\">\n  \u003Cdiv className=\"max-w-5xl mx-auto px-6 sm:px-8 py-16 relative z-10\">\n    \u003Ch1 className=\"font-medium text-3xl sm:text-4xl lg:text-5xl text-white mb-4\" style={{ letterSpacing: '-0.02em' }}>\n      Build full-stack applications\n      \u003Cbr \u002F>\n      at the edge\n    \u003C\u002Fh1>\n    \u003Cp className=\"text-lg text-white\u002F75 max-w-xl mb-8\">\n      Deploy globally distributed code instantly. Exceptional performance, reliability, and scale — without the ops overhead.\n    \u003C\u002Fp>\n    \u003Cdiv className=\"flex flex-wrap gap-3\">\n      \u003Ca href=\"\u002Fsignup\" className=\"inline-flex items-center justify-center px-6 py-3 rounded-full font-medium bg-white text-[#FF4801] transition-all hover:opacity-95\">\n        Start building\n      \u003C\u002Fa>\n      \u003Ca href=\"\u002Fdocs\" className=\"inline-flex items-center justify-center px-6 py-3 rounded-full font-medium bg-transparent text-white border border-white\u002F50 transition-all hover:bg-white\u002F10\">\n        View documentation\n      \u003C\u002Fa>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\u003C\u002Fsection>\n",[52869],{"type":48,"tag":89,"props":52870,"children":52871},{"__ignoreMap":126},[52872,52908,52944,53008,53016,53032,53040,53055,53091,53099,53114,53150,53206,53214,53229,53285,53293,53308,53323,53338],{"type":48,"tag":1351,"props":52873,"children":52874},{"class":1353,"line":1354},[52875,52879,52883,52887,52891,52895,52900,52904],{"type":48,"tag":1351,"props":52876,"children":52877},{"style":1364},[52878],{"type":54,"value":6909},{"type":48,"tag":1351,"props":52880,"children":52881},{"style":5418},[52882],{"type":54,"value":52549},{"type":48,"tag":1351,"props":52884,"children":52885},{"style":5395},[52886],{"type":54,"value":24194},{"type":48,"tag":1351,"props":52888,"children":52889},{"style":1364},[52890],{"type":54,"value":5408},{"type":48,"tag":1351,"props":52892,"children":52893},{"style":1364},[52894],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52896,"children":52897},{"style":2122},[52898],{"type":54,"value":52899},"bg-[#FF4801] relative overflow-hidden min-h-[400px] flex items-center",{"type":48,"tag":1351,"props":52901,"children":52902},{"style":1364},[52903],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52905,"children":52906},{"style":1364},[52907],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52909,"children":52910},{"class":1353,"line":1417},[52911,52915,52919,52923,52927,52931,52936,52940],{"type":48,"tag":1351,"props":52912,"children":52913},{"style":1364},[52914],{"type":54,"value":15268},{"type":48,"tag":1351,"props":52916,"children":52917},{"style":5418},[52918],{"type":54,"value":15234},{"type":48,"tag":1351,"props":52920,"children":52921},{"style":5395},[52922],{"type":54,"value":24194},{"type":48,"tag":1351,"props":52924,"children":52925},{"style":1364},[52926],{"type":54,"value":5408},{"type":48,"tag":1351,"props":52928,"children":52929},{"style":1364},[52930],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52932,"children":52933},{"style":2122},[52934],{"type":54,"value":52935},"max-w-5xl mx-auto px-6 sm:px-8 py-16 relative z-10",{"type":48,"tag":1351,"props":52937,"children":52938},{"style":1364},[52939],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52941,"children":52942},{"style":1364},[52943],{"type":54,"value":6919},{"type":48,"tag":1351,"props":52945,"children":52946},{"class":1353,"line":2059},[52947,52951,52955,52959,52963,52967,52972,52976,52980,52984,52988,52992,52996,53000,53004],{"type":48,"tag":1351,"props":52948,"children":52949},{"style":1364},[52950],{"type":54,"value":25771},{"type":48,"tag":1351,"props":52952,"children":52953},{"style":5418},[52954],{"type":54,"value":49},{"type":48,"tag":1351,"props":52956,"children":52957},{"style":5395},[52958],{"type":54,"value":24194},{"type":48,"tag":1351,"props":52960,"children":52961},{"style":1364},[52962],{"type":54,"value":5408},{"type":48,"tag":1351,"props":52964,"children":52965},{"style":1364},[52966],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52968,"children":52969},{"style":2122},[52970],{"type":54,"value":52971},"font-medium text-3xl sm:text-4xl lg:text-5xl text-white mb-4",{"type":48,"tag":1351,"props":52973,"children":52974},{"style":1364},[52975],{"type":54,"value":2130},{"type":48,"tag":1351,"props":52977,"children":52978},{"style":5395},[52979],{"type":54,"value":24267},{"type":48,"tag":1351,"props":52981,"children":52982},{"style":1364},[52983],{"type":54,"value":34792},{"type":48,"tag":1351,"props":52985,"children":52986},{"style":5418},[52987],{"type":54,"value":50690},{"type":48,"tag":1351,"props":52989,"children":52990},{"style":1364},[52991],{"type":54,"value":96},{"type":48,"tag":1351,"props":52993,"children":52994},{"style":1364},[52995],{"type":54,"value":17040},{"type":48,"tag":1351,"props":52997,"children":52998},{"style":2122},[52999],{"type":54,"value":1935},{"type":48,"tag":1351,"props":53001,"children":53002},{"style":1364},[53003],{"type":54,"value":6993},{"type":48,"tag":1351,"props":53005,"children":53006},{"style":1364},[53007],{"type":54,"value":50711},{"type":48,"tag":1351,"props":53009,"children":53010},{"class":1353,"line":2081},[53011],{"type":48,"tag":1351,"props":53012,"children":53013},{"style":1358},[53014],{"type":54,"value":53015},"      Build full-stack applications\n",{"type":48,"tag":1351,"props":53017,"children":53018},{"class":1353,"line":2104},[53019,53023,53028],{"type":48,"tag":1351,"props":53020,"children":53021},{"style":1364},[53022],{"type":54,"value":29288},{"type":48,"tag":1351,"props":53024,"children":53025},{"style":5418},[53026],{"type":54,"value":53027},"br",{"type":48,"tag":1351,"props":53029,"children":53030},{"style":1364},[53031],{"type":54,"value":25846},{"type":48,"tag":1351,"props":53033,"children":53034},{"class":1353,"line":2164},[53035],{"type":48,"tag":1351,"props":53036,"children":53037},{"style":1358},[53038],{"type":54,"value":53039},"      at the edge\n",{"type":48,"tag":1351,"props":53041,"children":53042},{"class":1353,"line":2713},[53043,53047,53051],{"type":48,"tag":1351,"props":53044,"children":53045},{"style":1364},[53046],{"type":54,"value":29365},{"type":48,"tag":1351,"props":53048,"children":53049},{"style":5418},[53050],{"type":54,"value":49},{"type":48,"tag":1351,"props":53052,"children":53053},{"style":1364},[53054],{"type":54,"value":6919},{"type":48,"tag":1351,"props":53056,"children":53057},{"class":1353,"line":2722},[53058,53062,53066,53070,53074,53078,53083,53087],{"type":48,"tag":1351,"props":53059,"children":53060},{"style":1364},[53061],{"type":54,"value":25771},{"type":48,"tag":1351,"props":53063,"children":53064},{"style":5418},[53065],{"type":54,"value":61},{"type":48,"tag":1351,"props":53067,"children":53068},{"style":5395},[53069],{"type":54,"value":24194},{"type":48,"tag":1351,"props":53071,"children":53072},{"style":1364},[53073],{"type":54,"value":5408},{"type":48,"tag":1351,"props":53075,"children":53076},{"style":1364},[53077],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53079,"children":53080},{"style":2122},[53081],{"type":54,"value":53082},"text-lg text-white\u002F75 max-w-xl mb-8",{"type":48,"tag":1351,"props":53084,"children":53085},{"style":1364},[53086],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53088,"children":53089},{"style":1364},[53090],{"type":54,"value":6919},{"type":48,"tag":1351,"props":53092,"children":53093},{"class":1353,"line":2736},[53094],{"type":48,"tag":1351,"props":53095,"children":53096},{"style":1358},[53097],{"type":54,"value":53098},"      Deploy globally distributed code instantly. Exceptional performance, reliability, and scale — without the ops overhead.\n",{"type":48,"tag":1351,"props":53100,"children":53101},{"class":1353,"line":2744},[53102,53106,53110],{"type":48,"tag":1351,"props":53103,"children":53104},{"style":1364},[53105],{"type":54,"value":29365},{"type":48,"tag":1351,"props":53107,"children":53108},{"style":5418},[53109],{"type":54,"value":61},{"type":48,"tag":1351,"props":53111,"children":53112},{"style":1364},[53113],{"type":54,"value":6919},{"type":48,"tag":1351,"props":53115,"children":53116},{"class":1353,"line":2753},[53117,53121,53125,53129,53133,53137,53142,53146],{"type":48,"tag":1351,"props":53118,"children":53119},{"style":1364},[53120],{"type":54,"value":25771},{"type":48,"tag":1351,"props":53122,"children":53123},{"style":5418},[53124],{"type":54,"value":15234},{"type":48,"tag":1351,"props":53126,"children":53127},{"style":5395},[53128],{"type":54,"value":24194},{"type":48,"tag":1351,"props":53130,"children":53131},{"style":1364},[53132],{"type":54,"value":5408},{"type":48,"tag":1351,"props":53134,"children":53135},{"style":1364},[53136],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53138,"children":53139},{"style":2122},[53140],{"type":54,"value":53141},"flex flex-wrap gap-3",{"type":48,"tag":1351,"props":53143,"children":53144},{"style":1364},[53145],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53147,"children":53148},{"style":1364},[53149],{"type":54,"value":6919},{"type":48,"tag":1351,"props":53151,"children":53152},{"class":1353,"line":2767},[53153,53157,53161,53165,53169,53173,53177,53181,53185,53189,53193,53198,53202],{"type":48,"tag":1351,"props":53154,"children":53155},{"style":1364},[53156],{"type":54,"value":29288},{"type":48,"tag":1351,"props":53158,"children":53159},{"style":5418},[53160],{"type":54,"value":21717},{"type":48,"tag":1351,"props":53162,"children":53163},{"style":5395},[53164],{"type":54,"value":26481},{"type":48,"tag":1351,"props":53166,"children":53167},{"style":1364},[53168],{"type":54,"value":5408},{"type":48,"tag":1351,"props":53170,"children":53171},{"style":1364},[53172],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53174,"children":53175},{"style":2122},[53176],{"type":54,"value":50945},{"type":48,"tag":1351,"props":53178,"children":53179},{"style":1364},[53180],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53182,"children":53183},{"style":5395},[53184],{"type":54,"value":24194},{"type":48,"tag":1351,"props":53186,"children":53187},{"style":1364},[53188],{"type":54,"value":5408},{"type":48,"tag":1351,"props":53190,"children":53191},{"style":1364},[53192],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53194,"children":53195},{"style":2122},[53196],{"type":54,"value":53197},"inline-flex items-center justify-center px-6 py-3 rounded-full font-medium bg-white text-[#FF4801] transition-all hover:opacity-95",{"type":48,"tag":1351,"props":53199,"children":53200},{"style":1364},[53201],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53203,"children":53204},{"style":1364},[53205],{"type":54,"value":6919},{"type":48,"tag":1351,"props":53207,"children":53208},{"class":1353,"line":2781},[53209],{"type":48,"tag":1351,"props":53210,"children":53211},{"style":1358},[53212],{"type":54,"value":53213},"        Start building\n",{"type":48,"tag":1351,"props":53215,"children":53216},{"class":1353,"line":2795},[53217,53221,53225],{"type":48,"tag":1351,"props":53218,"children":53219},{"style":1364},[53220],{"type":54,"value":31843},{"type":48,"tag":1351,"props":53222,"children":53223},{"style":5418},[53224],{"type":54,"value":21717},{"type":48,"tag":1351,"props":53226,"children":53227},{"style":1364},[53228],{"type":54,"value":6919},{"type":48,"tag":1351,"props":53230,"children":53231},{"class":1353,"line":2803},[53232,53236,53240,53244,53248,53252,53256,53260,53264,53268,53272,53277,53281],{"type":48,"tag":1351,"props":53233,"children":53234},{"style":1364},[53235],{"type":54,"value":29288},{"type":48,"tag":1351,"props":53237,"children":53238},{"style":5418},[53239],{"type":54,"value":21717},{"type":48,"tag":1351,"props":53241,"children":53242},{"style":5395},[53243],{"type":54,"value":26481},{"type":48,"tag":1351,"props":53245,"children":53246},{"style":1364},[53247],{"type":54,"value":5408},{"type":48,"tag":1351,"props":53249,"children":53250},{"style":1364},[53251],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53253,"children":53254},{"style":2122},[53255],{"type":54,"value":50856},{"type":48,"tag":1351,"props":53257,"children":53258},{"style":1364},[53259],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53261,"children":53262},{"style":5395},[53263],{"type":54,"value":24194},{"type":48,"tag":1351,"props":53265,"children":53266},{"style":1364},[53267],{"type":54,"value":5408},{"type":48,"tag":1351,"props":53269,"children":53270},{"style":1364},[53271],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53273,"children":53274},{"style":2122},[53275],{"type":54,"value":53276},"inline-flex items-center justify-center px-6 py-3 rounded-full font-medium bg-transparent text-white border border-white\u002F50 transition-all hover:bg-white\u002F10",{"type":48,"tag":1351,"props":53278,"children":53279},{"style":1364},[53280],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53282,"children":53283},{"style":1364},[53284],{"type":54,"value":6919},{"type":48,"tag":1351,"props":53286,"children":53287},{"class":1353,"line":2812},[53288],{"type":48,"tag":1351,"props":53289,"children":53290},{"style":1358},[53291],{"type":54,"value":53292},"        View documentation\n",{"type":48,"tag":1351,"props":53294,"children":53295},{"class":1353,"line":2826},[53296,53300,53304],{"type":48,"tag":1351,"props":53297,"children":53298},{"style":1364},[53299],{"type":54,"value":31843},{"type":48,"tag":1351,"props":53301,"children":53302},{"style":5418},[53303],{"type":54,"value":21717},{"type":48,"tag":1351,"props":53305,"children":53306},{"style":1364},[53307],{"type":54,"value":6919},{"type":48,"tag":1351,"props":53309,"children":53310},{"class":1353,"line":5128},[53311,53315,53319],{"type":48,"tag":1351,"props":53312,"children":53313},{"style":1364},[53314],{"type":54,"value":29365},{"type":48,"tag":1351,"props":53316,"children":53317},{"style":5418},[53318],{"type":54,"value":15234},{"type":48,"tag":1351,"props":53320,"children":53321},{"style":1364},[53322],{"type":54,"value":6919},{"type":48,"tag":1351,"props":53324,"children":53325},{"class":1353,"line":5136},[53326,53330,53334],{"type":48,"tag":1351,"props":53327,"children":53328},{"style":1364},[53329],{"type":54,"value":25930},{"type":48,"tag":1351,"props":53331,"children":53332},{"style":5418},[53333],{"type":54,"value":15234},{"type":48,"tag":1351,"props":53335,"children":53336},{"style":1364},[53337],{"type":54,"value":6919},{"type":48,"tag":1351,"props":53339,"children":53340},{"class":1353,"line":5145},[53341,53345,53349],{"type":48,"tag":1351,"props":53342,"children":53343},{"style":1364},[53344],{"type":54,"value":7118},{"type":48,"tag":1351,"props":53346,"children":53347},{"style":5418},[53348],{"type":54,"value":52549},{"type":48,"tag":1351,"props":53350,"children":53351},{"style":1364},[53352],{"type":54,"value":6919},{"type":48,"tag":107,"props":53354,"children":53355},{},[],{"type":48,"tag":49,"props":53357,"children":53359},{"id":53358},"data-display",[53360],{"type":54,"value":24126},{"type":48,"tag":111,"props":53362,"children":53364},{"id":53363},"data-progress-bar",[53365],{"type":54,"value":53366},"DATA-PROGRESS-BAR",{"type":48,"tag":61,"props":53368,"children":53369},{},[53370],{"type":54,"value":53371},"Progress bar with label and percentage.",{"type":48,"tag":151,"props":53373,"children":53375},{"id":53374},"react-tailwind-27",[53376],{"type":54,"value":24169},{"type":48,"tag":118,"props":53378,"children":53380},{"className":24172,"code":53379,"language":24174,"meta":126,"style":126},"\u003Cdiv className=\"space-y-2\">\n  \u003Cdiv className=\"flex justify-between text-sm\">\n    \u003Cspan className=\"font-medium text-[#521000]\">Storage used\u003C\u002Fspan>\n    \u003Cspan className=\"text-[#521000]\u002F60\">75%\u003C\u002Fspan>\n  \u003C\u002Fdiv>\n  \u003Cdiv className=\"h-3 bg-[#EBD5C1]\u002F30 rounded-full overflow-hidden\">\n    \u003Cdiv \n      className=\"h-full bg-[#FF4801] rounded-full transition-all duration-500 ease-out\"\n      style={{ width: '75%' }}\n    \u002F>\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n",[53381],{"type":48,"tag":89,"props":53382,"children":53383},{"__ignoreMap":126},[53384,53420,53456,53508,53559,53574,53609,53624,53647,53682,53689,53704],{"type":48,"tag":1351,"props":53385,"children":53386},{"class":1353,"line":1354},[53387,53391,53395,53399,53403,53407,53412,53416],{"type":48,"tag":1351,"props":53388,"children":53389},{"style":1364},[53390],{"type":54,"value":6909},{"type":48,"tag":1351,"props":53392,"children":53393},{"style":5418},[53394],{"type":54,"value":15234},{"type":48,"tag":1351,"props":53396,"children":53397},{"style":5395},[53398],{"type":54,"value":24194},{"type":48,"tag":1351,"props":53400,"children":53401},{"style":1364},[53402],{"type":54,"value":5408},{"type":48,"tag":1351,"props":53404,"children":53405},{"style":1364},[53406],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53408,"children":53409},{"style":2122},[53410],{"type":54,"value":53411},"space-y-2",{"type":48,"tag":1351,"props":53413,"children":53414},{"style":1364},[53415],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53417,"children":53418},{"style":1364},[53419],{"type":54,"value":6919},{"type":48,"tag":1351,"props":53421,"children":53422},{"class":1353,"line":1417},[53423,53427,53431,53435,53439,53443,53448,53452],{"type":48,"tag":1351,"props":53424,"children":53425},{"style":1364},[53426],{"type":54,"value":15268},{"type":48,"tag":1351,"props":53428,"children":53429},{"style":5418},[53430],{"type":54,"value":15234},{"type":48,"tag":1351,"props":53432,"children":53433},{"style":5395},[53434],{"type":54,"value":24194},{"type":48,"tag":1351,"props":53436,"children":53437},{"style":1364},[53438],{"type":54,"value":5408},{"type":48,"tag":1351,"props":53440,"children":53441},{"style":1364},[53442],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53444,"children":53445},{"style":2122},[53446],{"type":54,"value":53447},"flex justify-between text-sm",{"type":48,"tag":1351,"props":53449,"children":53450},{"style":1364},[53451],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53453,"children":53454},{"style":1364},[53455],{"type":54,"value":6919},{"type":48,"tag":1351,"props":53457,"children":53458},{"class":1353,"line":2059},[53459,53463,53467,53471,53475,53479,53483,53487,53491,53496,53500,53504],{"type":48,"tag":1351,"props":53460,"children":53461},{"style":1364},[53462],{"type":54,"value":25771},{"type":48,"tag":1351,"props":53464,"children":53465},{"style":5418},[53466],{"type":54,"value":1351},{"type":48,"tag":1351,"props":53468,"children":53469},{"style":5395},[53470],{"type":54,"value":24194},{"type":48,"tag":1351,"props":53472,"children":53473},{"style":1364},[53474],{"type":54,"value":5408},{"type":48,"tag":1351,"props":53476,"children":53477},{"style":1364},[53478],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53480,"children":53481},{"style":2122},[53482],{"type":54,"value":34473},{"type":48,"tag":1351,"props":53484,"children":53485},{"style":1364},[53486],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53488,"children":53489},{"style":1364},[53490],{"type":54,"value":28405},{"type":48,"tag":1351,"props":53492,"children":53493},{"style":1358},[53494],{"type":54,"value":53495},"Storage used",{"type":48,"tag":1351,"props":53497,"children":53498},{"style":1364},[53499],{"type":54,"value":7118},{"type":48,"tag":1351,"props":53501,"children":53502},{"style":5418},[53503],{"type":54,"value":1351},{"type":48,"tag":1351,"props":53505,"children":53506},{"style":1364},[53507],{"type":54,"value":6919},{"type":48,"tag":1351,"props":53509,"children":53510},{"class":1353,"line":2081},[53511,53515,53519,53523,53527,53531,53535,53539,53543,53547,53551,53555],{"type":48,"tag":1351,"props":53512,"children":53513},{"style":1364},[53514],{"type":54,"value":25771},{"type":48,"tag":1351,"props":53516,"children":53517},{"style":5418},[53518],{"type":54,"value":1351},{"type":48,"tag":1351,"props":53520,"children":53521},{"style":5395},[53522],{"type":54,"value":24194},{"type":48,"tag":1351,"props":53524,"children":53525},{"style":1364},[53526],{"type":54,"value":5408},{"type":48,"tag":1351,"props":53528,"children":53529},{"style":1364},[53530],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53532,"children":53533},{"style":2122},[53534],{"type":54,"value":49425},{"type":48,"tag":1351,"props":53536,"children":53537},{"style":1364},[53538],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53540,"children":53541},{"style":1364},[53542],{"type":54,"value":28405},{"type":48,"tag":1351,"props":53544,"children":53545},{"style":1358},[53546],{"type":54,"value":41612},{"type":48,"tag":1351,"props":53548,"children":53549},{"style":1364},[53550],{"type":54,"value":7118},{"type":48,"tag":1351,"props":53552,"children":53553},{"style":5418},[53554],{"type":54,"value":1351},{"type":48,"tag":1351,"props":53556,"children":53557},{"style":1364},[53558],{"type":54,"value":6919},{"type":48,"tag":1351,"props":53560,"children":53561},{"class":1353,"line":2104},[53562,53566,53570],{"type":48,"tag":1351,"props":53563,"children":53564},{"style":1364},[53565],{"type":54,"value":25930},{"type":48,"tag":1351,"props":53567,"children":53568},{"style":5418},[53569],{"type":54,"value":15234},{"type":48,"tag":1351,"props":53571,"children":53572},{"style":1364},[53573],{"type":54,"value":6919},{"type":48,"tag":1351,"props":53575,"children":53576},{"class":1353,"line":2164},[53577,53581,53585,53589,53593,53597,53601,53605],{"type":48,"tag":1351,"props":53578,"children":53579},{"style":1364},[53580],{"type":54,"value":15268},{"type":48,"tag":1351,"props":53582,"children":53583},{"style":5418},[53584],{"type":54,"value":15234},{"type":48,"tag":1351,"props":53586,"children":53587},{"style":5395},[53588],{"type":54,"value":24194},{"type":48,"tag":1351,"props":53590,"children":53591},{"style":1364},[53592],{"type":54,"value":5408},{"type":48,"tag":1351,"props":53594,"children":53595},{"style":1364},[53596],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53598,"children":53599},{"style":2122},[53600],{"type":54,"value":34734},{"type":48,"tag":1351,"props":53602,"children":53603},{"style":1364},[53604],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53606,"children":53607},{"style":1364},[53608],{"type":54,"value":6919},{"type":48,"tag":1351,"props":53610,"children":53611},{"class":1353,"line":2713},[53612,53616,53620],{"type":48,"tag":1351,"props":53613,"children":53614},{"style":1364},[53615],{"type":54,"value":25771},{"type":48,"tag":1351,"props":53617,"children":53618},{"style":5418},[53619],{"type":54,"value":15234},{"type":48,"tag":1351,"props":53621,"children":53622},{"style":1364},[53623],{"type":54,"value":13852},{"type":48,"tag":1351,"props":53625,"children":53626},{"class":1353,"line":2722},[53627,53631,53635,53639,53643],{"type":48,"tag":1351,"props":53628,"children":53629},{"style":5395},[53630],{"type":54,"value":34762},{"type":48,"tag":1351,"props":53632,"children":53633},{"style":1364},[53634],{"type":54,"value":5408},{"type":48,"tag":1351,"props":53636,"children":53637},{"style":1364},[53638],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53640,"children":53641},{"style":2122},[53642],{"type":54,"value":34775},{"type":48,"tag":1351,"props":53644,"children":53645},{"style":1364},[53646],{"type":54,"value":24276},{"type":48,"tag":1351,"props":53648,"children":53649},{"class":1353,"line":2736},[53650,53654,53658,53662,53666,53670,53674,53678],{"type":48,"tag":1351,"props":53651,"children":53652},{"style":5395},[53653],{"type":54,"value":34787},{"type":48,"tag":1351,"props":53655,"children":53656},{"style":1364},[53657],{"type":54,"value":34792},{"type":48,"tag":1351,"props":53659,"children":53660},{"style":5418},[53661],{"type":54,"value":5176},{"type":48,"tag":1351,"props":53663,"children":53664},{"style":1364},[53665],{"type":54,"value":96},{"type":48,"tag":1351,"props":53667,"children":53668},{"style":1364},[53669],{"type":54,"value":17040},{"type":48,"tag":1351,"props":53671,"children":53672},{"style":2122},[53673],{"type":54,"value":41612},{"type":48,"tag":1351,"props":53675,"children":53676},{"style":1364},[53677],{"type":54,"value":6993},{"type":48,"tag":1351,"props":53679,"children":53680},{"style":1364},[53681],{"type":54,"value":34817},{"type":48,"tag":1351,"props":53683,"children":53684},{"class":1353,"line":2744},[53685],{"type":48,"tag":1351,"props":53686,"children":53687},{"style":1364},[53688],{"type":54,"value":34825},{"type":48,"tag":1351,"props":53690,"children":53691},{"class":1353,"line":2753},[53692,53696,53700],{"type":48,"tag":1351,"props":53693,"children":53694},{"style":1364},[53695],{"type":54,"value":25930},{"type":48,"tag":1351,"props":53697,"children":53698},{"style":5418},[53699],{"type":54,"value":15234},{"type":48,"tag":1351,"props":53701,"children":53702},{"style":1364},[53703],{"type":54,"value":6919},{"type":48,"tag":1351,"props":53705,"children":53706},{"class":1353,"line":2767},[53707,53711,53715],{"type":48,"tag":1351,"props":53708,"children":53709},{"style":1364},[53710],{"type":54,"value":7118},{"type":48,"tag":1351,"props":53712,"children":53713},{"style":5418},[53714],{"type":54,"value":15234},{"type":48,"tag":1351,"props":53716,"children":53717},{"style":1364},[53718],{"type":54,"value":6919},{"type":48,"tag":107,"props":53720,"children":53721},{},[],{"type":48,"tag":111,"props":53723,"children":53725},{"id":53724},"data-metric-badge",[53726],{"type":54,"value":53727},"DATA-METRIC-BADGE",{"type":48,"tag":61,"props":53729,"children":53730},{},[53731],{"type":54,"value":53732},"Inline metric badge for highlighting values.",{"type":48,"tag":151,"props":53734,"children":53736},{"id":53735},"react-tailwind-28",[53737],{"type":54,"value":24169},{"type":48,"tag":118,"props":53739,"children":53741},{"className":24172,"code":53740,"language":24174,"meta":126,"style":126},"\u003Cspan className=\"inline-flex items-center gap-1 px-2 py-1 rounded-full text-xs font-medium bg-[#FF4801]\u002F10 text-[#FF4801]\">\n  \u003Csvg className=\"w-3 h-3\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" strokeWidth={2}>\n    \u003Cpath strokeLinecap=\"round\" strokeLinejoin=\"round\" d=\"M2.25 18L9 11.25l4.306 4.307a11.95 11.95 0 015.814-5.519l2.74-1.22m0 0l-5.94-2.28m5.94 2.28l-2.28 5.941\" \u002F>\n  \u003C\u002Fsvg>\n  +24%\n\u003C\u002Fspan>\n",[53742],{"type":48,"tag":89,"props":53743,"children":53744},{"__ignoreMap":126},[53745,53781,53889,53965,53980,53988],{"type":48,"tag":1351,"props":53746,"children":53747},{"class":1353,"line":1354},[53748,53752,53756,53760,53764,53768,53773,53777],{"type":48,"tag":1351,"props":53749,"children":53750},{"style":1364},[53751],{"type":54,"value":6909},{"type":48,"tag":1351,"props":53753,"children":53754},{"style":5418},[53755],{"type":54,"value":1351},{"type":48,"tag":1351,"props":53757,"children":53758},{"style":5395},[53759],{"type":54,"value":24194},{"type":48,"tag":1351,"props":53761,"children":53762},{"style":1364},[53763],{"type":54,"value":5408},{"type":48,"tag":1351,"props":53765,"children":53766},{"style":1364},[53767],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53769,"children":53770},{"style":2122},[53771],{"type":54,"value":53772},"inline-flex items-center gap-1 px-2 py-1 rounded-full text-xs font-medium bg-[#FF4801]\u002F10 text-[#FF4801]",{"type":48,"tag":1351,"props":53774,"children":53775},{"style":1364},[53776],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53778,"children":53779},{"style":1364},[53780],{"type":54,"value":6919},{"type":48,"tag":1351,"props":53782,"children":53783},{"class":1353,"line":1417},[53784,53788,53792,53796,53800,53804,53809,53813,53817,53821,53825,53829,53833,53837,53841,53845,53849,53853,53857,53861,53865,53869,53873,53877,53881,53885],{"type":48,"tag":1351,"props":53785,"children":53786},{"style":1364},[53787],{"type":54,"value":15268},{"type":48,"tag":1351,"props":53789,"children":53790},{"style":5418},[53791],{"type":54,"value":25658},{"type":48,"tag":1351,"props":53793,"children":53794},{"style":5395},[53795],{"type":54,"value":24194},{"type":48,"tag":1351,"props":53797,"children":53798},{"style":1364},[53799],{"type":54,"value":5408},{"type":48,"tag":1351,"props":53801,"children":53802},{"style":1364},[53803],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53805,"children":53806},{"style":2122},[53807],{"type":54,"value":53808},"w-3 h-3",{"type":48,"tag":1351,"props":53810,"children":53811},{"style":1364},[53812],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53814,"children":53815},{"style":5395},[53816],{"type":54,"value":25684},{"type":48,"tag":1351,"props":53818,"children":53819},{"style":1364},[53820],{"type":54,"value":5408},{"type":48,"tag":1351,"props":53822,"children":53823},{"style":1364},[53824],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53826,"children":53827},{"style":2122},[53828],{"type":54,"value":10809},{"type":48,"tag":1351,"props":53830,"children":53831},{"style":1364},[53832],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53834,"children":53835},{"style":5395},[53836],{"type":54,"value":25705},{"type":48,"tag":1351,"props":53838,"children":53839},{"style":1364},[53840],{"type":54,"value":5408},{"type":48,"tag":1351,"props":53842,"children":53843},{"style":1364},[53844],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53846,"children":53847},{"style":2122},[53848],{"type":54,"value":25718},{"type":48,"tag":1351,"props":53850,"children":53851},{"style":1364},[53852],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53854,"children":53855},{"style":5395},[53856],{"type":54,"value":25727},{"type":48,"tag":1351,"props":53858,"children":53859},{"style":1364},[53860],{"type":54,"value":5408},{"type":48,"tag":1351,"props":53862,"children":53863},{"style":1364},[53864],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53866,"children":53867},{"style":2122},[53868],{"type":54,"value":25740},{"type":48,"tag":1351,"props":53870,"children":53871},{"style":1364},[53872],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53874,"children":53875},{"style":5395},[53876],{"type":54,"value":25749},{"type":48,"tag":1351,"props":53878,"children":53879},{"style":1364},[53880],{"type":54,"value":25754},{"type":48,"tag":1351,"props":53882,"children":53883},{"style":2133},[53884],{"type":54,"value":2353},{"type":48,"tag":1351,"props":53886,"children":53887},{"style":1364},[53888],{"type":54,"value":25763},{"type":48,"tag":1351,"props":53890,"children":53891},{"class":1353,"line":2059},[53892,53896,53900,53904,53908,53912,53916,53920,53924,53928,53932,53936,53940,53944,53948,53952,53957,53961],{"type":48,"tag":1351,"props":53893,"children":53894},{"style":1364},[53895],{"type":54,"value":25771},{"type":48,"tag":1351,"props":53897,"children":53898},{"style":5418},[53899],{"type":54,"value":25776},{"type":48,"tag":1351,"props":53901,"children":53902},{"style":5395},[53903],{"type":54,"value":25781},{"type":48,"tag":1351,"props":53905,"children":53906},{"style":1364},[53907],{"type":54,"value":5408},{"type":48,"tag":1351,"props":53909,"children":53910},{"style":1364},[53911],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53913,"children":53914},{"style":2122},[53915],{"type":54,"value":25794},{"type":48,"tag":1351,"props":53917,"children":53918},{"style":1364},[53919],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53921,"children":53922},{"style":5395},[53923],{"type":54,"value":25803},{"type":48,"tag":1351,"props":53925,"children":53926},{"style":1364},[53927],{"type":54,"value":5408},{"type":48,"tag":1351,"props":53929,"children":53930},{"style":1364},[53931],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53933,"children":53934},{"style":2122},[53935],{"type":54,"value":25794},{"type":48,"tag":1351,"props":53937,"children":53938},{"style":1364},[53939],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53941,"children":53942},{"style":5395},[53943],{"type":54,"value":25824},{"type":48,"tag":1351,"props":53945,"children":53946},{"style":1364},[53947],{"type":54,"value":5408},{"type":48,"tag":1351,"props":53949,"children":53950},{"style":1364},[53951],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53953,"children":53954},{"style":2122},[53955],{"type":54,"value":53956},"M2.25 18L9 11.25l4.306 4.307a11.95 11.95 0 015.814-5.519l2.74-1.22m0 0l-5.94-2.28m5.94 2.28l-2.28 5.941",{"type":48,"tag":1351,"props":53958,"children":53959},{"style":1364},[53960],{"type":54,"value":2130},{"type":48,"tag":1351,"props":53962,"children":53963},{"style":1364},[53964],{"type":54,"value":25846},{"type":48,"tag":1351,"props":53966,"children":53967},{"class":1353,"line":2081},[53968,53972,53976],{"type":48,"tag":1351,"props":53969,"children":53970},{"style":1364},[53971],{"type":54,"value":25930},{"type":48,"tag":1351,"props":53973,"children":53974},{"style":5418},[53975],{"type":54,"value":25658},{"type":48,"tag":1351,"props":53977,"children":53978},{"style":1364},[53979],{"type":54,"value":6919},{"type":48,"tag":1351,"props":53981,"children":53982},{"class":1353,"line":2104},[53983],{"type":48,"tag":1351,"props":53984,"children":53985},{"style":1358},[53986],{"type":54,"value":53987},"  +24%\n",{"type":48,"tag":1351,"props":53989,"children":53990},{"class":1353,"line":2164},[53991,53995,53999],{"type":48,"tag":1351,"props":53992,"children":53993},{"style":1364},[53994],{"type":54,"value":7118},{"type":48,"tag":1351,"props":53996,"children":53997},{"style":5418},[53998],{"type":54,"value":1351},{"type":48,"tag":1351,"props":54000,"children":54001},{"style":1364},[54002],{"type":54,"value":6919},{"type":48,"tag":107,"props":54004,"children":54005},{},[],{"type":48,"tag":49,"props":54007,"children":54009},{"id":54008},"layout",[54010],{"type":54,"value":24135},{"type":48,"tag":111,"props":54012,"children":54014},{"id":54013},"layout-container",[54015],{"type":54,"value":54016},"LAYOUT-CONTAINER",{"type":48,"tag":61,"props":54018,"children":54019},{},[54020],{"type":54,"value":54021},"Max-width centered container.",{"type":48,"tag":151,"props":54023,"children":54025},{"id":54024},"react-tailwind-29",[54026],{"type":54,"value":24169},{"type":48,"tag":118,"props":54028,"children":54030},{"className":24172,"code":54029,"language":24174,"meta":126,"style":126},"\u003Cdiv className=\"max-w-5xl mx-auto px-4 sm:px-6 lg:px-8\">\n  {\u002F* Content *\u002F}\n\u003C\u002Fdiv>\n",[54031],{"type":48,"tag":89,"props":54032,"children":54033},{"__ignoreMap":126},[54034,54070,54086],{"type":48,"tag":1351,"props":54035,"children":54036},{"class":1353,"line":1354},[54037,54041,54045,54049,54053,54057,54062,54066],{"type":48,"tag":1351,"props":54038,"children":54039},{"style":1364},[54040],{"type":54,"value":6909},{"type":48,"tag":1351,"props":54042,"children":54043},{"style":5418},[54044],{"type":54,"value":15234},{"type":48,"tag":1351,"props":54046,"children":54047},{"style":5395},[54048],{"type":54,"value":24194},{"type":48,"tag":1351,"props":54050,"children":54051},{"style":1364},[54052],{"type":54,"value":5408},{"type":48,"tag":1351,"props":54054,"children":54055},{"style":1364},[54056],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54058,"children":54059},{"style":2122},[54060],{"type":54,"value":54061},"max-w-5xl mx-auto px-4 sm:px-6 lg:px-8",{"type":48,"tag":1351,"props":54063,"children":54064},{"style":1364},[54065],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54067,"children":54068},{"style":1364},[54069],{"type":54,"value":6919},{"type":48,"tag":1351,"props":54071,"children":54072},{"class":1353,"line":1417},[54073,54077,54082],{"type":48,"tag":1351,"props":54074,"children":54075},{"style":1364},[54076],{"type":54,"value":28208},{"type":48,"tag":1351,"props":54078,"children":54079},{"style":2657},[54080],{"type":54,"value":54081},"\u002F* Content *\u002F",{"type":48,"tag":1351,"props":54083,"children":54084},{"style":1364},[54085],{"type":54,"value":2170},{"type":48,"tag":1351,"props":54087,"children":54088},{"class":1353,"line":2059},[54089,54093,54097],{"type":48,"tag":1351,"props":54090,"children":54091},{"style":1364},[54092],{"type":54,"value":7118},{"type":48,"tag":1351,"props":54094,"children":54095},{"style":5418},[54096],{"type":54,"value":15234},{"type":48,"tag":1351,"props":54098,"children":54099},{"style":1364},[54100],{"type":54,"value":6919},{"type":48,"tag":151,"props":54102,"children":54104},{"id":54103},"vanilla-html-18",[54105],{"type":54,"value":24244},{"type":48,"tag":118,"props":54107,"children":54109},{"className":6896,"code":54108,"language":18,"meta":126,"style":126},"\u003Cdiv style=\"\n  max-width: 1024px;\n  margin: 0 auto;\n  padding: 0 16px;\n\">\n  \u003C!-- Content -->\n\u003C\u002Fdiv>\n",[54110],{"type":48,"tag":89,"props":54111,"children":54112},{"__ignoreMap":126},[54113,54136,54144,54152,54160,54171,54179],{"type":48,"tag":1351,"props":54114,"children":54115},{"class":1353,"line":1354},[54116,54120,54124,54128,54132],{"type":48,"tag":1351,"props":54117,"children":54118},{"style":1364},[54119],{"type":54,"value":6909},{"type":48,"tag":1351,"props":54121,"children":54122},{"style":5418},[54123],{"type":54,"value":15234},{"type":48,"tag":1351,"props":54125,"children":54126},{"style":5395},[54127],{"type":54,"value":24267},{"type":48,"tag":1351,"props":54129,"children":54130},{"style":1364},[54131],{"type":54,"value":5408},{"type":48,"tag":1351,"props":54133,"children":54134},{"style":1364},[54135],{"type":54,"value":24276},{"type":48,"tag":1351,"props":54137,"children":54138},{"class":1353,"line":1417},[54139],{"type":48,"tag":1351,"props":54140,"children":54141},{"style":2122},[54142],{"type":54,"value":54143},"  max-width: 1024px;\n",{"type":48,"tag":1351,"props":54145,"children":54146},{"class":1353,"line":2059},[54147],{"type":48,"tag":1351,"props":54148,"children":54149},{"style":2122},[54150],{"type":54,"value":54151},"  margin: 0 auto;\n",{"type":48,"tag":1351,"props":54153,"children":54154},{"class":1353,"line":2081},[54155],{"type":48,"tag":1351,"props":54156,"children":54157},{"style":2122},[54158],{"type":54,"value":54159},"  padding: 0 16px;\n",{"type":48,"tag":1351,"props":54161,"children":54162},{"class":1353,"line":2104},[54163,54167],{"type":48,"tag":1351,"props":54164,"children":54165},{"style":1364},[54166],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54168,"children":54169},{"style":1364},[54170],{"type":54,"value":6919},{"type":48,"tag":1351,"props":54172,"children":54173},{"class":1353,"line":2164},[54174],{"type":48,"tag":1351,"props":54175,"children":54176},{"style":2657},[54177],{"type":54,"value":54178},"  \u003C!-- Content -->\n",{"type":48,"tag":1351,"props":54180,"children":54181},{"class":1353,"line":2713},[54182,54186,54190],{"type":48,"tag":1351,"props":54183,"children":54184},{"style":1364},[54185],{"type":54,"value":7118},{"type":48,"tag":1351,"props":54187,"children":54188},{"style":5418},[54189],{"type":54,"value":15234},{"type":48,"tag":1351,"props":54191,"children":54192},{"style":1364},[54193],{"type":54,"value":6919},{"type":48,"tag":107,"props":54195,"children":54196},{},[],{"type":48,"tag":111,"props":54198,"children":54200},{"id":54199},"layout-section",[54201],{"type":54,"value":54202},"LAYOUT-SECTION",{"type":48,"tag":61,"props":54204,"children":54205},{},[54206],{"type":54,"value":54207},"Full-width section with vertical padding.",{"type":48,"tag":151,"props":54209,"children":54211},{"id":54210},"react-tailwind-30",[54212],{"type":54,"value":24169},{"type":48,"tag":118,"props":54214,"children":54216},{"className":24172,"code":54215,"language":24174,"meta":126,"style":126},"\u003Csection className=\"py-12 sm:py-16 lg:py-20 bg-[#FFFBF5]\">\n  \u003Cdiv className=\"max-w-5xl mx-auto px-4 sm:px-6 lg:px-8\">\n    {\u002F* Section content *\u002F}\n  \u003C\u002Fdiv>\n\u003C\u002Fsection>\n",[54217],{"type":48,"tag":89,"props":54218,"children":54219},{"__ignoreMap":126},[54220,54256,54291,54307,54322],{"type":48,"tag":1351,"props":54221,"children":54222},{"class":1353,"line":1354},[54223,54227,54231,54235,54239,54243,54248,54252],{"type":48,"tag":1351,"props":54224,"children":54225},{"style":1364},[54226],{"type":54,"value":6909},{"type":48,"tag":1351,"props":54228,"children":54229},{"style":5418},[54230],{"type":54,"value":52549},{"type":48,"tag":1351,"props":54232,"children":54233},{"style":5395},[54234],{"type":54,"value":24194},{"type":48,"tag":1351,"props":54236,"children":54237},{"style":1364},[54238],{"type":54,"value":5408},{"type":48,"tag":1351,"props":54240,"children":54241},{"style":1364},[54242],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54244,"children":54245},{"style":2122},[54246],{"type":54,"value":54247},"py-12 sm:py-16 lg:py-20 bg-[#FFFBF5]",{"type":48,"tag":1351,"props":54249,"children":54250},{"style":1364},[54251],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54253,"children":54254},{"style":1364},[54255],{"type":54,"value":6919},{"type":48,"tag":1351,"props":54257,"children":54258},{"class":1353,"line":1417},[54259,54263,54267,54271,54275,54279,54283,54287],{"type":48,"tag":1351,"props":54260,"children":54261},{"style":1364},[54262],{"type":54,"value":15268},{"type":48,"tag":1351,"props":54264,"children":54265},{"style":5418},[54266],{"type":54,"value":15234},{"type":48,"tag":1351,"props":54268,"children":54269},{"style":5395},[54270],{"type":54,"value":24194},{"type":48,"tag":1351,"props":54272,"children":54273},{"style":1364},[54274],{"type":54,"value":5408},{"type":48,"tag":1351,"props":54276,"children":54277},{"style":1364},[54278],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54280,"children":54281},{"style":2122},[54282],{"type":54,"value":54061},{"type":48,"tag":1351,"props":54284,"children":54285},{"style":1364},[54286],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54288,"children":54289},{"style":1364},[54290],{"type":54,"value":6919},{"type":48,"tag":1351,"props":54292,"children":54293},{"class":1353,"line":2059},[54294,54298,54303],{"type":48,"tag":1351,"props":54295,"children":54296},{"style":1364},[54297],{"type":54,"value":44448},{"type":48,"tag":1351,"props":54299,"children":54300},{"style":2657},[54301],{"type":54,"value":54302},"\u002F* Section content *\u002F",{"type":48,"tag":1351,"props":54304,"children":54305},{"style":1364},[54306],{"type":54,"value":2170},{"type":48,"tag":1351,"props":54308,"children":54309},{"class":1353,"line":2081},[54310,54314,54318],{"type":48,"tag":1351,"props":54311,"children":54312},{"style":1364},[54313],{"type":54,"value":25930},{"type":48,"tag":1351,"props":54315,"children":54316},{"style":5418},[54317],{"type":54,"value":15234},{"type":48,"tag":1351,"props":54319,"children":54320},{"style":1364},[54321],{"type":54,"value":6919},{"type":48,"tag":1351,"props":54323,"children":54324},{"class":1353,"line":2104},[54325,54329,54333],{"type":48,"tag":1351,"props":54326,"children":54327},{"style":1364},[54328],{"type":54,"value":7118},{"type":48,"tag":1351,"props":54330,"children":54331},{"style":5418},[54332],{"type":54,"value":52549},{"type":48,"tag":1351,"props":54334,"children":54335},{"style":1364},[54336],{"type":54,"value":6919},{"type":48,"tag":107,"props":54338,"children":54339},{},[],{"type":48,"tag":111,"props":54341,"children":54343},{"id":54342},"layout-grid-2",[54344],{"type":54,"value":54345},"LAYOUT-GRID-2",{"type":48,"tag":61,"props":54347,"children":54348},{},[54349],{"type":54,"value":54350},"Two-column responsive grid.",{"type":48,"tag":151,"props":54352,"children":54354},{"id":54353},"react-tailwind-31",[54355],{"type":54,"value":24169},{"type":48,"tag":118,"props":54357,"children":54359},{"className":24172,"code":54358,"language":24174,"meta":126,"style":126},"\u003Cdiv className=\"grid grid-cols-1 sm:grid-cols-2 gap-4 sm:gap-6\">\n  {\u002F* Grid items *\u002F}\n\u003C\u002Fdiv>\n",[54360],{"type":48,"tag":89,"props":54361,"children":54362},{"__ignoreMap":126},[54363,54399,54415],{"type":48,"tag":1351,"props":54364,"children":54365},{"class":1353,"line":1354},[54366,54370,54374,54378,54382,54386,54391,54395],{"type":48,"tag":1351,"props":54367,"children":54368},{"style":1364},[54369],{"type":54,"value":6909},{"type":48,"tag":1351,"props":54371,"children":54372},{"style":5418},[54373],{"type":54,"value":15234},{"type":48,"tag":1351,"props":54375,"children":54376},{"style":5395},[54377],{"type":54,"value":24194},{"type":48,"tag":1351,"props":54379,"children":54380},{"style":1364},[54381],{"type":54,"value":5408},{"type":48,"tag":1351,"props":54383,"children":54384},{"style":1364},[54385],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54387,"children":54388},{"style":2122},[54389],{"type":54,"value":54390},"grid grid-cols-1 sm:grid-cols-2 gap-4 sm:gap-6",{"type":48,"tag":1351,"props":54392,"children":54393},{"style":1364},[54394],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54396,"children":54397},{"style":1364},[54398],{"type":54,"value":6919},{"type":48,"tag":1351,"props":54400,"children":54401},{"class":1353,"line":1417},[54402,54406,54411],{"type":48,"tag":1351,"props":54403,"children":54404},{"style":1364},[54405],{"type":54,"value":28208},{"type":48,"tag":1351,"props":54407,"children":54408},{"style":2657},[54409],{"type":54,"value":54410},"\u002F* Grid items *\u002F",{"type":48,"tag":1351,"props":54412,"children":54413},{"style":1364},[54414],{"type":54,"value":2170},{"type":48,"tag":1351,"props":54416,"children":54417},{"class":1353,"line":2059},[54418,54422,54426],{"type":48,"tag":1351,"props":54419,"children":54420},{"style":1364},[54421],{"type":54,"value":7118},{"type":48,"tag":1351,"props":54423,"children":54424},{"style":5418},[54425],{"type":54,"value":15234},{"type":48,"tag":1351,"props":54427,"children":54428},{"style":1364},[54429],{"type":54,"value":6919},{"type":48,"tag":107,"props":54431,"children":54432},{},[],{"type":48,"tag":111,"props":54434,"children":54436},{"id":54435},"layout-grid-3",[54437],{"type":54,"value":54438},"LAYOUT-GRID-3",{"type":48,"tag":61,"props":54440,"children":54441},{},[54442],{"type":54,"value":54443},"Three-column responsive grid.",{"type":48,"tag":151,"props":54445,"children":54447},{"id":54446},"react-tailwind-32",[54448],{"type":54,"value":24169},{"type":48,"tag":118,"props":54450,"children":54452},{"className":24172,"code":54451,"language":24174,"meta":126,"style":126},"\u003Cdiv className=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 sm:gap-6\">\n  {\u002F* Grid items *\u002F}\n\u003C\u002Fdiv>\n",[54453],{"type":48,"tag":89,"props":54454,"children":54455},{"__ignoreMap":126},[54456,54492,54507],{"type":48,"tag":1351,"props":54457,"children":54458},{"class":1353,"line":1354},[54459,54463,54467,54471,54475,54479,54484,54488],{"type":48,"tag":1351,"props":54460,"children":54461},{"style":1364},[54462],{"type":54,"value":6909},{"type":48,"tag":1351,"props":54464,"children":54465},{"style":5418},[54466],{"type":54,"value":15234},{"type":48,"tag":1351,"props":54468,"children":54469},{"style":5395},[54470],{"type":54,"value":24194},{"type":48,"tag":1351,"props":54472,"children":54473},{"style":1364},[54474],{"type":54,"value":5408},{"type":48,"tag":1351,"props":54476,"children":54477},{"style":1364},[54478],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54480,"children":54481},{"style":2122},[54482],{"type":54,"value":54483},"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 sm:gap-6",{"type":48,"tag":1351,"props":54485,"children":54486},{"style":1364},[54487],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54489,"children":54490},{"style":1364},[54491],{"type":54,"value":6919},{"type":48,"tag":1351,"props":54493,"children":54494},{"class":1353,"line":1417},[54495,54499,54503],{"type":48,"tag":1351,"props":54496,"children":54497},{"style":1364},[54498],{"type":54,"value":28208},{"type":48,"tag":1351,"props":54500,"children":54501},{"style":2657},[54502],{"type":54,"value":54410},{"type":48,"tag":1351,"props":54504,"children":54505},{"style":1364},[54506],{"type":54,"value":2170},{"type":48,"tag":1351,"props":54508,"children":54509},{"class":1353,"line":2059},[54510,54514,54518],{"type":48,"tag":1351,"props":54511,"children":54512},{"style":1364},[54513],{"type":54,"value":7118},{"type":48,"tag":1351,"props":54515,"children":54516},{"style":5418},[54517],{"type":54,"value":15234},{"type":48,"tag":1351,"props":54519,"children":54520},{"style":1364},[54521],{"type":54,"value":6919},{"type":48,"tag":107,"props":54523,"children":54524},{},[],{"type":48,"tag":49,"props":54526,"children":54528},{"id":54527},"decorative",[54529],{"type":54,"value":24144},{"type":48,"tag":111,"props":54531,"children":54533},{"id":54532},"decor-dot-pattern",[54534],{"type":54,"value":54535},"DECOR-DOT-PATTERN",{"type":48,"tag":61,"props":54537,"children":54538},{},[54539],{"type":54,"value":54540},"SVG dot pattern background.",{"type":48,"tag":151,"props":54542,"children":54544},{"id":54543},"react-tailwind-33",[54545],{"type":54,"value":24169},{"type":48,"tag":118,"props":54547,"children":54549},{"className":24172,"code":54548,"language":24174,"meta":126,"style":126},"\u003Cdiv className=\"relative\">\n  {\u002F* Dot pattern *\u002F}\n  \u003Cdiv className=\"absolute inset-0 pointer-events-none\" aria-hidden=\"true\">\n    \u003Csvg className=\"w-full h-full\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\">\n      \u003Cpattern id=\"dot-pattern\" x=\"0\" y=\"0\" width=\"12\" height=\"12\" patternUnits=\"userSpaceOnUse\">\n        \u003Ccircle cx=\"6\" cy=\"6\" r=\"0.75\" fill=\"#EBD5C1\" \u002F>\n      \u003C\u002Fpattern>\n      \u003Crect width=\"100%\" height=\"100%\" fill=\"url(#dot-pattern)\" \u002F>\n    \u003C\u002Fsvg>\n  \u003C\u002Fdiv>\n  \n  {\u002F* Content *\u002F}\n  \u003Cdiv className=\"relative z-10\">\n    {\u002F* Your content here *\u002F}\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n",[54550],{"type":48,"tag":89,"props":54551,"children":54552},{"__ignoreMap":126},[54553,54588,54604,54660,54718,54857,54952,54967,55044,55059,55074,55081,55096,55132,55148,55163],{"type":48,"tag":1351,"props":54554,"children":54555},{"class":1353,"line":1354},[54556,54560,54564,54568,54572,54576,54580,54584],{"type":48,"tag":1351,"props":54557,"children":54558},{"style":1364},[54559],{"type":54,"value":6909},{"type":48,"tag":1351,"props":54561,"children":54562},{"style":5418},[54563],{"type":54,"value":15234},{"type":48,"tag":1351,"props":54565,"children":54566},{"style":5395},[54567],{"type":54,"value":24194},{"type":48,"tag":1351,"props":54569,"children":54570},{"style":1364},[54571],{"type":54,"value":5408},{"type":48,"tag":1351,"props":54573,"children":54574},{"style":1364},[54575],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54577,"children":54578},{"style":2122},[54579],{"type":54,"value":42687},{"type":48,"tag":1351,"props":54581,"children":54582},{"style":1364},[54583],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54585,"children":54586},{"style":1364},[54587],{"type":54,"value":6919},{"type":48,"tag":1351,"props":54589,"children":54590},{"class":1353,"line":1417},[54591,54595,54600],{"type":48,"tag":1351,"props":54592,"children":54593},{"style":1364},[54594],{"type":54,"value":28208},{"type":48,"tag":1351,"props":54596,"children":54597},{"style":2657},[54598],{"type":54,"value":54599},"\u002F* Dot pattern *\u002F",{"type":48,"tag":1351,"props":54601,"children":54602},{"style":1364},[54603],{"type":54,"value":2170},{"type":48,"tag":1351,"props":54605,"children":54606},{"class":1353,"line":2059},[54607,54611,54615,54619,54623,54627,54632,54636,54640,54644,54648,54652,54656],{"type":48,"tag":1351,"props":54608,"children":54609},{"style":1364},[54610],{"type":54,"value":15268},{"type":48,"tag":1351,"props":54612,"children":54613},{"style":5418},[54614],{"type":54,"value":15234},{"type":48,"tag":1351,"props":54616,"children":54617},{"style":5395},[54618],{"type":54,"value":24194},{"type":48,"tag":1351,"props":54620,"children":54621},{"style":1364},[54622],{"type":54,"value":5408},{"type":48,"tag":1351,"props":54624,"children":54625},{"style":1364},[54626],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54628,"children":54629},{"style":2122},[54630],{"type":54,"value":54631},"absolute inset-0 pointer-events-none",{"type":48,"tag":1351,"props":54633,"children":54634},{"style":1364},[54635],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54637,"children":54638},{"style":5395},[54639],{"type":54,"value":47486},{"type":48,"tag":1351,"props":54641,"children":54642},{"style":1364},[54643],{"type":54,"value":5408},{"type":48,"tag":1351,"props":54645,"children":54646},{"style":1364},[54647],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54649,"children":54650},{"style":2122},[54651],{"type":54,"value":8554},{"type":48,"tag":1351,"props":54653,"children":54654},{"style":1364},[54655],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54657,"children":54658},{"style":1364},[54659],{"type":54,"value":6919},{"type":48,"tag":1351,"props":54661,"children":54662},{"class":1353,"line":2081},[54663,54667,54671,54675,54679,54683,54688,54692,54697,54701,54705,54710,54714],{"type":48,"tag":1351,"props":54664,"children":54665},{"style":1364},[54666],{"type":54,"value":25771},{"type":48,"tag":1351,"props":54668,"children":54669},{"style":5418},[54670],{"type":54,"value":25658},{"type":48,"tag":1351,"props":54672,"children":54673},{"style":5395},[54674],{"type":54,"value":24194},{"type":48,"tag":1351,"props":54676,"children":54677},{"style":1364},[54678],{"type":54,"value":5408},{"type":48,"tag":1351,"props":54680,"children":54681},{"style":1364},[54682],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54684,"children":54685},{"style":2122},[54686],{"type":54,"value":54687},"w-full h-full",{"type":48,"tag":1351,"props":54689,"children":54690},{"style":1364},[54691],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54693,"children":54694},{"style":5395},[54695],{"type":54,"value":54696}," xmlns",{"type":48,"tag":1351,"props":54698,"children":54699},{"style":1364},[54700],{"type":54,"value":5408},{"type":48,"tag":1351,"props":54702,"children":54703},{"style":1364},[54704],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54706,"children":54707},{"style":2122},[54708],{"type":54,"value":54709},"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg",{"type":48,"tag":1351,"props":54711,"children":54712},{"style":1364},[54713],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54715,"children":54716},{"style":1364},[54717],{"type":54,"value":6919},{"type":48,"tag":1351,"props":54719,"children":54720},{"class":1353,"line":2104},[54721,54725,54730,54734,54738,54742,54746,54750,54755,54759,54763,54767,54771,54775,54779,54783,54787,54791,54795,54799,54803,54807,54811,54815,54819,54823,54827,54831,54836,54840,54844,54849,54853],{"type":48,"tag":1351,"props":54722,"children":54723},{"style":1364},[54724],{"type":54,"value":29288},{"type":48,"tag":1351,"props":54726,"children":54727},{"style":5418},[54728],{"type":54,"value":54729},"pattern",{"type":48,"tag":1351,"props":54731,"children":54732},{"style":5395},[54733],{"type":54,"value":41482},{"type":48,"tag":1351,"props":54735,"children":54736},{"style":1364},[54737],{"type":54,"value":5408},{"type":48,"tag":1351,"props":54739,"children":54740},{"style":1364},[54741],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54743,"children":54744},{"style":2122},[54745],{"type":54,"value":9688},{"type":48,"tag":1351,"props":54747,"children":54748},{"style":1364},[54749],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54751,"children":54752},{"style":5395},[54753],{"type":54,"value":54754}," x",{"type":48,"tag":1351,"props":54756,"children":54757},{"style":1364},[54758],{"type":54,"value":5408},{"type":48,"tag":1351,"props":54760,"children":54761},{"style":1364},[54762],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54764,"children":54765},{"style":2122},[54766],{"type":54,"value":2247},{"type":48,"tag":1351,"props":54768,"children":54769},{"style":1364},[54770],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54772,"children":54773},{"style":5395},[54774],{"type":54,"value":5591},{"type":48,"tag":1351,"props":54776,"children":54777},{"style":1364},[54778],{"type":54,"value":5408},{"type":48,"tag":1351,"props":54780,"children":54781},{"style":1364},[54782],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54784,"children":54785},{"style":2122},[54786],{"type":54,"value":2247},{"type":48,"tag":1351,"props":54788,"children":54789},{"style":1364},[54790],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54792,"children":54793},{"style":5395},[54794],{"type":54,"value":5176},{"type":48,"tag":1351,"props":54796,"children":54797},{"style":1364},[54798],{"type":54,"value":5408},{"type":48,"tag":1351,"props":54800,"children":54801},{"style":1364},[54802],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54804,"children":54805},{"style":2122},[54806],{"type":54,"value":2542},{"type":48,"tag":1351,"props":54808,"children":54809},{"style":1364},[54810],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54812,"children":54813},{"style":5395},[54814],{"type":54,"value":26156},{"type":48,"tag":1351,"props":54816,"children":54817},{"style":1364},[54818],{"type":54,"value":5408},{"type":48,"tag":1351,"props":54820,"children":54821},{"style":1364},[54822],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54824,"children":54825},{"style":2122},[54826],{"type":54,"value":2542},{"type":48,"tag":1351,"props":54828,"children":54829},{"style":1364},[54830],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54832,"children":54833},{"style":5395},[54834],{"type":54,"value":54835}," patternUnits",{"type":48,"tag":1351,"props":54837,"children":54838},{"style":1364},[54839],{"type":54,"value":5408},{"type":48,"tag":1351,"props":54841,"children":54842},{"style":1364},[54843],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54845,"children":54846},{"style":2122},[54847],{"type":54,"value":54848},"userSpaceOnUse",{"type":48,"tag":1351,"props":54850,"children":54851},{"style":1364},[54852],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54854,"children":54855},{"style":1364},[54856],{"type":54,"value":6919},{"type":48,"tag":1351,"props":54858,"children":54859},{"class":1353,"line":2164},[54860,54864,54868,54872,54876,54880,54884,54888,54892,54896,54900,54904,54908,54912,54916,54920,54924,54928,54932,54936,54940,54944,54948],{"type":48,"tag":1351,"props":54861,"children":54862},{"style":1364},[54863],{"type":54,"value":31633},{"type":48,"tag":1351,"props":54865,"children":54866},{"style":5418},[54867],{"type":54,"value":27284},{"type":48,"tag":1351,"props":54869,"children":54870},{"style":5395},[54871],{"type":54,"value":27310},{"type":48,"tag":1351,"props":54873,"children":54874},{"style":1364},[54875],{"type":54,"value":5408},{"type":48,"tag":1351,"props":54877,"children":54878},{"style":1364},[54879],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54881,"children":54882},{"style":2122},[54883],{"type":54,"value":2461},{"type":48,"tag":1351,"props":54885,"children":54886},{"style":1364},[54887],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54889,"children":54890},{"style":5395},[54891],{"type":54,"value":27331},{"type":48,"tag":1351,"props":54893,"children":54894},{"style":1364},[54895],{"type":54,"value":5408},{"type":48,"tag":1351,"props":54897,"children":54898},{"style":1364},[54899],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54901,"children":54902},{"style":2122},[54903],{"type":54,"value":2461},{"type":48,"tag":1351,"props":54905,"children":54906},{"style":1364},[54907],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54909,"children":54910},{"style":5395},[54911],{"type":54,"value":27352},{"type":48,"tag":1351,"props":54913,"children":54914},{"style":1364},[54915],{"type":54,"value":5408},{"type":48,"tag":1351,"props":54917,"children":54918},{"style":1364},[54919],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54921,"children":54922},{"style":2122},[54923],{"type":54,"value":27958},{"type":48,"tag":1351,"props":54925,"children":54926},{"style":1364},[54927],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54929,"children":54930},{"style":5395},[54931],{"type":54,"value":25684},{"type":48,"tag":1351,"props":54933,"children":54934},{"style":1364},[54935],{"type":54,"value":5408},{"type":48,"tag":1351,"props":54937,"children":54938},{"style":1364},[54939],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54941,"children":54942},{"style":2122},[54943],{"type":54,"value":748},{"type":48,"tag":1351,"props":54945,"children":54946},{"style":1364},[54947],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54949,"children":54950},{"style":1364},[54951],{"type":54,"value":25846},{"type":48,"tag":1351,"props":54953,"children":54954},{"class":1353,"line":2713},[54955,54959,54963],{"type":48,"tag":1351,"props":54956,"children":54957},{"style":1364},[54958],{"type":54,"value":31843},{"type":48,"tag":1351,"props":54960,"children":54961},{"style":5418},[54962],{"type":54,"value":54729},{"type":48,"tag":1351,"props":54964,"children":54965},{"style":1364},[54966],{"type":54,"value":6919},{"type":48,"tag":1351,"props":54968,"children":54969},{"class":1353,"line":2722},[54970,54974,54979,54983,54987,54991,54995,54999,55003,55007,55011,55015,55019,55023,55027,55031,55036,55040],{"type":48,"tag":1351,"props":54971,"children":54972},{"style":1364},[54973],{"type":54,"value":29288},{"type":48,"tag":1351,"props":54975,"children":54976},{"style":5418},[54977],{"type":54,"value":54978},"rect",{"type":48,"tag":1351,"props":54980,"children":54981},{"style":5395},[54982],{"type":54,"value":5176},{"type":48,"tag":1351,"props":54984,"children":54985},{"style":1364},[54986],{"type":54,"value":5408},{"type":48,"tag":1351,"props":54988,"children":54989},{"style":1364},[54990],{"type":54,"value":2130},{"type":48,"tag":1351,"props":54992,"children":54993},{"style":2122},[54994],{"type":54,"value":5061},{"type":48,"tag":1351,"props":54996,"children":54997},{"style":1364},[54998],{"type":54,"value":2130},{"type":48,"tag":1351,"props":55000,"children":55001},{"style":5395},[55002],{"type":54,"value":26156},{"type":48,"tag":1351,"props":55004,"children":55005},{"style":1364},[55006],{"type":54,"value":5408},{"type":48,"tag":1351,"props":55008,"children":55009},{"style":1364},[55010],{"type":54,"value":2130},{"type":48,"tag":1351,"props":55012,"children":55013},{"style":2122},[55014],{"type":54,"value":5061},{"type":48,"tag":1351,"props":55016,"children":55017},{"style":1364},[55018],{"type":54,"value":2130},{"type":48,"tag":1351,"props":55020,"children":55021},{"style":5395},[55022],{"type":54,"value":25684},{"type":48,"tag":1351,"props":55024,"children":55025},{"style":1364},[55026],{"type":54,"value":5408},{"type":48,"tag":1351,"props":55028,"children":55029},{"style":1364},[55030],{"type":54,"value":2130},{"type":48,"tag":1351,"props":55032,"children":55033},{"style":2122},[55034],{"type":54,"value":55035},"url(#dot-pattern)",{"type":48,"tag":1351,"props":55037,"children":55038},{"style":1364},[55039],{"type":54,"value":2130},{"type":48,"tag":1351,"props":55041,"children":55042},{"style":1364},[55043],{"type":54,"value":25846},{"type":48,"tag":1351,"props":55045,"children":55046},{"class":1353,"line":2736},[55047,55051,55055],{"type":48,"tag":1351,"props":55048,"children":55049},{"style":1364},[55050],{"type":54,"value":29365},{"type":48,"tag":1351,"props":55052,"children":55053},{"style":5418},[55054],{"type":54,"value":25658},{"type":48,"tag":1351,"props":55056,"children":55057},{"style":1364},[55058],{"type":54,"value":6919},{"type":48,"tag":1351,"props":55060,"children":55061},{"class":1353,"line":2744},[55062,55066,55070],{"type":48,"tag":1351,"props":55063,"children":55064},{"style":1364},[55065],{"type":54,"value":25930},{"type":48,"tag":1351,"props":55067,"children":55068},{"style":5418},[55069],{"type":54,"value":15234},{"type":48,"tag":1351,"props":55071,"children":55072},{"style":1364},[55073],{"type":54,"value":6919},{"type":48,"tag":1351,"props":55075,"children":55076},{"class":1353,"line":2753},[55077],{"type":48,"tag":1351,"props":55078,"children":55079},{"style":1358},[55080],{"type":54,"value":11049},{"type":48,"tag":1351,"props":55082,"children":55083},{"class":1353,"line":2767},[55084,55088,55092],{"type":48,"tag":1351,"props":55085,"children":55086},{"style":1364},[55087],{"type":54,"value":28208},{"type":48,"tag":1351,"props":55089,"children":55090},{"style":2657},[55091],{"type":54,"value":54081},{"type":48,"tag":1351,"props":55093,"children":55094},{"style":1364},[55095],{"type":54,"value":2170},{"type":48,"tag":1351,"props":55097,"children":55098},{"class":1353,"line":2781},[55099,55103,55107,55111,55115,55119,55124,55128],{"type":48,"tag":1351,"props":55100,"children":55101},{"style":1364},[55102],{"type":54,"value":15268},{"type":48,"tag":1351,"props":55104,"children":55105},{"style":5418},[55106],{"type":54,"value":15234},{"type":48,"tag":1351,"props":55108,"children":55109},{"style":5395},[55110],{"type":54,"value":24194},{"type":48,"tag":1351,"props":55112,"children":55113},{"style":1364},[55114],{"type":54,"value":5408},{"type":48,"tag":1351,"props":55116,"children":55117},{"style":1364},[55118],{"type":54,"value":2130},{"type":48,"tag":1351,"props":55120,"children":55121},{"style":2122},[55122],{"type":54,"value":55123},"relative z-10",{"type":48,"tag":1351,"props":55125,"children":55126},{"style":1364},[55127],{"type":54,"value":2130},{"type":48,"tag":1351,"props":55129,"children":55130},{"style":1364},[55131],{"type":54,"value":6919},{"type":48,"tag":1351,"props":55133,"children":55134},{"class":1353,"line":2795},[55135,55139,55144],{"type":48,"tag":1351,"props":55136,"children":55137},{"style":1364},[55138],{"type":54,"value":44448},{"type":48,"tag":1351,"props":55140,"children":55141},{"style":2657},[55142],{"type":54,"value":55143},"\u002F* Your content here *\u002F",{"type":48,"tag":1351,"props":55145,"children":55146},{"style":1364},[55147],{"type":54,"value":2170},{"type":48,"tag":1351,"props":55149,"children":55150},{"class":1353,"line":2803},[55151,55155,55159],{"type":48,"tag":1351,"props":55152,"children":55153},{"style":1364},[55154],{"type":54,"value":25930},{"type":48,"tag":1351,"props":55156,"children":55157},{"style":5418},[55158],{"type":54,"value":15234},{"type":48,"tag":1351,"props":55160,"children":55161},{"style":1364},[55162],{"type":54,"value":6919},{"type":48,"tag":1351,"props":55164,"children":55165},{"class":1353,"line":2812},[55166,55170,55174],{"type":48,"tag":1351,"props":55167,"children":55168},{"style":1364},[55169],{"type":54,"value":7118},{"type":48,"tag":1351,"props":55171,"children":55172},{"style":5418},[55173],{"type":54,"value":15234},{"type":48,"tag":1351,"props":55175,"children":55176},{"style":1364},[55177],{"type":54,"value":6919},{"type":48,"tag":107,"props":55179,"children":55180},{},[],{"type":48,"tag":111,"props":55182,"children":55184},{"id":55183},"decor-corner-brackets",[55185],{"type":54,"value":55186},"DECOR-CORNER-BRACKETS",{"type":48,"tag":61,"props":55188,"children":55189},{},[55190],{"type":54,"value":55191},"Corner bracket decorations for cards.",{"type":48,"tag":151,"props":55193,"children":55195},{"id":55194},"react-tailwind-34",[55196],{"type":54,"value":24169},{"type":48,"tag":118,"props":55198,"children":55200},{"className":24172,"code":55199,"language":24174,"meta":126,"style":126},"{\u002F* Add these as children of a relative-positioned container *\u002F}\n\u003Cdiv className=\"absolute -top-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n\u003Cdiv className=\"absolute -top-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n\u003Cdiv className=\"absolute -bottom-1 -left-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n\u003Cdiv className=\"absolute -bottom-1 -right-1 w-2 h-2 border border-[#EBD5C1] rounded-[1.5px] bg-[#FFFBF5]\" \u002F>\n",[55201],{"type":48,"tag":89,"props":55202,"children":55203},{"__ignoreMap":126},[55204,55221,55256,55291,55326],{"type":48,"tag":1351,"props":55205,"children":55206},{"class":1353,"line":1354},[55207,55212,55217],{"type":48,"tag":1351,"props":55208,"children":55209},{"style":1364},[55210],{"type":54,"value":55211},"{",{"type":48,"tag":1351,"props":55213,"children":55214},{"style":2657},[55215],{"type":54,"value":55216},"\u002F* Add these as children of a relative-positioned container *\u002F",{"type":48,"tag":1351,"props":55218,"children":55219},{"style":1364},[55220],{"type":54,"value":2170},{"type":48,"tag":1351,"props":55222,"children":55223},{"class":1353,"line":1417},[55224,55228,55232,55236,55240,55244,55248,55252],{"type":48,"tag":1351,"props":55225,"children":55226},{"style":1364},[55227],{"type":54,"value":6909},{"type":48,"tag":1351,"props":55229,"children":55230},{"style":5418},[55231],{"type":54,"value":15234},{"type":48,"tag":1351,"props":55233,"children":55234},{"style":5395},[55235],{"type":54,"value":24194},{"type":48,"tag":1351,"props":55237,"children":55238},{"style":1364},[55239],{"type":54,"value":5408},{"type":48,"tag":1351,"props":55241,"children":55242},{"style":1364},[55243],{"type":54,"value":2130},{"type":48,"tag":1351,"props":55245,"children":55246},{"style":2122},[55247],{"type":54,"value":28245},{"type":48,"tag":1351,"props":55249,"children":55250},{"style":1364},[55251],{"type":54,"value":2130},{"type":48,"tag":1351,"props":55253,"children":55254},{"style":1364},[55255],{"type":54,"value":25846},{"type":48,"tag":1351,"props":55257,"children":55258},{"class":1353,"line":2059},[55259,55263,55267,55271,55275,55279,55283,55287],{"type":48,"tag":1351,"props":55260,"children":55261},{"style":1364},[55262],{"type":54,"value":6909},{"type":48,"tag":1351,"props":55264,"children":55265},{"style":5418},[55266],{"type":54,"value":15234},{"type":48,"tag":1351,"props":55268,"children":55269},{"style":5395},[55270],{"type":54,"value":24194},{"type":48,"tag":1351,"props":55272,"children":55273},{"style":1364},[55274],{"type":54,"value":5408},{"type":48,"tag":1351,"props":55276,"children":55277},{"style":1364},[55278],{"type":54,"value":2130},{"type":48,"tag":1351,"props":55280,"children":55281},{"style":2122},[55282],{"type":54,"value":28281},{"type":48,"tag":1351,"props":55284,"children":55285},{"style":1364},[55286],{"type":54,"value":2130},{"type":48,"tag":1351,"props":55288,"children":55289},{"style":1364},[55290],{"type":54,"value":25846},{"type":48,"tag":1351,"props":55292,"children":55293},{"class":1353,"line":2081},[55294,55298,55302,55306,55310,55314,55318,55322],{"type":48,"tag":1351,"props":55295,"children":55296},{"style":1364},[55297],{"type":54,"value":6909},{"type":48,"tag":1351,"props":55299,"children":55300},{"style":5418},[55301],{"type":54,"value":15234},{"type":48,"tag":1351,"props":55303,"children":55304},{"style":5395},[55305],{"type":54,"value":24194},{"type":48,"tag":1351,"props":55307,"children":55308},{"style":1364},[55309],{"type":54,"value":5408},{"type":48,"tag":1351,"props":55311,"children":55312},{"style":1364},[55313],{"type":54,"value":2130},{"type":48,"tag":1351,"props":55315,"children":55316},{"style":2122},[55317],{"type":54,"value":28317},{"type":48,"tag":1351,"props":55319,"children":55320},{"style":1364},[55321],{"type":54,"value":2130},{"type":48,"tag":1351,"props":55323,"children":55324},{"style":1364},[55325],{"type":54,"value":25846},{"type":48,"tag":1351,"props":55327,"children":55328},{"class":1353,"line":2104},[55329,55333,55337,55341,55345,55349,55353,55357],{"type":48,"tag":1351,"props":55330,"children":55331},{"style":1364},[55332],{"type":54,"value":6909},{"type":48,"tag":1351,"props":55334,"children":55335},{"style":5418},[55336],{"type":54,"value":15234},{"type":48,"tag":1351,"props":55338,"children":55339},{"style":5395},[55340],{"type":54,"value":24194},{"type":48,"tag":1351,"props":55342,"children":55343},{"style":1364},[55344],{"type":54,"value":5408},{"type":48,"tag":1351,"props":55346,"children":55347},{"style":1364},[55348],{"type":54,"value":2130},{"type":48,"tag":1351,"props":55350,"children":55351},{"style":2122},[55352],{"type":54,"value":28353},{"type":48,"tag":1351,"props":55354,"children":55355},{"style":1364},[55356],{"type":54,"value":2130},{"type":48,"tag":1351,"props":55358,"children":55359},{"style":1364},[55360],{"type":54,"value":25846},{"type":48,"tag":151,"props":55362,"children":55364},{"id":55363},"css-component",[55365],{"type":54,"value":55366},"CSS Component",{"type":48,"tag":118,"props":55368,"children":55370},{"className":1343,"code":55369,"language":1345,"meta":126,"style":126},".corner-brackets {\n  position: relative;\n}\n\n.corner-brackets::before,\n.corner-brackets::after,\n.corner-brackets > .corner-tl,\n.corner-brackets > .corner-tr,\n.corner-brackets > .corner-bl,\n.corner-brackets > .corner-br {\n  content: \"\";\n  position: absolute;\n  width: 8px;\n  height: 8px;\n  border: 1px solid #EBD5C1;\n  border-radius: 1.5px;\n  background: #FFFBF5;\n  pointer-events: none;\n}\n\n.corner-brackets > .corner-tl { top: -4px; left: -4px; }\n.corner-brackets > .corner-tr { top: -4px; right: -4px; }\n.corner-brackets > .corner-bl { bottom: -4px; left: -4px; }\n.corner-brackets > .corner-br { bottom: -4px; right: -4px; }\n",[55371],{"type":48,"tag":89,"props":55372,"children":55373},{"__ignoreMap":126},[55374,55389,55408,55415,55422,55446,55470,55500,55528,55556,55584,55605,55624,55643,55662,55693,55712,55735,55754,55761,55768,55831,55894,55957],{"type":48,"tag":1351,"props":55375,"children":55376},{"class":1353,"line":1354},[55377,55381,55385],{"type":48,"tag":1351,"props":55378,"children":55379},{"style":1364},[55380],{"type":54,"value":105},{"type":48,"tag":1351,"props":55382,"children":55383},{"style":1406},[55384],{"type":54,"value":9192},{"type":48,"tag":1351,"props":55386,"children":55387},{"style":1364},[55388],{"type":54,"value":2035},{"type":48,"tag":1351,"props":55390,"children":55391},{"class":1353,"line":1417},[55392,55396,55400,55404],{"type":48,"tag":1351,"props":55393,"children":55394},{"style":2085},[55395],{"type":54,"value":8811},{"type":48,"tag":1351,"props":55397,"children":55398},{"style":1364},[55399],{"type":54,"value":96},{"type":48,"tag":1351,"props":55401,"children":55402},{"style":1358},[55403],{"type":54,"value":9212},{"type":48,"tag":1351,"props":55405,"children":55406},{"style":1364},[55407],{"type":54,"value":1414},{"type":48,"tag":1351,"props":55409,"children":55410},{"class":1353,"line":2059},[55411],{"type":48,"tag":1351,"props":55412,"children":55413},{"style":1364},[55414],{"type":54,"value":2170},{"type":48,"tag":1351,"props":55416,"children":55417},{"class":1353,"line":2081},[55418],{"type":48,"tag":1351,"props":55419,"children":55420},{"emptyLinePlaceholder":2679},[55421],{"type":54,"value":2682},{"type":48,"tag":1351,"props":55423,"children":55424},{"class":1353,"line":2104},[55425,55429,55433,55437,55442],{"type":48,"tag":1351,"props":55426,"children":55427},{"style":1364},[55428],{"type":54,"value":105},{"type":48,"tag":1351,"props":55430,"children":55431},{"style":1406},[55432],{"type":54,"value":9192},{"type":48,"tag":1351,"props":55434,"children":55435},{"style":1364},[55436],{"type":54,"value":9049},{"type":48,"tag":1351,"props":55438,"children":55439},{"style":5395},[55440],{"type":54,"value":55441},"before",{"type":48,"tag":1351,"props":55443,"children":55444},{"style":1364},[55445],{"type":54,"value":3301},{"type":48,"tag":1351,"props":55447,"children":55448},{"class":1353,"line":2164},[55449,55453,55457,55461,55466],{"type":48,"tag":1351,"props":55450,"children":55451},{"style":1364},[55452],{"type":54,"value":105},{"type":48,"tag":1351,"props":55454,"children":55455},{"style":1406},[55456],{"type":54,"value":9192},{"type":48,"tag":1351,"props":55458,"children":55459},{"style":1364},[55460],{"type":54,"value":9049},{"type":48,"tag":1351,"props":55462,"children":55463},{"style":5395},[55464],{"type":54,"value":55465},"after",{"type":48,"tag":1351,"props":55467,"children":55468},{"style":1364},[55469],{"type":54,"value":3301},{"type":48,"tag":1351,"props":55471,"children":55472},{"class":1353,"line":2713},[55473,55477,55481,55486,55491,55496],{"type":48,"tag":1351,"props":55474,"children":55475},{"style":1364},[55476],{"type":54,"value":105},{"type":48,"tag":1351,"props":55478,"children":55479},{"style":1406},[55480],{"type":54,"value":9192},{"type":48,"tag":1351,"props":55482,"children":55483},{"style":1364},[55484],{"type":54,"value":55485}," >",{"type":48,"tag":1351,"props":55487,"children":55488},{"style":1364},[55489],{"type":54,"value":55490}," .",{"type":48,"tag":1351,"props":55492,"children":55493},{"style":1406},[55494],{"type":54,"value":55495},"corner-tl",{"type":48,"tag":1351,"props":55497,"children":55498},{"style":1364},[55499],{"type":54,"value":3301},{"type":48,"tag":1351,"props":55501,"children":55502},{"class":1353,"line":2722},[55503,55507,55511,55515,55519,55524],{"type":48,"tag":1351,"props":55504,"children":55505},{"style":1364},[55506],{"type":54,"value":105},{"type":48,"tag":1351,"props":55508,"children":55509},{"style":1406},[55510],{"type":54,"value":9192},{"type":48,"tag":1351,"props":55512,"children":55513},{"style":1364},[55514],{"type":54,"value":55485},{"type":48,"tag":1351,"props":55516,"children":55517},{"style":1364},[55518],{"type":54,"value":55490},{"type":48,"tag":1351,"props":55520,"children":55521},{"style":1406},[55522],{"type":54,"value":55523},"corner-tr",{"type":48,"tag":1351,"props":55525,"children":55526},{"style":1364},[55527],{"type":54,"value":3301},{"type":48,"tag":1351,"props":55529,"children":55530},{"class":1353,"line":2736},[55531,55535,55539,55543,55547,55552],{"type":48,"tag":1351,"props":55532,"children":55533},{"style":1364},[55534],{"type":54,"value":105},{"type":48,"tag":1351,"props":55536,"children":55537},{"style":1406},[55538],{"type":54,"value":9192},{"type":48,"tag":1351,"props":55540,"children":55541},{"style":1364},[55542],{"type":54,"value":55485},{"type":48,"tag":1351,"props":55544,"children":55545},{"style":1364},[55546],{"type":54,"value":55490},{"type":48,"tag":1351,"props":55548,"children":55549},{"style":1406},[55550],{"type":54,"value":55551},"corner-bl",{"type":48,"tag":1351,"props":55553,"children":55554},{"style":1364},[55555],{"type":54,"value":3301},{"type":48,"tag":1351,"props":55557,"children":55558},{"class":1353,"line":2744},[55559,55563,55567,55571,55575,55580],{"type":48,"tag":1351,"props":55560,"children":55561},{"style":1364},[55562],{"type":54,"value":105},{"type":48,"tag":1351,"props":55564,"children":55565},{"style":1406},[55566],{"type":54,"value":9192},{"type":48,"tag":1351,"props":55568,"children":55569},{"style":1364},[55570],{"type":54,"value":55485},{"type":48,"tag":1351,"props":55572,"children":55573},{"style":1364},[55574],{"type":54,"value":55490},{"type":48,"tag":1351,"props":55576,"children":55577},{"style":1406},[55578],{"type":54,"value":55579},"corner-br",{"type":48,"tag":1351,"props":55581,"children":55582},{"style":1364},[55583],{"type":54,"value":2035},{"type":48,"tag":1351,"props":55585,"children":55586},{"class":1353,"line":2753},[55587,55592,55596,55601],{"type":48,"tag":1351,"props":55588,"children":55589},{"style":2085},[55590],{"type":54,"value":55591},"  content",{"type":48,"tag":1351,"props":55593,"children":55594},{"style":1364},[55595],{"type":54,"value":96},{"type":48,"tag":1351,"props":55597,"children":55598},{"style":1364},[55599],{"type":54,"value":55600}," \"\"",{"type":48,"tag":1351,"props":55602,"children":55603},{"style":1364},[55604],{"type":54,"value":1414},{"type":48,"tag":1351,"props":55606,"children":55607},{"class":1353,"line":2767},[55608,55612,55616,55620],{"type":48,"tag":1351,"props":55609,"children":55610},{"style":2085},[55611],{"type":54,"value":8811},{"type":48,"tag":1351,"props":55613,"children":55614},{"style":1364},[55615],{"type":54,"value":96},{"type":48,"tag":1351,"props":55617,"children":55618},{"style":1358},[55619],{"type":54,"value":8820},{"type":48,"tag":1351,"props":55621,"children":55622},{"style":1364},[55623],{"type":54,"value":1414},{"type":48,"tag":1351,"props":55625,"children":55626},{"class":1353,"line":2781},[55627,55631,55635,55639],{"type":48,"tag":1351,"props":55628,"children":55629},{"style":2085},[55630],{"type":54,"value":8832},{"type":48,"tag":1351,"props":55632,"children":55633},{"style":1364},[55634],{"type":54,"value":96},{"type":48,"tag":1351,"props":55636,"children":55637},{"style":2133},[55638],{"type":54,"value":9289},{"type":48,"tag":1351,"props":55640,"children":55641},{"style":1364},[55642],{"type":54,"value":1414},{"type":48,"tag":1351,"props":55644,"children":55645},{"class":1353,"line":2795},[55646,55650,55654,55658],{"type":48,"tag":1351,"props":55647,"children":55648},{"style":2085},[55649],{"type":54,"value":8853},{"type":48,"tag":1351,"props":55651,"children":55652},{"style":1364},[55653],{"type":54,"value":96},{"type":48,"tag":1351,"props":55655,"children":55656},{"style":2133},[55657],{"type":54,"value":9289},{"type":48,"tag":1351,"props":55659,"children":55660},{"style":1364},[55661],{"type":54,"value":1414},{"type":48,"tag":1351,"props":55663,"children":55664},{"class":1353,"line":2803},[55665,55669,55673,55677,55681,55685,55689],{"type":48,"tag":1351,"props":55666,"children":55667},{"style":2085},[55668],{"type":54,"value":9009},{"type":48,"tag":1351,"props":55670,"children":55671},{"style":1364},[55672],{"type":54,"value":96},{"type":48,"tag":1351,"props":55674,"children":55675},{"style":2133},[55676],{"type":54,"value":8841},{"type":48,"tag":1351,"props":55678,"children":55679},{"style":1358},[55680],{"type":54,"value":8017},{"type":48,"tag":1351,"props":55682,"children":55683},{"style":1364},[55684],{"type":54,"value":26494},{"type":48,"tag":1351,"props":55686,"children":55687},{"style":1358},[55688],{"type":54,"value":7331},{"type":48,"tag":1351,"props":55690,"children":55691},{"style":1364},[55692],{"type":54,"value":1414},{"type":48,"tag":1351,"props":55694,"children":55695},{"class":1353,"line":2812},[55696,55700,55704,55708],{"type":48,"tag":1351,"props":55697,"children":55698},{"style":2085},[55699],{"type":54,"value":9355},{"type":48,"tag":1351,"props":55701,"children":55702},{"style":1364},[55703],{"type":54,"value":96},{"type":48,"tag":1351,"props":55705,"children":55706},{"style":2133},[55707],{"type":54,"value":9364},{"type":48,"tag":1351,"props":55709,"children":55710},{"style":1364},[55711],{"type":54,"value":1414},{"type":48,"tag":1351,"props":55713,"children":55714},{"class":1353,"line":2826},[55715,55719,55723,55727,55731],{"type":48,"tag":1351,"props":55716,"children":55717},{"style":2085},[55718],{"type":54,"value":9376},{"type":48,"tag":1351,"props":55720,"children":55721},{"style":1364},[55722],{"type":54,"value":96},{"type":48,"tag":1351,"props":55724,"children":55725},{"style":1364},[55726],{"type":54,"value":7171},{"type":48,"tag":1351,"props":55728,"children":55729},{"style":1358},[55730],{"type":54,"value":7281},{"type":48,"tag":1351,"props":55732,"children":55733},{"style":1364},[55734],{"type":54,"value":1414},{"type":48,"tag":1351,"props":55736,"children":55737},{"class":1353,"line":5128},[55738,55742,55746,55750],{"type":48,"tag":1351,"props":55739,"children":55740},{"style":2085},[55741],{"type":54,"value":8497},{"type":48,"tag":1351,"props":55743,"children":55744},{"style":1364},[55745],{"type":54,"value":96},{"type":48,"tag":1351,"props":55747,"children":55748},{"style":1358},[55749],{"type":54,"value":8112},{"type":48,"tag":1351,"props":55751,"children":55752},{"style":1364},[55753],{"type":54,"value":1414},{"type":48,"tag":1351,"props":55755,"children":55756},{"class":1353,"line":5136},[55757],{"type":48,"tag":1351,"props":55758,"children":55759},{"style":1364},[55760],{"type":54,"value":2170},{"type":48,"tag":1351,"props":55762,"children":55763},{"class":1353,"line":5145},[55764],{"type":48,"tag":1351,"props":55765,"children":55766},{"emptyLinePlaceholder":2679},[55767],{"type":54,"value":2682},{"type":48,"tag":1351,"props":55769,"children":55770},{"class":1353,"line":5162},[55771,55775,55779,55783,55787,55791,55795,55799,55803,55807,55811,55815,55819,55823,55827],{"type":48,"tag":1351,"props":55772,"children":55773},{"style":1364},[55774],{"type":54,"value":105},{"type":48,"tag":1351,"props":55776,"children":55777},{"style":1406},[55778],{"type":54,"value":9192},{"type":48,"tag":1351,"props":55780,"children":55781},{"style":1364},[55782],{"type":54,"value":55485},{"type":48,"tag":1351,"props":55784,"children":55785},{"style":1364},[55786],{"type":54,"value":55490},{"type":48,"tag":1351,"props":55788,"children":55789},{"style":1406},[55790],{"type":54,"value":55495},{"type":48,"tag":1351,"props":55792,"children":55793},{"style":1364},[55794],{"type":54,"value":4796},{"type":48,"tag":1351,"props":55796,"children":55797},{"style":2085},[55798],{"type":54,"value":9447},{"type":48,"tag":1351,"props":55800,"children":55801},{"style":1364},[55802],{"type":54,"value":96},{"type":48,"tag":1351,"props":55804,"children":55805},{"style":2133},[55806],{"type":54,"value":9456},{"type":48,"tag":1351,"props":55808,"children":55809},{"style":1364},[55810],{"type":54,"value":4814},{"type":48,"tag":1351,"props":55812,"children":55813},{"style":2085},[55814],{"type":54,"value":9465},{"type":48,"tag":1351,"props":55816,"children":55817},{"style":1364},[55818],{"type":54,"value":96},{"type":48,"tag":1351,"props":55820,"children":55821},{"style":2133},[55822],{"type":54,"value":9456},{"type":48,"tag":1351,"props":55824,"children":55825},{"style":1364},[55826],{"type":54,"value":4814},{"type":48,"tag":1351,"props":55828,"children":55829},{"style":1364},[55830],{"type":54,"value":4819},{"type":48,"tag":1351,"props":55832,"children":55833},{"class":1353,"line":5195},[55834,55838,55842,55846,55850,55854,55858,55862,55866,55870,55874,55878,55882,55886,55890],{"type":48,"tag":1351,"props":55835,"children":55836},{"style":1364},[55837],{"type":54,"value":105},{"type":48,"tag":1351,"props":55839,"children":55840},{"style":1406},[55841],{"type":54,"value":9192},{"type":48,"tag":1351,"props":55843,"children":55844},{"style":1364},[55845],{"type":54,"value":55485},{"type":48,"tag":1351,"props":55847,"children":55848},{"style":1364},[55849],{"type":54,"value":55490},{"type":48,"tag":1351,"props":55851,"children":55852},{"style":1406},[55853],{"type":54,"value":55523},{"type":48,"tag":1351,"props":55855,"children":55856},{"style":1364},[55857],{"type":54,"value":4796},{"type":48,"tag":1351,"props":55859,"children":55860},{"style":2085},[55861],{"type":54,"value":9447},{"type":48,"tag":1351,"props":55863,"children":55864},{"style":1364},[55865],{"type":54,"value":96},{"type":48,"tag":1351,"props":55867,"children":55868},{"style":2133},[55869],{"type":54,"value":9456},{"type":48,"tag":1351,"props":55871,"children":55872},{"style":1364},[55873],{"type":54,"value":4814},{"type":48,"tag":1351,"props":55875,"children":55876},{"style":2085},[55877],{"type":54,"value":9526},{"type":48,"tag":1351,"props":55879,"children":55880},{"style":1364},[55881],{"type":54,"value":96},{"type":48,"tag":1351,"props":55883,"children":55884},{"style":2133},[55885],{"type":54,"value":9456},{"type":48,"tag":1351,"props":55887,"children":55888},{"style":1364},[55889],{"type":54,"value":4814},{"type":48,"tag":1351,"props":55891,"children":55892},{"style":1364},[55893],{"type":54,"value":4819},{"type":48,"tag":1351,"props":55895,"children":55896},{"class":1353,"line":5237},[55897,55901,55905,55909,55913,55917,55921,55925,55929,55933,55937,55941,55945,55949,55953],{"type":48,"tag":1351,"props":55898,"children":55899},{"style":1364},[55900],{"type":54,"value":105},{"type":48,"tag":1351,"props":55902,"children":55903},{"style":1406},[55904],{"type":54,"value":9192},{"type":48,"tag":1351,"props":55906,"children":55907},{"style":1364},[55908],{"type":54,"value":55485},{"type":48,"tag":1351,"props":55910,"children":55911},{"style":1364},[55912],{"type":54,"value":55490},{"type":48,"tag":1351,"props":55914,"children":55915},{"style":1406},[55916],{"type":54,"value":55551},{"type":48,"tag":1351,"props":55918,"children":55919},{"style":1364},[55920],{"type":54,"value":4796},{"type":48,"tag":1351,"props":55922,"children":55923},{"style":2085},[55924],{"type":54,"value":9571},{"type":48,"tag":1351,"props":55926,"children":55927},{"style":1364},[55928],{"type":54,"value":96},{"type":48,"tag":1351,"props":55930,"children":55931},{"style":2133},[55932],{"type":54,"value":9456},{"type":48,"tag":1351,"props":55934,"children":55935},{"style":1364},[55936],{"type":54,"value":4814},{"type":48,"tag":1351,"props":55938,"children":55939},{"style":2085},[55940],{"type":54,"value":9465},{"type":48,"tag":1351,"props":55942,"children":55943},{"style":1364},[55944],{"type":54,"value":96},{"type":48,"tag":1351,"props":55946,"children":55947},{"style":2133},[55948],{"type":54,"value":9456},{"type":48,"tag":1351,"props":55950,"children":55951},{"style":1364},[55952],{"type":54,"value":4814},{"type":48,"tag":1351,"props":55954,"children":55955},{"style":1364},[55956],{"type":54,"value":4819},{"type":48,"tag":1351,"props":55958,"children":55959},{"class":1353,"line":5245},[55960,55964,55968,55972,55976,55980,55984,55988,55992,55996,56000,56004,56008,56012,56016],{"type":48,"tag":1351,"props":55961,"children":55962},{"style":1364},[55963],{"type":54,"value":105},{"type":48,"tag":1351,"props":55965,"children":55966},{"style":1406},[55967],{"type":54,"value":9192},{"type":48,"tag":1351,"props":55969,"children":55970},{"style":1364},[55971],{"type":54,"value":55485},{"type":48,"tag":1351,"props":55973,"children":55974},{"style":1364},[55975],{"type":54,"value":55490},{"type":48,"tag":1351,"props":55977,"children":55978},{"style":1406},[55979],{"type":54,"value":55579},{"type":48,"tag":1351,"props":55981,"children":55982},{"style":1364},[55983],{"type":54,"value":4796},{"type":48,"tag":1351,"props":55985,"children":55986},{"style":2085},[55987],{"type":54,"value":9571},{"type":48,"tag":1351,"props":55989,"children":55990},{"style":1364},[55991],{"type":54,"value":96},{"type":48,"tag":1351,"props":55993,"children":55994},{"style":2133},[55995],{"type":54,"value":9456},{"type":48,"tag":1351,"props":55997,"children":55998},{"style":1364},[55999],{"type":54,"value":4814},{"type":48,"tag":1351,"props":56001,"children":56002},{"style":2085},[56003],{"type":54,"value":9526},{"type":48,"tag":1351,"props":56005,"children":56006},{"style":1364},[56007],{"type":54,"value":96},{"type":48,"tag":1351,"props":56009,"children":56010},{"style":2133},[56011],{"type":54,"value":9456},{"type":48,"tag":1351,"props":56013,"children":56014},{"style":1364},[56015],{"type":54,"value":4814},{"type":48,"tag":1351,"props":56017,"children":56018},{"style":1364},[56019],{"type":54,"value":4819},{"type":48,"tag":107,"props":56021,"children":56022},{},[],{"type":48,"tag":111,"props":56024,"children":56026},{"id":56025},"decor-dashed-border",[56027],{"type":54,"value":56028},"DECOR-DASHED-BORDER",{"type":48,"tag":61,"props":56030,"children":56031},{},[56032],{"type":54,"value":56033},"Dashed border container for grouping.",{"type":48,"tag":151,"props":56035,"children":56037},{"id":56036},"react-tailwind-35",[56038],{"type":54,"value":24169},{"type":48,"tag":118,"props":56040,"children":56042},{"className":24172,"code":56041,"language":24174,"meta":126,"style":126},"\u003Cdiv className=\"border border-dashed border-[#EBD5C1] p-6\">\n  {\u002F* Content *\u002F}\n\u003C\u002Fdiv>\n",[56043],{"type":48,"tag":89,"props":56044,"children":56045},{"__ignoreMap":126},[56046,56082,56097],{"type":48,"tag":1351,"props":56047,"children":56048},{"class":1353,"line":1354},[56049,56053,56057,56061,56065,56069,56074,56078],{"type":48,"tag":1351,"props":56050,"children":56051},{"style":1364},[56052],{"type":54,"value":6909},{"type":48,"tag":1351,"props":56054,"children":56055},{"style":5418},[56056],{"type":54,"value":15234},{"type":48,"tag":1351,"props":56058,"children":56059},{"style":5395},[56060],{"type":54,"value":24194},{"type":48,"tag":1351,"props":56062,"children":56063},{"style":1364},[56064],{"type":54,"value":5408},{"type":48,"tag":1351,"props":56066,"children":56067},{"style":1364},[56068],{"type":54,"value":2130},{"type":48,"tag":1351,"props":56070,"children":56071},{"style":2122},[56072],{"type":54,"value":56073},"border border-dashed border-[#EBD5C1] p-6",{"type":48,"tag":1351,"props":56075,"children":56076},{"style":1364},[56077],{"type":54,"value":2130},{"type":48,"tag":1351,"props":56079,"children":56080},{"style":1364},[56081],{"type":54,"value":6919},{"type":48,"tag":1351,"props":56083,"children":56084},{"class":1353,"line":1417},[56085,56089,56093],{"type":48,"tag":1351,"props":56086,"children":56087},{"style":1364},[56088],{"type":54,"value":28208},{"type":48,"tag":1351,"props":56090,"children":56091},{"style":2657},[56092],{"type":54,"value":54081},{"type":48,"tag":1351,"props":56094,"children":56095},{"style":1364},[56096],{"type":54,"value":2170},{"type":48,"tag":1351,"props":56098,"children":56099},{"class":1353,"line":2059},[56100,56104,56108],{"type":48,"tag":1351,"props":56101,"children":56102},{"style":1364},[56103],{"type":54,"value":7118},{"type":48,"tag":1351,"props":56105,"children":56106},{"style":5418},[56107],{"type":54,"value":15234},{"type":48,"tag":1351,"props":56109,"children":56110},{"style":1364},[56111],{"type":54,"value":6919},{"type":48,"tag":107,"props":56113,"children":56114},{},[],{"type":48,"tag":111,"props":56116,"children":56118},{"id":56117},"decor-gradient-mask",[56119],{"type":54,"value":56120},"DECOR-GRADIENT-MASK",{"type":48,"tag":61,"props":56122,"children":56123},{},[56124],{"type":54,"value":56125},"Gradient fade overlay for scrollable content.",{"type":48,"tag":151,"props":56127,"children":56129},{"id":56128},"react-tailwind-36",[56130],{"type":54,"value":24169},{"type":48,"tag":118,"props":56132,"children":56134},{"className":24172,"code":56133,"language":24174,"meta":126,"style":126},"\u003Cdiv className=\"relative overflow-hidden\">\n  {\u002F* Scrollable content *\u002F}\n  \u003Cdiv className=\"overflow-x-auto\">\n    {\u002F* Content *\u002F}\n  \u003C\u002Fdiv>\n  \n  {\u002F* Left fade *\u002F}\n  \u003Cdiv className=\"absolute left-0 top-0 bottom-0 w-8 bg-gradient-to-r from-[#FFFBF5] to-transparent pointer-events-none\" \u002F>\n  \n  {\u002F* Right fade *\u002F}\n  \u003Cdiv className=\"absolute right-0 top-0 bottom-0 w-8 bg-gradient-to-l from-[#FFFBF5] to-transparent pointer-events-none\" \u002F>\n\u003C\u002Fdiv>\n",[56135],{"type":48,"tag":89,"props":56136,"children":56137},{"__ignoreMap":126},[56138,56174,56190,56226,56241,56256,56263,56279,56315,56322,56338,56374],{"type":48,"tag":1351,"props":56139,"children":56140},{"class":1353,"line":1354},[56141,56145,56149,56153,56157,56161,56166,56170],{"type":48,"tag":1351,"props":56142,"children":56143},{"style":1364},[56144],{"type":54,"value":6909},{"type":48,"tag":1351,"props":56146,"children":56147},{"style":5418},[56148],{"type":54,"value":15234},{"type":48,"tag":1351,"props":56150,"children":56151},{"style":5395},[56152],{"type":54,"value":24194},{"type":48,"tag":1351,"props":56154,"children":56155},{"style":1364},[56156],{"type":54,"value":5408},{"type":48,"tag":1351,"props":56158,"children":56159},{"style":1364},[56160],{"type":54,"value":2130},{"type":48,"tag":1351,"props":56162,"children":56163},{"style":2122},[56164],{"type":54,"value":56165},"relative overflow-hidden",{"type":48,"tag":1351,"props":56167,"children":56168},{"style":1364},[56169],{"type":54,"value":2130},{"type":48,"tag":1351,"props":56171,"children":56172},{"style":1364},[56173],{"type":54,"value":6919},{"type":48,"tag":1351,"props":56175,"children":56176},{"class":1353,"line":1417},[56177,56181,56186],{"type":48,"tag":1351,"props":56178,"children":56179},{"style":1364},[56180],{"type":54,"value":28208},{"type":48,"tag":1351,"props":56182,"children":56183},{"style":2657},[56184],{"type":54,"value":56185},"\u002F* Scrollable content *\u002F",{"type":48,"tag":1351,"props":56187,"children":56188},{"style":1364},[56189],{"type":54,"value":2170},{"type":48,"tag":1351,"props":56191,"children":56192},{"class":1353,"line":2059},[56193,56197,56201,56205,56209,56213,56218,56222],{"type":48,"tag":1351,"props":56194,"children":56195},{"style":1364},[56196],{"type":54,"value":15268},{"type":48,"tag":1351,"props":56198,"children":56199},{"style":5418},[56200],{"type":54,"value":15234},{"type":48,"tag":1351,"props":56202,"children":56203},{"style":5395},[56204],{"type":54,"value":24194},{"type":48,"tag":1351,"props":56206,"children":56207},{"style":1364},[56208],{"type":54,"value":5408},{"type":48,"tag":1351,"props":56210,"children":56211},{"style":1364},[56212],{"type":54,"value":2130},{"type":48,"tag":1351,"props":56214,"children":56215},{"style":2122},[56216],{"type":54,"value":56217},"overflow-x-auto",{"type":48,"tag":1351,"props":56219,"children":56220},{"style":1364},[56221],{"type":54,"value":2130},{"type":48,"tag":1351,"props":56223,"children":56224},{"style":1364},[56225],{"type":54,"value":6919},{"type":48,"tag":1351,"props":56227,"children":56228},{"class":1353,"line":2081},[56229,56233,56237],{"type":48,"tag":1351,"props":56230,"children":56231},{"style":1364},[56232],{"type":54,"value":44448},{"type":48,"tag":1351,"props":56234,"children":56235},{"style":2657},[56236],{"type":54,"value":54081},{"type":48,"tag":1351,"props":56238,"children":56239},{"style":1364},[56240],{"type":54,"value":2170},{"type":48,"tag":1351,"props":56242,"children":56243},{"class":1353,"line":2104},[56244,56248,56252],{"type":48,"tag":1351,"props":56245,"children":56246},{"style":1364},[56247],{"type":54,"value":25930},{"type":48,"tag":1351,"props":56249,"children":56250},{"style":5418},[56251],{"type":54,"value":15234},{"type":48,"tag":1351,"props":56253,"children":56254},{"style":1364},[56255],{"type":54,"value":6919},{"type":48,"tag":1351,"props":56257,"children":56258},{"class":1353,"line":2164},[56259],{"type":48,"tag":1351,"props":56260,"children":56261},{"style":1358},[56262],{"type":54,"value":11049},{"type":48,"tag":1351,"props":56264,"children":56265},{"class":1353,"line":2713},[56266,56270,56275],{"type":48,"tag":1351,"props":56267,"children":56268},{"style":1364},[56269],{"type":54,"value":28208},{"type":48,"tag":1351,"props":56271,"children":56272},{"style":2657},[56273],{"type":54,"value":56274},"\u002F* Left fade *\u002F",{"type":48,"tag":1351,"props":56276,"children":56277},{"style":1364},[56278],{"type":54,"value":2170},{"type":48,"tag":1351,"props":56280,"children":56281},{"class":1353,"line":2722},[56282,56286,56290,56294,56298,56302,56307,56311],{"type":48,"tag":1351,"props":56283,"children":56284},{"style":1364},[56285],{"type":54,"value":15268},{"type":48,"tag":1351,"props":56287,"children":56288},{"style":5418},[56289],{"type":54,"value":15234},{"type":48,"tag":1351,"props":56291,"children":56292},{"style":5395},[56293],{"type":54,"value":24194},{"type":48,"tag":1351,"props":56295,"children":56296},{"style":1364},[56297],{"type":54,"value":5408},{"type":48,"tag":1351,"props":56299,"children":56300},{"style":1364},[56301],{"type":54,"value":2130},{"type":48,"tag":1351,"props":56303,"children":56304},{"style":2122},[56305],{"type":54,"value":56306},"absolute left-0 top-0 bottom-0 w-8 bg-gradient-to-r from-[#FFFBF5] to-transparent pointer-events-none",{"type":48,"tag":1351,"props":56308,"children":56309},{"style":1364},[56310],{"type":54,"value":2130},{"type":48,"tag":1351,"props":56312,"children":56313},{"style":1364},[56314],{"type":54,"value":25846},{"type":48,"tag":1351,"props":56316,"children":56317},{"class":1353,"line":2736},[56318],{"type":48,"tag":1351,"props":56319,"children":56320},{"style":1358},[56321],{"type":54,"value":11049},{"type":48,"tag":1351,"props":56323,"children":56324},{"class":1353,"line":2744},[56325,56329,56334],{"type":48,"tag":1351,"props":56326,"children":56327},{"style":1364},[56328],{"type":54,"value":28208},{"type":48,"tag":1351,"props":56330,"children":56331},{"style":2657},[56332],{"type":54,"value":56333},"\u002F* Right fade *\u002F",{"type":48,"tag":1351,"props":56335,"children":56336},{"style":1364},[56337],{"type":54,"value":2170},{"type":48,"tag":1351,"props":56339,"children":56340},{"class":1353,"line":2753},[56341,56345,56349,56353,56357,56361,56366,56370],{"type":48,"tag":1351,"props":56342,"children":56343},{"style":1364},[56344],{"type":54,"value":15268},{"type":48,"tag":1351,"props":56346,"children":56347},{"style":5418},[56348],{"type":54,"value":15234},{"type":48,"tag":1351,"props":56350,"children":56351},{"style":5395},[56352],{"type":54,"value":24194},{"type":48,"tag":1351,"props":56354,"children":56355},{"style":1364},[56356],{"type":54,"value":5408},{"type":48,"tag":1351,"props":56358,"children":56359},{"style":1364},[56360],{"type":54,"value":2130},{"type":48,"tag":1351,"props":56362,"children":56363},{"style":2122},[56364],{"type":54,"value":56365},"absolute right-0 top-0 bottom-0 w-8 bg-gradient-to-l from-[#FFFBF5] to-transparent pointer-events-none",{"type":48,"tag":1351,"props":56367,"children":56368},{"style":1364},[56369],{"type":54,"value":2130},{"type":48,"tag":1351,"props":56371,"children":56372},{"style":1364},[56373],{"type":54,"value":25846},{"type":48,"tag":1351,"props":56375,"children":56376},{"class":1353,"line":2767},[56377,56381,56385],{"type":48,"tag":1351,"props":56378,"children":56379},{"style":1364},[56380],{"type":54,"value":7118},{"type":48,"tag":1351,"props":56382,"children":56383},{"style":5418},[56384],{"type":54,"value":15234},{"type":48,"tag":1351,"props":56386,"children":56387},{"style":1364},[56388],{"type":54,"value":6919},{"type":48,"tag":107,"props":56390,"children":56391},{},[],{"type":48,"tag":24414,"props":56393,"children":56394},{},[56395],{"type":54,"value":56396},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":56398,"total":5195},[56399,56414,56428,56443,56456,56470,56484,56498,56512,56525,56532,56546],{"slug":56400,"name":56400,"fn":56401,"description":56402,"org":56403,"tags":56404,"stars":56411,"repoUrl":56412,"updatedAt":56413},"code-review","review code changes for quality and risk","Review code changes for correctness, clarity, and risk. Use when the user asks for a review, a second opinion on a diff, or feedback on code they wrote.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[56405,56406,56408],{"name":9,"slug":8,"type":15},{"name":56407,"slug":56400,"type":15},"Code Review",{"name":56409,"slug":56410,"type":15},"Engineering","engineering",5284,"https:\u002F\u002Fgithub.com\u002Fcloudflare\u002Fagents","2026-06-08T08:19:41.621858",{"slug":56415,"name":56415,"fn":56416,"description":56417,"org":56418,"tags":56419,"stars":56411,"repoUrl":56412,"updatedAt":56427},"debug-plan","create systematic debugging plans","Create a systematic debugging plan for a bug report. Use when the user asks how to investigate a failure, regression, or unexpected behavior.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[56420,56423,56426],{"name":56421,"slug":56422,"type":15},"Code Analysis","code-analysis",{"name":56424,"slug":56425,"type":15},"Debugging","debugging",{"name":56409,"slug":56410,"type":15},"2026-05-30T06:16:58.837407",{"slug":56429,"name":56429,"fn":56430,"description":56431,"org":56432,"tags":56433,"stars":56411,"repoUrl":56412,"updatedAt":56442},"escalation","escalate customer issues to human agents","Decide when and how to escalate a customer conversation to a human agent. Use when a request is high-risk, the customer is frustrated, or the issue is outside what you can resolve.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[56434,56437,56440],{"name":56435,"slug":56436,"type":15},"Communications","communications",{"name":56438,"slug":56439,"type":15},"Customer Support","customer-support",{"name":56441,"slug":56429,"type":15},"Escalation","2026-06-08T08:19:43.130686",{"slug":56444,"name":56444,"fn":56445,"description":56446,"org":56447,"tags":56448,"stars":56411,"repoUrl":56412,"updatedAt":56455},"pirate-voice","rewrite text in pirate voice","Rewrite or answer in a playful pirate voice. Use when the user asks for pirate tone, nautical phrasing, or says to talk like a pirate.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[56449,56452],{"name":56450,"slug":56451,"type":15},"Creative","creative",{"name":56453,"slug":56454,"type":15},"Writing","writing","2026-05-30T06:17:00.080367",{"slug":56457,"name":56457,"fn":56458,"description":56459,"org":56460,"tags":56461,"stars":56411,"repoUrl":56412,"updatedAt":56469},"release-notes","draft product release notes","Draft short release notes from a list of changes. Use when the user asks for changelogs, release notes, or a concise product update.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[56462,56465,56468],{"name":56463,"slug":56464,"type":15},"Content Creation","content-creation",{"name":56466,"slug":56467,"type":15},"Documentation","documentation",{"name":56453,"slug":56454,"type":15},"2026-05-30T06:17:01.278643",{"slug":56471,"name":56471,"fn":56472,"description":56473,"org":56474,"tags":56475,"stars":56411,"repoUrl":56412,"updatedAt":56483},"test-plan","produce focused test plans","Produce a focused test plan for a change. Use when the user asks how to test a feature, what cases to cover, or for a QA checklist before shipping.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[56476,56477,56480],{"name":56409,"slug":56410,"type":15},{"name":56478,"slug":56479,"type":15},"QA","qa",{"name":56481,"slug":56482,"type":15},"Testing","testing","2026-05-30T06:17:02.479863",{"slug":56485,"name":56485,"fn":56486,"description":56487,"org":56488,"tags":56489,"stars":56411,"repoUrl":56412,"updatedAt":56497},"workspace-digest","summarize files in the shared workspace","Summarize the files saved in this assistant's shared workspace. Use when the user asks what is in their workspace, for a file inventory, or a digest of saved work.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[56490,56491,56494],{"name":56466,"slug":56467,"type":15},{"name":56492,"slug":56493,"type":15},"Knowledge Management","knowledge-management",{"name":56495,"slug":56496,"type":15},"Summarization","summarization","2026-06-07T07:51:27.265303",{"slug":56499,"name":56499,"fn":56500,"description":56501,"org":56502,"tags":56503,"stars":25,"repoUrl":26,"updatedAt":56511},"cloudflare-bundler-apps","author Cloudflare Worker Bundler applications","Author Cloudflare Worker Bundler-compatible apps that build and preview correctly inside a space. Use this skill whenever you scaffold, modify, or deploy a project that will be built with `@cloudflare\u002Fworker-bundler` (i.e. anything served from `\u002Fspace\u002F:name\u002Fpreview\u002F:branch\u002F`). Covers wrangler config, project layout, static asset rules, server entry conventions, npm dependency limits, and the most common cause of blank previews (JSX in browser scripts).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[56504,56505,56507,56510],{"name":9,"slug":8,"type":15},{"name":56506,"slug":32,"type":15},"Cloudflare Workers",{"name":56508,"slug":56509,"type":15},"Deployment","deployment",{"name":20,"slug":21,"type":15},"2026-06-16T09:45:57.551207",{"slug":56513,"name":56513,"fn":56514,"description":56515,"org":56516,"tags":56517,"stars":25,"repoUrl":26,"updatedAt":56524},"frontend-design","create production-grade frontend interfaces","Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML\u002FCSS layouts, or when styling\u002Fbeautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[56518,56521,56522,56523],{"name":56519,"slug":56520,"type":15},"Design","design",{"name":23,"slug":24,"type":15},{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},"2026-06-16T09:46:01.852741",{"slug":4,"name":4,"fn":5,"description":6,"org":56526,"tags":56527,"stars":25,"repoUrl":26,"updatedAt":27},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[56528,56529,56530,56531],{"name":23,"slug":24,"type":15},{"name":17,"slug":18,"type":15},{"name":13,"slug":14,"type":15},{"name":20,"slug":21,"type":15},{"slug":94,"name":94,"fn":56533,"description":56534,"org":56535,"tags":56536,"stars":25,"repoUrl":26,"updatedAt":56545},"build SaaS dashboard and product UIs","S-tier SaaS dashboard and product UI reference. Use this skill when building application shells, data tables, settings panels, billing pages, dashboards, auth flows, admin tools, or any internal\u002Fcustomer-facing SaaS product UI. Inspired by Stripe, Linear, Vercel, Airbnb, Notion. Covers neutral-led design tokens, sidebar+content shells, dense data UIs, form-heavy configuration pages, command palettes, empty states, and the accessibility (WCAG AA+) bar these products clear.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[56537,56538,56539,56542],{"name":56519,"slug":56520,"type":15},{"name":23,"slug":24,"type":15},{"name":56540,"slug":56541,"type":15},"SaaS","saas",{"name":56543,"slug":56544,"type":15},"UI Components","ui-components","2026-06-16T09:45:58.956063",{"slug":56547,"name":56547,"fn":56548,"description":56549,"org":56550,"tags":56551,"stars":56563,"repoUrl":56564,"updatedAt":56565},"agents-sdk","build AI agents on Cloudflare Workers","Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, chat applications, voice agents, or browser automation. Covers Agent class, state management, callable RPC, Workflows, durable execution, queues, retries, observability, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[56552,56555,56556,56557,56560],{"name":56553,"slug":56554,"type":15},"Agents","agents",{"name":9,"slug":8,"type":15},{"name":56506,"slug":32,"type":15},{"name":56558,"slug":56559,"type":15},"MCP","mcp",{"name":56561,"slug":56562,"type":15},"WebSockets","websockets",2112,"https:\u002F\u002Fgithub.com\u002Fcloudflare\u002Fskills","2026-04-06T18:07:36.660888",{"items":56567,"total":2081},[56568,56575,56582,56589],{"slug":56499,"name":56499,"fn":56500,"description":56501,"org":56569,"tags":56570,"stars":25,"repoUrl":26,"updatedAt":56511},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[56571,56572,56573,56574],{"name":9,"slug":8,"type":15},{"name":56506,"slug":32,"type":15},{"name":56508,"slug":56509,"type":15},{"name":20,"slug":21,"type":15},{"slug":56513,"name":56513,"fn":56514,"description":56515,"org":56576,"tags":56577,"stars":25,"repoUrl":26,"updatedAt":56524},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[56578,56579,56580,56581],{"name":56519,"slug":56520,"type":15},{"name":23,"slug":24,"type":15},{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},{"slug":4,"name":4,"fn":5,"description":6,"org":56583,"tags":56584,"stars":25,"repoUrl":26,"updatedAt":27},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[56585,56586,56587,56588],{"name":23,"slug":24,"type":15},{"name":17,"slug":18,"type":15},{"name":13,"slug":14,"type":15},{"name":20,"slug":21,"type":15},{"slug":94,"name":94,"fn":56533,"description":56534,"org":56590,"tags":56591,"stars":25,"repoUrl":26,"updatedAt":56545},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[56592,56593,56594,56595],{"name":56519,"slug":56520,"type":15},{"name":23,"slug":24,"type":15},{"name":56540,"slug":56541,"type":15},{"name":56543,"slug":56544,"type":15}]