.recipe-card{color:#111827;box-sizing:border-box;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.recipe-card *,.recipe-card :before,.recipe-card :after{box-sizing:border-box}.recipe-card .recipe-container{color:#111827;max-width:1200px;margin:0 auto;padding:1.5rem}.recipe-card .hero-card{background:#fff;border:1px solid #e0e0e0;border-radius:1rem;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 1px 4px #0000001a}.recipe-card .hero-header{color:#fff;background:linear-gradient(90deg,#fb923c,#ec4899);padding:2rem}.recipe-card .recipe-image-container{text-align:center;margin:0 auto 2rem;display:block}.recipe-card .recipe-image{-o-object-fit:cover;object-fit:cover;border-radius:16px;width:100%;max-width:700px;height:350px;margin:0 auto;display:block;box-shadow:0 12px 32px #0003}.recipe-card .hero-title{color:#fff;margin-bottom:1rem;font-size:3rem;font-weight:700}.recipe-card .hero-description{opacity:.9;color:#fff;max-width:48rem;font-size:1.25rem}.recipe-card .stats-grid{background:#fff;border-bottom:1px solid #f3f4f6;grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:1.5rem;display:grid}@media (min-width:768px){.recipe-card .stats-grid{grid-template-columns:repeat(4,1fr)}}.recipe-card .stat-card{text-align:center;border-radius:.75rem;padding:1rem}.recipe-card .stat-icon{margin-bottom:.5rem;font-size:1.875rem}.recipe-card .stat-label{color:#6b7280;margin-bottom:.25rem;font-size:.875rem;font-weight:500}.recipe-card .stat-value{color:#111827;font-size:1.25rem;font-weight:700}.recipe-card .stat-orange{background:#fed7aa}.recipe-card .stat-blue{background:#dbeafe}.recipe-card .stat-green{background:#d1fae5}.recipe-card .stat-purple{background:#e9d5ff}.recipe-card .stat-purple .stat-value{color:#7c3aed}.recipe-card .main-grid{gap:1.5rem;display:grid}@media (min-width:1024px){.recipe-card .main-grid{grid-template-columns:1fr 2fr}}.recipe-card .ingredients-card{background:#fff;border:1px solid #e0e0e0;border-radius:1rem;height:fit-content;padding:1.5rem;position:sticky;top:1.5rem;box-shadow:0 1px 4px #0000001a}.recipe-card .card-header{align-items:center;margin-bottom:1.5rem;display:flex}.recipe-card .card-icon{background:#fed7aa;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;margin-right:1rem;font-size:1.5rem;display:flex}.recipe-card .card-title{color:#111827;font-size:1.5rem;font-weight:700}.recipe-card .ingredient-item{background:#f9fafb;border-radius:.5rem;align-items:center;margin-bottom:.75rem;padding:.75rem;transition:background-color .2s;display:flex}.recipe-card .ingredient-item:hover{background:#fed7aa}.recipe-card .ingredient-checkbox{cursor:pointer;width:1.25rem;height:1.25rem;margin-right:.75rem}.recipe-card .ingredient-label{cursor:pointer;color:#111827;flex:1}.recipe-card .ingredient-quantity{color:#ea580c;font-weight:600}.recipe-card .ingredient-name{color:#1f2937;margin-left:.5rem}.recipe-card .ingredient-notes{color:#6b7280;font-size:.875rem;font-style:italic;display:block}.recipe-card .instructions-card{background:#fff;border:1px solid #e0e0e0;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 4px #0000001a}.recipe-card .instructions-card .card-icon{background:#dbeafe}.recipe-card .instruction-item{margin-bottom:1.5rem;position:relative}.recipe-card .instruction-content{align-items:flex-start;display:flex}.recipe-card .step-number{color:#fff;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-right:1rem;font-weight:700;display:flex;box-shadow:0 4px 6px #0000001a}.recipe-card .instruction-box{background:#f9fafb;border-radius:.75rem;flex:1;padding:1rem}.recipe-card .instruction-text{color:#111827;margin-bottom:.75rem;line-height:1.75}.recipe-card .tip-box{background:#fef3c7;border-left:4px solid #facc15;border-radius:.25rem;padding:.75rem}.recipe-card .tip-text{color:#a16207;font-size:.875rem}.recipe-card .tip-label{font-weight:600}.recipe-card .connector-line{background:#dbeafe;width:2px;height:1.5rem;position:absolute;top:3rem;left:1.25rem}.recipe-card .bottom-grid{gap:1.5rem;margin-top:1.5rem;display:grid}@media (min-width:768px){.recipe-card .bottom-grid{grid-template-columns:repeat(3,1fr)}}.recipe-card .bottom-card{background:#fff;border:1px solid #e0e0e0;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 4px #0000001a}.recipe-card .bottom-card-header{align-items:center;margin-bottom:1rem;display:flex}.recipe-card .bottom-card-icon{border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-right:.75rem;font-size:1.25rem;display:flex}.recipe-card .tips-icon{background:#d1fae5}.recipe-card .variations-icon{background:#e9d5ff}.recipe-card .nutrition-icon{background:#dbeafe}.recipe-card .bottom-card-title{font-size:1.25rem;font-weight:700}.recipe-card .tips-title{color:#166534}.recipe-card .variations-title{color:#7c2d12}.recipe-card .nutrition-title{color:#1e40af}.recipe-card .bottom-list{margin:0;padding:0;list-style:none}.recipe-card .bottom-list-item{border-radius:.5rem;align-items:flex-start;margin-bottom:.75rem;padding:.75rem;display:flex}.recipe-card .tips-item{background:#f0fdf4}.recipe-card .variations-item{background:#faf5ff}.recipe-card .bottom-bullet{border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem;margin-top:.5rem;margin-right:.75rem}.recipe-card .tips-bullet{background:#4ade80}.recipe-card .variations-bullet{background:#a855f7}.recipe-card .bottom-text{font-size:.875rem}.recipe-card .tips-text{color:#166534}.recipe-card .variations-text{color:#7c2d12}.recipe-card .nutrition-item{border-radius:.25rem;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.5rem;transition:background-color .2s;display:flex}.recipe-card .nutrition-item:hover{background:#eff6ff}.recipe-card .nutrition-label{color:#1d4ed8;font-size:.875rem;font-weight:500}.recipe-card .nutrition-value{color:#2563eb;font-size:.875rem;font-weight:600}.recipe-card ul,.recipe-card ol{margin:0;padding:0}.recipe-card p,.recipe-card h1,.recipe-card h2,.recipe-card h3{margin:0}@media (max-width:1024px){.recipe-card .content-grid,.recipe-card .bottom-grid{grid-template-columns:1fr}.recipe-card .meta-grid{flex-direction:column;align-items:center}}@media (max-width:768px){.recipe-card .recipe-image{max-width:100%;height:250px}}@media (max-width:480px){.recipe-card .recipe-image{height:200px}}
.recipe-compact{color:#1e293b;max-width:480px;min-height:100vh;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}.recipe-compact .recipe-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014}.recipe-compact .recipe-header{color:#fff;text-align:center;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);padding:1.5rem 1rem}.recipe-compact .recipe-image-container{text-align:center;margin:0 auto 1rem;display:block}.recipe-compact .recipe-image{-o-object-fit:cover;object-fit:cover;border-radius:8px;width:100%;max-width:100%;height:180px;margin:0 auto;display:block;box-shadow:0 4px 12px #00000026}.recipe-compact .recipe-title{margin:0 0 .75rem;font-size:1.5rem;font-weight:700;line-height:1.3}.recipe-compact .recipe-description{opacity:.95;margin:0;font-size:.9rem;line-height:1.4}.recipe-compact .content{padding:1rem}.recipe-compact .meta-section{background:#f1f5f9;border-left:4px solid #3b82f6;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.recipe-compact .meta-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.recipe-compact .meta-item{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.75rem .5rem}.recipe-compact .meta-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}.recipe-compact .meta-value{color:#1e293b;font-size:.9rem;font-weight:700}.recipe-compact .meta-value.total{color:#3b82f6}.recipe-compact .section{margin-bottom:1.5rem}.recipe-compact .section-title{color:#1e293b;border-bottom:2px solid #e2e8f0;align-items:center;gap:.5rem;margin:0 0 .75rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:700;display:flex}.recipe-compact .section-title:before{content:"";background:#3b82f6;border-radius:2px;width:4px;height:1.2rem}.recipe-compact .ingredient-list{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.recipe-compact .ingredient-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;align-items:center;padding:.75rem;font-size:.9rem;transition:all .2s;display:flex}.recipe-compact .ingredient-item:hover{background:#f1f5f9;border-color:#cbd5e1}.recipe-compact .ingredient-quantity{color:#3b82f6;text-align:right;min-width:60px;margin-right:.75rem;font-size:.85rem;font-weight:700}.recipe-compact .ingredient-name{color:#1e293b;flex:1;line-height:1.4}.recipe-compact .ingredient-notes{color:#64748b;margin-left:.5rem;font-size:.8rem;font-style:italic}.recipe-compact .instruction-list{gap:1rem;margin:0;padding:0;list-style:none;display:grid}.recipe-compact .instruction-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;gap:.75rem;padding:1rem;display:flex}.recipe-compact .step-number{color:#fff;background:#3b82f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:.125rem;font-size:.85rem;font-weight:700;display:flex}.recipe-compact .instruction-content{flex:1;min-width:0}.recipe-compact .instruction-text{color:#1e293b;margin:0 0 .5rem;font-size:.9rem;line-height:1.5}.recipe-compact .instruction-tip{color:#92400e;background:#fef3c7;border:1px solid #fcd34d;border-radius:6px;margin:0;padding:.75rem;font-size:.8rem;line-height:1.4}.recipe-compact .instruction-tip:before{content:"💡 ";margin-right:.25rem}.recipe-compact .collapsible-section{margin-bottom:1rem}.recipe-compact .collapsible-header{cursor:pointer;-webkit-user-select:none;user-select:none;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:all .2s;display:flex}.recipe-compact .collapsible-header:hover{background:#e2e8f0}.recipe-compact .collapsible-title{color:#1e293b;margin:0;font-size:1rem;font-weight:600}.recipe-compact .collapsible-icon{color:#64748b;font-size:.8rem;transition:transform .2s}.recipe-compact .collapsible-content{background:#fff;border:1px solid #e2e8f0;border-top:none;border-radius:0 0 6px 6px;padding:1rem}.recipe-compact .collapsible-section.open .collapsible-icon{transform:rotate(180deg)}.recipe-compact .simple-list{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.recipe-compact .simple-item{color:#1e293b;background:#f8fafc;border-left:3px solid #3b82f6;border-radius:6px;padding:.75rem;font-size:.9rem;line-height:1.4}.recipe-compact .nutrition-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:.75rem;display:grid}.recipe-compact .nutrition-item{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:.75rem .5rem}.recipe-compact .nutrition-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}.recipe-compact .nutrition-value{color:#1e293b;font-size:.9rem;font-weight:700}.recipe-compact .quick-actions{background:#fff;border-top:1px solid #e2e8f0;gap:.5rem;margin:1rem -1rem -1rem;padding:.75rem 1rem;display:flex;position:sticky;bottom:0}.recipe-compact .quick-action-btn{color:#475569;text-align:center;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;flex:1;padding:.5rem;font-size:.8rem;font-weight:600;transition:all .2s}.recipe-compact .quick-action-btn:hover{background:#e2e8f0;border-color:#94a3b8}.recipe-compact .quick-action-btn.primary{color:#fff;background:#3b82f6;border-color:#2563eb}.recipe-compact .quick-action-btn.primary:hover{background:#2563eb}.recipe-compact .badge{color:#1e40af;text-transform:uppercase;letter-spacing:.025em;background:#dbeafe;border-radius:12px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.recipe-compact .difficulty-badge{color:#166534;background:#dcfce7}.recipe-compact .time-badge{color:#92400e;background:#fef3c7}@media (max-width:360px){.recipe-compact{padding:.25rem}.recipe-compact .recipe-title{font-size:1.3rem}.recipe-compact .meta-grid{grid-template-columns:1fr;gap:.5rem}.recipe-compact .nutrition-grid{grid-template-columns:1fr}.recipe-compact .ingredient-item{flex-direction:column;align-items:flex-start;gap:.25rem}.recipe-compact .ingredient-quantity{text-align:left;min-width:auto;margin-right:0}}@media (min-width:481px){.recipe-compact .recipe-container{max-width:600px}.recipe-compact .content{padding:1.5rem}.recipe-compact .meta-grid{grid-template-columns:repeat(4,1fr)}.recipe-compact .nutrition-grid{grid-template-columns:repeat(3,1fr)}.recipe-compact .recipe-image{height:150px}}
.recipe-elegant{color:#2c2c2c;background:#000;max-width:800px;min-height:100vh;margin:0 auto;font-family:Georgia,Times New Roman,serif}.recipe-elegant .recipe-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;padding:3rem;box-shadow:0 20px 60px #00000014,0 4px 16px #0000000a}.recipe-elegant .recipe-header{text-align:center;border-bottom:2px solid #e8e9ea;margin-bottom:3rem;padding-bottom:2rem;position:relative}.recipe-elegant .recipe-image-container{text-align:center;border-radius:16px;margin:0 auto 2rem;display:block;position:relative;overflow:hidden;box-shadow:0 12px 40px #00000026}.recipe-elegant .recipe-image{-o-object-fit:cover;object-fit:cover;width:100%;height:300px;margin:0 auto;transition:transform .3s;display:block}.recipe-elegant .recipe-image:hover{transform:scale(1.02)}.recipe-elegant .recipe-header:after{content:"";background:linear-gradient(45deg,#c9a96e,#edc967);width:60px;height:2px;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.recipe-elegant .recipe-title{letter-spacing:-.02em;color:#1a1a1a;text-shadow:0 2px 4px #0000000d;margin:0 0 1rem;font-size:2.5rem;font-weight:400}.recipe-elegant .recipe-description{color:#666;max-width:600px;margin:0 auto;font-size:1.125rem;font-style:italic;line-height:1.6}.recipe-elegant .meta-section{background:linear-gradient(145deg,#f8f9fa,#fff);border:1px solid #e8e9ea;border-radius:12px;margin-bottom:3rem;padding:2rem}.recipe-elegant .meta-grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem;display:grid}.recipe-elegant .meta-item{position:relative}.recipe-elegant .meta-label{text-transform:uppercase;letter-spacing:.05em;color:#8b8b8b;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.recipe-elegant .meta-value{color:#2c2c2c;font-size:1.25rem;font-weight:600}.recipe-elegant .meta-value.total{color:#c9a96e;font-weight:700}.recipe-elegant .section{margin-bottom:3rem}.recipe-elegant .section-title{color:#1a1a1a;border-bottom:1px solid #e8e9ea;margin:0 0 1.5rem;padding-bottom:.75rem;font-size:1.75rem;font-weight:600;position:relative}.recipe-elegant .section-title:before{content:"";background:#c9a96e;width:40px;height:1px;position:absolute;bottom:-1px;left:0}.recipe-elegant .ingredient-list{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.recipe-elegant .ingredient-item{background:#f9fafbcc;border-left:3px solid #c9a96e;border-radius:8px;align-items:baseline;padding:1rem;transition:all .2s;display:flex}.recipe-elegant .ingredient-item:hover{background:#f9fafb;transform:translate(2px)}.recipe-elegant .ingredient-quantity{color:#c9a96e;min-width:80px;margin-right:1rem;font-size:.95rem;font-weight:600}.recipe-elegant .ingredient-name{color:#2c2c2c;flex:1;line-height:1.5}.recipe-elegant .ingredient-notes{color:#666;margin-left:.5rem;font-size:.9rem;font-style:italic}.recipe-elegant .instruction-list{counter-reset:step-counter;margin:0;padding:0;list-style:none}.recipe-elegant .instruction-item{counter-increment:step-counter;margin-bottom:2rem;display:flex;position:relative}.recipe-elegant .step-number{display:none}.recipe-elegant .instruction-item:before{content:counter(step-counter);color:#fff;background:linear-gradient(135deg,#c9a96e,#edc967);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-right:1.5rem;font-size:1.1rem;font-weight:600;display:flex;box-shadow:0 4px 12px #c9a96e4d}.recipe-elegant .instruction-content{flex:1;padding-top:.25rem}.recipe-elegant .instruction-text{color:#2c2c2c;margin:0 0 .75rem;font-size:1.05rem;line-height:1.7}.recipe-elegant .instruction-tip{color:#5a5a5a;background:#c9a96e1a;border-left:3px solid #c9a96e;border-radius:8px;margin:0;padding:1rem;font-size:.95rem;font-style:italic;line-height:1.6}.recipe-elegant .bottom-section{background:linear-gradient(145deg,#fafbfc,#fff);border:1px solid #e8e9ea;border-radius:12px;margin-bottom:2.5rem;padding:2rem}.recipe-elegant .bottom-title{color:#1a1a1a;margin:0 0 1.25rem;padding-bottom:.5rem;font-size:1.4rem;font-weight:600;position:relative}.recipe-elegant .bottom-title:after{content:"";background:#c9a96e;width:30px;height:2px;position:absolute;bottom:0;left:0}.recipe-elegant .simple-list{margin:0;padding:0;list-style:none}.recipe-elegant .simple-item{color:#2c2c2c;margin-bottom:.75rem;padding-left:1.5rem;line-height:1.6;position:relative}.recipe-elegant .simple-item:before{content:"→";color:#c9a96e;font-weight:600;position:absolute;left:0}.recipe-elegant .nutrition-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-top:1rem;display:grid}.recipe-elegant .nutrition-item{background:#f9fafbcc;border-top:2px solid #c9a96e;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem;display:flex}.recipe-elegant .nutrition-label{color:#5a5a5a;font-size:.9rem;font-weight:500}.recipe-elegant .nutrition-value{color:#2c2c2c;font-size:.95rem;font-weight:600}@media (max-width:768px){.recipe-elegant{padding:1rem .5rem}.recipe-elegant .recipe-container{padding:2rem 1.5rem}.recipe-elegant .recipe-title{font-size:2rem}.recipe-elegant .meta-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.recipe-elegant .instruction-item:before{width:32px;height:32px;margin-right:1rem;font-size:1rem}.recipe-elegant .recipe-image{max-width:350px;height:200px}}@media (max-width:480px){.recipe-elegant .recipe-title{font-size:1.75rem}.recipe-elegant .section-title{font-size:1.5rem}.recipe-elegant .ingredient-item{flex-direction:column;align-items:flex-start}.recipe-elegant .ingredient-quantity{min-width:auto;margin-bottom:.25rem;margin-right:0}.recipe-elegant .recipe-image{max-width:100%;height:180px}}
.recipe-magazine{color:#1a1a1a;background:#fff;max-width:900px;min-height:100vh;margin:0 auto;font-family:Helvetica Neue,Arial,sans-serif;line-height:1.5}.recipe-magazine .recipe-container{background:#fff;box-shadow:0 0 40px #00000014}.recipe-magazine .recipe-header{color:#fff;background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);padding:4rem 3rem 3rem;position:relative;overflow:hidden}.recipe-magazine .recipe-image-container{text-align:center;margin:0 auto 2rem;display:block}.recipe-magazine .recipe-image{-o-object-fit:cover;object-fit:cover;border-radius:8px;width:100%;max-width:800px;height:400px;margin:0 auto;display:block;box-shadow:0 12px 24px #0000004d}.recipe-magazine .recipe-header:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.recipe-magazine .recipe-header>*{z-index:1;position:relative}.recipe-magazine .recipe-title{letter-spacing:-.02em;text-transform:uppercase;margin:0 0 1rem;font-family:Georgia,serif;font-size:3rem;font-weight:300}.recipe-magazine .recipe-description{opacity:.95;max-width:600px;margin:0;font-size:1.2rem;font-weight:300}.recipe-magazine .content-wrapper{grid-template-columns:1fr 300px;align-items:start;gap:3rem;padding:3rem;display:grid}.recipe-magazine .meta-section{background:#f8f9fa;border-left:4px solid #e74c3c;border-radius:8px;margin-bottom:2rem;padding:2rem}.recipe-magazine .meta-title{text-transform:uppercase;letter-spacing:.05em;color:#e74c3c;margin:0 0 1.5rem;font-size:1.1rem;font-weight:700}.recipe-magazine .meta-grid{grid-template-columns:1fr;gap:1rem;display:grid}.recipe-magazine .meta-item{border-bottom:1px solid #e9ecef;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.recipe-magazine .meta-item:last-child{border-bottom:none}.recipe-magazine .meta-label{color:#495057;font-size:.9rem;font-weight:600}.recipe-magazine .meta-value{color:#212529;font-size:1rem;font-weight:700}.recipe-magazine .meta-value.total{color:#e74c3c;font-size:1.1rem}.recipe-magazine .section{margin-bottom:3rem}.recipe-magazine .section-title{color:#2c3e50;text-transform:uppercase;letter-spacing:.02em;margin:0 0 1.5rem;padding-bottom:.75rem;font-size:1.8rem;font-weight:700;position:relative}.recipe-magazine .section-title:after{content:"";background:#e74c3c;width:60px;height:3px;position:absolute;bottom:0;left:0}.recipe-magazine .ingredient-list{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin:0;padding:0;list-style:none;overflow:hidden}.recipe-magazine .ingredient-item{border-bottom:1px solid #f1f3f4;align-items:center;padding:1rem 1.5rem;transition:background-color .2s;display:flex}.recipe-magazine .ingredient-item:last-child{border-bottom:none}.recipe-magazine .ingredient-item:hover{background:#f8f9fa}.recipe-magazine .ingredient-item:nth-child(2n){background:#fafbfc}.recipe-magazine .ingredient-item:nth-child(2n):hover{background:#f1f3f4}.recipe-magazine .ingredient-quantity{color:#e74c3c;text-align:right;min-width:90px;margin-right:1rem;font-size:.95rem;font-weight:700}.recipe-magazine .ingredient-name{color:#212529;flex:1;font-weight:500}.recipe-magazine .ingredient-notes{color:#6c757d;margin-left:.5rem;font-size:.9rem;font-style:italic}.recipe-magazine .instruction-list{margin:0;padding:0;list-style:none}.recipe-magazine .instruction-item{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin-bottom:2.5rem;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000a}.recipe-magazine .step-number{color:#fff;background:#e74c3c;flex-shrink:0;justify-content:center;align-items:center;width:60px;font-size:1.2rem;font-weight:700;display:flex}.recipe-magazine .instruction-content{flex:1;padding:1.5rem}.recipe-magazine .instruction-text{color:#212529;margin:0 0 1rem;font-size:1.05rem;line-height:1.6}.recipe-magazine .instruction-tip{color:#856404;background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;margin:0;padding:1rem;font-size:.95rem;line-height:1.5;position:relative}.recipe-magazine .instruction-tip:before{content:"💡";margin-right:.5rem}.recipe-magazine .bottom-section{background:#f8f9fa;border-left:4px solid #17a2b8;border-radius:8px;margin-bottom:2rem;padding:2rem}.recipe-magazine .bottom-title{color:#17a2b8;text-transform:uppercase;letter-spacing:.02em;margin:0 0 1.25rem;font-size:1.3rem;font-weight:700}.recipe-magazine .simple-list{margin:0;padding:0;list-style:none}.recipe-magazine .simple-item{color:#212529;background:#fff;border-left:3px solid #17a2b8;border-radius:4px;margin-bottom:.75rem;padding:.75rem 1rem;line-height:1.5}.recipe-magazine .nutrition-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-top:1rem;display:grid}.recipe-magazine .nutrition-item{text-align:center;background:#fff;border:2px solid #e9ecef;border-radius:6px;padding:1rem;transition:border-color .2s}.recipe-magazine .nutrition-item:hover{border-color:#17a2b8}.recipe-magazine .nutrition-label{color:#6c757d;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.recipe-magazine .nutrition-value{color:#212529;font-size:1.1rem;font-weight:700}.recipe-magazine .pull-quote{color:#e74c3c;text-align:center;background:#fff8f8;border-top:3px solid #e74c3c;border-bottom:3px solid #e74c3c;margin:2rem 0;padding:2rem;font-size:1.2rem;font-style:italic;position:relative}.recipe-magazine .pull-quote:before,.recipe-magazine .pull-quote:after{content:"\"";color:#e74c3c;opacity:.3;font-size:3rem;position:absolute;top:.5rem}.recipe-magazine .pull-quote:before{left:1rem}.recipe-magazine .pull-quote:after{right:1rem}@media (max-width:1024px){.recipe-magazine .content-wrapper{grid-template-columns:1fr;gap:2rem;padding:2rem}.recipe-magazine .sidebar{order:-1}}@media (max-width:768px){.recipe-magazine .recipe-header{padding:2rem 1.5rem}.recipe-magazine .recipe-title{font-size:2.2rem}.recipe-magazine .content-wrapper{padding:1.5rem}.recipe-magazine .meta-grid{grid-template-columns:1fr}.recipe-magazine .step-number{width:50px;font-size:1.1rem}.recipe-magazine .instruction-content{padding:1rem}}@media (max-width:480px){.recipe-magazine .recipe-title{font-size:1.8rem}.recipe-magazine .section-title{font-size:1.5rem}.recipe-magazine .ingredient-item{text-align:left;flex-direction:column;align-items:flex-start}.recipe-magazine .ingredient-quantity{text-align:left;min-width:auto;margin-bottom:.25rem;margin-right:0}.recipe-magazine .nutrition-grid{grid-template-columns:repeat(2,1fr)}.recipe-magazine .recipe-image{max-width:100%;height:200px}}
.recipe-minimal{color:#333;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.75}.recipe-minimal *,.recipe-minimal :before,.recipe-minimal :after{box-sizing:border-box}.recipe-minimal .recipe-container{color:#333;background:#fff;max-width:768px;margin:0 auto;padding:4rem}.recipe-minimal .recipe-header{text-align:center;border-bottom:1px solid #e5e7eb;margin-bottom:3rem;padding-bottom:2rem}.recipe-minimal .recipe-image-container{text-align:center;margin:0 auto 2rem;display:block}.recipe-minimal .recipe-image{-o-object-fit:cover;object-fit:cover;border-radius:8px;width:100%;max-width:650px;height:325px;margin:0 auto;display:block;box-shadow:0 4px 12px #0000001a}.recipe-minimal .recipe-title{color:#111827;letter-spacing:.025em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:300}.recipe-minimal .recipe-description{color:#6b7280;max-width:42rem;margin:0 auto;font-size:1.125rem;line-height:1.75}.recipe-minimal .meta-section{margin-bottom:3rem}.recipe-minimal .meta-grid{text-align:center;justify-content:center;gap:3rem;display:flex}.recipe-minimal .meta-label{text-transform:uppercase;letter-spacing:.1em;color:#6b7280;margin-bottom:.25rem;font-size:.875rem}.recipe-minimal .meta-value{color:#111827;font-size:1.125rem}.recipe-minimal .meta-value.total{font-weight:500}.recipe-minimal .section{margin-bottom:3rem}.recipe-minimal .section-title{color:#111827;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:300}.recipe-minimal .ingredient-list{margin:0;padding:0;list-style:none}.recipe-minimal .ingredient-item{color:#1f2937;margin-bottom:.5rem;display:flex}.recipe-minimal .ingredient-quantity{color:#111827;flex-shrink:0;width:5rem;font-weight:500}.recipe-minimal .ingredient-name{color:#1f2937;flex:1}.recipe-minimal .ingredient-notes{color:#6b7280;margin-left:.25rem;font-size:.875rem;font-style:italic}.recipe-minimal .instruction-list{margin:0;padding:0;list-style:none}.recipe-minimal .instruction-item{margin-bottom:1.5rem;display:flex}.recipe-minimal .step-number{color:#9ca3af;flex-shrink:0;width:2rem;margin-top:.25rem;font-size:1.125rem;font-weight:300}.recipe-minimal .instruction-content{flex:1}.recipe-minimal .instruction-text{color:#1f2937;margin-bottom:.5rem;line-height:1.75}.recipe-minimal .instruction-tip{color:#6b7280;border-left:2px solid #e5e7eb;padding-left:1rem;font-size:.875rem;font-style:italic}.recipe-minimal .bottom-section{margin-bottom:2rem}.recipe-minimal .bottom-title{color:#111827;border-bottom:1px solid #e5e7eb;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.125rem;font-weight:300}.recipe-minimal .simple-list{margin:0;padding:0;list-style:none}.recipe-minimal .simple-item{color:#374151;margin-bottom:.5rem;font-size:.875rem;line-height:1.75}.recipe-minimal .nutrition-grid{grid-template-columns:repeat(2,1fr);gap:2rem 1rem;font-size:.875rem;display:grid}.recipe-minimal .nutrition-item{justify-content:space-between;display:flex}.recipe-minimal .nutrition-label{color:#6b7280}.recipe-minimal .nutrition-value{color:#1f2937}.recipe-minimal ul,.recipe-minimal ol{margin:0;padding:0}.recipe-minimal p,.recipe-minimal h1,.recipe-minimal h2,.recipe-minimal h3{margin:0}@media (max-width:640px){.recipe-minimal .meta-grid{flex-direction:column;gap:1rem}.recipe-minimal .nutrition-grid{grid-template-columns:1fr;gap:.25rem}.recipe-minimal .recipe-image{max-width:100%;height:200px}}
.recipe-modern{color:#fff;box-sizing:border-box;background:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.recipe-modern *,.recipe-modern :before,.recipe-modern :after{box-sizing:border-box}.recipe-modern .hero-section{background:#000;justify-content:center;align-items:center;min-height:100vh;padding:4rem 0;display:flex;position:relative;overflow:hidden}.recipe-modern .hero-bg{opacity:.9;background:linear-gradient(135deg,#7c2d12,#dc2626,#000);position:absolute;inset:0}.recipe-modern .hero-pattern{opacity:.2;background-image:radial-gradient(circle at 25px 25px,#ffffff1a 2px,#0000 0);background-size:50px 50px;position:absolute;inset:0}.recipe-modern .hero-content{z-index:10;text-align:center;max-width:1024px;margin:0 auto;padding:0 2rem;position:relative}.recipe-modern .recipe-image-container{text-align:center;margin:0 auto 2.5rem;display:block}.recipe-modern .recipe-image{-o-object-fit:cover;object-fit:cover;border:2px solid #ffffff1a;border-radius:12px;width:100%;max-width:750px;height:375px;margin:0 auto;display:block;box-shadow:0 16px 40px #0006}.recipe-modern .hero-title{background:linear-gradient(90deg,#fb923c,#facc15);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(3rem,8vw,5rem);font-weight:900}.recipe-modern .hero-description{color:#d1d5db;max-width:42rem;margin:0 auto;font-size:clamp(1.25rem,3vw,1.5rem);line-height:1.75}.recipe-modern .hero-stats{justify-content:center;gap:2rem;margin-top:3rem;display:flex}.recipe-modern .hero-stat{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #fff3;border-radius:1rem;padding:1.5rem}.recipe-modern .hero-stat-value{color:#fb923c;font-size:1.875rem;font-weight:700}.recipe-modern .hero-stat-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.1em}.recipe-modern .hero-stat:last-child .hero-stat-value{color:#facc15}.recipe-modern .content-section{color:#fff;background:#000;position:relative}.recipe-modern .recipe-container{color:#fff;background:#000;max-width:1400px;margin:0 auto;padding:3rem}.recipe-modern .time-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;display:grid}.recipe-modern .time-card{text-align:center;border-radius:1.5rem;padding:2rem}.recipe-modern .time-card:first-child{background:linear-gradient(90deg,#ea580c,#dc2626)}.recipe-modern .time-card:nth-child(2){background:linear-gradient(90deg,#dc2626,#ec4899)}.recipe-modern .time-card:nth-child(3){background:linear-gradient(90deg,#d97706,#ea580c)}.recipe-modern .time-value{color:#fff;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.recipe-modern .time-label{text-transform:uppercase;letter-spacing:.1em;opacity:.8;color:#fff;font-size:.875rem}.recipe-modern .main-grid{gap:3rem;margin-bottom:4rem;display:grid}@media (min-width:1024px){.recipe-modern .main-grid{grid-template-columns:2fr 3fr}}.recipe-modern .ingredients-section{position:sticky;top:2rem}.recipe-modern .section-title{background:linear-gradient(90deg,#fb923c,#dc2626);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:2.5rem;font-weight:900}.recipe-modern .ingredient-item{background:#111827;border:1px solid #374151;border-radius:1rem;margin-bottom:1rem;padding:1rem;transition:border-color .3s}.recipe-modern .ingredient-item:hover{border-color:#ea580c}.recipe-modern .ingredient-content{align-items:center;display:flex}.recipe-modern .ingredient-bullet{background:linear-gradient(90deg,#fb923c,#dc2626);border-radius:50%;flex-shrink:0;width:.75rem;height:.75rem;margin-right:1rem}.recipe-modern .ingredient-quantity{color:#fb923c;font-size:1.125rem;font-weight:700}.recipe-modern .ingredient-name{color:#fff;margin-left:.75rem}.recipe-modern .ingredient-notes{color:#9ca3af;margin-top:.25rem;font-size:.875rem}.recipe-modern .instructions-title{background:linear-gradient(90deg,#60a5fa,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.recipe-modern .instruction-item{margin-bottom:2rem;position:relative}.recipe-modern .instruction-content{align-items:flex-start;display:flex}.recipe-modern .step-number{color:#fff;background:linear-gradient(90deg,#3b82f6,#7c3aed);border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;width:4rem;height:4rem;margin-right:1.5rem;font-size:1.5rem;font-weight:900;display:flex;box-shadow:0 8px 25px #0000004d}.recipe-modern .instruction-box{background:#111827;border:1px solid #374151;border-radius:1rem;flex:1;padding:1.5rem}.recipe-modern .instruction-text{color:#fff;margin-bottom:1rem;font-size:1.125rem;line-height:1.75}.recipe-modern .instruction-tip{background:linear-gradient(90deg,#b4530980,#c2410c80);border:1px solid #b453094d;border-radius:.75rem;padding:1rem}.recipe-modern .tip-text{color:#fcd34d;font-size:.875rem}.recipe-modern .tip-label{font-weight:700}.recipe-modern .bottom-grid{gap:2rem;display:grid}@media (min-width:768px){.recipe-modern .bottom-grid{grid-template-columns:repeat(3,1fr)}}.recipe-modern .bottom-card{border:1px solid;border-radius:1.5rem;padding:2rem}.recipe-modern .tips-card{background:linear-gradient(135deg,#064e3b,#065f46);border-color:#047857}.recipe-modern .variations-card{background:linear-gradient(135deg,#581c87,#7c2d12);border-color:#a855f7}.recipe-modern .nutrition-card{background:linear-gradient(135deg,#1e3a8a,#3730a3);border-color:#3b82f6}.recipe-modern .bottom-title{margin-bottom:1.5rem;font-size:1.5rem;font-weight:900}.recipe-modern .tips-title{color:#6ee7b7}.recipe-modern .variations-title{color:#d8b4fe}.recipe-modern .nutrition-title{color:#93c5fd}.recipe-modern .bottom-list{margin:0;padding:0;list-style:none}.recipe-modern .bottom-item{align-items:flex-start;margin-bottom:1rem;font-size:1rem;line-height:1.25;display:flex}.recipe-modern .bottom-bullet{border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem;margin-top:.5rem;margin-right:.75rem}.recipe-modern .tips-bullet{background:#4ade80}.recipe-modern .variations-bullet{background:#a855f7}.recipe-modern .tips-text{color:#d1fae5}.recipe-modern .variations-text{color:#e9d5ff}.recipe-modern .nutrition-item{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.recipe-modern .nutrition-label{color:#bfdbfe;font-size:.875rem;font-weight:500}.recipe-modern .nutrition-value{color:#dbeafe;font-size:.875rem;font-weight:700}.recipe-modern ul,.recipe-modern ol{margin:0;padding:0}.recipe-modern p,.recipe-modern h1,.recipe-modern h2,.recipe-modern h3{margin:0}@media (max-width:768px){.recipe-modern .hero-stats{flex-direction:column;align-items:center}.recipe-modern .time-grid,.recipe-modern .main-grid{grid-template-columns:1fr}.recipe-modern .ingredients-section{position:static}.recipe-modern .recipe-image{max-width:100%;height:200px}}
.recipe-original{color:#333;box-sizing:border-box;max-width:1024px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.recipe-original *,.recipe-original :before,.recipe-original :after{box-sizing:border-box}.recipe-original .recipe-container{color:#333;background:#fff;padding:4rem}.recipe-original .recipe-header{text-align:center;border-bottom:2px solid #e5e7eb;margin-bottom:2rem}.recipe-original .recipe-image-container{text-align:center;margin:0 auto 2rem;display:block}.recipe-original .recipe-image{-o-object-fit:cover;object-fit:cover;border-radius:12px;width:100%;max-width:700px;height:350px;margin:0 auto;display:block;box-shadow:0 8px 24px #0000001f}.recipe-original .recipe-title{color:#111827;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.recipe-original .recipe-description{color:#6b7280;max-width:42rem;margin:0 auto;font-size:1.125rem;line-height:1.75}.recipe-original .meta-grid{flex-wrap:wrap;justify-content:center;gap:2rem;margin:3rem 0;display:flex}.recipe-original .meta-item{text-align:center}.recipe-original .meta-label{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.875rem;font-weight:500}.recipe-original .meta-value{color:#111827;font-size:1.125rem;font-weight:600}.recipe-original .meta-value.highlight{color:#ea580c}.recipe-original .content-grid{grid-template-columns:1fr 2fr;gap:2rem;display:grid}.recipe-original .section-title{color:#111827;align-items:center;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:flex}.recipe-original .section-icon{background:#fed7aa;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;margin-right:.75rem;font-size:1rem;display:flex}.recipe-original .ingredients-box{background:#f9fafb;border-radius:.5rem;padding:1.5rem}.recipe-original .ingredient-list{margin:0;padding:0;list-style:none}.recipe-original .ingredient-item{align-items:flex-start;margin-bottom:.75rem;display:flex}.recipe-original .ingredient-bullet{background:#fb923c;border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem;margin-top:.5rem;margin-right:.75rem}.recipe-original .ingredient-quantity{color:#111827;font-weight:500}.recipe-original .ingredient-name{color:#374151;margin-left:.25rem}.recipe-original .ingredient-notes{color:#6b7280;margin-left:.25rem;font-size:.875rem;font-style:italic}.recipe-original .instruction-item{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:1rem;padding:1.5rem}.recipe-original .instruction-content{align-items:flex-start;display:flex}.recipe-original .step-number{color:#fff;background:#3b82f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;margin-right:1rem;font-weight:700;display:flex}.recipe-original .instruction-text{color:#111827;line-height:1.75}.recipe-original .tip-box{background:#fefce8;border-left:4px solid #facc15;border-radius:.25rem;margin-top:.75rem;padding:.75rem}.recipe-original .tip-text{color:#a16207;font-size:.875rem}.recipe-original .tip-label{font-weight:500}.recipe-original .bottom-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;display:grid}.recipe-original .bottom-section{border-radius:.5rem;padding:1.5rem}.recipe-original .tips-section{background:#f0fdf4}.recipe-original .variations-section{background:#faf5ff}.recipe-original .nutrition-section{background:#eff6ff}.recipe-original .section-header{align-items:center;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.recipe-original .tips-header{color:#166534}.recipe-original .variations-header{color:#7c2d12}.recipe-original .nutrition-header{color:#1e40af}.recipe-original .list-item{align-items:flex-start;margin-bottom:.5rem;font-size:.875rem;display:flex}.recipe-original .list-bullet{border-radius:50%;flex-shrink:0;width:.375rem;height:.375rem;margin-top:.5rem;margin-right:.5rem}.recipe-original .tips-bullet{background:#4ade80}.recipe-original .variations-bullet{background:#a855f7}.recipe-original .tips-text{color:#166534}.recipe-original .variations-text{color:#7c2d12}.recipe-original .nutrition-item{justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.875rem;display:flex}.recipe-original .nutrition-label{color:#1d4ed8;font-weight:500}.recipe-original .nutrition-value{color:#2563eb}.recipe-original ul,.recipe-original ol{margin:0;padding:0}.recipe-original p,.recipe-original h1,.recipe-original h2,.recipe-original h3{margin:0}@media (max-width:1024px){.recipe-original .content-grid,.recipe-original .bottom-grid{grid-template-columns:1fr}}@media (max-width:768px){.recipe-original .recipe-image{max-width:100%;height:250px}}@media (max-width:480px){.recipe-original .recipe-image{height:200px}}
.recipe-vintage{color:#3c2414;background-image:radial-gradient(circle at 25px 25px,#8b451305 2%,#0000 50%),radial-gradient(circle at 75px 75px,#a0522d03 2%,#0000 50%);background-size:100px 100px;min-height:100vh;padding:2rem;font-family:Times New Roman,Georgia,serif}.recipe-vintage .recipe-container{background:#fefcf9;border:3px solid #8b4513;border-radius:15px;max-width:750px;margin:0 auto;padding:2.5rem;position:relative;overflow:hidden;box-shadow:0 8px 32px #8b451326,inset 0 1px 3px #fffc}.recipe-vintage .recipe-container:before{content:"";pointer-events:none;border:1px solid #d4a574;border-radius:8px;position:absolute;inset:15px}.recipe-vintage .recipe-container:after{content:"";pointer-events:none;background-color:#0000;background-image:linear-gradient(45deg,#0000 48%,#8b451308 49% 51%,#0000 52%),linear-gradient(-45deg,#0000 48%,#8b451305 49% 51%,#0000 52%);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:20px 20px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.recipe-vintage .recipe-header{text-align:center;z-index:1;border-bottom:2px dotted #8b4513;margin-bottom:2.5rem;padding-bottom:2rem;position:relative}.recipe-vintage .recipe-image-container{text-align:center;margin:0 auto 2rem;display:block}.recipe-vintage .recipe-image{-o-object-fit:cover;object-fit:cover;border:3px solid #8b4513;border-radius:10px;width:100%;max-width:550px;height:330px;margin:0 auto;display:block;box-shadow:0 8px 16px #8b451333,inset 0 1px 3px #ffffff4d}.recipe-vintage .recipe-title{color:#5d2c0a;text-shadow:2px 2px 4px #8b451333;letter-spacing:.02em;text-transform:capitalize;margin:0 0 1rem;font-family:Georgia,serif;font-size:2.8rem;font-weight:700}.recipe-vintage .recipe-description{color:#6b3e1a;max-width:500px;margin:0 auto;font-size:1.1rem;font-style:italic;line-height:1.6}.recipe-vintage .decorative-flourish{color:#8b4513;opacity:.6;margin:1rem 0;font-size:2rem}.recipe-vintage .meta-section{z-index:1;background:#8b45130d;border:2px solid #d4a574;border-radius:10px;margin-bottom:2.5rem;padding:1.5rem;position:relative}.recipe-vintage .meta-title{text-align:center;color:#5d2c0a;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1.5rem;font-family:Georgia,serif;font-size:1.2rem;font-weight:700}.recipe-vintage .meta-grid{text-align:center;grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.recipe-vintage .meta-item{background:#fefcf9;border:1px solid #d4a574;border-radius:8px;padding:1rem;box-shadow:inset 0 1px 3px #8b45131a}.recipe-vintage .meta-label{color:#8b4513;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.recipe-vintage .meta-value{color:#3c2414;font-size:1.1rem;font-weight:700}.recipe-vintage .meta-value.total{color:#8b4513;font-size:1.2rem}.recipe-vintage .section{z-index:1;margin-bottom:2.5rem;position:relative}.recipe-vintage .section-title{color:#5d2c0a;text-align:center;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1.5rem;padding-bottom:1rem;font-size:2rem;font-weight:700;position:relative}.recipe-vintage .section-title:after{content:"❦";color:#8b4513;font-size:1.5rem;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.recipe-vintage .ingredient-list{background:#fefcf9;border:2px solid #d4a574;border-radius:10px;margin:0;padding:1.5rem;list-style:none}.recipe-vintage .ingredient-item{border-bottom:1px dotted #8b45134d;align-items:baseline;margin-bottom:.75rem;padding:.5rem 0;display:flex;position:relative}.recipe-vintage .ingredient-item:last-child{border-bottom:none;margin-bottom:0}.recipe-vintage .ingredient-item:before{content:"✿";color:#8b4513;opacity:.7;margin-right:.75rem;font-size:.9rem}.recipe-vintage .ingredient-quantity{color:#8b4513;min-width:80px;margin-right:1rem;font-size:.95rem;font-weight:700}.recipe-vintage .ingredient-name{color:#3c2414;flex:1;line-height:1.5}.recipe-vintage .ingredient-notes{color:#6b3e1a;margin-left:.5rem;font-size:.9rem;font-style:italic}.recipe-vintage .instruction-list{margin:0;padding:0;list-style:none}.recipe-vintage .instruction-item{background:#fefcf9;border:2px solid #d4a574;border-radius:10px;margin-bottom:2rem;padding:1.5rem;position:relative;box-shadow:0 2px 8px #8b45131a}.recipe-vintage .step-number{color:#fefcf9;background:#8b4513;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:1rem;font-weight:700;display:flex;position:absolute;top:-12px;left:20px;box-shadow:0 2px 4px #8b45134d}.recipe-vintage .instruction-content{padding-top:.5rem}.recipe-vintage .instruction-text{color:#3c2414;text-align:justify;margin:0 0 1rem;font-size:1.05rem;line-height:1.7}.recipe-vintage .instruction-tip{color:#6b3e1a;background:#8b45130d;border:1px solid #d4a574;border-radius:6px;margin:0;padding:1rem;font-size:.95rem;font-style:italic;line-height:1.6;position:relative}.recipe-vintage .instruction-tip:before{content:"※ Tip: ";color:#8b4513;font-style:normal;font-weight:700}.recipe-vintage .bottom-section{z-index:1;background:#8b451308;border:2px solid #d4a574;border-radius:10px;margin-bottom:2rem;padding:2rem;position:relative}.recipe-vintage .bottom-title{text-align:center;color:#5d2c0a;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1.5rem;padding-bottom:.75rem;font-size:1.5rem;font-weight:700;position:relative}.recipe-vintage .bottom-title:after{content:"❦";color:#8b4513;font-size:1.2rem;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.recipe-vintage .simple-list{margin:0;padding:0;list-style:none}.recipe-vintage .simple-item{color:#3c2414;text-align:justify;margin-bottom:.75rem;padding-left:1.5rem;line-height:1.6;position:relative}.recipe-vintage .simple-item:before{content:"❋";color:#8b4513;font-size:.9rem;position:absolute;left:0}.recipe-vintage .nutrition-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-top:1rem;display:grid}.recipe-vintage .nutrition-item{text-align:center;background:#fefcf9;border:1px solid #d4a574;border-radius:8px;padding:1rem;box-shadow:inset 0 1px 3px #8b45131a}.recipe-vintage .nutrition-label{color:#8b4513;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.recipe-vintage .nutrition-value{color:#3c2414;font-size:1.1rem;font-weight:700}.recipe-vintage .paper-effect{position:relative}.recipe-vintage .paper-effect:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#8b451305 0%,#0000 20%),radial-gradient(circle at 80% 20%,#8b451304 0%,#0000 30%),radial-gradient(circle at 40% 80%,#8b451303 0%,#0000 20%);position:absolute;inset:0}@media (max-width:768px){.recipe-vintage{padding:1rem}.recipe-vintage .recipe-container{padding:1.5rem}.recipe-vintage .recipe-title{font-size:2.2rem}.recipe-vintage .meta-grid{grid-template-columns:1fr;gap:.75rem}.recipe-vintage .section-title{font-size:1.7rem}}@media (max-width:480px){.recipe-vintage .recipe-title{font-size:1.8rem}.recipe-vintage .section-title{font-size:1.4rem}.recipe-vintage .ingredient-item{flex-direction:column;align-items:flex-start}.recipe-vintage .ingredient-quantity{min-width:auto;margin-bottom:.25rem;margin-right:0}.recipe-vintage .nutrition-grid{grid-template-columns:repeat(2,1fr)}.recipe-vintage .recipe-image{max-width:100%;height:200px}}
