:root{--rcm-primary:#e67e22;--rcm-primary-light:#e67e221a;--rcm-primary-hover:#e67e2226;--rcm-text:#1e293b;--rcm-text-muted:#64748b;--rcm-bg:#fff;--rcm-bg-subtle:#f8fafc;--rcm-border:#e2e8f0;--rcm-border-focus:#cbd5e1;--rcm-radius:var(--main-radius,8px);--rcm-radius-lg:var(--main-radius-lg,12px);--rcm-shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--rcm-shadow:0 4px 12px #00000014;--rcm-transition:.15s ease}._rcm-container{max-width:1200px;margin-left:auto;margin-right:auto}._rcm-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}._rcm-toolbar-left,._rcm-toolbar-right{align-items:center;gap:.5rem;display:flex}._rcm-recipe-count{border-radius:var(--main-radius-full,9999px);background:var(--rcm-primary);color:#fff;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;padding:0 .35rem;font-size:.7rem;font-weight:600;display:inline-flex}._rcm-recipe-count:empty{display:none}._rcm-form-grid{grid-template-columns:1fr 1fr;align-items:start;gap:1rem;display:grid}._rcm-form-grid>._rcm-section:first-child{grid-column:1/-1}._rcm-btn{border-radius:var(--rcm-radius);cursor:pointer;transition:opacity var(--rcm-transition), box-shadow var(--rcm-transition), background var(--rcm-transition);white-space:nowrap;border:1px solid #0000;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:500;line-height:1.4;display:inline-flex}._rcm-btn svg{flex-shrink:0}._rcm-btn-primary{background:var(--rcm-primary);color:#fff;box-shadow:0 2px 6px #e67e2240}._rcm-btn-primary:hover{opacity:.9}._rcm-btn-secondary{background:var(--rcm-bg);color:var(--rcm-text);border-color:var(--rcm-border)}._rcm-btn-secondary:hover{background:var(--rcm-bg-subtle)}._rcm-btn-ghost{color:var(--rcm-text-muted);background:0 0;padding:.375rem .5rem}._rcm-btn-ghost:hover{color:var(--rcm-text)}._rcm-btn-sm{padding:.3rem .625rem;font-size:.75rem}._rcm-btn-danger{color:var(--rcm-text-muted);background:0 0;padding:.25rem}._rcm-btn-danger:hover{color:#ef4444}._rcm-section{background:var(--rcm-bg);border-radius:var(--rcm-radius-lg);border-style:solid;border-width:1px;border-color:var(--rcm-border);box-shadow:var(--rcm-shadow-sm);margin-bottom:1rem;overflow:hidden}._rcm-section-header{border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--rcm-border);background:var(--rcm-bg-subtle);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}._rcm-section-title{color:var(--rcm-text);margin:0;font-size:.8125rem;font-weight:600}._rcm-section-body{padding:1rem}._rcm-field{margin-bottom:.75rem}._rcm-field:last-child{margin-bottom:0}._rcm-field-sm{flex:1;min-width:0}._rcm-label{color:var(--rcm-text-muted);align-items:center;gap:.3rem;margin-bottom:.35rem;font-size:.75rem;font-weight:500;display:flex}._rcm-input{border-radius:var(--rcm-radius);border-style:solid;border-width:1.5px;border-color:var(--rcm-border);width:100%;color:var(--rcm-text);background:var(--rcm-bg);transition:border-color var(--rcm-transition), box-shadow var(--rcm-transition);outline:none;padding:.5rem .75rem;font-size:.8125rem}._rcm-input:focus{border-color:var(--rcm-primary);box-shadow:0 0 0 3px var(--rcm-primary-light)}._rcm-input::placeholder{color:var(--rcm-border-focus)}._rcm-textarea{resize:vertical;min-height:2.5rem}._rcm-select{-webkit-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M2.5 4.5L6 8l3.5-3.5'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;padding-right:1.75rem}._rcm-input-suffix{align-items:center;gap:.375rem;display:flex}._rcm-input-suffix ._rcm-input{flex:1}._rcm-input-suffix>span{color:var(--rcm-text-muted);white-space:nowrap;font-size:.75rem}._rcm-meta-grid{grid-template-columns:1fr 1fr 1fr 1fr;gap:.75rem;display:grid}._rcm-meta-grid ._rcm-field{margin-bottom:0}@media (max-width:768px){._rcm-form-grid{grid-template-columns:1fr}._rcm-meta-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){._rcm-toolbar{flex-direction:column;align-items:stretch}._rcm-toolbar-left,._rcm-toolbar-right{justify-content:center}._rcm-meta-grid{grid-template-columns:1fr 1fr}}._rcm-basic-row{grid-template-columns:1fr 200px;align-items:start;gap:1rem;display:grid}._rcm-basic-photo{flex-direction:column;display:flex}._rcm-basic-photo ._rcm-image-upload{flex:1}@media (max-width:600px){._rcm-basic-row{grid-template-columns:1fr}}._rcm-image-upload{border-radius:var(--rcm-radius);border-style:dashed;border-width:2px;border-color:var(--rcm-border);cursor:pointer;transition:border-color var(--rcm-transition);min-height:120px;position:relative;overflow:hidden}._rcm-image-upload:hover{border-color:var(--rcm-primary)}._rcm-image-upload._rcm-has-image{border-style:solid}._rcm-image-placeholder{color:var(--rcm-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1.5rem;font-size:.8125rem;display:flex}._rcm-image-placeholder svg{opacity:.4}._rcm-image-preview{object-fit:cover;width:100%;max-height:200px;display:none}._rcm-image-remove{color:#fff;border-radius:var(--main-radius-full,9999px);cursor:pointer;background:#0009;border:none;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;padding:0;display:flex;position:absolute;top:.5rem;right:.5rem}._rcm-image-remove:hover{background:#ef4444e6}._rcm-ingredient-group{border-radius:var(--rcm-radius);border-style:solid;border-width:1px;border-color:var(--rcm-border);margin-bottom:.75rem;overflow:hidden}._rcm-ingredient-group:last-child{margin-bottom:0}._rcm-group-header{background:var(--rcm-bg-subtle);border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--rcm-border);align-items:center;gap:.5rem;padding:.5rem .625rem;display:flex}._rcm-group-name{color:var(--rcm-text);background:0 0;border:none;outline:none;flex:1;padding:.125rem 0;font-size:.8125rem;font-weight:600}._rcm-group-name::placeholder{color:var(--rcm-border-focus);font-weight:400}._rcm-group-body{padding:.5rem}._rcm-ingredient-row{align-items:center;gap:.375rem;margin-bottom:.375rem;display:flex}._rcm-ingredient-row:last-child{margin-bottom:0}._rcm-ingredient-qty{flex-shrink:0;width:60px}._rcm-ingredient-unit{flex-shrink:0;width:70px}._rcm-ingredient-name{flex:1;min-width:0}._rcm-add-row-btn{color:var(--rcm-primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;margin-top:.375rem;padding:.25rem .5rem;font-size:.75rem;display:flex}._rcm-add-row-btn:hover{opacity:.8}._rcm-stage{border-radius:var(--rcm-radius);border-style:solid;border-width:1px;border-color:var(--rcm-border);margin-bottom:.75rem;overflow:hidden}._rcm-stage:last-child{margin-bottom:0}._rcm-stage-header{background:var(--rcm-bg-subtle);border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--rcm-border);align-items:center;gap:.5rem;padding:.5rem .625rem;display:flex}._rcm-stage-name{color:var(--rcm-text);background:0 0;border:none;outline:none;flex:1;padding:.125rem 0;font-size:.8125rem;font-weight:600}._rcm-stage-name::placeholder{color:var(--rcm-border-focus);font-weight:400}._rcm-stage-body{padding:.5rem}._rcm-step-row{align-items:flex-start;gap:.375rem;margin-bottom:.375rem;display:flex}._rcm-step-row:last-child{margin-bottom:0}._rcm-step-num{border-radius:var(--main-radius-full,9999px);background:var(--rcm-primary-light);width:1.5rem;height:1.5rem;color:var(--rcm-primary);flex-shrink:0;justify-content:center;align-items:center;margin-top:.375rem;font-size:.7rem;font-weight:600;display:flex}._rcm-step-text{resize:vertical;flex:1;min-height:2rem}@media (max-width:480px){._rcm-ingredient-row{flex-wrap:wrap}._rcm-ingredient-qty,._rcm-ingredient-unit{width:calc(50% - 1rem)}._rcm-ingredient-name{flex-basis:100%}}._rcm-preview-panel{margin-top:1rem}._rcm-preview-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:.75rem;display:flex}._rcm-template-selector{flex:1;min-width:0}._rcm-preview-toolbar-right{flex-shrink:0;align-items:flex-end;gap:1rem;display:flex}._rcm-export-inline{gap:.375rem;display:flex}._rcm-template-options{flex-wrap:wrap;gap:.375rem;display:flex}._rcm-template-btn{border-radius:var(--rcm-radius);border-style:solid;border-width:1.5px;border-color:var(--rcm-border);background:var(--rcm-bg);color:var(--rcm-text-muted);cursor:pointer;transition:border-color var(--rcm-transition), color var(--rcm-transition), background var(--rcm-transition);padding:.35rem .75rem;font-size:.75rem;font-weight:500}._rcm-template-btn:hover{border-color:var(--rcm-border-focus);color:var(--rcm-text)}._rcm-template-btn--active{border-color:var(--rcm-primary);color:var(--rcm-primary);background:var(--rcm-primary-light)}._rcm-size-picker{flex-direction:column;display:flex}._rcm-size-options{gap:.25rem;display:flex}._rcm-size-btn{border-radius:var(--rcm-radius);border-style:solid;border-width:1.5px;border-color:var(--rcm-border);background:var(--rcm-bg);width:1.75rem;height:1.75rem;color:var(--rcm-text-muted);cursor:pointer;transition:border-color var(--rcm-transition), color var(--rcm-transition), background var(--rcm-transition);justify-content:center;align-items:center;padding:0;font-size:.7rem;font-weight:600;display:flex}._rcm-size-btn:hover{border-color:var(--rcm-border-focus);color:var(--rcm-text)}._rcm-size-btn--active{border-color:var(--rcm-primary);color:var(--rcm-primary);background:var(--rcm-primary-light)}._rcm-accent-picker{flex-direction:column;display:flex}._rcm-color-input{border-radius:var(--rcm-radius);cursor:pointer;background:0 0;border:none;width:2rem;height:2rem;padding:0}._rcm-preview-wrapper{background:var(--rcm-bg);border-radius:var(--rcm-radius-lg);border-style:solid;border-width:1px;border-color:var(--rcm-border);box-shadow:var(--rcm-shadow);min-height:400px;padding:1.25rem;overflow:hidden}._rcm-card-preview{color:#1e293b;margin-left:auto;margin-right:auto;font-family:inherit;line-height:1.5;transition:max-width .2s}._rcm-card-preview--small{max-width:400px}._rcm-card-preview--medium{max-width:600px}._rcm-card-preview--large{max-width:800px}._rcm-card-preview ._rcm-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014}._rcm-card--classic ._rcm-card-image{object-fit:cover;width:100%;max-height:200px}._rcm-card--classic ._rcm-card-body{padding:1.25rem}._rcm-card--classic ._rcm-card-title{color:#1e293b;margin:0 0 .25rem;font-size:1.25rem;font-weight:700}._rcm-card--classic ._rcm-card-desc{color:#64748b;margin:0 0 .75rem;font-size:.8125rem}._rcm-card--classic ._rcm-card-meta{border-bottom:1px solid #f1f5f9;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}._rcm-card--classic ._rcm-card-meta-item{color:#64748b;align-items:center;gap:.35rem;font-size:.75rem;display:flex}._rcm-card--classic ._rcm-card-meta-item svg{color:var(--rcm-card-accent,#e67e22)}._rcm-card--classic ._rcm-card-meta-value{color:#1e293b;font-weight:600}._rcm-card--classic ._rcm-card-section-title{color:var(--rcm-card-accent,#e67e22);margin:0 0 .5rem;font-size:.875rem;font-weight:600}._rcm-card--classic ._rcm-card-group-name{color:#475569;text-transform:uppercase;letter-spacing:.03em;margin:.625rem 0 .25rem;font-size:.75rem;font-weight:600}._rcm-card--classic ._rcm-card-group-name:first-child{margin-top:0}._rcm-card--classic ._rcm-card-ingredient{align-items:baseline;gap:.375rem;padding:.2rem 0;font-size:.8125rem;display:flex}._rcm-card--classic ._rcm-card-ingredient-qty{color:#1e293b;min-width:45px;font-weight:600}._rcm-card--classic ._rcm-card-ingredient-unit{color:#64748b;min-width:35px}._rcm-card--classic ._rcm-card-ingredient-name{color:#334155}._rcm-card--classic ._rcm-card-steps{margin-top:1rem}._rcm-card--classic ._rcm-card-stage-name{color:#475569;text-transform:uppercase;letter-spacing:.03em;margin:.625rem 0 .35rem;font-size:.75rem;font-weight:600}._rcm-card--classic ._rcm-card-stage-name:first-child{margin-top:0}._rcm-card--classic ._rcm-card-step{gap:.5rem;padding:.35rem 0;font-size:.8125rem;display:flex}._rcm-card--classic ._rcm-card-step-num{background:var(--rcm-card-accent,#e67e22);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.375rem;height:1.375rem;margin-top:.125rem;font-size:.7rem;font-weight:600;display:flex}._rcm-card--classic ._rcm-card-step-text{color:#334155;line-height:1.5}._rcm-card--modern{flex-direction:row;display:flex}._rcm-card--modern ._rcm-card-image-side{flex-shrink:0;width:40%;min-height:300px}._rcm-card--modern ._rcm-card-image-side img{object-fit:cover;width:100%;height:100%}._rcm-card--modern ._rcm-card-content-side{flex:1;min-width:0;padding:1.25rem}._rcm-card--modern ._rcm-card-title{color:#1e293b;margin:0 0 .25rem;font-size:1.125rem;font-weight:700}._rcm-card--modern ._rcm-card-desc{color:#64748b;margin:0 0 .75rem;font-size:.8125rem}._rcm-card--modern ._rcm-card-meta{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}._rcm-card--modern ._rcm-card-meta-badge{background:var(--rcm-card-accent-light,#e67e221a);color:var(--rcm-card-accent,#e67e22);border-radius:9999px;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.7rem;font-weight:500;display:inline-flex}._rcm-card--modern ._rcm-card-section-title,._rcm-card--modern ._rcm-card-group-name,._rcm-card--modern ._rcm-card-ingredient,._rcm-card--modern ._rcm-card-stage-name,._rcm-card--modern ._rcm-card-step{font-size:.8125rem}._rcm-card--modern ._rcm-card-section-title{color:var(--rcm-card-accent,#e67e22);margin:0 0 .375rem;font-size:.8125rem;font-weight:600}._rcm-card--modern ._rcm-card-group-name{color:#475569;text-transform:uppercase;letter-spacing:.03em;margin:.5rem 0 .2rem;font-size:.7rem;font-weight:600}._rcm-card--modern ._rcm-card-group-name:first-child{margin-top:0}._rcm-card--modern ._rcm-card-ingredient{color:#334155;padding:.15rem 0}._rcm-card--modern ._rcm-card-ingredient-qty{font-weight:600}._rcm-card--modern ._rcm-card-steps{margin-top:.75rem}._rcm-card--modern ._rcm-card-stage-name{color:#475569;text-transform:uppercase;letter-spacing:.03em;margin:.5rem 0 .25rem;font-size:.7rem;font-weight:600}._rcm-card--modern ._rcm-card-stage-name:first-child{margin-top:0}._rcm-card--modern ._rcm-card-step{gap:.375rem;padding:.25rem 0;display:flex}._rcm-card--modern ._rcm-card-step-num{background:var(--rcm-card-accent,#e67e22);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;margin-top:.125rem;font-size:.65rem;font-weight:600;display:flex}._rcm-card--modern ._rcm-card-step-text{color:#334155;line-height:1.5}._rcm-card--minimal ._rcm-card-body{padding:1.5rem}._rcm-card--minimal ._rcm-card-title{color:#1e293b;margin:0 0 .25rem;font-size:1.5rem;font-weight:700}._rcm-card--minimal ._rcm-card-desc{color:#64748b;margin:0 0 1rem;font-size:.8125rem}._rcm-card--minimal ._rcm-card-meta{border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:var(--rcm-card-accent,#e67e22);flex-wrap:wrap;gap:1.5rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}._rcm-card--minimal ._rcm-card-meta-item{color:#64748b;font-size:.75rem}._rcm-card--minimal ._rcm-card-meta-value{color:#1e293b;font-size:1rem;font-weight:700;display:block}._rcm-card--minimal ._rcm-card-columns{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}._rcm-card--minimal ._rcm-card-section-title{text-transform:uppercase;letter-spacing:.05em;color:var(--rcm-card-accent,#e67e22);margin:0 0 .5rem;font-size:.75rem;font-weight:700}._rcm-card--minimal ._rcm-card-group-name{color:#475569;margin:.5rem 0 .2rem;font-size:.7rem;font-weight:600}._rcm-card--minimal ._rcm-card-group-name:first-child{margin-top:0}._rcm-card--minimal ._rcm-card-ingredient{color:#334155;border-bottom:1px dotted #f1f5f9;padding:.2rem 0;font-size:.8125rem}._rcm-card--minimal ._rcm-card-ingredient-qty{font-weight:600}._rcm-card--minimal ._rcm-card-stage-name{color:#475569;margin:.5rem 0 .25rem;font-size:.7rem;font-weight:600}._rcm-card--minimal ._rcm-card-stage-name:first-child{margin-top:0}._rcm-card--minimal ._rcm-card-step{gap:.5rem;padding:.3rem 0;font-size:.8125rem;display:flex}._rcm-card--minimal ._rcm-card-step-num{color:var(--rcm-card-accent,#e67e22);flex-shrink:0;font-weight:700}._rcm-card--minimal ._rcm-card-step-text{color:#334155;line-height:1.5}._rcm-card--minimal ._rcm-card-image{object-fit:cover;border-radius:8px;width:100%;max-height:180px;margin-bottom:1rem}._rcm-card--elegant{position:relative}._rcm-card--elegant ._rcm-card-hero{background:linear-gradient(135deg,#1e293b 0%,#334155 100%);min-height:180px;position:relative;overflow:hidden}._rcm-card--elegant ._rcm-card-hero img{object-fit:cover;opacity:.5;width:100%;height:200px}._rcm-card--elegant ._rcm-card-hero-overlay{background:linear-gradient(#0000 40%,#000000b3 100%);flex-direction:column;justify-content:flex-end;padding:1.5rem;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}._rcm-card--elegant ._rcm-card-hero-overlay ._rcm-card-title{color:#fff;text-shadow:0 1px 4px #0000004d;margin:0 0 .25rem;font-size:1.5rem;font-weight:700}._rcm-card--elegant ._rcm-card-hero-overlay ._rcm-card-desc{color:#ffffffd9;margin:0;font-size:.8125rem}._rcm-card--elegant ._rcm-card-meta-bar{background:var(--rcm-card-accent,#e67e22);color:#fff;gap:0;font-size:.75rem;font-weight:500;display:flex}._rcm-card--elegant ._rcm-card-meta-bar-item{flex-direction:column;flex:1;align-items:center;gap:.125rem;padding:.625rem .5rem;display:flex}._rcm-card--elegant ._rcm-card-meta-bar-item+._rcm-card-meta-bar-item{border-left:1px solid #ffffff40}._rcm-card--elegant ._rcm-card-meta-bar-value{font-size:1rem;font-weight:700}._rcm-card--elegant ._rcm-card-meta-bar-label{text-transform:uppercase;letter-spacing:.05em;opacity:.85;font-size:.65rem}._rcm-card--elegant ._rcm-card-body{padding:1.25rem}._rcm-card--elegant ._rcm-card-section-title{border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:var(--rcm-card-accent,#e67e22);color:#1e293b;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .5rem;padding-bottom:.375rem;font-size:.8125rem;font-weight:700}._rcm-card--elegant ._rcm-card-group-name{color:var(--rcm-card-accent,#e67e22);margin:.625rem 0 .25rem;font-size:.7rem;font-weight:600}._rcm-card--elegant ._rcm-card-group-name:first-child{margin-top:0}._rcm-card--elegant ._rcm-card-ingredient{border-bottom:1px dotted #e2e8f0;justify-content:space-between;align-items:baseline;padding:.3rem 0;font-size:.8125rem;display:flex}._rcm-card--elegant ._rcm-card-ingredient-name{color:#334155}._rcm-card--elegant ._rcm-card-ingredient-amount{color:#1e293b;white-space:nowrap;font-weight:600}._rcm-card--elegant ._rcm-card-steps{margin-top:1.25rem}._rcm-card--elegant ._rcm-card-stage-name{color:var(--rcm-card-accent,#e67e22);margin:.75rem 0 .35rem;font-size:.7rem;font-weight:600}._rcm-card--elegant ._rcm-card-stage-name:first-child{margin-top:0}._rcm-card--elegant ._rcm-card-step{border-bottom:1px solid #f8fafc;gap:.75rem;padding:.5rem 0;font-size:.8125rem;display:flex}._rcm-card--elegant ._rcm-card-step-num{border-style:solid;border-width:2px;border-color:var(--rcm-card-accent,#e67e22);width:1.75rem;height:1.75rem;color:var(--rcm-card-accent,#e67e22);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}._rcm-card--elegant ._rcm-card-step-text{color:#334155;padding-top:.2rem;line-height:1.6}._rcm-card--rustic{background:#faf7f2;border:3px solid #d4a574;border-radius:4px}._rcm-card--rustic ._rcm-card-top{text-align:center;padding:1.25rem 1.25rem 0}._rcm-card--rustic ._rcm-card-image{object-fit:cover;border:2px solid #d4a574;border-radius:4px;width:100%;max-height:180px}._rcm-card--rustic ._rcm-card-title{color:#5c3d2e;margin:.75rem 0 .25rem;font-size:1.5rem;font-style:italic;font-weight:700}._rcm-card--rustic ._rcm-card-desc{color:#8b6f4e;margin:0 0 .75rem;font-size:.8125rem}._rcm-card--rustic ._rcm-card-divider{color:#d4a574;align-items:center;gap:.75rem;margin:.75rem 1.25rem;font-size:.8rem;display:flex}._rcm-card--rustic ._rcm-card-divider:before,._rcm-card--rustic ._rcm-card-divider:after{content:"";background:#d4a574;flex:1;height:1px}._rcm-card--rustic ._rcm-card-meta{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:.25rem;padding:0 1.25rem;display:flex}._rcm-card--rustic ._rcm-card-meta-item{color:#8b6f4e;flex-direction:column;align-items:center;font-size:.7rem;display:flex}._rcm-card--rustic ._rcm-card-meta-value{color:#5c3d2e;font-size:1rem;font-weight:700}._rcm-card--rustic ._rcm-card-body{padding:0 1.25rem 1.25rem}._rcm-card--rustic ._rcm-card-section-title{color:#5c3d2e;border-bottom:2px dashed #d4a574;margin:0 0 .5rem;padding-bottom:.25rem;font-size:.875rem;font-weight:700}._rcm-card--rustic ._rcm-card-group-name{color:#a0845c;text-transform:uppercase;letter-spacing:.04em;margin:.5rem 0 .2rem;font-size:.7rem;font-weight:600}._rcm-card--rustic ._rcm-card-group-name:first-child{margin-top:0}._rcm-card--rustic ._rcm-card-ingredient{color:#5c3d2e;align-items:baseline;gap:.5rem;padding:.25rem 0;font-size:.8125rem;display:flex}._rcm-card--rustic ._rcm-card-ingredient:before{content:"•";color:#d4a574;font-weight:700}._rcm-card--rustic ._rcm-card-ingredient-qty{font-weight:600}._rcm-card--rustic ._rcm-card-columns{grid-template-columns:2fr 3fr;gap:1.25rem;margin-top:.5rem;display:grid}._rcm-card--rustic ._rcm-card-steps{margin-top:0}._rcm-card--rustic ._rcm-card-stage-name{color:#a0845c;text-transform:uppercase;letter-spacing:.04em;margin:.5rem 0 .25rem;font-size:.7rem;font-weight:600}._rcm-card--rustic ._rcm-card-stage-name:first-child{margin-top:0}._rcm-card--rustic ._rcm-card-step{gap:.5rem;padding:.35rem 0;font-size:.8125rem;display:flex}._rcm-card--rustic ._rcm-card-step-num{color:#faf7f2;background:#5c3d2e;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:1.375rem;height:1.375rem;margin-top:.1rem;font-size:.7rem;font-weight:600;display:flex}._rcm-card--rustic ._rcm-card-step-text{color:#5c3d2e;line-height:1.5}@media (max-width:480px){._rcm-card--rustic ._rcm-card-columns{grid-template-columns:1fr}}._rcm-card-empty{min-height:300px;color:var(--rcm-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;display:flex}._rcm-card-empty svg{opacity:.3}@media (max-width:768px){._rcm-preview-toolbar{flex-direction:column;align-items:stretch}._rcm-preview-toolbar-right,._rcm-export-inline{flex-wrap:wrap}}@media (max-width:480px){._rcm-card--modern{flex-direction:column}._rcm-card--modern ._rcm-card-image-side{width:100%;min-height:150px}._rcm-card--minimal ._rcm-card-columns{grid-template-columns:1fr}._rcm-export-inline{width:100%}._rcm-export-inline ._rcm-btn{flex:1}}._rcm-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}._rcm-modal{background:var(--rcm-bg);border-radius:var(--rcm-radius-lg);flex-direction:column;width:100%;max-width:480px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000026}._rcm-modal-header{border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--rcm-border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}._rcm-modal-header h3{color:var(--rcm-text);margin:0;font-size:1rem;font-weight:600}._rcm-modal-close{width:2rem;height:2rem;color:var(--rcm-text-muted);border-radius:var(--rcm-radius);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}._rcm-modal-close:hover{color:var(--rcm-text);background:var(--rcm-bg-subtle)}._rcm-modal-body{flex:1;padding:1rem 1.25rem;overflow-y:auto}._rcm-search-input{margin-bottom:.75rem}._rcm-recipe-list{flex-direction:column;gap:.5rem;min-height:100px;display:flex}._rcm-recipe-item{border-radius:var(--rcm-radius);border-style:solid;border-width:1px;border-color:var(--rcm-border);cursor:pointer;transition:border-color var(--rcm-transition), box-shadow var(--rcm-transition);align-items:center;gap:.75rem;padding:.75rem;display:flex}._rcm-recipe-item:hover{border-color:var(--rcm-primary);box-shadow:0 0 0 3px var(--rcm-primary-light)}._rcm-recipe-item-thumb{border-radius:var(--rcm-radius);object-fit:cover;background:var(--rcm-bg-subtle);flex-shrink:0;width:3rem;height:3rem}._rcm-recipe-item-info{flex:1;min-width:0}._rcm-recipe-item-title{color:var(--rcm-text);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}._rcm-recipe-item-meta{color:var(--rcm-text-muted);margin-top:.125rem;font-size:.75rem}._rcm-recipe-item-actions{flex-shrink:0;gap:.25rem;display:flex}._rcm-recipe-list-empty{color:var(--rcm-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem;font-size:.8125rem;display:flex}
