@import"https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap";@layer base{:root{--background: 40 100% 97%;--foreground: 15 65% 18%;--primary: 16 55% 50%;--primary-foreground: 0 0% 100%;--secondary: 15 80% 72%;--secondary-foreground: 15 65% 18%;--accent: 15 75% 85%;--accent-foreground: 15 65% 18%;--muted: 36 30% 41%;--muted-foreground: 36 20% 35%;--card: 0 0% 100%;--card-foreground: 15 65% 18%;--popover: 0 0% 100%;--popover-foreground: 15 65% 18%;--border: 36 40% 88%;--input: 36 40% 88%;--ring: 16 55% 50%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--radius: 1rem;--sidebar-background: 0 0% 98%;--sidebar-foreground: 240 5.3% 26.1%;--sidebar-primary: 240 5.9% 10%;--sidebar-primary-foreground: 0 0% 98%;--sidebar-accent: 240 4.8% 95.9%;--sidebar-accent-foreground: 240 5.9% 10%;--sidebar-border: 220 13% 91%;--sidebar-ring: 217.2 91.2% 59.8%;--terracotta: 16 55% 50%;--cream: 40 100% 97%;--text-dark: 15 65% 18%;--accent-terracotta: 16 55% 50%;--reassurance-text: 30 25% 55%;--badge-bg: 15 75% 83%;--payment-primary: 16 55% 50%;--payment-secondary: 204 100% 36%;--payment-success: 160 84% 39%;--payment-border: 36 40% 88%;--emergency: 0 84% 60%;--emergency-foreground: 0 0% 100%;--emergency-glow: 0 84% 60%}.dark{--background: 15 65% 10%;--foreground: 40 100% 97%;--primary: 16 55% 50%;--primary-foreground: 0 0% 100%;--secondary: 15 30% 20%;--secondary-foreground: 36 67% 96%;--accent: 15 30% 20%;--accent-foreground: 36 67% 96%;--muted: 15 20% 20%;--muted-foreground: 36 20% 70%;--card: 15 40% 12%;--card-foreground: 36 67% 96%;--popover: 15 40% 12%;--popover-foreground: 36 67% 96%;--border: 15 30% 20%;--input: 15 30% 20%;--ring: 16 55% 50%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--terracotta: 16 55% 50%;--cream: 40 100% 97%;--text-dark: 15 65% 18%;--accent-terracotta: 16 55% 50%;--reassurance-text: 30 25% 55%;--badge-bg: 15 75% 83%;--payment-primary: 16 55% 50%;--payment-secondary: 204 100% 36%;--payment-success: 160 84% 39%;--payment-border: 15 30% 20%;--emergency: 0 84% 60%;--emergency-foreground: 0 0% 100%;--emergency-glow: 0 84% 60%}}@layer components{.btn-primary{min-height:48px;padding:.75rem 1.5rem;border-radius:.75rem;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));font-weight:600;font-size:1rem;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary:hover{background-color:hsl(var(--primary) / .9)}.btn-primary:active{transform:scale(.98)}.btn-emergency{min-height:64px;padding:1.25rem 1.5rem;border-radius:1rem;background-color:hsl(var(--emergency));color:hsl(var(--emergency-foreground));font-weight:700;font-size:1.125rem;transition:all .3s;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 10px 25px -5px hsl(var(--emergency-glow) / .4),0 8px 10px -6px hsl(var(--emergency-glow) / .4);text-transform:uppercase;letter-spacing:.05em}.btn-emergency:hover{background-color:hsl(var(--emergency) / .9);box-shadow:0 20px 25px -5px hsl(var(--emergency-glow) / .5),0 8px 10px -6px hsl(var(--emergency-glow) / .5);transform:translateY(-2px)}.btn-emergency:active{transform:scale(.98) translateY(0)}.card-script{background-color:hsl(var(--card));border-radius:1rem;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -4px #0000000d;padding:1.5rem;border:1px solid hsl(var(--border));transition:all .2s}.card-script:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.card-category{min-height:140px;display:flex;flex-direction:column}.payment-card{background-color:hsl(var(--card));border-radius:1rem;border:1px solid hsl(var(--payment-border));box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;padding:1.5rem}.payment-btn{min-height:48px;width:100%;border-radius:.75rem;font-weight:600;font-size:1rem;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.payment-btn:active{transform:scale(.98)}.payment-input{width:100%;min-height:48px;border-radius:.5rem;border:1px solid hsl(var(--payment-border));background-color:transparent;padding:.75rem 1rem;font-size:1rem;color:hsl(var(--foreground))}.payment-input:focus{outline:none;border-color:hsl(var(--payment-primary));box-shadow:0 0 0 1px hsl(var(--payment-primary))}.script-masked{filter:blur(4px) grayscale(80%);opacity:.5;-webkit-user-select:none;user-select:none;pointer-events:none}.paywall-message{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1.5rem;z-index:10}.reassurance-text{color:hsl(var(--reassurance-text));font-style:italic;font-size:.75rem;line-height:1.4}@media (min-width: 768px){.reassurance-text{font-size:.875rem}}.quick-situations{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;text-align:left}@media (min-width: 768px){.quick-situations{flex-direction:row;flex-wrap:wrap;justify-content:center}}}@layer utilities{.text-truncate-1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}}@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 40 100% 97%;--foreground: 15 65% 18%;--primary: 16 55% 50%;--primary-foreground: 0 0% 100%;--secondary: 15 80% 72%;--secondary-foreground: 15 65% 18%;--accent: 15 75% 85%;--accent-foreground: 15 65% 18%;--muted: 36 30% 41%;--muted-foreground: 36 20% 35%;--card: 0 0% 100%;--card-foreground: 15 65% 18%;--popover: 0 0% 100%;--popover-foreground: 15 65% 18%;--border: 36 40% 88%;--input: 36 40% 88%;--ring: 16 55% 50%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--radius: 1rem;--sidebar-background: 0 0% 98%;--sidebar-foreground: 240 5.3% 26.1%;--sidebar-primary: 240 5.9% 10%;--sidebar-primary-foreground: 0 0% 98%;--sidebar-accent: 240 4.8% 95.9%;--sidebar-accent-foreground: 240 5.9% 10%;--sidebar-border: 220 13% 91%;--sidebar-ring: 217.2 91.2% 59.8%;--terracotta: 16 55% 50%;--cream: 40 100% 97%;--text-dark: 15 65% 18%;--accent-terracotta: 16 55% 50%;--reassurance-text: 30 25% 55%;--badge-bg: 15 75% 83%;--payment-primary: 16 55% 50%;--payment-secondary: 204 100% 36%;--payment-success: 160 84% 39%;--payment-border: 36 40% 88%;--emergency: 0 84% 60%;--emergency-foreground: 0 0% 100%;--emergency-glow: 0 84% 60%}.dark{--background: 15 65% 10%;--foreground: 40 100% 97%;--primary: 16 55% 50%;--primary-foreground: 0 0% 100%;--secondary: 15 30% 20%;--secondary-foreground: 36 67% 96%;--accent: 15 30% 20%;--accent-foreground: 36 67% 96%;--muted: 15 20% 20%;--muted-foreground: 36 20% 70%;--card: 15 40% 12%;--card-foreground: 36 67% 96%;--popover: 15 40% 12%;--popover-foreground: 36 67% 96%;--border: 15 30% 20%;--input: 15 30% 20%;--ring: 16 55% 50%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--terracotta: 16 55% 50%;--cream: 40 100% 97%;--text-dark: 15 65% 18%;--accent-terracotta: 16 55% 50%;--reassurance-text: 30 25% 55%;--badge-bg: 15 75% 83%;--payment-primary: 16 55% 50%;--payment-secondary: 204 100% 36%;--payment-success: 160 84% 39%;--payment-border: 15 30% 20%;--emergency: 0 84% 60%;--emergency-foreground: 0 0% 100%;--emergency-glow: 0 84% 60%}}*{border-color:hsl(var(--border))}body{font-family:Poppins,sans-serif;background-color:hsl(var(--background));color:hsl(var(--foreground));font-size:16px;line-height:1.6;overflow-x:clip}html{scroll-behavior:smooth}.font-serif{font-family:Lora,serif}.script-text{font-family:Lora,serif;font-size:1.125rem;font-weight:700;line-height:1.625}@media (min-width: 768px){.script-text{font-size:1.25rem}}@layer components{.btn-primary{min-height:48px;padding:.75rem 1.5rem;border-radius:.75rem;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));font-weight:600;font-size:1rem;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary:hover{background-color:hsl(var(--primary) / .9)}.btn-primary:active{transform:scale(.98)}.btn-emergency{min-height:64px;padding:1.25rem 1.5rem;border-radius:1rem;background-color:hsl(var(--emergency));color:hsl(var(--emergency-foreground));font-weight:700;font-size:1.125rem;transition:all .3s;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 10px 25px -5px hsl(var(--emergency-glow) / .4),0 8px 10px -6px hsl(var(--emergency-glow) / .4);text-transform:uppercase;letter-spacing:.05em}.btn-emergency:hover{background-color:hsl(var(--emergency) / .9);box-shadow:0 20px 25px -5px hsl(var(--emergency-glow) / .5),0 8px 10px -6px hsl(var(--emergency-glow) / .5);transform:translateY(-2px)}.btn-emergency:active{transform:scale(.98) translateY(0)}.card-script{background-color:hsl(var(--card));border-radius:1rem;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -4px #0000000d;padding:1.5rem;border:1px solid hsl(var(--border));transition:all .2s}.card-script:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.card-category{min-height:140px;display:flex;flex-direction:column}.payment-card{background-color:hsl(var(--card));border-radius:1rem;border:1px solid hsl(var(--payment-border));box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;padding:1.5rem}.payment-btn{min-height:48px;width:100%;border-radius:.75rem;font-weight:600;font-size:1rem;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.payment-btn:active{transform:scale(.98)}.payment-input{width:100%;min-height:48px;border-radius:.5rem;border:1px solid hsl(var(--payment-border));background-color:transparent;padding:.75rem 1rem;font-size:1rem;color:hsl(var(--foreground))}.payment-input:focus{outline:none;border-color:hsl(var(--payment-primary));box-shadow:0 0 0 1px hsl(var(--payment-primary))}.script-masked{filter:blur(4px) grayscale(80%);opacity:.5;-webkit-user-select:none;user-select:none;pointer-events:none}.paywall-message{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1.5rem;z-index:10}.reassurance-text{color:hsl(var(--reassurance-text));font-style:italic;font-size:.75rem;line-height:1.4}@media (min-width: 768px){.reassurance-text{font-size:.875rem}}.quick-situations{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;text-align:left}@media (min-width: 768px){.quick-situations{flex-direction:row;flex-wrap:wrap;justify-content:center}}}@layer utilities{.text-truncate-1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}@media (min-width: 768px){.desktop-menu{display:flex!important}.mobile-menu-btn{display:none!important}}@media (max-width: 767px){.desktop-menu{display:none!important}.mobile-menu-btn{display:block!important}}
