.recipe-card{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;color:#111827}.recipe-card,.recipe-card *,.recipe-card :after,.recipe-card :before{box-sizing:border-box}.recipe-card .recipe-container{max-width:1200px;margin:0 auto;padding:1.5rem;color:#111827}.recipe-card .hero-card{background:#ffffff;border-radius:1rem;border:1px solid #e0e0e0;box-shadow:0 1px 4px rgba(0,0,0,.1);overflow:hidden;margin-bottom:1.5rem}.recipe-card .hero-header{background:linear-gradient(90deg,#fb923c,#ec4899);padding:2rem;color:#ffffff}.recipe-card .recipe-image-container{margin:0 auto 2rem;text-align:center;display:block}.recipe-card .recipe-image{width:100%;max-width:700px;height:350px;-o-object-fit:cover;object-fit:cover;border-radius:16px;box-shadow:0 12px 32px rgba(0,0,0,.2);display:block;margin:0 auto}.recipe-card .hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#ffffff}.recipe-card .hero-description{font-size:1.25rem;opacity:.9;max-width:48rem;color:#ffffff}.recipe-card .stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:1.5rem;background:#ffffff;border-bottom:1px solid #f3f4f6}@media (min-width:768px){.recipe-card .stats-grid{grid-template-columns:repeat(4,1fr)}}.recipe-card .stat-card{text-align:center;padding:1rem;border-radius:.75rem}.recipe-card .stat-icon{font-size:1.875rem;margin-bottom:.5rem}.recipe-card .stat-label{font-size:.875rem;color:#6b7280;font-weight:500;margin-bottom:.25rem}.recipe-card .stat-value{font-size:1.25rem;font-weight:700;color:#111827}.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{display:grid;gap:1.5rem}@media (min-width:1024px){.recipe-card .main-grid{grid-template-columns:1fr 2fr}}.recipe-card .ingredients-card{background:#ffffff;border-radius:1rem;border:1px solid #e0e0e0;box-shadow:0 1px 4px rgba(0,0,0,.1);padding:1.5rem;height:-moz-fit-content;height:fit-content;position:sticky;top:1.5rem}.recipe-card .card-header{display:flex;align-items:center;margin-bottom:1.5rem}.recipe-card .card-icon{width:3rem;height:3rem;background:#fed7aa;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1rem;font-size:1.5rem}.recipe-card .card-title{font-size:1.5rem;font-weight:700;color:#111827}.recipe-card .ingredient-item{display:flex;align-items:center;padding:.75rem;background:#f9fafb;border-radius:.5rem;margin-bottom:.75rem;transition:background-color .2s}.recipe-card .ingredient-item:hover{background:#fed7aa}.recipe-card .ingredient-checkbox{width:1.25rem;height:1.25rem;margin-right:.75rem;cursor:pointer}.recipe-card .ingredient-label{flex:1;cursor:pointer;color:#111827}.recipe-card .ingredient-quantity{font-weight:600;color:#ea580c}.recipe-card .ingredient-name{color:#1f2937;margin-left:.5rem}.recipe-card .ingredient-notes{font-size:.875rem;color:#6b7280;font-style:italic;display:block}.recipe-card .instructions-card{background:#ffffff;border-radius:1rem;border:1px solid #e0e0e0;box-shadow:0 1px 4px rgba(0,0,0,.1);padding:1.5rem}.recipe-card .instructions-card .card-icon{background:#dbeafe}.recipe-card .instruction-item{position:relative;margin-bottom:1.5rem}.recipe-card .instruction-content{display:flex;align-items:flex-start}.recipe-card .step-number{width:2.5rem;height:2.5rem;background:linear-gradient(90deg,#3b82f6,#2563eb);color:#ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:1rem;flex-shrink:0;box-shadow:0 4px 6px rgba(0,0,0,.1)}.recipe-card .instruction-box{flex:1;background:#f9fafb;border-radius:.75rem;padding:1rem}.recipe-card .instruction-text{color:#111827;line-height:1.75;margin-bottom:.75rem}.recipe-card .tip-box{background:#fef3c7;border-left:4px solid #facc15;padding:.75rem;border-radius:.25rem}.recipe-card .tip-text{font-size:.875rem;color:#a16207}.recipe-card .tip-label{font-weight:600}.recipe-card .connector-line{position:absolute;left:1.25rem;top:3rem;width:2px;height:1.5rem;background:#dbeafe}.recipe-card .bottom-grid{display:grid;gap:1.5rem;margin-top:1.5rem}@media (min-width:768px){.recipe-card .bottom-grid{grid-template-columns:repeat(3,1fr)}}.recipe-card .bottom-card{background:#ffffff;border-radius:1rem;border:1px solid #e0e0e0;box-shadow:0 1px 4px rgba(0,0,0,.1);padding:1.5rem}.recipe-card .bottom-card-header{display:flex;align-items:center;margin-bottom:1rem}.recipe-card .bottom-card-icon{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:.75rem;font-size:1.25rem}.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{list-style:none;margin:0;padding:0}.recipe-card .bottom-list-item{display:flex;align-items:flex-start;padding:.75rem;border-radius:.5rem;margin-bottom:.75rem}.recipe-card .tips-item{background:#f0fdf4}.recipe-card .variations-item{background:#faf5ff}.recipe-card .bottom-bullet{width:.5rem;height:.5rem;border-radius:50%;margin-top:.5rem;margin-right:.75rem;flex-shrink:0}.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{display:flex;justify-content:space-between;align-items:center;padding:.5rem;border-radius:.25rem;margin-bottom:.5rem;transition:background-color .2s}.recipe-card .nutrition-item:hover{background:#eff6ff}.recipe-card .nutrition-label{font-size:.875rem;color:#1d4ed8;font-weight:500}.recipe-card .nutrition-value{font-size:.875rem;color:#2563eb;font-weight:600}.recipe-card ol,.recipe-card ul{margin:0;padding:0}.recipe-card h1,.recipe-card h2,.recipe-card h3,.recipe-card p{margin:0}@media (max-width:1024px){.recipe-card .bottom-grid,.recipe-card .content-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{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;color:#1e293b;line-height:1.5;max-width:480px;margin:0 auto}.recipe-compact .recipe-container{background:#ffffff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);overflow:hidden}.recipe-compact .recipe-header{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;padding:1.5rem 1rem;text-align:center}.recipe-compact .recipe-image-container{margin:0 auto 1rem;text-align:center;display:block}.recipe-compact .recipe-image{width:100%;max-width:100%;height:180px;-o-object-fit:cover;object-fit:cover;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);display:block;margin:0 auto}.recipe-compact .recipe-title{font-size:1.5rem;font-weight:700;margin:0 0 .75rem;line-height:1.3}.recipe-compact .recipe-description{font-size:.9rem;margin:0;opacity:.95;line-height:1.4}.recipe-compact .content{padding:1rem}.recipe-compact .meta-section{background:#f1f5f9;border-radius:8px;padding:1rem;margin-bottom:1.5rem;border-left:4px solid #3b82f6}.recipe-compact .meta-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.recipe-compact .meta-item{text-align:center;padding:.75rem .5rem;background:white;border-radius:6px;border:1px solid #e2e8f0}.recipe-compact .meta-label{display:block;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.recipe-compact .meta-value{font-size:.9rem;font-weight:700;color:#1e293b}.recipe-compact .meta-value.total{color:#3b82f6}.recipe-compact .section{margin-bottom:1.5rem}.recipe-compact .section-title{font-size:1.1rem;font-weight:700;margin:0 0 .75rem;color:#1e293b;display:flex;align-items:center;gap:.5rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.recipe-compact .section-title:before{content:"";width:4px;height:1.2rem;background:#3b82f6;border-radius:2px}.recipe-compact .ingredient-list{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.recipe-compact .ingredient-item{display:flex;align-items:center;padding:.75rem;background:#f8fafc;border-radius:6px;border:1px solid #e2e8f0;font-size:.9rem;transition:all .2s ease}.recipe-compact .ingredient-item:hover{background:#f1f5f9;border-color:#cbd5e1}.recipe-compact .ingredient-quantity{font-weight:700;color:#3b82f6;min-width:60px;margin-right:.75rem;font-size:.85rem;text-align:right}.recipe-compact .ingredient-name{flex:1;color:#1e293b;line-height:1.4}.recipe-compact .ingredient-notes{font-style:italic;color:#64748b;font-size:.8rem;margin-left:.5rem}.recipe-compact .instruction-list{list-style:none;padding:0;margin:0;display:grid;gap:1rem}.recipe-compact .instruction-item{display:flex;gap:.75rem;background:#f8fafc;border-radius:8px;padding:1rem;border:1px solid #e2e8f0}.recipe-compact .step-number{background:#3b82f6;color:white;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;flex-shrink:0;margin-top:.125rem}.recipe-compact .instruction-content{flex:1;min-width:0}.recipe-compact .instruction-text{margin:0 0 .5rem;font-size:.9rem;line-height:1.5;color:#1e293b}.recipe-compact .instruction-tip{margin:0;padding:.75rem;background:#fef3c7;border:1px solid #fcd34d;border-radius:6px;font-size:.8rem;color:#92400e;line-height:1.4}.recipe-compact .instruction-tip:before{content:"💡 ";margin-right:.25rem}.recipe-compact .collapsible-section{margin-bottom:1rem}.recipe-compact .collapsible-header{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;padding:.75rem 1rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between}.recipe-compact .collapsible-header:hover{background:#e2e8f0}.recipe-compact .collapsible-title{font-size:1rem;font-weight:600;color:#1e293b;margin:0}.recipe-compact .collapsible-icon{font-size:.8rem;color:#64748b;transition:transform .2s ease}.recipe-compact .collapsible-content{padding:1rem;border:1px solid #e2e8f0;border-top:none;border-radius:0 0 6px 6px;background:white}.recipe-compact .collapsible-section.open .collapsible-icon{transform:rotate(180deg)}.recipe-compact .simple-list{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.recipe-compact .simple-item{padding:.75rem;background:#f8fafc;border-radius:6px;border-left:3px solid #3b82f6;font-size:.9rem;line-height:1.4;color:#1e293b}.recipe-compact .nutrition-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:.75rem}.recipe-compact .nutrition-item{text-align:center;padding:.75rem .5rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px}.recipe-compact .nutrition-label{display:block;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.recipe-compact .nutrition-value{font-size:.9rem;font-weight:700;color:#1e293b}.recipe-compact .quick-actions{position:sticky;bottom:0;background:white;padding:.75rem 1rem;border-top:1px solid #e2e8f0;display:flex;gap:.5rem;margin:1rem -1rem -1rem}.recipe-compact .quick-action-btn{flex:1;padding:.5rem;border:1px solid #cbd5e1;background:#f8fafc;border-radius:6px;font-size:.8rem;font-weight:600;color:#475569;text-align:center;cursor:pointer;transition:all .2s ease}.recipe-compact .quick-action-btn:hover{background:#e2e8f0;border-color:#94a3b8}.recipe-compact .quick-action-btn.primary{background:#3b82f6;color:white;border-color:#2563eb}.recipe-compact .quick-action-btn.primary:hover{background:#2563eb}.recipe-compact .badge{display:inline-block;padding:.25rem .5rem;background:#dbeafe;color:#1e40af;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.recipe-compact .difficulty-badge{background:#dcfce7;color:#166534}.recipe-compact .time-badge{background:#fef3c7;color:#92400e}@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{min-width:auto;margin-right:0;text-align:left}}@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{font-family:Georgia,Times New Roman,serif;background:black;min-height:100vh;color:#2c2c2c;max-width:800px;margin:0 auto}.recipe-elegant .recipe-container{background:rgba(255,255,255,.95);border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.04);padding:3rem;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.recipe-elegant .recipe-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e8e9ea;position:relative}.recipe-elegant .recipe-image-container{margin:0 auto 2rem;position:relative;display:block;text-align:center;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.15)}.recipe-elegant .recipe-image{width:100%;height:300px;-o-object-fit:cover;object-fit:cover;display:block;margin:0 auto;transition:transform .3s ease}.recipe-elegant .recipe-image:hover{transform:scale(1.02)}.recipe-elegant .recipe-header:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translateX(-50%);width:60px;height:2px;background:linear-gradient(45deg,#c9a96e,#edc967)}.recipe-elegant .recipe-title{font-size:2.5rem;font-weight:400;letter-spacing:-.02em;margin:0 0 1rem;color:#1a1a1a;text-shadow:0 2px 4px rgba(0,0,0,.05)}.recipe-elegant .recipe-description{font-size:1.125rem;line-height:1.6;color:#666;font-style:italic;max-width:600px;margin:0 auto}.recipe-elegant .meta-section{margin-bottom:3rem;padding:2rem;background:linear-gradient(145deg,#f8f9fa,#ffffff);border-radius:12px;border:1px solid #e8e9ea}.recipe-elegant .meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem;text-align:center}.recipe-elegant .meta-item{position:relative}.recipe-elegant .meta-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#8b8b8b;margin-bottom:.5rem}.recipe-elegant .meta-value{font-size:1.25rem;font-weight:600;color:#2c2c2c}.recipe-elegant .meta-value.total{color:#c9a96e;font-weight:700}.recipe-elegant .section{margin-bottom:3rem}.recipe-elegant .section-title{font-size:1.75rem;font-weight:600;margin:0 0 1.5rem;color:#1a1a1a;position:relative;padding-bottom:.75rem;border-bottom:1px solid #e8e9ea}.recipe-elegant .section-title:before{content:"";position:absolute;bottom:-1px;left:0;width:40px;height:1px;background:#c9a96e}.recipe-elegant .ingredient-list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.recipe-elegant .ingredient-item{display:flex;align-items:baseline;padding:1rem;background:rgba(249,250,251,.8);border-radius:8px;border-left:3px solid #c9a96e;transition:all .2s ease}.recipe-elegant .ingredient-item:hover{background:rgba(249,250,251,1);transform:translateX(2px)}.recipe-elegant .ingredient-quantity{font-weight:600;color:#c9a96e;min-width:80px;margin-right:1rem;font-size:.95rem}.recipe-elegant .ingredient-name{flex:1;line-height:1.5;color:#2c2c2c}.recipe-elegant .ingredient-notes{font-style:italic;color:#666;font-size:.9rem;margin-left:.5rem}.recipe-elegant .instruction-list{list-style:none;padding:0;margin:0;counter-reset:step-counter}.recipe-elegant .instruction-item{counter-increment:step-counter;display:flex;margin-bottom:2rem;position:relative}.recipe-elegant .step-number{display:none}.recipe-elegant .instruction-item:before{content:counter(step-counter);background:linear-gradient(135deg,#c9a96e,#edc967);color:white;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;box-shadow:0 4px 12px rgba(201,169,110,.3)}.recipe-elegant .instruction-content{flex:1;padding-top:.25rem}.recipe-elegant .instruction-text{margin:0 0 .75rem;line-height:1.7;font-size:1.05rem;color:#2c2c2c}.recipe-elegant .instruction-tip{margin:0;padding:1rem;background:rgba(201,169,110,.1);border-radius:8px;border-left:3px solid #c9a96e;font-style:italic;color:#5a5a5a;font-size:.95rem;line-height:1.6}.recipe-elegant .bottom-section{margin-bottom:2.5rem;padding:2rem;background:linear-gradient(145deg,#fafbfc,#ffffff);border-radius:12px;border:1px solid #e8e9ea}.recipe-elegant .bottom-title{font-size:1.4rem;font-weight:600;margin:0 0 1.25rem;color:#1a1a1a;position:relative;padding-bottom:.5rem}.recipe-elegant .bottom-title:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:#c9a96e}.recipe-elegant .simple-list{list-style:none;padding:0;margin:0}.recipe-elegant .simple-item{margin-bottom:.75rem;padding-left:1.5rem;position:relative;line-height:1.6;color:#2c2c2c}.recipe-elegant .simple-item:before{content:"→";position:absolute;left:0;color:#c9a96e;font-weight:600}.recipe-elegant .nutrition-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-top:1rem}.recipe-elegant .nutrition-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:rgba(249,250,251,.8);border-radius:8px;border-top:2px solid #c9a96e}.recipe-elegant .nutrition-label{font-weight:500;color:#5a5a5a;font-size:.9rem}.recipe-elegant .nutrition-value{font-weight:600;color:#2c2c2c;font-size:.95rem}@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;font-size:1rem;margin-right: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{margin-right:0;margin-bottom:.25rem;min-width:auto}.recipe-elegant .recipe-image{max-width:100%;height:180px}}.recipe-magazine{font-family:Helvetica Neue,Arial,sans-serif;background:#ffffff;min-height:100vh;color:#1a1a1a;line-height:1.5;max-width:900px;margin:0 auto}.recipe-magazine .recipe-container{background:#ffffff;box-shadow:0 0 40px rgba(0,0,0,.08)}.recipe-magazine .recipe-header{background:linear-gradient(135deg,#2c3e50,#34495e);color:white;padding:4rem 3rem 3rem;position:relative;overflow:hidden}.recipe-magazine .recipe-image-container{margin:0 auto 2rem;text-align:center;display:block}.recipe-magazine .recipe-image{width:100%;max-width:800px;height:400px;-o-object-fit:cover;object-fit:cover;border-radius:8px;box-shadow:0 12px 24px rgba(0,0,0,.3);display:block;margin:0 auto}.recipe-magazine .recipe-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;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") repeat}.recipe-magazine .recipe-header>*{position:relative;z-index:1}.recipe-magazine .recipe-title{font-size:3rem;font-weight:300;letter-spacing:-.02em;margin:0 0 1rem;text-transform:uppercase;font-family:Georgia,serif}.recipe-magazine .recipe-description{font-size:1.2rem;margin:0;opacity:.95;font-weight:300;max-width:600px}.recipe-magazine .content-wrapper{padding:3rem;display:grid;grid-template-columns:1fr 300px;gap:3rem;align-items:start}.recipe-magazine .meta-section{background:#f8f9fa;padding:2rem;border-radius:8px;border-left:4px solid #e74c3c;margin-bottom:2rem}.recipe-magazine .meta-title{font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1.5rem;color:#e74c3c}.recipe-magazine .meta-grid{display:grid;grid-template-columns:1fr;gap:1rem}.recipe-magazine .meta-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e9ecef}.recipe-magazine .meta-item:last-child{border-bottom:none}.recipe-magazine .meta-label{font-weight:600;color:#495057;font-size:.9rem}.recipe-magazine .meta-value{font-weight:700;color:#212529;font-size:1rem}.recipe-magazine .meta-value.total{color:#e74c3c;font-size:1.1rem}.recipe-magazine .section{margin-bottom:3rem}.recipe-magazine .section-title{font-size:1.8rem;font-weight:700;margin:0 0 1.5rem;color:#2c3e50;text-transform:uppercase;letter-spacing:.02em;position:relative;padding-bottom:.75rem}.recipe-magazine .section-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:#e74c3c}.recipe-magazine .ingredient-list{list-style:none;padding:0;margin:0;background:#ffffff;border:1px solid #e9ecef;border-radius:8px;overflow:hidden}.recipe-magazine .ingredient-item{display:flex;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #f1f3f4;transition:background-color .2s ease}.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{font-weight:700;color:#e74c3c;min-width:90px;margin-right:1rem;font-size:.95rem;text-align:right}.recipe-magazine .ingredient-name{flex:1;color:#212529;font-weight:500}.recipe-magazine .ingredient-notes{font-style:italic;color:#6c757d;font-size:.9rem;margin-left:.5rem}.recipe-magazine .instruction-list{list-style:none;padding:0;margin:0}.recipe-magazine .instruction-item{display:flex;margin-bottom:2.5rem;background:#ffffff;border:1px solid #e9ecef;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.04)}.recipe-magazine .step-number{background:#e74c3c;color:white;width:60px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0}.recipe-magazine .instruction-content{padding:1.5rem;flex:1}.recipe-magazine .instruction-text{margin:0 0 1rem;line-height:1.6;font-size:1.05rem;color:#212529}.recipe-magazine .instruction-tip{margin:0;padding:1rem;background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;color:#856404;font-size:.95rem;line-height:1.5;position:relative}.recipe-magazine .instruction-tip:before{content:"💡";margin-right:.5rem}.recipe-magazine .bottom-section{background:#f8f9fa;padding:2rem;border-radius:8px;margin-bottom:2rem;border-left:4px solid #17a2b8}.recipe-magazine .bottom-title{font-size:1.3rem;font-weight:700;margin:0 0 1.25rem;color:#17a2b8;text-transform:uppercase;letter-spacing:.02em}.recipe-magazine .simple-list{list-style:none;padding:0;margin:0}.recipe-magazine .simple-item{margin-bottom:.75rem;padding:.75rem 1rem;background:#ffffff;border-radius:4px;border-left:3px solid #17a2b8;color:#212529;line-height:1.5}.recipe-magazine .nutrition-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-top:1rem}.recipe-magazine .nutrition-item{text-align:center;padding:1rem;background:#ffffff;border-radius:6px;border:2px solid #e9ecef;transition:border-color .2s ease}.recipe-magazine .nutrition-item:hover{border-color:#17a2b8}.recipe-magazine .nutrition-label{display:block;font-weight:600;color:#6c757d;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.recipe-magazine .nutrition-value{font-weight:700;color:#212529;font-size:1.1rem}.recipe-magazine .pull-quote{font-size:1.2rem;font-style:italic;color:#e74c3c;text-align:center;padding:2rem;margin:2rem 0;border-top:3px solid #e74c3c;border-bottom:3px solid #e74c3c;background:#fff8f8;position:relative}.recipe-magazine .pull-quote:after,.recipe-magazine .pull-quote:before{content:'"';font-size:3rem;color:#e74c3c;opacity:.3;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{flex-direction:column;align-items:flex-start;text-align:left}.recipe-magazine .ingredient-quantity{margin-right:0;margin-bottom:.25rem;min-width:auto;text-align:left}.recipe-magazine .nutrition-grid{grid-template-columns:repeat(2,1fr)}.recipe-magazine .recipe-image{max-width:100%;height:200px}}.recipe-minimal{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.75;color:#333}.recipe-minimal,.recipe-minimal *,.recipe-minimal :after,.recipe-minimal :before{box-sizing:border-box}.recipe-minimal .recipe-container{max-width:768px;margin:0 auto;padding:4rem;background:#ffffff;color:#333}.recipe-minimal .recipe-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.recipe-minimal .recipe-image-container{margin:0 auto 2rem;text-align:center;display:block}.recipe-minimal .recipe-image{width:100%;max-width:650px;height:325px;-o-object-fit:cover;object-fit:cover;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);display:block;margin:0 auto}.recipe-minimal .recipe-title{font-size:2.5rem;font-weight:300;color:#111827;margin-bottom:1.5rem;letter-spacing:.025em}.recipe-minimal .recipe-description{font-size:1.125rem;color:#6b7280;line-height:1.75;max-width:42rem;margin:0 auto}.recipe-minimal .meta-section{margin-bottom:3rem}.recipe-minimal .meta-grid{display:flex;justify-content:center;gap:3rem;text-align:center}.recipe-minimal .meta-label{font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;color:#6b7280;margin-bottom:.25rem}.recipe-minimal .meta-value{font-size:1.125rem;color:#111827}.recipe-minimal .meta-value.total{font-weight:500}.recipe-minimal .section{margin-bottom:3rem}.recipe-minimal .section-title{font-size:1.25rem;font-weight:300;color:#111827;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.recipe-minimal .ingredient-list{list-style:none;margin:0;padding:0}.recipe-minimal .ingredient-item{display:flex;color:#1f2937;margin-bottom:.5rem}.recipe-minimal .ingredient-quantity{font-weight:500;color:#111827;width:5rem;flex-shrink:0}.recipe-minimal .ingredient-name{flex:1;color:#1f2937}.recipe-minimal .ingredient-notes{font-size:.875rem;color:#6b7280;font-style:italic;margin-left:.25rem}.recipe-minimal .instruction-list{list-style:none;margin:0;padding:0}.recipe-minimal .instruction-item{display:flex;margin-bottom:1.5rem}.recipe-minimal .step-number{color:#9ca3af;font-weight:300;font-size:1.125rem;width:2rem;flex-shrink:0;margin-top:.25rem}.recipe-minimal .instruction-content{flex:1}.recipe-minimal .instruction-text{color:#1f2937;line-height:1.75;margin-bottom:.5rem}.recipe-minimal .instruction-tip{font-size:.875rem;color:#6b7280;font-style:italic;border-left:2px solid #e5e7eb;padding-left:1rem}.recipe-minimal .bottom-section{margin-bottom:2rem}.recipe-minimal .bottom-title{font-size:1.125rem;font-weight:300;color:#111827;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.recipe-minimal .simple-list{list-style:none;margin:0;padding:0}.recipe-minimal .simple-item{color:#374151;font-size:.875rem;line-height:1.75;margin-bottom:.5rem}.recipe-minimal .nutrition-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 1rem;font-size:.875rem}.recipe-minimal .nutrition-item{display:flex;justify-content:space-between}.recipe-minimal .nutrition-label{color:#6b7280}.recipe-minimal .nutrition-value{color:#1f2937}.recipe-minimal ol,.recipe-minimal ul{margin:0;padding:0}.recipe-minimal h1,.recipe-minimal h2,.recipe-minimal h3,.recipe-minimal p{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{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#000000;color:#ffffff}.recipe-modern,.recipe-modern *,.recipe-modern :after,.recipe-modern :before{box-sizing:border-box}.recipe-modern .hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 0;overflow:hidden;background:#000000}.recipe-modern .hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,#7c2d12,#dc2626,#000);opacity:.9}.recipe-modern .hero-pattern{position:absolute;inset:0;opacity:.2;background-image:radial-gradient(circle at 25px 25px,rgba(255,255,255,.1) 2px,transparent 0);background-size:50px 50px}.recipe-modern .hero-content{position:relative;z-index:10;text-align:center;max-width:1024px;margin:0 auto;padding:0 2rem}.recipe-modern .recipe-image-container{margin:0 auto 2.5rem;text-align:center;display:block}.recipe-modern .recipe-image{width:100%;max-width:750px;height:375px;-o-object-fit:cover;object-fit:cover;border-radius:12px;box-shadow:0 16px 40px rgba(0,0,0,.4);border:2px solid rgba(255,255,255,.1);display:block;margin:0 auto}.recipe-modern .hero-title{font-size:clamp(3rem,8vw,5rem);font-weight:900;margin-bottom:1.5rem;background:linear-gradient(90deg,#fb923c,#facc15);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.recipe-modern .hero-description{font-size:clamp(1.25rem,3vw,1.5rem);color:#d1d5db;line-height:1.75;max-width:42rem;margin:0 auto}.recipe-modern .hero-stats{display:flex;justify-content:center;gap:2rem;margin-top:3rem}.recipe-modern .hero-stat{background:rgba(255,255,255,.1);backdrop-filter:blur(8px);border-radius:1rem;padding:1.5rem;border:1px solid rgba(255,255,255,.2)}.recipe-modern .hero-stat-value{font-size:1.875rem;font-weight:700;color:#fb923c}.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{position:relative;background:#000000;color:#ffffff}.recipe-modern .recipe-container{max-width:1400px;margin:0 auto;padding:3rem;background:#000000;color:#ffffff}.recipe-modern .time-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem}.recipe-modern .time-card{text-align:center;padding:2rem;border-radius:1.5rem}.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{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#ffffff}.recipe-modern .time-label{font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;opacity:.8;color:#ffffff}.recipe-modern .main-grid{display:grid;gap:3rem;margin-bottom:4rem}@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{font-size:2.5rem;font-weight:900;margin-bottom:2rem;background:linear-gradient(90deg,#fb923c,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.recipe-modern .ingredient-item{background:#111827;border-radius:1rem;padding:1rem;border:1px solid #374151;margin-bottom:1rem;transition:border-color .3s}.recipe-modern .ingredient-item:hover{border-color:#ea580c}.recipe-modern .ingredient-content{display:flex;align-items:center}.recipe-modern .ingredient-bullet{width:.75rem;height:.75rem;background:linear-gradient(90deg,#fb923c,#dc2626);border-radius:50%;margin-right:1rem;flex-shrink:0}.recipe-modern .ingredient-quantity{color:#fb923c;font-weight:700;font-size:1.125rem}.recipe-modern .ingredient-name{color:#ffffff;margin-left:.75rem}.recipe-modern .ingredient-notes{color:#9ca3af;font-size:.875rem;margin-top:.25rem}.recipe-modern .instructions-title{background:linear-gradient(90deg,#60a5fa,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.recipe-modern .instruction-item{position:relative;margin-bottom:2rem}.recipe-modern .instruction-content{display:flex;align-items:flex-start}.recipe-modern .step-number{width:4rem;height:4rem;background:linear-gradient(90deg,#3b82f6,#7c3aed);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-right:1.5rem;flex-shrink:0;box-shadow:0 8px 25px rgba(0,0,0,.3);font-size:1.5rem;font-weight:900;color:#ffffff}.recipe-modern .instruction-box{flex:1;background:#111827;border-radius:1rem;padding:1.5rem;border:1px solid #374151}.recipe-modern .instruction-text{color:#ffffff;font-size:1.125rem;line-height:1.75;margin-bottom:1rem}.recipe-modern .instruction-tip{background:linear-gradient(90deg,rgba(180,83,9,.5),rgba(194,65,12,.5));border:1px solid rgba(180,83,9,.3);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{display:grid;gap:2rem}@media (min-width:768px){.recipe-modern .bottom-grid{grid-template-columns:repeat(3,1fr)}}.recipe-modern .bottom-card{border-radius:1.5rem;padding:2rem;border:1px solid}.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{font-size:1.5rem;font-weight:900;margin-bottom:1.5rem}.recipe-modern .tips-title{color:#6ee7b7}.recipe-modern .variations-title{color:#d8b4fe}.recipe-modern .nutrition-title{color:#93c5fd}.recipe-modern .bottom-list{list-style:none;margin:0;padding:0}.recipe-modern .bottom-item{display:flex;align-items:flex-start;margin-bottom:1rem;font-size:1rem;line-height:1.25}.recipe-modern .bottom-bullet{width:.5rem;height:.5rem;border-radius:50%;margin-top:.5rem;margin-right:.75rem;flex-shrink:0}.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{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.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 ol,.recipe-modern ul{margin:0;padding:0}.recipe-modern h1,.recipe-modern h2,.recipe-modern h3,.recipe-modern p{margin:0}@media (max-width:768px){.recipe-modern .hero-stats{flex-direction:column;align-items:center}.recipe-modern .main-grid,.recipe-modern .time-grid{grid-template-columns:1fr}.recipe-modern .ingredients-section{position:static}.recipe-modern .recipe-image{max-width:100%;height:200px}}.recipe-original{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;max-width:1024px;margin:0 auto}.recipe-original,.recipe-original *,.recipe-original :after,.recipe-original :before{box-sizing:border-box}.recipe-original .recipe-container{padding:4rem;background:#ffffff;color:#333}.recipe-original .recipe-header{text-align:center;margin-bottom:2rem;border-bottom:2px solid #e5e7eb}.recipe-original .recipe-image-container{margin:0 auto 2rem;text-align:center;display:block}.recipe-original .recipe-image{width:100%;max-width:700px;height:350px;-o-object-fit:cover;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12);display:block;margin:0 auto}.recipe-original .recipe-title{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.recipe-original .recipe-description{font-size:1.125rem;color:#6b7280;max-width:42rem;margin:0 auto;line-height:1.75}.recipe-original .meta-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin:3rem 0}.recipe-original .meta-item{text-align:center}.recipe-original .meta-label{font-size:.875rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.recipe-original .meta-value{font-size:1.125rem;font-weight:600;color:#111827}.recipe-original .meta-value.highlight{color:#ea580c}.recipe-original .content-grid{display:grid;grid-template-columns:1fr 2fr;gap:2rem}.recipe-original .section-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem;display:flex;align-items:center}.recipe-original .section-icon{width:2rem;height:2rem;background:#fed7aa;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:.75rem;font-size:1rem}.recipe-original .ingredients-box{background:#f9fafb;border-radius:.5rem;padding:1.5rem}.recipe-original .ingredient-list{list-style:none;margin:0;padding:0}.recipe-original .ingredient-item{display:flex;align-items:flex-start;margin-bottom:.75rem}.recipe-original .ingredient-bullet{width:.5rem;height:.5rem;background:#fb923c;border-radius:50%;margin-top:.5rem;margin-right:.75rem;flex-shrink:0}.recipe-original .ingredient-quantity{font-weight:500;color:#111827}.recipe-original .ingredient-name{color:#374151;margin-left:.25rem}.recipe-original .ingredient-notes{font-size:.875rem;color:#6b7280;font-style:italic;margin-left:.25rem}.recipe-original .instruction-item{background:#ffffff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;margin-bottom:1rem}.recipe-original .instruction-content{display:flex;align-items:flex-start}.recipe-original .step-number{width:2rem;height:2rem;background:#3b82f6;color:#ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:1rem;flex-shrink:0}.recipe-original .instruction-text{color:#111827;line-height:1.75}.recipe-original .tip-box{margin-top:.75rem;padding:.75rem;background:#fefce8;border-left:4px solid #facc15;border-radius:.25rem}.recipe-original .tip-text{font-size:.875rem;color:#a16207}.recipe-original .tip-label{font-weight:500}.recipe-original .bottom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.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{font-size:1.25rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center}.recipe-original .tips-header{color:#166534}.recipe-original .variations-header{color:#7c2d12}.recipe-original .nutrition-header{color:#1e40af}.recipe-original .list-item{font-size:.875rem;margin-bottom:.5rem;display:flex;align-items:flex-start}.recipe-original .list-bullet{width:.375rem;height:.375rem;border-radius:50%;margin-top:.5rem;margin-right:.5rem;flex-shrink:0}.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{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;margin-bottom:.5rem}.recipe-original .nutrition-label{color:#1d4ed8;font-weight:500}.recipe-original .nutrition-value{color:#2563eb}.recipe-original ol,.recipe-original ul{margin:0;padding:0}.recipe-original h1,.recipe-original h2,.recipe-original h3,.recipe-original p{margin:0}@media (max-width:1024px){.recipe-original .bottom-grid,.recipe-original .content-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{font-family:Times New Roman,Georgia,serif;background-image:radial-gradient(circle at 25px 25px,rgba(139,69,19,.02) 2%,transparent 50%),radial-gradient(circle at 75px 75px,rgba(160,82,45,.01) 2%,transparent 50%);background-size:100px 100px;min-height:100vh;padding:2rem;color:#3c2414}.recipe-vintage .recipe-container{max-width:750px;margin:0 auto;background:#fefcf9;border:3px solid #8b4513;border-radius:15px;box-shadow:0 8px 32px rgba(139,69,19,.15),inset 0 1px 3px rgba(255,255,255,.8);padding:2.5rem;position:relative;overflow:hidden}.recipe-vintage .recipe-container:before{content:"";position:absolute;top:15px;left:15px;right:15px;bottom:15px;border:1px solid #d4a574;border-radius:8px;pointer-events:none}.recipe-vintage .recipe-container:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 48%,rgba(139,69,19,.03) 49%,rgba(139,69,19,.03) 51%,transparent 52%),linear-gradient(-45deg,transparent 48%,rgba(139,69,19,.02) 49%,rgba(139,69,19,.02) 51%,transparent 52%);background-size:20px 20px;pointer-events:none}.recipe-vintage .recipe-header{text-align:center;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:2px dotted #8b4513;position:relative;z-index:1}.recipe-vintage .recipe-image-container{margin:0 auto 2rem;text-align:center;display:block}.recipe-vintage .recipe-image{width:100%;max-width:550px;height:330px;-o-object-fit:cover;object-fit:cover;border-radius:10px;border:3px solid #8b4513;box-shadow:0 8px 16px rgba(139,69,19,.2),inset 0 1px 3px rgba(255,255,255,.3);display:block;margin:0 auto}.recipe-vintage .recipe-title{font-size:2.8rem;font-weight:700;margin:0 0 1rem;color:#5d2c0a;text-shadow:2px 2px 4px rgba(139,69,19,.2);font-family:Georgia,serif;letter-spacing:.02em;text-transform:capitalize}.recipe-vintage .recipe-description{font-size:1.1rem;line-height:1.6;color:#6b3e1a;font-style:italic;max-width:500px;margin:0 auto}.recipe-vintage .decorative-flourish{font-size:2rem;color:#8b4513;margin:1rem 0;opacity:.6}.recipe-vintage .meta-section{background:rgba(139,69,19,.05);border:2px solid #d4a574;border-radius:10px;padding:1.5rem;margin-bottom:2.5rem;position:relative;z-index:1}.recipe-vintage .meta-title{font-size:1.2rem;font-weight:700;text-align:center;margin:0 0 1.5rem;color:#5d2c0a;text-transform:uppercase;letter-spacing:.1em;font-family:Georgia,serif}.recipe-vintage .meta-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;text-align:center}.recipe-vintage .meta-item{padding:1rem;background:#fefcf9;border:1px solid #d4a574;border-radius:8px;box-shadow:inset 0 1px 3px rgba(139,69,19,.1)}.recipe-vintage .meta-label{display:block;font-size:.9rem;font-weight:600;color:#8b4513;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.recipe-vintage .meta-value{font-size:1.1rem;font-weight:700;color:#3c2414}.recipe-vintage .meta-value.total{color:#8b4513;font-size:1.2rem}.recipe-vintage .section{margin-bottom:2.5rem;position:relative;z-index:1}.recipe-vintage .section-title{font-size:2rem;font-weight:700;margin:0 0 1.5rem;color:#5d2c0a;text-align:center;text-transform:uppercase;letter-spacing:.05em;position:relative;padding-bottom:1rem}.recipe-vintage .section-title:after{content:"❦";position:absolute;bottom:0;left:50%;transform:translateX(-50%);font-size:1.5rem;color:#8b4513}.recipe-vintage .ingredient-list{list-style:none;margin:0;background:#fefcf9;border:2px solid #d4a574;border-radius:10px;padding:1.5rem}.recipe-vintage .ingredient-item{display:flex;align-items:baseline;margin-bottom:.75rem;padding:.5rem 0;border-bottom:1px dotted rgba(139,69,19,.3);position:relative}.recipe-vintage .ingredient-item:last-child{border-bottom:none;margin-bottom:0}.recipe-vintage .ingredient-item:before{content:"✿";color:#8b4513;margin-right:.75rem;font-size:.9rem;opacity:.7}.recipe-vintage .ingredient-quantity{font-weight:700;color:#8b4513;min-width:80px;margin-right:1rem;font-size:.95rem}.recipe-vintage .ingredient-name{flex:1;line-height:1.5;color:#3c2414}.recipe-vintage .ingredient-notes{font-style:italic;color:#6b3e1a;font-size:.9rem;margin-left:.5rem}.recipe-vintage .instruction-list{list-style:none;padding:0;margin:0}.recipe-vintage .instruction-item{margin-bottom:2rem;background:#fefcf9;border:2px solid #d4a574;border-radius:10px;padding:1.5rem;position:relative;box-shadow:0 2px 8px rgba(139,69,19,.1)}.recipe-vintage .step-number{position:absolute;top:-12px;left:20px;background:#8b4513;color:#fefcf9;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;box-shadow:0 2px 4px rgba(139,69,19,.3)}.recipe-vintage .instruction-content{padding-top:.5rem}.recipe-vintage .instruction-text{margin:0 0 1rem;line-height:1.7;font-size:1.05rem;color:#3c2414;text-align:justify}.recipe-vintage .instruction-tip{margin:0;padding:1rem;background:rgba(139,69,19,.05);border:1px solid #d4a574;border-radius:6px;font-style:italic;color:#6b3e1a;font-size:.95rem;line-height:1.6;position:relative}.recipe-vintage .instruction-tip:before{content:"※ Tip: ";font-weight:700;color:#8b4513;font-style:normal}.recipe-vintage .bottom-section{background:rgba(139,69,19,.03);border:2px solid #d4a574;border-radius:10px;padding:2rem;margin-bottom:2rem;position:relative;z-index:1}.recipe-vintage .bottom-title{font-size:1.5rem;font-weight:700;text-align:center;margin:0 0 1.5rem;color:#5d2c0a;text-transform:uppercase;letter-spacing:.05em;position:relative;padding-bottom:.75rem}.recipe-vintage .bottom-title:after{content:"❦";position:absolute;bottom:0;left:50%;transform:translateX(-50%);font-size:1.2rem;color:#8b4513}.recipe-vintage .simple-list{list-style:none;padding:0;margin:0}.recipe-vintage .simple-item{margin-bottom:.75rem;padding-left:1.5rem;position:relative;line-height:1.6;color:#3c2414;text-align:justify}.recipe-vintage .simple-item:before{content:"❋";position:absolute;left:0;color:#8b4513;font-size:.9rem}.recipe-vintage .nutrition-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-top:1rem}.recipe-vintage .nutrition-item{text-align:center;padding:1rem;background:#fefcf9;border:1px solid #d4a574;border-radius:8px;box-shadow:inset 0 1px 3px rgba(139,69,19,.1)}.recipe-vintage .nutrition-label{display:block;font-weight:600;color:#8b4513;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.recipe-vintage .nutrition-value{font-weight:700;color:#3c2414;font-size:1.1rem}.recipe-vintage .paper-effect{position:relative}.recipe-vintage .paper-effect:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(139,69,19,.02) 0,transparent 20%),radial-gradient(circle at 80% 20%,rgba(139,69,19,.015) 0,transparent 30%),radial-gradient(circle at 40% 80%,rgba(139,69,19,.01) 0,transparent 20%);pointer-events:none}@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{margin-right:0;margin-bottom:.25rem;min-width:auto}.recipe-vintage .nutrition-grid{grid-template-columns:repeat(2,1fr)}.recipe-vintage .recipe-image{max-width:100%;height:200px}}