body{background-color:#faf8f5;color:#2d2d2d;font-family:"Segoe UI",system-ui,-apple-system,sans-serif}h1,h2,h3,h4,h5,h6{font-family:"Georgia",serif}.navbar-brand{color:#5c6b4f!important}.card{border:none;border-radius:0.5rem;box-shadow:0 1px 3px rgba(0,0,0,0.08);transition:box-shadow 0.2s ease}.card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.1)}.btn-primary{background-color:#5c6b4f;border-color:#5c6b4f}.btn-primary:hover{background-color:#48543e;border-color:#48543e}.recipe-placeholder{background:linear-gradient(135deg,#b5c1ab 0%,#e8d6c5 100%);display:flex;align-items:center;justify-content:center}.recipe-placeholder i{color:rgba(255,255,255,0.6)}.planner-wrapper{display:flex;gap:1rem;min-width:0}.planner-grid{flex:1;min-width:0;overflow-x:auto}.planner-table{table-layout:fixed;width:100%}.planner-table th,.planner-table td{vertical-align:top;overflow:hidden;text-overflow:ellipsis}.planner-table th:first-child,.planner-table td:first-child{width:80px}[x-cloak]{display:none!important}.autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;z-index:1050;max-height:240px;overflow-y:auto;background:#fff;border:1px solid rgba(0,0,0,0.15);border-radius:0 0 0.5rem 0.5rem;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.recipe-sidebar{width:220px;min-width:220px;max-height:calc(100vh - 160px);position:sticky;top:80px;display:flex;flex-direction:column;background:#fff;border:1px solid rgba(0,0,0,0.1);border-radius:0.5rem;box-shadow:0 1px 3px rgba(0,0,0,0.08)}@media (max-width:991.98px){.recipe-sidebar{position:fixed;top:0;left:-260px;bottom:0;width:250px;min-width:250px;z-index:1045;border-radius:0;max-height:100vh;transition:left 0.25s ease}.recipe-sidebar.show{left:0}}.sidebar-backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.4);z-index:1040}@media (max-width:991.98px){.sidebar-backdrop.show{display:block}}.recipe-sidebar-header{padding:0.75rem;border-bottom:1px solid rgba(0,0,0,0.08)}.recipe-sidebar-list{overflow-y:auto;flex:1}.sidebar-recipe-item{padding:0.5rem 0.75rem;cursor:grab;font-size:0.875rem;border-bottom:1px solid rgba(0,0,0,0.05);display:flex;align-items:center}.sidebar-recipe-item:hover{background-color:rgba(92,107,79,0.08)}.sidebar-recipe-item.selected{background-color:rgba(92,107,79,0.15);font-weight:600}.sidebar-recipe-item:active{cursor:grabbing}.planner-cell{transition:background-color 0.15s ease}.planner-cell.drag-over{background-color:rgba(92,107,79,0.1)!important;outline:2px dashed #5c6b4f;outline-offset:-2px}.menu-entry.dragging{opacity:0.4}.menu-entry[draggable="true"]{cursor:grab}.menu-entry[draggable="true"]:active{cursor:grabbing}.autocomplete-item{padding:0.5rem 0.75rem;cursor:pointer;font-size:0.9rem}.autocomplete-item:hover,.autocomplete-item.active{background-color:#5c6b4f;color:#fff}.autocomplete-item:hover .text-muted,.autocomplete-item.active .text-muted{color:rgba(255,255,255,0.7)!important}