@layer components{.calorie-widget{flex-direction:column;display:flex}.calorie-widget-body{align-items:center;gap:var(--shell-spacing-md);display:flex}.calorie-error,.calorie-loading{flex:1;justify-content:center;align-items:center;font-size:.85rem;display:flex}.calorie-stats{flex-direction:column;gap:4px;min-width:90px;display:flex}.calorie-count{align-items:baseline;gap:2px;display:flex}.calorie-consumed{color:var(--shell-color-brand);font-size:1.5rem;font-weight:700}.calorie-consumed.over{color:#ef4444}.calorie-budget,.calorie-separator{color:var(--shell-color-text-muted);font-size:.85rem}.calorie-progress-bar{background:var(--shell-color-border);border-radius:2px;height:4px;overflow:hidden}.calorie-progress-fill{background:var(--shell-color-brand);border-radius:2px;height:100%;transition:width .3s}.calorie-progress-fill.over{background:#ef4444}.calorie-macros{color:var(--shell-color-text-muted);gap:6px;font-size:.65rem;display:flex}.calorie-favorites{flex:1;justify-content:flex-end;gap:6px;display:flex}.calorie-fav{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-sm);cursor:pointer;transition:all var(--shell-transition-fast);background:none;flex-direction:column;justify-content:center;align-items:center;width:136px;height:68px;padding:6px;display:flex}.calorie-fav:hover:not(:disabled){background:var(--shell-surface-brand-weak);border-color:var(--shell-color-brand)}.calorie-fav:disabled{opacity:.5;cursor:not-allowed}.calorie-fav-cal{color:var(--shell-color-brand);font-size:.9rem;font-weight:600;line-height:1}.calorie-fav-name{color:var(--shell-color-text-muted);text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-top:4px;font-size:.7rem;line-height:1.2;overflow:hidden}.calorie-fav-empty{color:var(--shell-color-text-muted);border-style:dashed;font-size:1.25rem;font-weight:300}.calorie-fav-empty:hover{color:var(--shell-color-brand);border-style:solid}.calorie-fav-add{background:var(--shell-color-brand);border-color:var(--shell-color-brand);color:#fff}.calorie-fav-add:hover:not(:disabled){background:var(--shell-color-brand);opacity:.9}.calorie-settings-btn{color:var(--shell-color-text-muted);border-radius:var(--shell-radius-sm);cursor:pointer;transition:all var(--shell-transition-fast);background:none;border:none;justify-content:center;align-items:center;margin-left:auto;padding:4px;display:flex}.calorie-settings-btn:hover{background:var(--shell-color-surface-elevated);color:var(--shell-color-brand)}.calorie-modal-overlay{z-index:var(--shell-z-modal);padding:var(--shell-spacing-lg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(0,0,0,.85);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.calorie-modal{background:var(--shell-color-surface);border:1px solid var(--shell-glass-border);border-radius:var(--shell-radius-lg);box-shadow:var(--shell-shadow-lg);flex-direction:column;width:100%;max-width:400px;max-height:80vh;display:flex}.calorie-modal-wide{max-width:600px}.calorie-modal-small{max-width:320px}.calorie-modal-header{padding:var(--shell-spacing-md) var(--shell-spacing-lg);border-bottom:1px solid var(--shell-color-border);justify-content:space-between;align-items:center;display:flex}.calorie-modal-header h3{margin:0;font-size:1rem;font-weight:600}.calorie-modal-close{cursor:pointer;color:var(--shell-color-text-muted);border-radius:var(--shell-radius-sm);background:none;border:none;padding:4px 8px;font-size:1.5rem;line-height:1}.calorie-modal-close:hover{background:var(--shell-color-surface-elevated)}.calorie-modal-search{padding:var(--shell-spacing-sm) var(--shell-spacing-lg);border-bottom:1px solid var(--shell-color-border)}.calorie-modal-search input{padding:var(--shell-spacing-sm) var(--shell-spacing-md);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);background:var(--shell-color-surface);color:var(--shell-color-text);width:100%;font-size:.9rem}.calorie-modal-search input:focus{border-color:var(--shell-color-brand);outline:none}.calorie-modal-list{padding:var(--shell-spacing-sm) var(--shell-spacing-lg);gap:var(--shell-spacing-xs);flex-direction:column;flex:1;display:flex;overflow-y:auto}.calorie-modal-empty{justify-content:center;align-items:center;gap:var(--shell-spacing-sm);padding:var(--shell-spacing-xl);color:var(--shell-color-text-muted);flex-direction:column;display:flex}.calorie-modal-footer{padding:var(--shell-spacing-md) var(--shell-spacing-lg);border-top:1px solid var(--shell-color-border);justify-content:flex-end;gap:var(--shell-spacing-sm);display:flex}.calorie-food-item{padding:var(--shell-spacing-sm) var(--shell-spacing-md);border-radius:var(--shell-radius-md);cursor:pointer;transition:background var(--shell-transition-fast);text-align:left;background:none;border:none;justify-content:space-between;align-items:center;width:100%;display:flex}.calorie-food-item:hover:not(:disabled){background:var(--shell-color-surface-elevated)}.calorie-food-item:disabled{opacity:.5;cursor:not-allowed}.calorie-food-info{flex-direction:column;gap:2px;display:flex}.calorie-food-name{color:var(--shell-color-text);font-size:.9rem;font-weight:500}.calorie-food-serving{color:var(--shell-color-text-muted);font-size:.75rem}.calorie-food-cal{color:var(--shell-color-brand);font-size:.85rem;font-weight:600}.calorie-manage-item{align-items:center;gap:var(--shell-spacing-sm);padding:var(--shell-spacing-sm);border-radius:var(--shell-radius-md);display:flex}.calorie-manage-item:hover{background:var(--shell-color-surface-elevated)}.calorie-manage-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.calorie-manage-name{font-size:.9rem;font-weight:500}.calorie-manage-brand{color:var(--shell-color-text-muted);font-weight:400}.calorie-manage-macros{color:var(--shell-color-text-muted);word-break:break-word;font-size:.7rem;line-height:1.4}.calorie-delete-btn,.calorie-edit-btn,.calorie-fav-btn{color:var(--shell-color-text-muted);border-radius:var(--shell-radius-sm);cursor:pointer;transition:all var(--shell-transition-fast);background:none;border:none;justify-content:center;align-items:center;padding:6px;display:flex}.calorie-fav-btn.active,.calorie-fav-btn:hover{color:#f59e0b}.calorie-edit-btn:hover{color:var(--shell-color-brand);background:var(--shell-surface-brand-weak)}.calorie-delete-btn:hover{color:#ef4444;background:rgba(239,68,68,.1)}.calorie-new-food-form{padding:var(--shell-spacing-md) var(--shell-spacing-lg);border-bottom:1px solid var(--shell-color-border)}.calorie-new-food-form h4{margin:0 0 var(--shell-spacing-sm);color:var(--shell-color-text-muted);font-size:.85rem;font-weight:600}.calorie-form-row{gap:var(--shell-spacing-sm);flex-wrap:wrap;align-items:center;display:flex}.calorie-form-row+.calorie-form-row{margin-top:var(--shell-spacing-sm)}.calorie-input-name{flex:1;min-width:120px}.calorie-input-brand,.calorie-input-name{padding:var(--shell-spacing-sm);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-sm);background:var(--shell-color-surface);color:var(--shell-color-text);font-size:.85rem}.calorie-input-brand{width:100px}.calorie-input-small{padding:var(--shell-spacing-sm);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-sm);background:var(--shell-color-surface);color:var(--shell-color-text);text-align:center;width:80px;font-size:.85rem}.calorie-checkbox-label{color:var(--shell-color-text-muted);cursor:pointer;align-items:center;gap:4px;font-size:.8rem;display:flex}.calorie-checkbox-label input[type=checkbox]{accent-color:var(--shell-color-brand)}.calorie-edit-form,.calorie-settings-form{padding:var(--shell-spacing-lg);gap:var(--shell-spacing-md);flex-direction:column;display:flex}.calorie-edit-form label,.calorie-settings-form label{gap:var(--shell-spacing-xs);color:var(--shell-color-text-muted);flex-direction:column;font-size:.85rem;display:flex}.calorie-edit-form input,.calorie-settings-form input{padding:var(--shell-spacing-sm) var(--shell-spacing-md);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-sm);background:var(--shell-color-surface);color:var(--shell-color-text);font-size:.9rem}.calorie-edit-form input:focus,.calorie-settings-form input:focus{border-color:var(--shell-color-brand);outline:none}.calorie-edit-row{gap:var(--shell-spacing-sm);grid-template-columns:repeat(auto-fit,minmax(80px,1fr));display:grid}.calorie-btn-primary,.calorie-btn-secondary{padding:var(--shell-spacing-sm) var(--shell-spacing-md);border-radius:var(--shell-radius-md);cursor:pointer;transition:all var(--shell-transition-fast);font-size:.85rem;font-weight:500}.calorie-btn-primary{background:var(--shell-color-brand);color:#fff;border:none}.calorie-btn-primary:hover:not(:disabled){opacity:.9}.calorie-btn-primary:disabled{opacity:.5;cursor:not-allowed}.calorie-btn-secondary{color:var(--shell-color-text-muted);border:1px solid var(--shell-color-border);background:none}.calorie-btn-secondary:hover{background:var(--shell-color-surface-elevated);color:var(--shell-color-text)}.calorie-settings-tabs{border-bottom:1px solid var(--shell-color-border);gap:0;display:flex}.calorie-tab{padding:var(--shell-spacing-sm) var(--shell-spacing-md);color:var(--shell-color-text-muted);cursor:pointer;transition:all var(--shell-transition-fast);background:none;border:none;border-bottom:2px solid transparent;flex:1;margin-bottom:-1px;font-size:.85rem;font-weight:500}.calorie-tab:hover{color:var(--shell-color-text);background:var(--shell-color-surface-elevated)}.calorie-tab.active{color:var(--shell-color-brand);border-bottom-color:var(--shell-color-brand)}.calorie-settings-section{margin-bottom:var(--shell-spacing-md)}.calorie-settings-section h4{margin:0 0 var(--shell-spacing-sm);color:var(--shell-color-text-muted);text-transform:uppercase;letter-spacing:.02em;font-size:.8rem;font-weight:600}.calorie-macro-goals{gap:var(--shell-spacing-sm);grid-template-columns:repeat(3,1fr);display:grid}.calorie-macro-goals label{font-size:.8rem}.calorie-macro-goals input{width:100%}.calorie-library-tab{flex-direction:column;max-height:60vh;display:flex}.calorie-library-search{padding:var(--shell-spacing-sm) var(--shell-spacing-lg);border-bottom:1px solid var(--shell-color-border)}.calorie-library-search input{padding:var(--shell-spacing-sm) var(--shell-spacing-md);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);background:var(--shell-color-surface);color:var(--shell-color-text);width:100%;font-size:.9rem}.calorie-library-search input:focus{border-color:var(--shell-color-brand);outline:none}.calorie-library-tab .calorie-modal-list{flex:1;min-height:150px}.calorie-library-tab .calorie-modal-footer{border-top:1px solid var(--shell-color-border)}.calorie-library-tab .calorie-new-food-form{border-bottom:1px solid var(--shell-color-border)}.intentions-widget{flex-direction:column;display:flex}.intentions-loading{padding:var(--shell-spacing-lg);font-size:.85rem}.intentions-edit-btn,.intentions-loading{color:var(--shell-color-text-muted);justify-content:center;align-items:center;display:flex}.intentions-edit-btn{border-radius:var(--shell-radius-sm);cursor:pointer;transition:all var(--shell-transition-fast);background:none;border:none;margin-left:auto;padding:4px}.intentions-edit-btn:hover{background:var(--shell-color-surface-elevated);color:var(--shell-color-brand)}.intentions-editor{gap:var(--shell-spacing-sm);flex-direction:column;flex:1;display:flex}.intentions-editor-wrapper{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);flex:1;min-height:120px;overflow:hidden}.intentions-editor-content{padding:var(--shell-spacing-md);outline:none;min-height:120px;font-size:.9rem;line-height:1.6}.intentions-editor-content:focus{outline:none}.intentions-editor-content p{margin:0 0 .5em}.intentions-editor-content p:last-child{margin-bottom:0}.intentions-editor-content h1,.intentions-editor-content h2,.intentions-editor-content h3{margin:0 0 .5em;font-weight:600}.intentions-editor-content h1{font-size:1.25rem}.intentions-editor-content h2{font-size:1.1rem}.intentions-editor-content h3{font-size:1rem}.intentions-editor-content ol,.intentions-editor-content ul{margin:0 0 .5em;padding-left:1.5em}.intentions-editor-content li{margin-bottom:.25em}.intentions-editor-content strong{font-weight:600}.intentions-editor-content em{font-style:italic}.intentions-editor-content p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--shell-color-text-muted);float:left;pointer-events:none;height:0}.intentions-actions{justify-content:flex-end;gap:var(--shell-spacing-sm);display:flex}.intentions-cancel-btn,.intentions-save-btn{padding:var(--shell-spacing-xs) var(--shell-spacing-md);border-radius:var(--shell-radius-md);cursor:pointer;transition:all var(--shell-transition-fast);font-size:.85rem;font-weight:500}.intentions-save-btn{background:var(--shell-color-brand);color:#fff;border:none}.intentions-save-btn:hover:not(:disabled){opacity:.9}.intentions-save-btn:disabled{opacity:.5;cursor:not-allowed}.intentions-cancel-btn{color:var(--shell-color-text-muted);border:1px solid var(--shell-color-border);background:none}.intentions-cancel-btn:hover{background:var(--shell-color-surface-elevated);color:var(--shell-color-text)}.intentions-display{flex:1}.intentions-content{cursor:pointer;padding:var(--shell-spacing-sm);border-radius:var(--shell-radius-md);transition:background var(--shell-transition-fast)}.intentions-content:hover{background:var(--shell-color-surface-elevated)}.intentions-content .intentions-editor-content{color:var(--shell-color-text);min-height:auto;padding:0;font-size:.9rem;line-height:1.7}.intentions-content .ProseMirror{pointer-events:none;outline:none}.intentions-empty{justify-content:center;align-items:center;gap:var(--shell-spacing-md);padding:var(--shell-spacing-xl);text-align:center;cursor:pointer;border:1px dashed var(--shell-color-border);border-radius:var(--shell-radius-md);transition:all var(--shell-transition-fast);flex-direction:column;display:flex}.intentions-empty:hover{border-color:var(--shell-color-brand);background:var(--shell-surface-brand-weak)}.intentions-empty p{color:var(--shell-color-text-muted);margin:0;font-size:.9rem;font-style:italic}.intentions-start-btn{padding:var(--shell-spacing-xs) var(--shell-spacing-md);background:var(--shell-color-brand);color:#fff;border-radius:var(--shell-radius-md);cursor:pointer;transition:opacity var(--shell-transition-fast);border:none;font-size:.85rem;font-weight:500}.intentions-start-btn:hover{opacity:.9}.coleman-analytics-panel{gap:var(--shell-spacing-md);flex-direction:column;display:flex}.coleman-analytics-panel-header{justify-content:space-between;align-items:flex-start;gap:var(--shell-spacing-sm);flex-wrap:wrap;display:flex}.coleman-analytics-panel-title{color:var(--shell-color-text);margin:0;font-size:1.2rem;line-height:1.2}.coleman-analytics-panel-subtitle{color:var(--shell-color-text-muted);margin:4px 0 0;font-size:.86rem}.coleman-analytics-widget{flex-direction:column;min-height:260px;display:flex}.coleman-analytics-title{align-items:center;gap:var(--shell-spacing-xs);margin-bottom:var(--shell-spacing-sm);display:flex}.coleman-analytics-actions{align-items:center;gap:var(--shell-spacing-xs);margin-left:auto;display:inline-flex}.coleman-analytics-action-btn,.coleman-analytics-action-link{border:1px solid var(--shell-color-border);color:var(--shell-color-text-muted);background:none;border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:600;line-height:1.2}.coleman-analytics-action-btn{cursor:pointer}.coleman-analytics-action-btn:hover,.coleman-analytics-action-link:hover{color:var(--shell-color-text);border-color:var(--shell-color-brand);background:var(--shell-surface-brand-weak);text-decoration:none}.coleman-analytics-action-btn:disabled{opacity:.6;cursor:not-allowed}.coleman-analytics-body{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);background:var(--shell-color-bg-alt);flex:1;height:560px;min-height:420px;position:relative;overflow:auto}.coleman-analytics-body.coleman-analytics-body-full{height:auto;min-height:max(560px,min(100vh - 230px,960px))}.coleman-native-cash-shell{border:1px solid var(--shell-color-border);background:var(--shell-color-surface);border-radius:14px;flex-direction:column;gap:10px;margin:14px 16px 0;padding:14px;display:flex}.coleman-native-cash-status{border:1px dashed var(--shell-color-border);text-align:center;color:var(--shell-color-text-muted);border-radius:10px;padding:12px;font-size:.85rem}.coleman-native-cash-status-error{border-color:color-mix(in srgb,#ef4444 45%,var(--shell-color-border));color:color-mix(in srgb,#ef4444 80%,var(--shell-color-text));background:rgba(239,68,68,.08)}.coleman-native-cash-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.coleman-native-cash-label{text-transform:uppercase;letter-spacing:.06em;color:var(--shell-color-text-muted);font-size:.74rem;font-weight:700}.coleman-native-cash-value{color:var(--shell-color-text);margin-top:2px;font-size:max(1.5rem,min(2.8vw,2rem));font-weight:800;line-height:1.1}.coleman-native-cash-meta{color:var(--shell-color-text-muted);margin-top:4px;font-size:.8rem}.coleman-native-cash-refresh{border:1px solid var(--shell-color-border);color:var(--shell-color-text-muted);cursor:pointer;background:none;border-radius:999px;padding:5px 11px;font-size:.76rem;font-weight:600}.coleman-native-cash-refresh:hover{color:var(--shell-color-text);border-color:var(--shell-color-brand);background:var(--shell-surface-brand-weak)}.coleman-native-cash-refresh:disabled{opacity:.6;cursor:not-allowed}.coleman-native-cash-account-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.coleman-native-cash-account-card{border:1px solid var(--shell-color-border);background:var(--shell-color-bg-alt);border-radius:12px;flex-direction:column;gap:2px;min-width:0;padding:10px 12px;display:flex}.coleman-native-cash-account-label{text-transform:uppercase;letter-spacing:.05em;color:var(--shell-color-text-muted);font-size:.74rem;font-weight:700}.coleman-native-cash-account-name{color:var(--shell-color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;overflow:hidden}.coleman-native-cash-account-balance{color:var(--shell-color-text);margin-top:2px;font-size:1.06rem;font-weight:700}.coleman-native-cash-trends{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.coleman-native-cash-trend{border:1px solid var(--shell-color-border);background:var(--shell-color-bg-alt);border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:.8rem;display:flex}.coleman-native-cash-trend-clickable{text-align:left;font:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:border-color var(--shell-transition-fast),box-shadow var(--shell-transition-fast);width:100%}.coleman-native-cash-trend-clickable:hover{border-color:var(--shell-color-brand);box-shadow:0 0 0 1px color-mix(in srgb,var(--shell-color-brand) 30%,transparent)}}@layer components{.coleman-native-cash-trend-clickable:focus-visible{border-color:var(--shell-color-brand);box-shadow:0 0 0 2px color-mix(in srgb,var(--shell-color-brand) 35%,transparent);outline:none}.coleman-native-cash-trend span{text-transform:uppercase;letter-spacing:.04em;color:inherit;font-weight:700}.coleman-native-cash-trend strong{color:inherit;font-size:.82rem;font-weight:700}.coleman-native-cash-trend-up{border-color:color-mix(in srgb,#22c55e 45%,var(--shell-color-border));color:#166534;background:rgba(34,197,94,.1)}.coleman-native-cash-trend-down{border-color:color-mix(in srgb,#ef4444 45%,var(--shell-color-border));color:#b91c1c;background:rgba(239,68,68,.1)}.coleman-native-cash-trend-flat{border-color:color-mix(in srgb,#64748b 45%,var(--shell-color-border));color:#334155;background:rgba(100,116,139,.08)}.coleman-native-cash-trend-unknown,.coleman-native-cash-warning{color:var(--shell-color-text-muted)}.coleman-native-cash-warning{border-top:1px solid var(--shell-color-border);padding-top:8px;font-size:.76rem}.coleman-cash-modal-backdrop{z-index:calc(var(--shell-z-modal) + 10);background:color-mix(in srgb,var(--shell-color-bg) 52%,transparent);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);justify-content:center;align-items:center;padding:22px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.coleman-cash-modal{border:1px solid var(--shell-color-border);background:var(--shell-color-surface);box-shadow:var(--shell-shadow-lg);border-radius:14px;flex-direction:column;width:min(920px,96vw);max-height:min(82vh,860px);display:flex;overflow:hidden}.coleman-cash-modal-header{border-bottom:1px solid var(--shell-color-border);background:var(--shell-color-bg-alt);justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.coleman-cash-modal-header h3{color:var(--shell-color-text);margin:0;font-size:1rem;font-weight:700}.coleman-cash-modal-header p{color:var(--shell-color-text-muted);margin:4px 0 0;font-size:.8rem}.coleman-cash-modal-close{border:1px solid var(--shell-color-border);color:var(--shell-color-text-muted);cursor:pointer;white-space:nowrap;background:none;border-radius:9px;padding:6px 10px;font-size:.78rem;font-weight:600}.coleman-cash-modal-close:hover{border-color:var(--shell-color-brand);color:var(--shell-color-text);background:var(--shell-surface-brand-weak)}.coleman-cash-modal-body{flex-direction:column;gap:10px;padding:14px 16px 16px;display:flex;overflow:auto}.coleman-cash-modal-status{border:1px dashed var(--shell-color-border);text-align:center;color:var(--shell-color-text-muted);border-radius:10px;padding:10px 12px;font-size:.82rem}.coleman-cash-modal-status-error{border-color:color-mix(in srgb,#ef4444 45%,var(--shell-color-border));color:color-mix(in srgb,#ef4444 80%,var(--shell-color-text));background:rgba(239,68,68,.08)}.coleman-cash-modal-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.coleman-cash-modal-summary-item{border:1px solid var(--shell-color-border);background:var(--shell-color-bg-alt);border-radius:10px;flex-direction:column;gap:2px;padding:8px 10px;display:flex}.coleman-cash-modal-summary-item span{text-transform:uppercase;letter-spacing:.04em;color:var(--shell-color-text-muted);font-size:.72rem;font-weight:700}.coleman-cash-modal-summary-item strong{color:var(--shell-color-text);font-size:.9rem;font-weight:700}.coleman-cash-modal-summary-item strong.debit{color:#b91c1c}.coleman-cash-modal-summary-item strong.credit{color:#166534}.coleman-cash-modal-warning{border:1px solid color-mix(in srgb,#f59e0b 45%,var(--shell-color-border));color:color-mix(in srgb,#f59e0b 80%,var(--shell-color-text));background:rgba(245,158,11,.1);border-radius:10px;padding:8px 10px;font-size:.78rem}.coleman-cash-modal-list{border:1px solid var(--shell-color-border);border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.coleman-cash-modal-list-item{background:var(--shell-color-surface);border-top:1px solid var(--shell-color-border);justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.coleman-cash-modal-list-item:first-child{border-top:none}.coleman-cash-modal-list-main{flex-direction:column;gap:3px;min-width:0;display:flex}.coleman-cash-modal-list-title{color:var(--shell-color-text);text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;font-weight:600;line-height:1.25;overflow:hidden}.coleman-cash-modal-list-meta{color:var(--shell-color-text-muted);flex-wrap:wrap;gap:8px;font-size:.74rem;display:flex}.coleman-cash-modal-amount{flex-shrink:0;font-size:.84rem;font-weight:700}.coleman-cash-modal-amount.debit{color:#b91c1c}.coleman-cash-modal-amount.credit{color:#166534}.coleman-native-controls{z-index:2;border-bottom:1px solid var(--shell-color-border);background:color-mix(in srgb,var(--shell-color-surface-elevated) 92%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-wrap:wrap;align-items:flex-end;gap:10px;padding:14px 16px;display:flex;position:-webkit-sticky;position:sticky;top:0}.coleman-native-toolbar-wrap{align-items:center;gap:10px;min-height:44px;margin-right:auto;display:inline-flex}.coleman-native-range-group{flex-direction:column;gap:6px;display:flex}.coleman-native-range-label{text-transform:uppercase;letter-spacing:.08em;color:var(--shell-color-text-muted);font-size:.72rem;font-weight:700}.coleman-native-range-inputs{align-items:center;gap:8px;display:inline-flex}.coleman-native-date-input,.coleman-native-range-chip{border:1px solid var(--shell-color-border);background:var(--shell-color-surface);color:var(--shell-color-text);border-radius:10px;min-height:36px;padding:7px 10px;font-size:.85rem}.coleman-native-range-chip{align-items:center;font-weight:600;display:inline-flex}.coleman-native-range-sep{color:var(--shell-color-text-muted);font-size:.82rem;font-weight:600}.coleman-native-toggle{border:1px solid var(--shell-color-border);color:var(--shell-color-text);background:var(--shell-color-surface);border-radius:999px;align-items:center;gap:8px;min-height:36px;margin-left:auto;padding:0 12px;font-size:.84rem;font-weight:600;display:inline-flex}.coleman-native-toggle input{margin:0}.coleman-native-status{border:1px solid var(--shell-color-border);background:var(--shell-color-surface);color:var(--shell-color-text-muted);border-radius:10px;margin:12px 16px 0;padding:10px 12px;font-size:.84rem}.coleman-native-status.coleman-native-status-error{border-color:color-mix(in srgb,#ef4444 40%,var(--shell-color-border));color:color-mix(in srgb,#ef4444 75%,var(--shell-color-text))}.coleman-native-metrics-shell{flex-direction:column;gap:12px;padding:14px 16px 18px;display:flex}.coleman-native-metrics-table{border-collapse:separate;border-spacing:0;border:1px solid var(--shell-color-border);background:var(--shell-color-surface);border-radius:12px;width:100%;overflow:hidden}.coleman-native-metrics-table td,.coleman-native-metrics-table th{text-align:left;border-bottom:1px solid var(--shell-color-border);color:var(--shell-color-text);padding:10px 12px;font-size:.84rem}.coleman-native-metrics-table th{text-transform:uppercase;letter-spacing:.08em;color:var(--shell-color-text-muted);background:color-mix(in srgb,var(--shell-color-surface-elevated) 86%,transparent);font-size:.72rem}.coleman-native-metrics-table tr:last-child td{border-bottom:0}.coleman-native-delta-positive{color:#15924f;font-weight:700}.coleman-native-delta-negative{color:#d94848;font-weight:700}.coleman-native-summary-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.coleman-native-summary-pill{border:1px solid var(--shell-color-border);background:var(--shell-color-surface);border-radius:10px;flex-direction:column;gap:4px;padding:10px 12px;display:flex}.coleman-native-summary-pill span{text-transform:uppercase;letter-spacing:.07em;color:var(--shell-color-text-muted);font-size:.72rem;font-weight:700}.coleman-native-summary-pill strong{color:var(--shell-color-text);font-size:.84rem}.coleman-shared-root{width:min(1320px,100%);margin:0 auto;padding:max(14px,min(2vw,28px))}.coleman-shared-status-card{border:1px solid var(--shell-color-border);background:var(--shell-color-surface);border-radius:12px;padding:18px}.coleman-shared-status-card h1{color:var(--shell-color-text);margin:0 0 8px;font-size:1.1rem}.coleman-shared-status-card p{color:var(--shell-color-text-muted);margin:0;font-size:.88rem}@media (max-width:1024px){.coleman-analytics-body{height:72vh;min-height:440px}.coleman-analytics-body.coleman-analytics-body-full{height:auto;min-height:480px}}@media (max-width:820px){.coleman-native-toggle{margin-left:0}.coleman-native-cash-top{flex-direction:column;align-items:flex-start}.coleman-native-cash-account-grid,.coleman-native-cash-trends,.coleman-native-summary-row{grid-template-columns:1fr}.coleman-cash-modal-backdrop{align-items:flex-end;padding:12px}.coleman-cash-modal{border-bottom-right-radius:0;border-bottom-left-radius:0;width:100%;max-height:86vh}.coleman-cash-modal-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.coleman-cash-modal-list-item{flex-direction:column;align-items:flex-start}}}.shopify-date-picker{background:#fff;border:1px solid #e1e3e5;border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.shopify-date-picker.disabled,.shopify-date-picker.empty{text-align:center;padding:24px}.picker-disabled-msg{color:#6d7175;margin:0;font-size:14px}.shopify-picker-layout{min-height:360px;display:flex}.shopify-presets{background:#fff;border-right:1px solid #e1e3e5;width:180px;padding:8px 0;overflow-y:auto}.shopify-preset-section-label{text-transform:uppercase;letter-spacing:.06em;color:#6d7175;padding:8px 16px 6px;font-size:11px;font-weight:700}.shopify-preset-divider{border-top:1px solid #e1e3e5;margin:8px 16px}.shopify-preset-item{text-align:left;cursor:pointer;color:#202223;background:none;border:none;border-left:3px solid transparent;align-items:center;width:100%;padding:8px 16px;font-size:13px;transition:background-color .1s;display:flex}.shopify-preset-item:hover{background:#f6f6f7}.shopify-preset-active{color:#202223;border-left-color:#5c5f62;font-weight:500;background:#f6f6f7!important}.shopify-calendar-section{flex-direction:column;flex:1;gap:10px;padding:12px 20px 4px;display:flex}.shopify-range-display{text-align:center;padding-bottom:8px}.shopify-range-label{color:#202223;font-size:14px;font-weight:400}.shopify-date-inputs{justify-content:center;align-items:flex-end;gap:8px;margin-bottom:4px;display:flex}.shopify-input-group{flex-direction:column;gap:3px;display:flex}.shopify-input-label{color:#6d7175;text-transform:uppercase;letter-spacing:.8px;font-size:12px;font-weight:600}.shopify-date-input{color:#202223;background:#fff;border:1px solid #c9cccf;border-radius:8px;width:200px;padding:7px 12px;font-size:14px;transition:border-color .1s}.shopify-date-input:focus{border-color:#005bd3;outline:none;box-shadow:0 0 0 1px #005bd3}.shopify-arrow{color:#8c9196;padding-bottom:6px;font-size:16px}.shopify-calendar-wrapper{justify-content:center;align-items:flex-start;gap:8px;margin-top:0;display:flex}.shopify-nav-button{cursor:pointer;color:#202223;background:#fff;border:1px solid #c9cccf;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;margin-top:28px;font-size:14px;transition:all .1s;display:flex}.shopify-nav-button:hover:not(:disabled){background:#f6f6f7;border-color:#8c9196}.shopify-nav-button:disabled{opacity:.3;cursor:not-allowed}.shopify-calendars{gap:16px;display:flex}.shopify-calendar{width:256px}.shopify-calendar-header{text-align:center;margin-bottom:2px;padding-bottom:6px}.shopify-month-label{color:#202223;font-size:14px;font-weight:600}.shopify-calendar-grid{grid-template-columns:repeat(7,1fr);gap:1px;display:grid}.shopify-weekday-label{text-align:center;color:#6d7175;padding:6px 0;font-size:12px;font-weight:600}.shopify-day{aspect-ratio:1;color:#202223;cursor:pointer;background:none;border:none;border-radius:8px;min-height:32px;font-size:13px;transition:all .1s;position:relative}.shopify-day:hover:not(:disabled):not(.shopify-day-disabled){background:#f6f6f7}.shopify-day-disabled,.shopify-day-outside{color:#b5b5b5;cursor:not-allowed}.shopify-day-today:not(.shopify-day-start):not(.shopify-day-end){background:#f6f6f7;font-weight:700}.shopify-day-end,.shopify-day-start{font-weight:600;color:#fff!important;background:#303030!important}.shopify-day-middle{color:#202223;background:#e3e3e3;border-radius:0}.shopify-day-middle:hover{background:#d6d6d6}.shopify-picker-footer{background:#fff;border-top:1px solid #e1e3e5;justify-content:flex-end;gap:8px;padding:12px 20px;display:flex}.shopify-btn{cursor:pointer;border:none;border-radius:8px;min-width:80px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .1s}.shopify-btn-secondary{color:#202223;background:#fff;border:1px solid #c9cccf}.shopify-btn-secondary:hover{background:#f6f6f7;border-color:#8c9196}.shopify-btn-primary{color:#fff;background:#303030;border:1px solid #303030}.shopify-btn-primary:hover:not(:disabled){background:#1a1a1a;border-color:#1a1a1a}.shopify-btn-primary:disabled{opacity:.4;cursor:not-allowed}.shopify-day-hidden{visibility:hidden;pointer-events:none}.shopify-day-empty{aspect-ratio:1;pointer-events:none;min-height:32px}@layer components{.coleman-cash-widget{flex-direction:column;min-height:260px;display:flex}.coleman-cash-title{align-items:center;gap:var(--shell-spacing-xs);margin-bottom:var(--shell-spacing-sm);display:flex}.coleman-cash-refresh{border:1px solid var(--shell-color-border);color:var(--shell-color-text-muted);cursor:pointer;background:none;border-radius:999px;margin-left:auto;padding:4px 10px;font-size:.75rem;font-weight:600}.coleman-cash-refresh:hover{color:var(--shell-color-text);border-color:var(--shell-color-brand);background:var(--shell-surface-brand-weak)}.coleman-cash-refresh:disabled{opacity:.65;cursor:not-allowed}.coleman-cash-body{gap:var(--shell-spacing-sm);flex-direction:column;flex:1;min-height:0;display:flex}.coleman-cash-status{border:1px dashed var(--shell-color-border);border-radius:var(--shell-radius-md);padding:var(--shell-spacing-md);color:var(--shell-color-text-muted);text-align:center;font-size:.86rem}.coleman-cash-status-error{color:#ef4444;border-color:color-mix(in srgb,#ef4444 45%,var(--shell-color-border));background:rgba(239,68,68,.06)}.coleman-cash-total{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);background:var(--shell-color-bg-alt);padding:var(--shell-spacing-sm) var(--shell-spacing-md)}.coleman-cash-total-label{color:var(--shell-color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem}.coleman-cash-total-value{color:var(--shell-color-text);margin-top:4px;font-size:1.7rem;font-weight:700;line-height:1.2}.coleman-cash-total-meta{color:var(--shell-color-text-muted);margin-top:4px;font-size:.78rem}.coleman-cash-trends{gap:var(--shell-spacing-xs);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.coleman-cash-trend{border-radius:var(--shell-radius-sm);border:1px solid var(--shell-color-border);background:var(--shell-color-surface);padding:8px}.coleman-cash-trend-label{text-transform:uppercase;letter-spacing:.03em;margin-bottom:4px;font-size:.72rem;font-weight:700}.coleman-cash-trend-value{font-size:.82rem;font-weight:600}.coleman-cash-trend-up{border-color:color-mix(in srgb,#22c55e 45%,var(--shell-color-border));color:#166534;background:rgba(34,197,94,.1)}.coleman-cash-trend-down{border-color:color-mix(in srgb,#ef4444 45%,var(--shell-color-border));color:#b91c1c;background:rgba(239,68,68,.1)}.coleman-cash-trend-flat{border-color:color-mix(in srgb,#64748b 45%,var(--shell-color-border));color:#334155;background:rgba(100,116,139,.08)}.coleman-cash-trend-unknown{color:var(--shell-color-text-muted)}.coleman-cash-accounts{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);background:var(--shell-color-surface);flex-direction:column;flex:1;min-height:0;display:flex}.coleman-cash-accounts-header{border-bottom:1px solid var(--shell-color-border);text-transform:uppercase;letter-spacing:.04em;color:var(--shell-color-text-muted);padding:8px 10px;font-size:.76rem;font-weight:700}.coleman-cash-accounts-list{min-height:120px;padding:4px 0;overflow:auto}.coleman-cash-account-row{justify-content:space-between;align-items:center;gap:var(--shell-spacing-sm);border-bottom:1px solid color-mix(in srgb,var(--shell-color-border) 70%,transparent);padding:8px 10px;display:flex}.coleman-cash-account-row:last-child{border-bottom:none}.coleman-cash-account-meta{align-items:baseline;gap:6px;min-width:0;display:flex}.coleman-cash-account-name{color:var(--shell-color-text);white-space:nowrap;text-overflow:ellipsis;font-size:.84rem;font-weight:600;overflow:hidden}.coleman-cash-account-mask{color:var(--shell-color-text-muted);font-size:.74rem}.coleman-cash-account-balance{color:var(--shell-color-text);white-space:nowrap;font-size:.84rem;font-weight:600}.coleman-cash-empty{padding:var(--shell-spacing-md);color:var(--shell-color-text-muted);font-size:.82rem}.coleman-cash-warnings{border-top:1px solid var(--shell-color-border);color:var(--shell-color-text-muted);background:var(--shell-color-bg-alt);padding:8px 10px;font-size:.75rem}.amazon-finance-container{flex-direction:column;height:100%;display:flex}.amazon-finance-toolbar{background:var(--shell-color-surface);border-bottom:1px solid var(--shell-color-border);border-radius:var(--shell-radius-lg) var(--shell-radius-lg) 0 0;flex-shrink:0;justify-content:space-between;align-items:center;padding:.5rem 1rem;display:flex}.amazon-finance-container .shell-persistent-iframe-container{flex:1;min-height:0}.amazon-finance-container .shell-embed-frame-full{border-radius:0 0 var(--shell-radius-lg) var(--shell-radius-lg)}.shell-embed-frame{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-lg);background:var(--shell-color-surface-alt);width:100%;height:calc(100vh - 80px)}.shell-embed-container{height:calc(100vh - var(--shell-spacing-2xl) * 2);flex-direction:column;display:flex}.shell-embed-header{padding-bottom:var(--shell-spacing-md);border-bottom:1px solid var(--shell-color-border);margin-bottom:var(--shell-spacing-md);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.shell-embed-header h1{letter-spacing:-.01em;margin:0;font-size:1.125rem;font-weight:600}.shell-embed-warning{border-radius:var(--shell-radius-sm);color:var(--shell-color-warning);background:rgba(251,191,36,.15);padding:4px 8px;font-size:.75rem}.shell-persistent-iframe-container{width:100%;height:100%}.shell-embed-error,.shell-embed-frame-full{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-lg);background:var(--shell-color-surface-alt);width:100%;height:100%}.shell-embed-error{color:var(--shell-color-text-muted);justify-content:center;align-items:center;display:flex}.shell-embed-error p{text-align:center;max-width:400px;margin:0}.shell-home{width:100%}.shell-home-header{margin-bottom:var(--shell-spacing-2xl)}.shell-home-header h1{margin:0 0 var(--shell-spacing-sm);letter-spacing:-.02em;font-size:1.75rem;font-weight:700}.shell-home-header p{color:var(--shell-color-text-muted);margin:0}.shell-home-grid{gap:var(--shell-spacing-lg);grid-template-columns:repeat(2,1fr);display:grid}}@layer components{@media (max-width:900px){.shell-home-grid{grid-template-columns:1fr}}}