.firestore-content{font-feature-settings:"liga" 1,"calt" 1;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.firestore-content .callout,.firestore-content [data-type=callout]{border-left:4px solid;border-radius:.75rem;margin:1.5rem 0;padding:1.25rem 1.5rem}.firestore-content .callout-info,.firestore-content [data-type=callout][data-callout-type=info]{background-color:hsl(var(--primary)/.1);border-left-color:hsl(var(--primary));color:hsl(var(--primary))}.firestore-content .callout-warning,.firestore-content [data-type=callout][data-callout-type=warning]{background-color:#fef3c7;border-left-color:#f59e0b;color:#92400e}.firestore-content .callout-success,.firestore-content .callout-tip,.firestore-content [data-type=callout][data-callout-type=tip]{background-color:#f0fdf4;border-left-color:#22c55e;color:#166534}.firestore-content .callout-error,.firestore-content [data-type=callout][data-callout-type=error]{background-color:#fef2f2;border-left-color:#ef4444;color:#991b1b}.firestore-content details{border:1px solid hsl(var(--border));border-radius:.75rem;margin:1rem 0;overflow:hidden}.firestore-content details summary{background-color:hsl(var(--muted));cursor:pointer;font-weight:600;padding:1rem 1.25rem;transition:background-color .2s ease}.firestore-content details summary:hover{background-color:hsl(var(--muted)/.8)}.firestore-content details[open] summary{border-bottom:1px solid hsl(var(--border))}.firestore-content details>:not(summary){padding:1rem 1.25rem}.firestore-content [data-type=highlight],.firestore-content mark{background-color:#fef08a;border-radius:.25rem;color:#713f12;padding:.125rem .25rem}.firestore-content figure{margin:2rem 0;text-align:center}.firestore-content figure img{border-radius:.75rem;box-shadow:0 10px 25px #0000001a;height:auto;max-width:100%}.firestore-content figure figcaption{color:hsl(var(--muted-foreground));font-size:.875rem;font-style:italic;margin-top:.75rem}.firestore-content .video-embed,.firestore-content [data-type=video],.firestore-content iframe[src*=vimeo],.firestore-content iframe[src*=youtube]{aspect-ratio:16/9;border-radius:.75rem;margin:1.5rem 0;width:100%}.firestore-content .steps,.firestore-content ol[data-type=steps]{counter-reset:step-counter;list-style:none;padding-left:0}.firestore-content .steps>li,.firestore-content ol[data-type=steps]>li{counter-increment:step-counter;margin-bottom:1.5rem;padding-left:3rem;position:relative}.firestore-content .steps>li:before,.firestore-content ol[data-type=steps]>li:before{align-items:center;background-color:hsl(var(--primary));border-radius:50%;color:#fff;content:counter(step-counter);display:flex;font-size:.875rem;font-weight:700;height:2rem;justify-content:center;left:0;position:absolute;top:0;width:2rem}.firestore-content .comparison-table,.firestore-content table.comparison{border-collapse:collapse;margin:1.5rem 0;width:100%}.firestore-content .comparison-table th,.firestore-content table.comparison th{background-color:hsl(var(--primary))!important;color:#fff!important;font-weight:600;padding:1rem;text-align:left}.firestore-content .comparison-table td,.firestore-content table.comparison td{background-color:#fff;border-bottom:1px solid hsl(var(--border));color:#1f2937;padding:.875rem 1rem}.firestore-content .comparison-table tr:nth-child(2n) td,.firestore-content table.comparison tr:nth-child(2n) td{background-color:#f9fafb}.firestore-content .solution-link{align-items:center;background:linear-gradient(135deg,hsl(var(--primary)/.15),hsl(var(--primary)/.08));border:1px solid hsl(var(--primary)/.3);border-radius:.5rem;color:hsl(var(--primary));display:inline-flex;font-size:.9em;font-weight:600;gap:.25rem;padding:.25rem .75rem;text-decoration:none!important;transition:all .2s ease}.firestore-content .solution-link:hover{background:hsl(var(--primary));box-shadow:0 4px 12px hsl(var(--primary)/.3);color:#fff;transform:translateY(-1px)}.firestore-content .solution-link strong{color:inherit!important;font-weight:700}.firestore-content .feature-box,.firestore-content [data-type=feature-box]{background:linear-gradient(135deg,hsl(var(--muted)/.5),hsl(var(--muted)/.3));border:1px solid hsl(var(--border));border-radius:1rem;margin:2rem 0;padding:1.5rem 2rem}.firestore-content .feature-box-title{align-items:center;color:hsl(var(--foreground));display:flex;font-size:1.25rem;font-weight:700;gap:.5rem;margin-bottom:1rem}.firestore-content .two-columns,.firestore-content [data-type=two-columns]{display:grid;gap:2rem;grid-template-columns:1fr;margin:2rem 0}@media (min-width:768px){.firestore-content .two-columns,.firestore-content [data-type=two-columns]{grid-template-columns:1fr 1fr}}.firestore-content .icon-list,.firestore-content ul[data-type=icon-list]{list-style:none;margin:1.5rem 0;padding:0}.firestore-content .icon-list li,.firestore-content ul[data-type=icon-list] li{align-items:flex-start;border-bottom:1px solid hsl(var(--border)/.5);display:flex;gap:.75rem;padding:.75rem 0}.firestore-content .icon-list li:last-child,.firestore-content ul[data-type=icon-list] li:last-child{border-bottom:none}.firestore-content .icon-list li:before,.firestore-content ul[data-type=icon-list] li:before{align-items:center;background-color:hsl(var(--primary)/.15);border-radius:50%;color:hsl(var(--primary));content:"✓";display:flex;flex-shrink:0;font-size:.75rem;font-weight:700;height:1.5rem;justify-content:center;margin-top:.125rem;width:1.5rem}.firestore-content .key-takeaway,.firestore-content [data-type=key-takeaway]{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #86efac;border-radius:1rem;margin:2rem 0;padding:1.5rem 2rem;position:relative}.firestore-content .key-takeaway:before,.firestore-content [data-type=key-takeaway]:before{background:#fff;content:"💡";font-size:1.25rem;left:1.5rem;padding:0 .5rem;position:absolute;top:-.75rem}.firestore-content .key-takeaway p,.firestore-content [data-type=key-takeaway] p{color:#166534!important;margin:0}.firestore-content .stats-grid,.firestore-content [data-type=stats]{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:2rem 0}.firestore-content .stat-item{background:hsl(var(--muted)/.3);border:1px solid hsl(var(--border));border-radius:.75rem;padding:1.25rem;text-align:center}.firestore-content .stat-value{color:hsl(var(--primary));font-size:2rem;font-weight:800;line-height:1.2}.firestore-content .stat-label{color:hsl(var(--muted-foreground));font-size:.875rem;margin-top:.25rem}.firestore-content .quote-card,.firestore-content [data-type=quote]{background:linear-gradient(135deg,hsl(var(--muted)/.8),hsl(var(--muted)/.4));border-left:4px solid hsl(var(--primary));border-radius:0 1rem 1rem 0;margin:2rem 0;padding:2rem;position:relative}.firestore-content .quote-card:before,.firestore-content [data-type=quote]:before{color:hsl(var(--primary)/.2);content:"\201C";font-family:Georgia,serif;font-size:4rem;left:1rem;line-height:1;position:absolute;top:.5rem}.firestore-content .quote-card p,.firestore-content [data-type=quote] p{color:hsl(var(--foreground)/.9);font-size:1.25rem;font-style:italic;margin:0;padding-left:2rem}.firestore-content .quote-author{color:hsl(var(--muted-foreground));font-size:.9rem;font-weight:600;margin-top:1rem;padding-left:2rem}