body{margin:0;background-color:var(--camo-bg);color:var(--text-light);font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif}h1,h2,h3{font-family:Tribo,Impact,sans-serif;font-weight:800;color:var(--primary)}a,button{transition:background-color .2s,color .2s;text-decoration:none}a:hover,button:hover{color:var(--camo-bg);background-color:var(--camo-hover)}.legal-page{padding:2rem 1rem;max-width:768px;margin:0 auto;color:#eaeaea;line-height:1.6}.legal-page h1{font-size:2rem;margin-bottom:1rem}.legal-page h2{font-size:1.25rem;margin-top:2rem}.legal-page a{color:#00d8ff;text-decoration:underline}:root{--camo-bg:#8a8a8a;--camo-fg:#2e3236;--camo-surface:#1c1c1c;--camo-brown:#404235;--camo-accent:#c03c08;--camo-highlight:#cef766;--fitgitt-red:#480000;--fitgitt-orange:#ff8200;--camo-border:#480000;--camo-hover:#fbfbaa;--camo-muted:#a2a998;--camo-error:#b23c3c;--camo-success:#689d6a;--primary:#f1f1f1;--accent:#aeaeac;--text-light:#f5f5f5;--text-muted:#b0b0a9;--chart-1:#8f9779;--chart-2:#a1ad81;--chart-3:#525c4a}.bg-dark{background-color:var(--camo-bg)}.text-light{color:var(--text-light)}.text-brand{color:var(--primary)}.text-muted{color:var(--text-muted)}.text-success{color:var(--camo-success)}.text-error{color:var(--camo-error)}.btn-primary{background:var(--primary);color:#000;padding:.75rem 1.5rem;border-radius:9999px;font-weight:600;border:none;cursor:pointer;transition:background .2s ease}.btn-primary:hover{background:var(--accent)}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary);padding:.6rem 1.2rem;border-radius:9999px;font-weight:600}.btn-outline:hover{background:var(--camo-hover);color:var(--camo-fg)}.bg-card{background-color:var(--camo-surface);border:1px solid var(--camo-border);padding:1rem;border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,.2)}.container{max-width:1200px;margin:0 auto;padding:2rem}.rounded{border-radius:1rem}.shadow{box-shadow:0 6px 20px rgba(0,0,0,.3)}.theme-switcher{position:fixed;bottom:1rem;right:1rem;background:var(--camo-accent);color:var(--text-light);padding:.5rem 1rem;font-weight:700;border-radius:999px;border:1px solid var(--camo-border);cursor:pointer;z-index:1000}.theme-switcher:hover{background:var(--camo-hover)}.chart-container{background:var(--camo-surface);border:1px solid var(--camo-border);padding:1.5rem;border-radius:1rem}.chart-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--camo-highlight)}.chart-legend{display:flex;gap:1rem;margin-top:1rem;font-size:.9rem;color:var(--camo-muted)}.chart-legend span{display:flex;align-items:center;font-size:.9rem;color:var(--text-light);gap:.5rem}.chart-legend span:before{content:"";display:inline-block;width:1rem;height:1rem;border-radius:50%}.chart-legend span.chart-1:before{background-color:var(--chart-1)}.chart-legend span.chart-2:before{background-color:var(--chart-2)}.chart-legend span.chart-3:before{background-color:var(--chart-3)}.chart-legend span.chart-4:before{background-color:var(--chart-4)}.animated-title,.food-finder-title,.tracker-title{font-family:Tribo,Impact,sans-serif;font-size:2.5rem;font-weight:700;color:#480000;white-space:nowrap;overflow:hidden;border-right:3px solid #480000;animation:blink .8s step-end infinite}@keyframes blink{50%{border-color:transparent}}.food-finder-title,.tracker-title{margin-bottom:1rem}.animated-title{text-align:center;margin-bottom:2rem}@media (max-width:768px){.animated-title,.food-finder-title,.tracker-title{font-size:2rem}}.layout{color:#f5f5f5;background:var(--camo-surface);font-family:3em tribo,Impact,sans-serif;font-weight:800}.layout,.layout-container{min-height:100vh;display:flex;flex-direction:column}.layout-container{background:var(--camo-bg);color:var(--text-light);font-family:Inter,sans-serif}.logout-btn{background-color:#ff4d4d;color:white;font-weight:700;padding:.75rem 1.25rem;border-radius:9999px;box-shadow:0 4px 12px rgba(0,0,0,.4);transition:transform .2s ease,background-color .2s ease;position:fixed;bottom:1.5rem;right:1.5rem}.logo-image:hover{transform:scale(1.05);box-shadow:0 0 15px var(--camo-border);transition:all .3s ease}.layout-header{padding:1rem;background:var(--camo-surface);border-bottom:1px solid var(--camo-border)}.layout nav{display:flex;justify-content:space-between;align-items:center;max-width:960px;margin:0 auto}.layout-footer{background:#111;color:#ccc;padding:2rem 1rem;text-align:center;margin-top:auto}.footer-container{max-width:960px;margin:0 auto}.footer-brand{display:flex;align-items:center;justify-content:center;font-weight:600;gap:.5rem;margin-bottom:1rem}.footer-logo{border-radius:4px}.footer-links{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.footer-links a{color:#ccc;text-decoration:none;font-size:.9rem}.footer-links a:hover{text-decoration:underline}.footer-text{font-size:.85rem;color:#888}.nav-logo{font-family:Impact,sans-serif;font-size:1.5rem;color:#00f7ff}.nav-links{display:flex;gap:1.5rem;font-family:Tahoma,sans-serif}.nav-links a,.nav-links button{color:var(--text-light);padding:.5rem 1rem;border-radius:.375rem;transition:background .3s ease;cursor:pointer;transition:all .2s ease;font-size:.9rem}.nav-links a:hover,.nav-links button:hover{background-color:var(--camo-hover);color:#fff}.floating-logout{position:fixed;bottom:1.5rem;right:1.5rem;background-color:#ff4d4d;color:white;font-weight:700;padding:.75rem 1.25rem;border-radius:9999px;box-shadow:0 4px 12px rgba(0,0,0,.4);z-index:999;transition:transform .2s ease,background-color .2s ease}.floating-logout:hover{background-color:#e60000;transform:scale(1.05)}.mobile-only{display:none}@media screen and (max-width:768px){.mobile-only{display:inline-block}}.layout footer{text-align:center;margin-top:auto;font-size:.875rem;color:#efd6ad;border-top:1px solid #333;padding:1.5rem 0}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}.hamburger span{display:block;width:24px;height:3px;background:#00f7ff;border-radius:2px}.mobile-menu{background-color:#111;padding:1rem;display:flex;flex-direction:column;gap:1rem;text-align:left;animation:slideDown .3s ease}.mobile-menu a{color:#ccc;font-weight:500;transition:color .2s}.mobile-menu a:hover{color:#00f7ff}@keyframes slideDown{0%{transform:translateY(-20%);opacity:0}to{transform:translateY(0);opacity:1}}@media screen and (max-width:768px){.nav-links.desktop{display:none}.hamburger{display:flex}}