@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Montserrat+Alternates:wght@400;500;600;700;800&display=swap";:root{--background:48 20% 96%;--foreground:0 0% 10%;--card:48 20% 98%;--card-foreground:0 0% 10%;--primary:43 80% 47%;--primary-foreground:0 0% 100%;--secondary:122 48% 33%;--secondary-foreground:0 0% 100%;--muted:48 15% 90%;--muted-foreground:0 0% 40%;--accent:17 100% 60%;--accent-foreground:0 0% 100%;--border:43 30% 80%;--input:43 30% 85%;--ring:43 80% 47%;--radius:.75rem;--amber-ale:#d4a017;--hops-green:#2e7d32;--stout-black:#1a1a1a;--foam-white:#f5f5f0;--honey-orange:#ff6b35;--lager-ice:#4fc3f7;--malt-gold:#c9a227;--yeast-cream:#fff8e7}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,sans-serif;line-height:1.5}h1,h2,h3{font-family:Montserrat Alternates,Inter,sans-serif}#root{min-height:100vh}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#d4a0174d;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#d4a01799}.text-gradient{background:linear-gradient(135deg, var(--amber-ale), var(--honey-orange));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn-primary-beer{border-radius:calc(var(--radius) + 4px);color:#fff;background:linear-gradient(135deg, var(--amber-ale) 0%, var(--honey-orange) 100%);cursor:pointer;font-family:inherit;font-weight:600;font-size:inherit;border:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 15px #d4a01766}.btn-primary-beer:hover{transform:translateY(-1px);box-shadow:0 6px 20px #d4a01780}.btn-primary-beer:active{transform:scale(.97)}.btn-primary-beer:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-outline-beer{border-radius:calc(var(--radius) + 4px);color:var(--amber-ale);border:2px solid var(--amber-ale);cursor:pointer;font-family:inherit;font-weight:600;font-size:inherit;background:0 0;align-items:center;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-outline-beer:hover{background:#d4a01714;transform:translateY(-1px)}.btn-outline-beer:active{transform:scale(.97)}.card-beer{background:#ffffffe6;border:1px solid #d4a01733;border-radius:1rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0000000d}.card-beer:hover{border-color:#d4a01759;box-shadow:0 8px 30px #0000001a}.input-beer{border-radius:calc(var(--radius) + 4px);width:100%;color:hsl(var(--foreground));background:#ffffffe6;border:2px solid #d4a0174d;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.input-beer:focus{border-color:var(--amber-ale);box-shadow:0 0 0 3px #d4a01726}.input-beer::placeholder{color:hsl(var(--muted-foreground))}.badge-beer{color:var(--amber-ale);background:#d4a0171a;border:1px solid #d4a0174d;border-radius:9999px;align-items:center;gap:.375rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.app-layout{min-height:100vh;display:flex}.app-main{background:hsl(var(--background));flex:1;margin-left:256px}.loading-screen{min-height:100vh;color:hsl(var(--muted-foreground));flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.loading-spinner{border:3px solid hsl(var(--border));border-top-color:var(--amber-ale);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.sidebar{background:hsl(var(--card));border-right:1px solid hsl(var(--border));z-index:40;flex-direction:column;width:256px;height:100vh;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.sidebar-logo{border-bottom:1px solid hsl(var(--border));padding:20px 20px 16px}.logo-text{background:linear-gradient(135deg, var(--amber-ale), var(--honey-orange));-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;font-family:Montserrat Alternates,Inter,sans-serif;font-size:24px;font-weight:800}.sidebar-nav{flex-direction:column;flex:1;gap:2px;padding:12px;display:flex}.sidebar-link{color:hsl(var(--muted-foreground));border-radius:var(--radius);align-items:center;gap:12px;padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.sidebar-link:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.sidebar-link.active{background:linear-gradient(135deg, var(--amber-ale) 0%, var(--honey-orange) 100%);color:#fff;box-shadow:0 2px 8px #d4a0174d}.sidebar-link.active svg{color:#fff}.sidebar-premium{border-top:1px solid hsl(var(--border));margin:4px 12px;padding:16px}.premium-title{color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;font-size:11px;font-weight:600}.premium-cta{color:var(--honey-orange);align-items:center;gap:6px;margin-bottom:10px;font-size:13px;font-weight:600;text-decoration:none;display:flex}.premium-features{color:hsl(var(--muted-foreground));padding:0;font-size:12px;line-height:1.8;list-style:none}.premium-features li:before{content:"🍺 ";font-size:11px}.sidebar-user{border-top:1px solid hsl(var(--border));padding:12px 16px}.user-info{align-items:center;gap:10px;display:flex}.user-avatar{background:linear-gradient(135deg, var(--amber-ale), var(--honey-orange));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.user-name{color:hsl(var(--foreground));font-size:13px;font-weight:500}.sidebar-footer{border-top:1px solid hsl(var(--border));padding:12px 16px}.sidebar-footer-brand{color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:600}.sidebar-footer-link{color:hsl(var(--muted-foreground));cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:4px 0;font-family:inherit;font-size:13px;text-decoration:none;transition:color .2s;display:flex}.sidebar-footer-link:hover{color:hsl(var(--foreground))}.sidebar-logout{color:#dc2626}.sidebar-logout:hover{color:#ef4444}.auth-page{background:hsl(var(--background));justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.auth-card{background:#ffffffe6;border:1px solid #d4a01733;border-radius:1rem;width:100%;max-width:400px;padding:2rem;box-shadow:0 4px 20px #0000000d}.auth-logo{text-align:center;background:linear-gradient(135deg, var(--amber-ale), var(--honey-orange));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-family:Montserrat Alternates,Inter,sans-serif;font-size:32px;font-weight:800}.auth-card h2{text-align:center;color:hsl(var(--foreground));margin-bottom:24px;font-size:18px;font-weight:600}.auth-card form{flex-direction:column;gap:12px;display:flex}.auth-card input{border-radius:calc(var(--radius) + 4px);color:hsl(var(--foreground));background:#ffffffe6;border:2px solid #d4a0174d;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;transition:all .3s}.auth-card input:focus{border-color:var(--amber-ale);box-shadow:0 0 0 3px #d4a01726}.auth-card input::placeholder{color:hsl(var(--muted-foreground))}.auth-card button[type=submit]{background:linear-gradient(135deg, var(--amber-ale) 0%, var(--honey-orange) 100%);color:#fff;border-radius:calc(var(--radius) + 4px);cursor:pointer;border:none;margin-top:4px;padding:.75rem 1.5rem;font-family:inherit;font-size:15px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #d4a01766}.auth-card button[type=submit]:hover{transform:translateY(-1px);box-shadow:0 6px 20px #d4a01780}.auth-card button[type=submit]:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-error{color:#dc2626;border-radius:var(--radius);background:#dc262614;border:1px solid #dc262633;margin-bottom:8px;padding:10px 14px;font-size:13px}.auth-switch{text-align:center;color:hsl(var(--muted-foreground));margin-top:16px;font-size:13px}.auth-switch a{color:var(--amber-ale);font-weight:500;text-decoration:none}.auth-switch a:hover{text-decoration:underline}.library-page{padding:24px 32px}.page-header h1{color:hsl(var(--foreground));margin-bottom:16px;font-family:Montserrat Alternates,Inter,sans-serif;font-size:22px;font-weight:700}.library-toolbar{margin-bottom:12px}.search-box{border-radius:calc(var(--radius) + 4px);background:#ffffffe6;border:2px solid #d4a0174d;align-items:center;gap:10px;max-width:600px;padding:10px 14px;transition:all .3s;display:flex}.search-box:focus-within{border-color:var(--amber-ale);box-shadow:0 0 0 3px #d4a01726}.search-box svg{color:hsl(var(--muted-foreground));flex-shrink:0}.search-box input{width:100%;color:hsl(var(--foreground));background:0 0;border:none;outline:none;font-family:inherit;font-size:14px}.search-box input::placeholder{color:hsl(var(--muted-foreground))}.library-meta{color:hsl(var(--muted-foreground));justify-content:space-between;align-items:center;margin-bottom:16px;font-size:13px;display:flex}.sort-button{color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;font-family:inherit;font-size:13px;transition:color .2s;display:flex}.sort-button:hover{color:hsl(var(--foreground))}.recipe-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;display:grid}.recipe-card{cursor:pointer;background:#ffffffe6;border:1px solid #d4a01733;border-radius:1rem;padding:20px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0000000d}.recipe-card:hover{border-color:#d4a01759;transform:translateY(-1px);box-shadow:0 8px 30px #0000001a}.recipe-card-header{justify-content:space-between;gap:12px;margin-bottom:12px;display:flex}.recipe-card-info{flex:1;min-width:0}.recipe-card-title{color:hsl(var(--foreground));align-items:center;gap:6px;margin-bottom:4px;font-size:15px;font-weight:600;display:flex}.recipe-color-dot{border-radius:4px;flex-shrink:0;width:12px;height:12px}.recipe-card-author{color:var(--hops-green);margin-bottom:4px;font-size:12px;font-weight:500}.recipe-card-style{color:hsl(var(--muted-foreground));margin-bottom:2px;font-size:12px}.recipe-card-tags{color:hsl(var(--muted-foreground));white-space:nowrap;text-overflow:ellipsis;opacity:.7;font-size:11px;overflow:hidden}.recipe-card-image{flex-shrink:0}.recipe-beer-glass{border-radius:var(--radius);opacity:.85;width:56px;height:64px}.recipe-card-stats{color:hsl(var(--muted-foreground));border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border));flex-wrap:wrap;gap:10px;margin-bottom:10px;padding:10px 0;font-size:11px;font-weight:600;display:flex}.recipe-card-engagement{color:hsl(var(--muted-foreground));gap:16px;font-size:12px;display:flex}.recipe-card-engagement span{align-items:center;gap:4px;display:flex}.placeholder-page{min-height:60vh;color:hsl(var(--muted-foreground));flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.placeholder-page h1{color:hsl(var(--foreground));font-size:24px}.placeholder-page p{font-size:14px}.inventory-page{padding:24px 32px}.inventory-sections{flex-direction:column;gap:8px;display:flex}.inventory-section{background:#ffffffe6;border:1px solid #d4a01733;border-radius:1rem;overflow:hidden}.inventory-section-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:14px 20px;transition:background .15s;display:flex}.inventory-section-header:hover{background:#d4a0170a}.inventory-section-left{color:hsl(var(--foreground));align-items:center;gap:10px;display:flex}.inventory-section-icon{color:var(--amber-ale)}.inventory-section-title{font-size:15px;font-weight:600}.inventory-section-count{color:hsl(var(--muted-foreground));font-size:13px;font-weight:400}.inventory-add-btn{padding:.5rem 1rem;font-size:13px}.inventory-list{border-top:1px solid hsl(var(--border))}.inventory-empty{text-align:center;color:hsl(var(--muted-foreground));padding:24px;font-size:14px}.inventory-item{border-bottom:1px solid hsl(var(--border));cursor:pointer;align-items:center;gap:14px;padding:12px 20px;transition:background .15s;display:flex}.inventory-item:last-child{border-bottom:none}.inventory-item:hover{background:#d4a0170a}.inventory-item-color{border-radius:4px;flex-shrink:0;width:10px;height:36px}.inventory-item-info{flex:1;min-width:0}.inventory-item-name{color:hsl(var(--foreground));margin-bottom:2px;font-size:14px;font-weight:600}.inventory-item-sub{color:hsl(var(--muted-foreground));white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.inventory-item-actions{opacity:0;flex-shrink:0;transition:opacity .15s}.inventory-item:hover .inventory-item-actions{opacity:1}.inventory-item-edit{cursor:pointer;color:hsl(var(--muted-foreground));background:0 0;border:none;border-radius:6px;padding:6px;transition:all .15s}.inventory-item-edit:hover{background:hsl(var(--muted));color:var(--amber-ale)}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#0006;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-content{background:hsl(var(--card));border:1px solid #d4a01733;border-radius:1rem;flex-direction:column;width:100%;max-width:600px;max-height:85vh;display:flex;box-shadow:0 20px 60px #00000026}.modal-header{border-bottom:1px solid hsl(var(--border));justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-header h2{color:hsl(var(--foreground));font-family:Montserrat Alternates,Inter,sans-serif;font-size:18px;font-weight:700}.modal-close{cursor:pointer;color:hsl(var(--muted-foreground));background:0 0;border:none;border-radius:6px;padding:4px;transition:all .15s}.modal-close:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.modal-error{color:#dc2626;border-radius:var(--radius);background:#dc262614;border:1px solid #dc262633;margin:12px 24px 0;padding:10px 14px;font-size:13px}.modal-body{flex-direction:column;flex:1;gap:12px;padding:20px 24px;display:flex;overflow-y:auto}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.form-field{flex-direction:column;gap:4px;display:flex}.form-field.full{grid-column:1/-1}.form-field>span{color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.3px;font-size:12px;font-weight:600}.form-field select.input-beer{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:32px}.form-field textarea.input-beer{resize:vertical;min-height:60px}.form-checkbox{flex-direction:row;align-items:center;gap:8px}.form-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:var(--amber-ale);cursor:pointer}.form-checkbox span{text-transform:none;color:hsl(var(--foreground));font-size:14px;font-weight:500}.modal-footer{border-top:1px solid hsl(var(--border));align-items:center;gap:8px;padding:16px 24px;display:flex}.modal-btn{border-radius:calc(var(--radius) + 4px);cursor:pointer;border:none;align-items:center;gap:6px;padding:.6rem 1rem;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.modal-btn-ghost{color:hsl(var(--muted-foreground));background:0 0}.modal-btn-ghost:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.modal-btn-danger{color:#dc2626;background:#dc262614}.modal-btn-danger:hover{background:#dc262626}@media (width<=1024px){.sidebar{z-index:40;position:fixed;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.app-main{margin-left:0}}@media (width<=768px){.recipe-grid{grid-template-columns:1fr}.library-page{padding:16px}}.landing{background:hsl(var(--background));min-height:100vh}.landing-nav{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid hsl(var(--border));background:#fffc;position:fixed;top:0;left:0;right:0}.landing-nav-inner{justify-content:space-between;align-items:center;max-width:72rem;height:64px;margin:0 auto;padding:0 1.5rem;display:flex}.landing-logo{cursor:pointer;align-items:center;gap:8px;display:flex}.landing-logo-icon{width:32px;height:32px}.landing-logo-text{color:hsl(var(--foreground));font-family:Montserrat Alternates,Inter,sans-serif;font-size:18px;font-weight:700}.landing-hop-letter{vertical-align:-.15em;filter:drop-shadow(0 0 .4px #00000080);width:auto;height:1em;display:inline-block}.landing-nav-links{align-items:center;gap:32px;display:flex}.landing-nav-link{color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:14px;font-weight:500;transition:color .2s}.landing-nav-link:hover{color:hsl(var(--foreground))}.landing-nav-actions{align-items:center;gap:12px;display:flex}.landing-menu-toggle{cursor:pointer;color:hsl(var(--foreground));background:0 0;border:none;border-radius:8px;padding:8px;display:none}.landing-mobile-menu{border-top:1px solid hsl(var(--border));background:#fff;padding:16px;display:none}.landing-mobile-link{text-align:left;border-radius:var(--radius);cursor:pointer;width:100%;color:hsl(var(--foreground));background:0 0;border:none;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:500;display:block}.landing-mobile-link:hover{background:hsl(var(--muted))}.landing-mobile-actions{flex-direction:column;gap:8px;padding-top:12px;display:flex}.landing-btn-primary{background:linear-gradient(135deg, var(--amber-ale) 0%, var(--honey-orange) 100%);color:#fff;border-radius:calc(var(--radius) + 4px);cursor:pointer;border:none;align-items:center;gap:6px;padding:.75rem 1.5rem;font-family:inherit;font-size:14px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 15px #d4a01766}.landing-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #d4a01780}.landing-btn-ghost{color:hsl(var(--foreground));border-radius:calc(var(--radius) + 4px);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:.75rem 1rem;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.landing-btn-ghost:hover{background:hsl(var(--muted))}.landing-btn-outline{color:var(--amber-ale);border:2px solid var(--amber-ale);border-radius:calc(var(--radius) + 4px);cursor:pointer;background:0 0;align-items:center;gap:6px;padding:.75rem 1.5rem;font-family:inherit;font-size:14px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.landing-btn-outline:hover{background:#d4a01714;transform:translateY(-1px)}.landing-btn-lg{padding:1rem 2.5rem;font-size:1rem}.landing-hero{justify-content:center;align-items:center;min-height:100vh;padding-top:64px;display:flex;position:relative;overflow:hidden}.landing-hero-bg{z-index:0;position:absolute;inset:0}.landing-hero-glow{filter:blur(64px);pointer-events:none;z-index:1;border-radius:50%;position:absolute}.landing-hero-glow-left{background:#d4a01712;width:256px;height:256px;top:80px;left:40px}.landing-hero-glow-right{background:#2e7d320f;width:384px;height:384px;bottom:80px;right:40px}.landing-hero-content{z-index:10;text-align:center;opacity:0;max-width:72rem;margin:0 auto;padding:5rem 1.5rem;transition:all .7s;position:relative;transform:translateY(16px)}.landing-hero-content.visible{opacity:1;transform:translateY(0)}.landing-badge{color:var(--amber-ale);background:#d4a0171a;border:1px solid #d4a0174d;border-radius:9999px;align-items:center;gap:8px;margin-bottom:2rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.landing-badge-dot{background:var(--amber-ale);border-radius:50%;width:8px;height:8px;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.landing-title{color:hsl(var(--foreground));letter-spacing:-2px;margin-bottom:1.5rem;font-family:Montserrat Alternates,Inter,sans-serif;font-size:clamp(3rem,10vw,6rem);font-weight:800}.landing-hop-title{vertical-align:-.1em;filter:drop-shadow(0 0 .4px #00000080);width:auto;height:.85em;display:inline-block}.landing-subtitle{color:hsl(var(--muted-foreground));margin-bottom:.5rem;font-size:1.125rem;font-weight:500}.landing-description{color:hsl(var(--muted-foreground));margin-bottom:2rem;font-size:1rem}.landing-cta-group{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.landing-section{padding:6rem 1.5rem}.landing-section-alt{background:hsl(var(--muted))}.landing-section-inner{max-width:72rem;margin:0 auto}.landing-section-title{color:hsl(var(--foreground));text-align:center;margin-bottom:.75rem;font-family:Montserrat Alternates,Inter,sans-serif;font-size:2rem;font-weight:700}.landing-section-subtitle{color:hsl(var(--muted-foreground));text-align:center;margin-bottom:3rem;font-size:1rem}.landing-features-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.landing-feature-card{background:#ffffffe6;border:1px solid #d4a01733;border-radius:1rem;padding:1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0000000d}.landing-feature-card:hover{border-color:#d4a01759;transform:translateY(-2px);box-shadow:0 8px 30px #0000001a}.landing-feature-icon{border-radius:var(--radius);width:48px;height:48px;color:var(--amber-ale);background:#d4a0171a;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.landing-feature-card h3{color:hsl(var(--foreground));margin-bottom:.5rem;font-family:Montserrat Alternates,Inter,sans-serif;font-size:1rem;font-weight:600}.landing-feature-card p{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.6}.landing-steps{text-align:center;grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.landing-step-num{background:linear-gradient(135deg, var(--amber-ale), var(--honey-orange));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;font-size:20px;font-weight:700;display:flex;box-shadow:0 4px 15px #d4a01766}.landing-step h3{color:hsl(var(--foreground));margin-bottom:.5rem;font-family:Montserrat Alternates,Inter,sans-serif;font-size:1rem;font-weight:600}.landing-step p{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.6}.landing-pricing-card{text-align:center;background:linear-gradient(135deg,#d4a0170f,#2e7d320a);border:1px solid #d4a01733;border-radius:1rem;padding:3rem}.landing-pricing-card h2{color:hsl(var(--foreground));margin-bottom:.75rem;font-family:Montserrat Alternates,Inter,sans-serif;font-size:2rem;font-weight:700}.landing-pricing-card p{color:hsl(var(--muted-foreground));margin-bottom:2rem;font-size:1rem}.landing-footer{border-top:1px solid hsl(var(--border));padding:2.5rem 1.5rem}.landing-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;max-width:72rem;margin:0 auto;display:flex}.landing-footer-brand{align-items:center;gap:8px;font-family:Montserrat Alternates,Inter,sans-serif;font-weight:700;display:flex}.landing-footer-icon{width:24px;height:24px}.landing-footer-inner p{color:hsl(var(--muted-foreground));font-size:13px}.landing-footer-links{gap:24px;display:flex}.landing-footer-links a{color:hsl(var(--muted-foreground));font-size:13px;text-decoration:none;transition:color .2s}.landing-footer-links a:hover{color:hsl(var(--foreground))}@media (width<=768px){.landing-nav-links,.landing-nav-actions{display:none}.landing-menu-toggle,.landing-mobile-menu{display:block}.landing-features-grid{grid-template-columns:1fr}.landing-steps{grid-template-columns:1fr;gap:24px}.landing-footer-inner{text-align:center;flex-direction:column}}
