.mb-0{margin-bottom:0}.mb-xs{margin-bottom:.25rem}.mb-sm{margin-bottom:.5rem}.mb-md{margin-bottom:1rem}.mb-lg{margin-bottom:1.5rem}.mb-xl{margin-bottom:2rem}.mb-2xl{margin-bottom:3rem}.mt-0{margin-top:0}.mt-xs{margin-top:.25rem}.mt-sm{margin-top:.5rem}.mt-md{margin-top:1rem}.mt-lg{margin-top:1.5rem}.mt-xl{margin-top:2rem}.mt-2xl{margin-top:3rem}.mx-auto{margin-left:auto;margin-right:auto}.p-0{padding:0}.p-xs{padding:.25rem}.p-sm{padding:.5rem}.p-md{padding:1rem}.p-lg{padding:1.5rem}.p-xl{padding:2rem}.pt-0{padding-top:0}.pt-sm{padding-top:.5rem}.pt-md{padding-top:1rem}.pt-lg{padding-top:1.5rem}.pb-md{padding-bottom:1rem}.pb-lg{padding-bottom:1.5rem}.pb-xl{padding-bottom:2rem}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-1{flex:1}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.gap-xs{gap:.25rem}.gap-sm{gap:.5rem}.gap-md{gap:1rem}.gap-lg{gap:1.5rem}.gap-xl{gap:2rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.grid-auto-fill{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-normal{font-weight:400}.font-medium,.font-semibold{font-weight:500}.font-bold{font-weight:700}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.whitespace-nowrap{white-space:nowrap}.whitespace-normal{white-space:normal}.text-primary{color:#060604}.text-secondary{color:#64748b}.text-muted{color:#94a3b8}.text-white{color:#fff}.text-success{color:#22c55e}.text-error{color:#ef4444}.text-warning{color:#f59e0b}.text-info{color:#3b82f6}.text-brand-primary{color:#284c71}.text-brand-secondary{color:#599087}.bg-primary{background-color:#f9f6f1}.bg-secondary{background-color:#f8fafc}.bg-tertiary{background-color:#f1f5f9}.bg-dark{background-color:#1e293b}.bg-error-light{background-color:#fef2f2}.bg-success-light{background-color:#dcfce7}.bg-warning-light{background-color:#fffbeb}.bg-info-light{background-color:#eff6ff}.bg-gray-100{background-color:#f1f5f9}.bg-transparent{background-color:#0000}.border{border:1px solid #e2e8f0}.border-t{border-top:1px solid #e2e8f0}.border-b{border-bottom:1px solid #e2e8f0}.border-none{border:none}.rounded{border-radius:.375rem}.rounded-sm{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.shadow-none{box-shadow:none}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-container{max-width:1400px}.block{display:block}.inline-block{display:inline-block}.hidden{display:none}.list-none{list-style:none}.overflow-hidden{overflow:hidden}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.object-cover{object-fit:cover}.object-contain{object-fit:contain}.alert{border-radius:.375rem;margin-bottom:1rem;padding:1rem}.alert-error{color:#b91c1c;background-color:#fef2f2;border:1px solid #fecaca}.alert-success{color:#166534;background-color:#dcfce7;border:1px solid #bbf7d0}.alert-warning{color:#92400e;background-color:#fffbeb;border:1px solid #fde68a}.alert-info{color:#1e40af;background-color:#eff6ff;border:1px solid #bfdbfe}.loading-spinner{border:2px solid #e2e8f0;border-top-color:#284c71;border-radius:50%;width:2rem;height:2rem;animation:1s linear infinite spin;display:inline-block}.loading-spinner-sm{width:1rem;height:1rem}.loading-spinner-lg{width:3rem;height:3rem}@keyframes spin{to{transform:rotate(360deg)}}.badge{color:#060604;background-color:#f1f5f9;border-radius:.25rem;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.badge-primary{color:#fff;background-color:#284c71}.badge-secondary{color:#fff;background-color:#599087}.badge-success{color:#fff;background-color:#22c55e}.badge-error{color:#fff;background-color:#ef4444}.badge-warning{color:#060604;background-color:#f59e0b}:root{--color-primary:#284c71;--color-primary-light:#356597;--color-primary-dark:#1d3853;--color-primary-hover:#1d3853;--color-primary-active:#182e44;--color-primary-disabled:#284c7166;--color-secondary:#599087;--color-secondary-light:#73a9a0;--color-secondary-dark:#49776f;--color-secondary-hover:#49776f;--color-success:#22c55e;--color-success-light:#dcfce7;--color-success-dark:#166534;--color-success-bg:#dcfce7;--color-success-text:#166534;--color-warning:#f59e0b;--color-warning-light:#fef3c7;--color-warning-dark:#92400e;--color-warning-bg:#fffbeb;--color-warning-text:#92400e;--color-error:#ef4444;--color-error-light:#f87171;--color-error-bg:#fef2f2;--color-error-border:#fecaca;--color-error-text:#b91c1c;--color-danger:#dc2626;--color-danger-dark:#b91c1c;--color-info:#3b82f6;--color-info-light:#dbeafe;--color-info-dark:#1e40af;--color-badge-purple-bg:#ede9fe;--color-badge-purple-text:#6d28d9;--color-badge-green-bg:#d1fae5;--color-badge-green-text:#047857;--color-badge-blue-bg:#dbeafe;--color-badge-blue-text:#1e40af;--color-badge-violet-bg:#f3e8ff;--color-badge-violet-text:#7c3aed;--color-badge-amber-bg:#fffbeb;--color-badge-amber-text:#92400e;--color-badge-red-bg:#fef2f2;--color-badge-red-text:#b91c1c;--color-badge-gray-bg:#f1f5f9;--color-badge-gray-text:#475569;--color-accent:#f58874;--color-accent-hover:#f2674e;--color-action:#0e3e86;--color-action-hover:#0a2d61;--color-action-active:#08244f;--color-action-disabled:#0e3e8666;--color-success-hover:#16a34a;--color-success-disabled:#86efac;--color-success-border:#bbf7d0;--color-hover:#f8fafc;--color-text-on-primary:#fff;--color-text:#060604;--color-text-secondary:#64748b;--color-text-muted:#94a3b8;--color-text-light:#fff;--color-warm-white:#f9f6f1;--color-bg-secondary:#f8fafc;--color-bg-tertiary:#f1f5f9;--color-bg-dark:#1e293b;--color-bg-disabled:#f9fafb;--color-bg-code:#f8fafc;--color-surface:#f9f6f1;--color-surface-alt:#f8fafc;--color-surface-hover:#f9fafb;--color-surface-secondary:#f1f5f9;--color-surface-disabled:#f9fafb;--color-border:#e2e8f0;--color-border-light:#f1f5f9;--color-border-focus:#284c71;--color-overlay:#00000080;--color-overlay-light:#0000004d;--color-chart-protein:#ef4444;--color-chart-carbs:#3b82f6;--color-chart-fat:#f59e0b;--font-family-sans:var(--font-greycliff),-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;--font-family-mono:ui-monospace,SFMono-Regular,SF Mono,Menlo,Monaco,Cascadia Code,monospace;--font-size-2xs:.625rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3.125rem;--font-size-6xl:3.75rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:500;--font-weight-bold:700;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.75;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--border-radius-sm:.25rem;--border-radius-md:.375rem;--border-radius-lg:.5rem;--border-radius-xl:.75rem;--border-radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--z-index-dropdown:100;--z-index-sticky:200;--z-index-header:300;--z-index-sidebar:350;--z-index-modal-backdrop:400;--z-index-modal:500;--z-index-popover:600;--z-index-tooltip:700;--z-index-toast:800;--transition-fast:.15s ease;--transition-normal:.25s ease;--transition-slow:.35s ease;--header-height:64px;--sidebar-width:240px;--sidebar-icon-rail-width:60px;--footer-height:64px;--container-max-width:1400px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-greycliff),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#060604;background-color:#f9f6f1;min-height:100vh;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;font:inherit;background:0 0;border:none}ul,ol{list-style:none}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:500;line-height:1.25}h1{font-size:1.875rem}@media (min-width:768px){h1{font-size:2.25rem}}h2{font-size:1.5rem}@media (min-width:768px){h2{font-size:1.875rem}}h3{font-size:1.25rem}p{margin-bottom:1rem}.page-container{max-width:1400px;margin:0 auto;padding:2rem 1rem}@media (min-width:768px){.page-container{padding:3rem 1.5rem}}.public-main{min-height:calc(100vh - 64px);padding-top:64px}.home-main{min-height:calc(100vh - 64px)}.hero{color:#fff;text-align:center;background:linear-gradient(135deg,#284c71 0%,#356597 100%);padding:4rem 1rem}@media (min-width:768px){.hero{padding:4rem 2rem}}.hero-content{max-width:800px;margin:0 auto}.hero-content h1{margin-bottom:1.5rem}.hero-content p{opacity:.9;margin-bottom:2rem;font-size:1.125rem}@media (min-width:768px){.hero-content p{font-size:1.25rem}}.hero-actions{flex-direction:column;align-items:center;gap:1rem;display:flex}@media (min-width:768px){.hero-actions{flex-direction:row;justify-content:center}}.hero-actions .btn-secondary{color:#fff;border-color:#fff}.hero-actions .btn-secondary:hover{color:#284c71;background-color:#fff}.features{text-align:center;padding:4rem 1rem}@media (min-width:768px){.features{padding:4rem 2rem}}.features h2{margin-bottom:3rem}.features-grid{grid-template-columns:1fr;gap:2rem;max-width:1400px;margin:0 auto;display:grid}@media (min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature{background-color:#f8fafc;border-radius:.5rem;padding:1.5rem}.feature h3{color:#284c71;margin-bottom:.5rem}.feature p{color:#64748b;margin-bottom:0}
