@charset "utf-8";

.sk-wrap { display: grid; grid-template-columns: 280px 1fr 340px; gap: 0px; min-height: calc(-130px + 100vh); margin: -28px -24px -60px; border-radius: 0px; }

@media (max-width: 1100px) {
  .sk-wrap { grid-template-columns: 240px 1fr; }
}

@media (max-width: 820px) {
  .sk-wrap { grid-template-columns: 1fr; min-height: auto; margin: -16px -12px -60px; }
}

.sk-panel { display: flex; flex-direction: column; overflow: hidden; }

.sk-panel-pantry { background: var(--hu-white-mist); border-right: 1px solid rgb(236, 232, 226); }

.sk-panel-recipes { background: rgb(255, 255, 255); border-right: 1px solid rgb(236, 232, 226); }

.sk-panel-planner { background: rgb(246, 249, 246); }

@media (max-width: 1100px) {
  .sk-panel-planner { display: none; }
}

@media (max-width: 820px) {
  .sk-panel-pantry, .sk-panel-recipes, .sk-panel-planner { border-right-width: medium; border-right-style: none; border-right-color: currentcolor; border-bottom: 1px solid rgb(236, 232, 226); display: block; }
}

.sk-ph { padding: 18px 18px 12px; border-bottom: 1px solid rgb(236, 232, 226); flex-shrink: 0; }

.sk-ph-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 10px; }

.sk-ph-title { font-family: Georgia, serif; font-size: 0.95rem; font-weight: 700; color: var(--char); display: flex; align-items: center; gap: 7px; }

.sk-ph-count { font-size: 0.68rem; font-weight: 700; background: var(--sage-lt); color: var(--navy-primary); border-radius: 50px; padding: 2px 8px; }

.sk-ph-btn { background: var(--navy-primary); color: rgb(255, 255, 255); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; border-radius: 50px; padding: 5px 12px; font-size: 0.72rem; font-weight: 700; cursor: pointer; font-family: inherit; white-space: nowrap; }

.sk-pb { flex: 1 1 0%; overflow-y: auto; padding: 14px 14px 20px; }

.sk-pb::-webkit-scrollbar { width: 3px; }

.sk-pb::-webkit-scrollbar-thumb { background: rgb(224, 219, 212); border-radius: 2px; }

.sk-pantry-add { display: flex; gap: 7px; margin-bottom: 12px; }

.sk-pantry-inp { flex: 1 1 0%; padding: 8px 13px; border-radius: 50px; border: 1.5px solid rgb(224, 219, 212); font-size: 0.8rem; font-family: inherit; background: rgb(255, 255, 255); outline: none; min-width: 0px; }

.sk-pantry-inp:focus { border-color: var(--navy-primary); }

.sk-pantry-mic { width: 34px; height: 34px; border-radius: 50%; background: var(--sage-lt); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; cursor: pointer; font-size: 0.9rem; flex-shrink: 0; transition: background 0.15s; }

.sk-pantry-mic:hover, .sk-pantry-mic.listening { background: var(--navy-primary); color: rgb(255, 255, 255); }

.sk-pantry-cat { margin-bottom: 14px; }

.sk-pantry-cat-label { font-size: 0.62rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brown); margin-bottom: 7px; padding: 0px 2px; }

.sk-item { display: flex; align-items: center; gap: 8px; padding: 7px 10px; background: rgb(255, 255, 255); border-radius: 10px; margin-bottom: 5px; box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 4px; transition: box-shadow 0.15s; }

.sk-item:hover { box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px; }

.sk-item-emoji { font-size: 1rem; flex-shrink: 0; width: 22px; text-align: center; }

.sk-item-name { flex: 1 1 0%; font-size: 0.8rem; color: var(--char); font-weight: 600; min-width: 0px; }

.sk-item-qty { font-size: 0.68rem; color: var(--brown); flex-shrink: 0; }

.sk-item-expiry { font-size: 0.62rem; border-radius: 50px; padding: 2px 7px; flex-shrink: 0; }

.sk-expiry-ok { background: rgb(221, 229, 216); color: rgb(49, 70, 95); }

.sk-expiry-warn { background: rgb(241, 239, 237); color: rgb(138, 98, 0); }

.sk-expiry-soon { background: rgb(242, 223, 223); color: rgb(192, 90, 32); }

.sk-item-rm { background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; color: rgb(204, 204, 204); cursor: pointer; font-size: 0.85rem; padding: 2px; line-height: 1; transition: color 0.15s; }

.sk-item-rm:hover { color: rgb(224, 80, 80); }

.sk-match-pct { display: inline-block; height: 5px; border-radius: 3px; background: linear-gradient(90deg,var(--sage),#90e0a8); margin-top: 3px; }

.sk-pantry-stats { background: linear-gradient(135deg,var(--sage-lt),#e0f5e2); border-radius: 14px; padding: 12px 14px; margin-bottom: 12px; display: flex; gap: 16px; }

.sk-pstat { text-align: center; flex: 1 1 0%; }

.sk-pstat-n { font-size: 1.3rem; font-weight: 800; color: var(--navy-primary); }

.sk-pstat-l { font-size: 0.62rem; color: var(--brown); }

.sk-mood-pills { display: flex; gap: 5px; flex-wrap: wrap; }

.sk-pill { padding: 5px 11px; border-radius: 50px; font-size: 0.72rem; font-weight: 700; border: 1.5px solid transparent; cursor: pointer; font-family: inherit; transition: 0.15s; background: rgb(255, 255, 255); }

.sk-pill-calm { color: rgb(49, 70, 95); border-color: rgb(200, 223, 201); }

.sk-pill-calm.on { background: rgb(200, 223, 201); }

.sk-pill-focus { color: rgb(42, 106, 132); border-color: rgb(80, 101, 125); }

.sk-pill-focus.on { background: rgb(232, 240, 245); }

.sk-pill-energy { color: rgb(138, 98, 0); border-color: rgb(231, 229, 228); }

.sk-pill-energy.on { background: rgb(241, 239, 237); }

.sk-pill-sleep { color: rgb(106, 90, 148); border-color: rgb(188, 200, 180); }

.sk-pill-sleep.on { background: rgb(221, 229, 216); }

.sk-pill-happy { color: rgb(122, 85, 0); border-color: rgb(231, 229, 228); }

.sk-pill-happy.on { background: rgb(241, 239, 237); }

.sk-rec-card { border-radius: 16px; overflow: hidden; background: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 12px; margin-bottom: 12px; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; border: 2px solid transparent; }

.sk-rec-card:hover { transform: translateY(-3px); box-shadow: rgba(0, 0, 0, 0.11) 0px 8px 24px; border-color: var(--navy-primary); }

.sk-rec-img { height: 120px; display: flex; align-items: center; justify-content: center; font-size: 2.8rem; position: relative; }

.sk-rec-match { position: absolute; top: 8px; right: 8px; background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(4px); border-radius: 50px; padding: 3px 9px; font-size: 0.65rem; font-weight: 800; color: var(--navy-primary); }

.sk-rec-body { padding: 12px 14px; }

.sk-rec-title { font-weight: 800; font-size: 0.88rem; color: var(--char); margin-bottom: 4px; line-height: 1.3; }

.sk-rec-meta { font-size: 0.7rem; color: var(--brown); display: flex; gap: 10px; margin-bottom: 7px; }

.sk-rec-moods { display: flex; gap: 4px; flex-wrap: wrap; margin-bottom: 6px; }

.sk-rec-mood { font-size: 0.65rem; font-weight: 700; padding: 2px 8px; border-radius: 50px; }

.sk-match-bar-wrap { height: 4px; background: rgb(238, 238, 238); border-radius: 2px; overflow: hidden; }

.sk-match-bar-fill { height: 100%; border-radius: 2px; background: linear-gradient(90deg,var(--sage),#90e0a8); }

.sk-rec-nutrients { font-size: 0.68rem; color: var(--brown); margin-top: 5px; line-height: 1.4; }

.sk-sort-row { display: flex; gap: 6px; margin-bottom: 10px; flex-wrap: wrap; }

.sk-sort-btn { padding: 4px 11px; border-radius: 50px; font-size: 0.7rem; font-weight: 700; border: 1.5px solid rgb(224, 219, 212); background: rgb(255, 255, 255); color: var(--brown); cursor: pointer; font-family: inherit; transition: 0.15s; }

.sk-sort-btn.on { background: var(--navy-primary); color: rgb(255, 255, 255); border-color: var(--navy-primary); }

.sk-ai-header { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }

.sk-ai-badge { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; background: linear-gradient(135deg,var(--sage-lt),#e0f5e2); color: var(--navy-primary); border-radius: 50px; padding: 3px 10px; }

.sk-ai-btn { width: 100%; padding: 10px; border-radius: 12px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; background: linear-gradient(135deg,var(--sage),#31465F); color: rgb(255, 255, 255); font-size: 0.82rem; font-weight: 700; cursor: pointer; font-family: inherit; margin-bottom: 14px; transition: 0.18s; display: flex; align-items: center; justify-content: center; gap: 7px; }

.sk-ai-btn:hover { transform: translateY(-1px); box-shadow: rgba(36, 52, 71, 0.35) 0px 6px 18px; }

.sk-ai-btn.loading { opacity: 0.7; cursor: not-allowed; transform: none; }

.sk-goal-row { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 12px; }

.sk-goal { padding: 5px 11px; border-radius: 50px; font-size: 0.7rem; font-weight: 700; border: 1.5px solid rgb(224, 219, 212); background: rgb(255, 255, 255); color: var(--brown); cursor: pointer; font-family: inherit; transition: 0.15s; }

.sk-goal.on { background: var(--navy-primary); color: rgb(255, 255, 255); border-color: var(--navy-primary); }

.sk-day { background: rgb(255, 255, 255); border-radius: 14px; padding: 12px; margin-bottom: 8px; box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 8px; }

.sk-day-hd { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }

.sk-day-name { font-size: 0.72rem; font-weight: 800; color: var(--navy-primary); text-transform: uppercase; letter-spacing: 0.08em; }

.sk-day-score { font-size: 0.68rem; font-weight: 700; color: var(--brown); }

.sk-meal-row { display: flex; gap: 6px; align-items: center; padding: 5px 0px; border-bottom: 1px solid rgb(244, 240, 235); cursor: pointer; transition: background 0.12s; border-radius: 6px; }

.sk-meal-row:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }

.sk-meal-row:hover { background: rgb(249, 247, 244); padding: 5px 4px; }

.sk-meal-type { font-size: 0.58rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--brown); width: 46px; flex-shrink: 0; }

.sk-meal-name { flex: 1 1 0%; font-size: 0.75rem; font-weight: 600; color: var(--char); min-width: 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.sk-meal-mood { font-size: 0.62rem; padding: 1px 6px; border-radius: 50px; flex-shrink: 0; }

.sk-meal-drag { color: rgb(204, 204, 204); font-size: 0.7rem; cursor: grab; flex-shrink: 0; }

.sk-pref-row { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-bottom: 10px; }

.sk-pref-sel { padding: 7px 10px; border-radius: 10px; border: 1.5px solid rgb(224, 219, 212); font-size: 0.75rem; font-family: inherit; background: rgb(255, 255, 255); outline: none; width: 100%; cursor: pointer; }

.sk-pref-sel:focus { border-color: var(--navy-primary); }

@keyframes sk-dot { 
  0%, 80%, 100% { transform: scale(0); opacity: 0.3; }
  40% { transform: scale(1); opacity: 1; }
}

.sk-dots span { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--navy-primary); margin: 0px 2px; animation: 1.2s ease-in-out 0s infinite normal none running sk-dot; }

.sk-dots span:nth-child(2) { animation-delay: 0.2s; }

.sk-dots span:nth-child(3) { animation-delay: 0.4s; }

.sk-shop-item { display: flex; align-items: center; gap: 8px; padding: 6px 0px; border-bottom: 1px solid rgb(244, 240, 235); font-size: 0.78rem; color: var(--char); }

.sk-shop-item:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }

.sk-shop-item input[type="checkbox"] { accent-color: var(--navy-primary); cursor: pointer; }