:root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--radius:12px;--background:#fff;--foreground:#1f2937;--card:#fff;--card-foreground:#1f2937;--primary:#00be3c;--primary-hover:#00d343;--primary-foreground:#fff;--secondary:#f3f4f6;--secondary-hover:#e5e7eb;--secondary-foreground:#111827;--muted-foreground:#6b7280;--border:#e5e7eb;font-family:system-ui,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;scroll-behavior:smooth}body{background-color:var(--background);color:var(--foreground);margin:0;font-family:inherit}.btn{text-align:center;border-radius:9999px;padding:.75rem 2rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .15s,color .15s,border-color .15s;display:inline-block}.btn-primary{background-color:var(--primary);color:var(--primary-foreground);border:none}.btn-primary:hover{background-color:var(--primary-hover)}.btn-secondary{background-color:var(--secondary);color:var(--secondary-foreground);border:1px solid var(--border)}.btn-secondary:hover{background-color:var(--secondary-hover)}.soft-shadow{box-shadow:0 0 24px #0000000d,0 1px 3px #0000001a}.auth-page{background:linear-gradient(to bottom right, var(--background), #f0fff4);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-card{background:var(--card);width:100%;max-width:420px;color:var(--card-foreground);border:1px solid var(--border);border-radius:var(--radius);padding:32px 28px}.auth-card h1{text-align:center;color:var(--primary);margin:0 0 8px;font-size:1.8rem}.auth-subtitle{text-align:center;color:var(--muted-foreground);margin-bottom:24px;font-size:.95rem}.auth-card form{flex-direction:column;gap:14px;display:flex}.auth-card input{border-radius:var(--radius);border:1px solid var(--border);background:var(--background);outline:none;width:100%;padding:12px 14px;font-size:.95rem;transition:all .15s}.auth-card input:focus{border-color:var(--primary);box-shadow:0 0 0 2px #00be3c26}.auth-card input::placeholder{color:var(--muted-foreground)}.auth-card button{background:var(--primary);width:100%;color:var(--primary-foreground);cursor:pointer;border:none;border-radius:9999px;margin-top:6px;padding:.75rem 2rem;font-weight:500;transition:background-color .15s;display:inline-block}.auth-card button:hover{background:var(--primary-hover)}.auth-back{color:var(--primary);margin-bottom:12px;font-size:.9rem;font-weight:500;text-decoration:none;transition:opacity .15s;display:inline-block}.auth-back:hover{opacity:.7}.auth-footer{text-align:center;color:var(--muted-foreground);margin-top:20px;font-size:.9rem}.auth-footer a{color:var(--primary);font-weight:500;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.header{position:top;z-index:100;background-color:var(--background);border-bottom:1px solid var(--border);width:100%;transition:max-width .3s,transform .3s,border-radius .3s,box-shadow .3s,border .3s,padding .3s}.header-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;transition:padding .3s;display:flex}.header-left{align-items:center;gap:.75rem;display:flex}.header-logo{object-fit:cover;border-radius:8px;width:36px;height:36px}.header-title{font-size:1.1rem;font-weight:600}.header-nav{gap:2rem;display:flex}.header-link{color:var(--foreground);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s}.header-link:hover{color:var(--primary)}.header-actions{align-items:center;gap:1rem;display:flex}.header.is-pill{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(#9ea2b14d,#c7c5c599);border:1px solid #d3d3d3;border-radius:9999px;max-width:900px;margin-left:auto;margin-right:auto;padding:.5rem 1rem;position:sticky;top:0;transform:translateY(.75rem);box-shadow:0 10px 30px #0000001a}@media (width<=768px){.header-nav{display:none}}.landing-page{background-color:var(--background);min-height:100vh}.landing-hero{background:linear-gradient(#eff6ff,#fff);padding:0 1.5rem 5rem;position:relative;overflow:hidden}.landing-banner{background-color:#faebd7;flex-direction:row;justify-content:center;align-items:center;gap:2rem;width:100%;padding:30px;display:flex}.landing-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:900px;margin:0 auto;padding-top:4rem;display:flex}.landing-title{align-items:center;margin:0;font-size:2.5rem;font-weight:300;display:flex}.landing-title h1,.landing-title p{margin:0}.landing-title-strong{font-weight:600}.landing-subtitle{color:var(--muted-foreground);margin:0;font-size:1.125rem}.landing-image{object-fit:cover;border-radius:12px;width:300px;height:200px}.landing-actions{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.text-link{color:var(--foreground);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s}.text-link:hover{color:var(--primary)}.features-section{padding:6rem 1.5rem}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.landing-title{flex-direction:column;align-items:flex-start;gap:.75rem;margin:0;font-size:2.5rem;font-weight:300;display:flex}.section-subtitle{color:var(--muted-foreground);margin-top:1.5rem;font-size:1.125rem}.features-grid{grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto;display:grid}.feature-card{background-color:var(--card);border:1px solid var(--border);border-radius:20px;padding:2rem;transition:transform .15s,box-shadow .15s}.feature-card:hover{transform:translateY(-4px)}.feature-icon{width:3rem;height:3rem;color:var(--primary);background-color:#2563eb1a;border-radius:14px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.feature-title{color:var(--foreground);margin:0;font-size:1.25rem;font-weight:600}.feature-description{color:var(--muted-foreground);margin-top:1rem}.cta-section{padding:6rem 1.5rem;position:relative;overflow:hidden}.cta-background{background:linear-gradient(#fff,#eff6ff);position:absolute;inset:0}.cta-content{text-align:center;flex-direction:column;align-items:center;max-width:700px;margin:0 auto;display:flex;position:relative}@media (width>=640px){.landing-title{font-size:4rem}.landing-actions{flex-direction:row}.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=639px){.landing-banner{flex-direction:column}}@media (width>=1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.card{background-color:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 8px #00000014}.card-image{border-radius:12px;width:100%}.home-container{background-color:#f5f0e8;min-height:100vh;padding:40px}.home-title{text-align:center;margin-bottom:32px}.recipe-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto;display:grid}.welcome-section{text-align:center;margin-bottom:40px}.search-bar{justify-content:center;gap:10px;margin-top:32px;margin-bottom:32px;display:flex}.search-input{border:1px solid #ddd;border-radius:24px;outline:none;width:400px;padding:12px 20px;font-size:16px}.search-button{color:#fff;cursor:pointer;background-color:#22c55e;border:none;border-radius:24px;padding:12px 24px;font-size:16px}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffffb3;border-radius:50px;justify-content:space-between;align-items:center;margin:16px 40px;padding:12px 24px;display:flex;box-shadow:0 2px 12px #00000014}.navbar-logo{font-size:18px;font-weight:700}.navbar-links{align-items:center;gap:24px;display:flex}.navbar-links a{color:#333;font-size:15px;text-decoration:none}.navbar-links button{color:#fff;cursor:pointer;background-color:#22c55e;border:none;border-radius:50px;padding:10px 24px;font-size:15px;font-weight:600}
