:root{--bg: #faf8f5;--card-bg: #ffffff;--text: #2c2c2c;--text-muted: #8c8c8c;--accent: #d97706;--accent-hover: #b45309;--accent-light: #fef3c7;--border: #e8e4df;--shadow: 0 2px 12px rgba(0, 0, 0, .06);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .08);--radius: 14px;--radius-sm: 10px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.6;color-scheme:light}*{box-sizing:border-box;margin:0}html,body,#root{min-height:100vh;background:var(--bg);color:var(--text)}.shell{min-height:100vh;display:flex;justify-content:center;padding:1.5rem}.app-container{display:flex;width:100%;max-width:960px;gap:1.5rem;align-items:flex-start}.list-side{width:380px;flex-shrink:0}.detail-side{flex:1;min-width:0}.mobile-overlay{display:none}.placeholder{background:var(--card-bg);border:2px dashed var(--border);border-radius:var(--radius);padding:3rem 2rem;text-align:center;color:var(--text-muted);font-size:.95rem}.recipe-list-panel{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);padding:1.5rem}.list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.list-header h1{font-size:1.35rem;font-weight:700;letter-spacing:-.02em}.search-wrap{position:relative;margin-bottom:1rem}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none}.search-input{width:100%;padding:.65rem .75rem .65rem 2.35rem;font-size:.9rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);outline:none;transition:border-color .2s,box-shadow .2s}.search-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #d977061a}.recipe-cards{list-style:none;display:flex;flex-direction:column;gap:.5rem;max-height:calc(100vh - 260px);overflow-y:auto}.recipe-card{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-radius:var(--radius-sm);background:var(--bg);border:1.5px solid var(--border);cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .1s}.recipe-card:hover{border-color:var(--accent);box-shadow:0 2px 8px #d9770614;transform:translateY(-1px)}.recipe-card-body{min-width:0;flex:1}.recipe-card-title{font-size:.95rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recipe-card-preview{font-size:.78rem;color:var(--text-muted);margin-top:.15rem}.delete-btn{flex-shrink:0;width:30px;height:30px;display:grid;place-items:center;font-size:1.2rem;background:none;border:none;border-radius:50%;color:var(--text-muted);cursor:pointer;transition:background .15s,color .15s}.delete-btn:hover{background:#fee2e2;color:#dc2626}.empty-state{text-align:center;padding:2.5rem 1rem;color:var(--text-muted);font-size:.9rem}.empty-icon{font-size:2.5rem;margin-bottom:.5rem}.detail-panel,.form-panel{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);padding:1.75rem}.back-btn{background:none;border:none;font-size:.85rem;color:var(--accent);cursor:pointer;font-weight:600;padding:0;margin-bottom:1rem;transition:color .15s}.back-btn:hover{color:var(--accent-hover)}.detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.detail-title{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.detail-section{margin-bottom:1.5rem}.detail-section h2{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin-bottom:.6rem;padding-bottom:.35rem;border-bottom:2px solid var(--accent-light)}.detail-list{list-style:none;padding:0}.detail-list-item{padding:.35rem 0;font-size:.92rem;border-bottom:1px solid var(--border)}.detail-list-item:last-child{border-bottom:none}.detail-list-item:before{content:"•";color:var(--accent);font-weight:700;margin-right:.5rem}.detail-steps{padding-left:0;list-style:none;counter-reset:step}.detail-step{padding:.5rem 0;font-size:.92rem;border-bottom:1px solid var(--border);counter-increment:step}.detail-step:last-child{border-bottom:none}.detail-step:before{content:counter(step) ".";font-weight:700;color:var(--accent);margin-right:.5rem}.detail-meta{font-size:.78rem;color:var(--text-muted);margin-top:1rem}.form-panel h1{font-size:1.35rem;font-weight:700;margin-bottom:1.25rem}.label{display:block;font-size:.78rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.3rem}.input,.textarea{width:100%;padding:.7rem .9rem;font-size:.92rem;font-family:inherit;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);outline:none;transition:border-color .2s,box-shadow .2s;margin-bottom:1rem}.input:focus,.textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #d977061a}.textarea{resize:vertical;line-height:1.7}.form-actions{display:flex;gap:.75rem;margin-top:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;padding:.6rem 1.15rem;border-radius:var(--radius-sm);border:1.5px solid transparent;cursor:pointer;transition:background .2s,border-color .2s,color .2s,transform .1s}.btn:active{transform:scale(.97)}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-outline{background:transparent;color:var(--text);border-color:var(--border)}.btn-outline:hover{border-color:var(--text-muted)}@media(max-width:700px){.shell{padding:0}.app-container{flex-direction:column;min-height:100vh}.list-side{width:100%;min-height:100vh}.detail-side{display:none}.mobile-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:var(--bg);overflow-y:auto;padding:1rem}.mobile-overlay .detail-panel,.mobile-overlay .form-panel{min-height:calc(100vh - 2rem);border:none;box-shadow:none;background:var(--card-bg);border-radius:var(--radius)}.recipe-list-panel{border:none;border-radius:0;box-shadow:none;padding:1rem}.recipe-cards{max-height:none}.list-header h1{font-size:1.2rem}.detail-title{font-size:1.3rem}}
