:root{--kh-primary: #E8220A;--kh-primary-hover: #C71D08;--kh-primary-tint: #FDECEA;--kh-bg: #FFFFFF;--kh-bg-subtle: #F7F7F5;--kh-surface: #FFFFFF;--kh-surface-hover: #F5F5F4;--kh-border: #E8E8E6;--kh-border-strong: #D4D4D2;--kh-text: #1A1A1A;--kh-text-muted: #6B6B68;--kh-text-faint: #A0A09C;--kh-success: #1E8E5A;--kh-success-tint: #E8F5EE;--kh-warning: #B7791F;--kh-warning-tint: #FEF3E2;--kh-danger: #E8220A;--kh-danger-tint: #FDECEA;--kh-radius-sm: 8px;--kh-radius-md: 14px;--kh-radius-lg: 20px;--kh-shadow-sm: 0 1px 2px rgba(20, 20, 20, .04), 0 1px 1px rgba(20,20,20,.03);--kh-shadow-md: 0 4px 16px rgba(20, 20, 20, .06), 0 1px 2px rgba(20,20,20,.04);--kh-shadow-lg: 0 12px 32px rgba(20, 20, 20, .1);--kh-nav-width: 248px;--kh-bottom-nav-height: 64px;--kh-topbar-height: 56px;color-scheme:light}[data-kh-theme=dark]{--kh-bg: #131313;--kh-bg-subtle: #1A1A1A;--kh-surface: #1C1C1C;--kh-surface-hover: #242424;--kh-border: #2C2C2C;--kh-border-strong: #3A3A3A;--kh-text: #F2F2F0;--kh-text-muted: #A8A8A4;--kh-text-faint: #6E6E6A;--kh-primary-tint: #2A1512;--kh-success-tint: #12241C;--kh-warning-tint: #2A2113;--kh-danger-tint: #2A1512;color-scheme:dark}@media(prefers-color-scheme:dark){html[data-kh-theme=auto]{color-scheme:dark}}*{box-sizing:border-box}[x-cloak]{display:none!important}.kh-body{margin:0;background:var(--kh-bg-subtle);color:var(--kh-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.kh-shell{display:flex;min-height:100vh}.kh-sidebar{width:var(--kh-nav-width);flex-shrink:0;background:var(--kh-surface);border-right:1px solid var(--kh-border);padding:20px 14px;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:4px}.kh-sidebar__brand{display:flex;align-items:center;gap:10px;padding:8px 10px 20px}.kh-sidebar__brand img{height:24px;width:auto}.kh-sidebar__brand-name{font-weight:700;font-size:14px;letter-spacing:-.01em}.kh-main{flex:1;min-width:0;padding:32px 40px 96px;max-width:1040px}.kh-topbar{display:none;align-items:center;justify-content:space-between;height:var(--kh-topbar-height);padding:0 16px;background:var(--kh-surface);border-bottom:1px solid var(--kh-border);position:sticky;top:0;z-index:30}@media(max-width:900px){.kh-sidebar{display:none}.kh-topbar{display:flex}.kh-main{padding:20px 16px calc(var(--kh-bottom-nav-height) + 32px);max-width:100%}}.kh-nav-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--kh-radius-sm);color:var(--kh-text-muted);font-weight:500;font-size:14px;transition:background .15s ease,color .15s ease}.kh-nav-item:hover{background:var(--kh-surface-hover);color:var(--kh-text)}.kh-nav-item--active{background:var(--kh-primary-tint);color:var(--kh-primary);font-weight:600}.kh-nav-item .kh-icon{width:19px;height:19px;flex-shrink:0}.kh-sidebar__footer{margin-top:auto;padding-top:12px;border-top:1px solid var(--kh-border)}.kh-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;height:var(--kh-bottom-nav-height);background:var(--kh-surface);border-top:1px solid var(--kh-border);padding-bottom:env(safe-area-inset-bottom);z-index:40}@media(max-width:900px){.kh-bottom-nav{display:flex}}.kh-bottom-nav__list{display:grid;grid-template-columns:repeat(5,1fr);width:100%}.kh-bottom-nav__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--kh-text-faint);font-size:10.5px;font-weight:600;min-height:48px}.kh-bottom-nav__item .kh-icon{width:22px;height:22px}.kh-bottom-nav__item--active{color:var(--kh-primary)}.kh-h1{font-size:26px;font-weight:800;letter-spacing:-.02em;margin:0 0 4px}.kh-h2{font-size:18px;font-weight:700;letter-spacing:-.01em;margin:0 0 12px}.kh-subtitle{color:var(--kh-text-muted);font-size:14px;margin:0 0 24px}.kh-eyebrow{text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:700;color:var(--kh-text-faint)}.kh-grid{display:grid;gap:16px}.kh-grid--2{grid-template-columns:repeat(2,1fr)}.kh-grid--3{grid-template-columns:repeat(3,1fr)}@media(max-width:900px){.kh-grid--2,.kh-grid--3{grid-template-columns:1fr}}.kh-stack{display:flex;flex-direction:column;gap:12px}.kh-row{display:flex;align-items:center;gap:10px}.kh-row--between{display:flex;align-items:center;justify-content:space-between}.kh-section{margin-bottom:32px}.kh-card{background:var(--kh-surface);border:1px solid var(--kh-border);border-radius:var(--kh-radius-md);box-shadow:var(--kh-shadow-sm);padding:20px}.kh-card--interactive{transition:box-shadow .15s ease,border-color .15s ease}.kh-card--interactive:hover{box-shadow:var(--kh-shadow-md);border-color:var(--kh-border-strong)}.kh-card--accent{background:linear-gradient(180deg,var(--kh-primary-tint),var(--kh-surface) 60%);border-color:var(--kh-primary-tint)}.kh-stat-card{padding:18px}.kh-stat-card__value{font-size:28px;font-weight:800;letter-spacing:-.02em}.kh-stat-card__label{color:var(--kh-text-muted);font-size:12.5px;font-weight:600;margin-top:2px}.kh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:var(--kh-radius-sm);border:1px solid transparent;font-size:14px;font-weight:600;min-height:40px;transition:transform .1s ease,background .15s ease,border-color .15s ease}.kh-btn:active{transform:scale(.98)}.kh-btn--primary{background:var(--kh-primary);color:#fff}.kh-btn--primary:hover{background:var(--kh-primary-hover)}.kh-btn--secondary{background:var(--kh-surface);border-color:var(--kh-border-strong);color:var(--kh-text)}.kh-btn--secondary:hover{background:var(--kh-surface-hover)}.kh-btn--ghost{background:transparent;color:var(--kh-text-muted)}.kh-btn--ghost:hover{background:var(--kh-surface-hover);color:var(--kh-text)}.kh-btn--icon{width:40px;height:40px;padding:0;flex-shrink:0}.kh-btn--sm{min-height:32px;padding:6px 12px;font-size:13px}.kh-btn--block{width:100%}.kh-btn .kh-icon{width:17px;height:17px}.kh-fab{position:fixed;right:20px;bottom:calc(var(--kh-bottom-nav-height) + 20px);width:52px;height:52px;border-radius:50%;background:var(--kh-primary);color:#fff;box-shadow:var(--kh-shadow-lg);display:flex;align-items:center;justify-content:center;z-index:35}@media(min-width:901px){.kh-fab{bottom:24px;right:24px}}.kh-fab .kh-icon{width:22px;height:22px}.kh-field{display:flex;flex-direction:column;gap:6px}.kh-label{font-size:12.5px;font-weight:600;color:var(--kh-text-muted)}.kh-input,.kh-select,.kh-textarea{border:1px solid var(--kh-border-strong);border-radius:var(--kh-radius-sm);padding:10px 12px;font-size:14px;font-family:inherit;color:var(--kh-text);background:var(--kh-surface);min-height:40px;width:100%}.kh-textarea{min-height:88px;resize:vertical}.kh-input:focus,.kh-select:focus,.kh-textarea:focus{outline:none;border-color:var(--kh-primary);box-shadow:0 0 0 3px var(--kh-primary-tint)}.kh-search{position:relative}.kh-search .kh-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--kh-text-faint)}.kh-search .kh-input{padding-left:36px}.kh-checkbox{width:22px;height:22px;border-radius:7px;border:1.6px solid var(--kh-border-strong);display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--kh-surface);transition:background .15s ease,border-color .15s ease}.kh-checkbox--checked{background:var(--kh-success);border-color:var(--kh-success);color:#fff}.kh-checkbox .kh-icon{width:13px;height:13px}.kh-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:999px;font-size:11.5px;font-weight:700;background:var(--kh-bg-subtle);color:var(--kh-text-muted)}.kh-badge--warning{background:var(--kh-warning-tint);color:var(--kh-warning)}.kh-badge--danger{background:var(--kh-danger-tint);color:var(--kh-danger)}.kh-badge--success{background:var(--kh-success-tint);color:var(--kh-success)}.kh-chip{padding:6px 14px;border-radius:999px;border:1px solid var(--kh-border-strong);font-size:12.5px;font-weight:600;color:var(--kh-text-muted);white-space:nowrap}.kh-chip--active{background:var(--kh-text);color:var(--kh-bg);border-color:var(--kh-text)}.kh-chip-row{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;-ms-overflow-style:none;scrollbar-width:none}.kh-chip-row::-webkit-scrollbar{display:none}.kh-list-item{display:flex;align-items:center;gap:12px;padding:12px 4px;border-bottom:1px solid var(--kh-border)}.kh-list-item:last-child{border-bottom:none}.kh-list-item__body{flex:1;min-width:0}.kh-list-item__title{font-weight:600;font-size:14.5px}.kh-list-item__meta{font-size:12.5px;color:var(--kh-text-muted);margin-top:1px}.kh-list-item--checked .kh-list-item__title{color:var(--kh-text-faint);text-decoration:line-through}.kh-list-item__actions{display:flex;gap:4px;opacity:.6}.kh-list-group-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--kh-text-faint);margin:20px 0 4px;padding:0 4px}.kh-list-group-label:first-child{margin-top:0}.kh-progress-ring-wrap{display:flex;align-items:center;gap:14px}.kh-progress-track{background:var(--kh-border);border-radius:999px;height:8px;overflow:hidden;flex:1}.kh-progress-fill{background:var(--kh-primary);height:100%;border-radius:999px;transition:width .3s ease}.kh-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#14141466;display:flex;align-items:flex-end;justify-content:center;z-index:60;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media(min-width:640px){.kh-modal-backdrop{align-items:center}}.kh-modal{background:var(--kh-surface);width:100%;max-width:480px;border-radius:var(--kh-radius-lg) var(--kh-radius-lg) 0 0;padding:24px 20px calc(24px + env(safe-area-inset-bottom));max-height:88vh;overflow-y:auto;box-shadow:var(--kh-shadow-lg)}@media(min-width:640px){.kh-modal{border-radius:var(--kh-radius-lg);padding:28px}}.kh-empty{text-align:center;padding:48px 20px;color:var(--kh-text-muted)}.kh-empty .kh-icon{width:32px;height:32px;color:var(--kh-text-faint);margin-bottom:10px}.kh-empty__title{font-weight:600;color:var(--kh-text);margin-bottom:4px}.kh-skeleton{background:linear-gradient(90deg,var(--kh-border) 25%,var(--kh-bg-subtle) 37%,var(--kh-border) 63%);background-size:400% 100%;animation:kh-shimmer 1.4s ease infinite;border-radius:var(--kh-radius-sm)}@keyframes kh-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.kh-meal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}@media(max-width:900px){.kh-meal-grid{grid-template-columns:1fr}}.kh-meal-day{border:1px solid var(--kh-border);border-radius:var(--kh-radius-md);padding:12px;background:var(--kh-surface)}.kh-meal-day__label{font-weight:700;font-size:13px;margin-bottom:8px}.kh-meal-slot{padding:8px;border-radius:var(--kh-radius-sm);background:var(--kh-bg-subtle);margin-bottom:6px;font-size:12.5px;min-height:40px}.kh-meal-slot__type{font-size:10px;font-weight:700;text-transform:uppercase;color:var(--kh-text-faint);letter-spacing:.04em}.kh-meal-slot__name{font-weight:600;margin-top:2px}.kh-meal-slot--empty{color:var(--kh-text-faint);font-style:italic}.kh-recipe-card{padding:16px}.kh-recipe-card__title{font-weight:700;font-size:15px;margin-bottom:4px}.kh-recipe-card__tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.kh-avatar{width:34px;height:34px;border-radius:50%;background:var(--kh-primary-tint);color:var(--kh-primary);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.kh-divider{height:1px;background:var(--kh-border);border:none;margin:20px 0}.kh-toast-wrap{position:fixed;bottom:calc(var(--kh-bottom-nav-height) + 16px);left:50%;transform:translate(-50%);z-index:80;display:flex;flex-direction:column;gap:8px;align-items:center}@media(min-width:901px){.kh-toast-wrap{bottom:20px}}.kh-toast{background:var(--kh-text);color:var(--kh-bg);padding:10px 16px;border-radius:999px;font-size:13px;font-weight:600;box-shadow:var(--kh-shadow-lg)}.kh-gate{min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;padding:24px;text-align:center}
/*# sourceMappingURL=/cdn/shop/t/55/assets/kh-app.css.map */
