:root{--primary:210 40% 30%;--primary-hover:210 40% 25%;--primary-foreground:0 0% 98%;--secondary:210 40% 95%;--secondary-hover:210 40% 90%;--secondary-foreground:210 40% 15%;--muted:210 40% 96%;--muted-foreground:215 16% 47%;--accent:210 40% 94%;--accent-foreground:210 40% 15%;--destructive:0 84% 60%;--destructive-foreground:0 0% 98%;--border:214 32% 91%;--input:214 32% 91%;--ring:210 40% 30%;--background:0 0% 100%;--foreground:210 40% 15%;--card:0 0% 100%;--card-foreground:210 40% 15%;--popover:0 0% 100%;--popover-foreground:210 40% 15%;--brand-primary:210 40% 30%;--brand-accent:210 40% 96%;--gradient-primary:linear-gradient(135deg,hsl(var(--primary)),#000);--gradient-subtle:linear-gradient(180deg,hsl(var(--background)),hsl(var(--accent)));--shadow-soft:0 2px 8px -2px hsl(var(--primary)/0.1);--shadow-medium:0 8px 20px -8px hsl(var(--primary)/0.15);--shadow-strong:0 16px 32px -12px hsl(var(--primary)/0.2);--shadow-elegant:0 10px 30px -10px hsl(var(--primary)/0.3);--shadow-glow:0 0 40px hsl(210 40% 35%/0.4);--transition-smooth:all .3s cubic-bezier(.4,0,.2,1);--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem}.dark{--primary:210 40% 70%;--primary-hover:210 40% 75%;--primary-foreground:210 40% 5%;--secondary:210 40% 10%;--secondary-hover:210 40% 15%;--secondary-foreground:0 0% 98%;--muted:210 40% 8%;--muted-foreground:215 16% 65%;--accent:210 40% 12%;--accent-foreground:0 0% 98%;--destructive:0 62% 30%;--destructive-foreground:0 0% 98%;--border:210 40% 18%;--input:210 40% 18%;--ring:210 40% 70%;--background:210 40% 3%;--foreground:0 0% 98%;--card:210 40% 5%;--card-foreground:0 0% 98%;--popover:210 40% 5%;--popover-foreground:0 0% 98%;--brand-accent:210 40% 8%}.mariama-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (min-width:1024px){.mariama-container{padding:0 2rem}}.mariama-hero-title{font-size:var(--text-4xl);font-weight:700;line-height:1.1;letter-spacing:-.025em;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (min-width:1024px){.mariama-hero-title{font-size:var(--text-6xl)}}.mariama-section-title{font-size:var(--text-2xl);font-weight:600;line-height:1.2;letter-spacing:-.025em}@media (min-width:1024px){.mariama-section-title{font-size:var(--text-3xl)}}.mariama-text-large{font-size:var(--text-lg);line-height:1.6}@media (min-width:1024px){.mariama-text-large{font-size:var(--text-xl)}}.mariama-card{background:hsl(var(--card));color:hsl(var(--card-foreground));border:1px solid hsl(var(--border));border-radius:.75rem;box-shadow:var(--shadow-soft);transition:var(--transition-smooth)}.mariama-card:hover{box-shadow:var(--shadow-medium);transform:translateY(-2px)}.mariama-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:.5rem;font-size:var(--text-sm);font-weight:500;transition:var(--transition-smooth);cursor:pointer;border:none;outline:none;text-decoration:none}.mariama-button:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.mariama-button:disabled{pointer-events:none;opacity:.5}.mariama-button--primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:var(--shadow-soft)}.mariama-button--primary:hover{background:hsl(var(--primary-hover));box-shadow:var(--shadow-medium)}.mariama-button--secondary{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.mariama-button--secondary:hover{background:hsl(var(--secondary-hover))}.mariama-button--outline{border:1px solid hsl(var(--primary));color:hsl(var(--primary));background:hsl(var(--background))}.mariama-button--outline:hover{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.mariama-button--sm{height:2.25rem;padding:0 .75rem;border-radius:.375rem}.mariama-button--default{height:2.5rem;padding:0 1rem}.mariama-button--lg{height:2.75rem;padding:0 2rem;border-radius:.5rem}.mariama-input{display:flex;height:2.5rem;width:100%;border-radius:.5rem;border:1px solid hsl(var(--input));background:hsl(var(--background));padding:0 .75rem;font-size:var(--text-sm);transition:var(--transition-smooth)}.mariama-input:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring)/0.2)}.mariama-input::placeholder{color:hsl(var(--muted-foreground))}.mariama-textarea{display:flex;min-height:5rem;width:100%;border-radius:.5rem;border:1px solid hsl(var(--input));background:hsl(var(--background));padding:.75rem;font-size:var(--text-sm);transition:var(--transition-smooth);resize:vertical}.mariama-textarea:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring)/0.2)}.mariama-hero{padding:5rem 0 8rem;background:var(--gradient-subtle)}@media (min-width:1024px){.mariama-hero{padding:8rem 0 12rem}}.mariama-section{padding:5rem 0}.mariama-section--accent{background:hsl(var(--brand-accent))}.mariama-newsletter{background:hsl(var(--card));padding:3rem;border-radius:1rem;box-shadow:var(--shadow-elegant);text-align:center}.mariama-newsletter__form{display:flex;gap:.75rem;max-width:400px;margin:0 auto}@media (max-width:768px){.mariama-newsletter__form{flex-direction:column}}.mariama-episode-card{background:hsl(var(--card)/0.5);border:1px solid hsl(var(--border));border-radius:.75rem;padding:1.5rem;transition:var(--transition-smooth)}.mariama-episode-card:hover{box-shadow:var(--shadow-medium);transform:translateY(-1px)}.mariama-badge{display:inline-flex;align-items:center;border-radius:.375rem;padding:.25rem .5rem;font-size:var(--text-xs);font-weight:500;background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.mariama-filters{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;justify-content:center;padding:2rem 0;background:hsl(var(--brand-accent)/0.3)}.mariama-filter-group{display:flex;align-items:center;gap:.5rem}.mariama-filter-label{font-size:var(--text-sm);font-weight:500;color:hsl(var(--foreground))}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mariama-fade-in{animation:fadeIn .6s ease-out}.mariama-hover-scale{transition:transform .2s ease-out}.mariama-hover-scale:hover{transform:scale(1.05)}.mariama-hidden-mobile{display:none}@media (min-width:768px){.mariama-hidden-mobile{display:block}}.mariama-hidden-desktop{display:block}@media (min-width:768px){.mariama-hidden-desktop{display:none}}.mariama-grid{display:grid;gap:1.5rem}.mariama-grid--2{grid-template-columns:1fr}@media (min-width:1024px){.mariama-grid--2{grid-template-columns:repeat(2,1fr)}}.mariama-grid--3{grid-template-columns:1fr}@media (min-width:768px){.mariama-grid--3{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.mariama-grid--3{grid-template-columns:repeat(3,1fr)}}