:root{--hc-bg: #000;--hc-surface: #111;--hc-surface-secondary: #1a1a1a;--hc-surface-tertiary: #222;--hc-text: #fff;--hc-text-secondary: #888;--hc-text-tertiary: #666;--hc-accent: #22c55e;--hc-instacart: #43b02a;--hc-warning: #f59e0b;--hc-error: #ef4444;--hc-radius: 12px;--hc-radius-sm: 8px}.hc-title{font-size:24px;font-weight:300;letter-spacing:4px;color:var(--hc-text);margin-bottom:8px}.hc-subtitle{color:var(--hc-text-secondary);font-size:14px;margin-bottom:24px}.hc-help-text{color:var(--hc-text-tertiary);font-size:12px;margin-bottom:8px}.hc-error{background:#ef44441a;border:1px solid var(--hc-error);color:var(--hc-error);padding:12px;border-radius:var(--hc-radius-sm);margin-bottom:16px}.hc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;border-radius:var(--hc-radius);font-size:16px;font-weight:600;cursor:pointer;border:none;transition:opacity .2s;text-decoration:none;-webkit-tap-highlight-color:transparent}.hc-btn:hover{opacity:.9}.hc-btn:active{transform:scale(.98)}.hc-btn-primary{background:var(--hc-text);color:var(--hc-bg);width:100%;max-width:300px}.hc-btn-secondary{background:var(--hc-surface-tertiary);color:var(--hc-text)}.hc-btn-instacart{background:var(--hc-instacart);color:#fff;width:100%;text-decoration:none}.hc-mealplan-form{background:var(--hc-bg);padding:24px;border-radius:var(--hc-radius)}.hc-form-section{margin-bottom:24px}.hc-form-section h3{color:var(--hc-text);font-size:14px;font-weight:500;margin-bottom:12px;letter-spacing:1px}.hc-form-row{display:flex;gap:16px}.hc-form-group{flex:1}.hc-form-group label{display:block;color:var(--hc-text-secondary);font-size:12px;margin-bottom:8px}.hc-form-group input,.hc-form-group select,.hc-form-group textarea{width:100%;padding:12px;background:var(--hc-surface);border:1px solid var(--hc-surface-tertiary);border-radius:var(--hc-radius-sm);color:var(--hc-text);font-size:14px}.hc-form-group input:focus,.hc-form-group select:focus,.hc-form-group textarea:focus{outline:none;border-color:var(--hc-accent)}.hc-checkbox-group{display:flex;flex-wrap:wrap;gap:12px}.hc-checkbox-label{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--hc-surface);border-radius:var(--hc-radius-sm);cursor:pointer;color:var(--hc-text-secondary);font-size:14px;transition:all .2s}.hc-checkbox-label:has(input:checked){background:var(--hc-surface-tertiary);color:var(--hc-text)}.hc-checkbox-label input{accent-color:var(--hc-accent)}.hc-budget-options{display:flex;gap:12px}.hc-budget-option{flex:1;padding:16px;background:var(--hc-surface);border:2px solid transparent;border-radius:var(--hc-radius);cursor:pointer;text-align:center;transition:all .2s}.hc-budget-option.selected{border-color:var(--hc-accent);background:var(--hc-surface-secondary)}.hc-budget-option input{display:none}.hc-budget-name{color:var(--hc-text);font-weight:500}.hc-mealplan-loading{text-align:center;padding:48px}.hc-spinner{width:48px;height:48px;border:3px solid var(--hc-surface-tertiary);border-top-color:var(--hc-accent);border-radius:50%;margin:0 auto 24px;animation:hc-spin 1s linear infinite}@keyframes hc-spin{to{transform:rotate(360deg)}}.hc-mealplan-loading h3{color:var(--hc-text);margin-bottom:8px}.hc-mealplan-loading p{color:var(--hc-text-secondary)}.hc-mealplan-results{padding:24px}.hc-results-header{text-align:center;margin-bottom:32px}.hc-results-header h2{color:var(--hc-text);font-size:24px;margin-bottom:8px}.hc-results-header p{color:var(--hc-accent);font-size:18px;font-weight:600}.hc-days-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:32px}.hc-day-card{background:var(--hc-surface);padding:16px;border-radius:var(--hc-radius)}.hc-day-card h3{color:var(--hc-text);font-size:14px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--hc-surface-tertiary)}.hc-meal{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px;padding:8px;background:var(--hc-surface-secondary);border-radius:var(--hc-radius-sm)}.hc-meal-type{text-transform:uppercase;font-size:10px;color:var(--hc-accent);width:100%}.hc-meal-name{flex:1;color:var(--hc-text);font-size:13px}.hc-meal-cals{color:var(--hc-text-secondary);font-size:12px}.hc-day-totals{display:flex;justify-content:space-between;margin-top:12px;padding-top:8px;border-top:1px solid var(--hc-surface-tertiary);color:var(--hc-text-secondary);font-size:12px}.hc-grocery-section{background:var(--hc-surface);padding:24px;border-radius:var(--hc-radius);margin-bottom:24px}.hc-grocery-section h3{color:var(--hc-text);margin-bottom:16px}.hc-grocery-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px}.hc-grocery-item{display:flex;justify-content:space-between;padding:8px 12px;background:var(--hc-surface-secondary);border-radius:var(--hc-radius-sm)}.hc-item-name{color:var(--hc-text);font-size:13px}.hc-item-amount{color:var(--hc-text-secondary);font-size:12px}.hc-cart-section{margin-bottom:16px}.hc-onboarding{padding:24px}.hc-streak-display{text-align:center;padding:32px;background:var(--hc-surface);border-radius:var(--hc-radius);margin-bottom:24px}.hc-streak-icon{font-size:48px}.hc-streak-count{font-size:64px;font-weight:400;color:var(--hc-text)}.hc-streak-label{color:var(--hc-text-secondary);font-size:16px}.hc-progress-card{background:var(--hc-surface);padding:24px;border-radius:var(--hc-radius);margin-bottom:16px}.hc-progress-card h3{color:var(--hc-text);font-size:14px;margin-bottom:16px}.hc-progress-bar{height:8px;background:var(--hc-surface-tertiary);border-radius:4px;margin-bottom:8px}.hc-progress-fill{height:100%;background:var(--hc-accent);border-radius:4px;transition:width .3s}.hc-tasks-list{list-style:none;padding:0;margin:0}.hc-task-item{display:flex;align-items:center;gap:12px;padding:16px;background:var(--hc-surface);border-radius:var(--hc-radius);margin-bottom:8px}.hc-task-item.completed{opacity:.6}.hc-task-checkbox{width:24px;height:24px;border-radius:50%;border:2px solid var(--hc-surface-tertiary);display:flex;align-items:center;justify-content:center;cursor:pointer}.hc-task-checkbox.checked{background:var(--hc-accent);border-color:var(--hc-accent)}.hc-task-info{flex:1}.hc-task-title{color:var(--hc-text);font-size:14px;font-weight:500}.hc-task-type{color:var(--hc-text-secondary);font-size:12px;text-transform:capitalize}.hc-task-points{color:var(--hc-accent);font-weight:600}.hc-milestones-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px}.hc-milestone{text-align:center;padding:16px;background:var(--hc-surface-secondary);border-radius:var(--hc-radius)}.hc-milestone.achieved{background:var(--hc-surface-tertiary)}.hc-milestone-icon{font-size:32px;margin-bottom:8px}.hc-milestone-name{color:var(--hc-text);font-size:12px}.hc-milestone-points{color:var(--hc-accent);font-size:11px}.hc-programs-list{display:grid;gap:16px}.hc-program-card{background:var(--hc-surface);padding:24px;border-radius:var(--hc-radius)}.hc-program-card h3{color:var(--hc-text);font-size:18px;margin-bottom:8px}.hc-program-card p{color:var(--hc-text-secondary);font-size:14px;margin-bottom:16px}.hc-program-meta{display:flex;gap:16px;color:var(--hc-text-tertiary);font-size:12px;margin-bottom:16px}@media (max-width: 640px){.hc-form-row,.hc-budget-options{flex-direction:column}.hc-days-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/heirclark-styles.css.map */
