:root{--bg-primary:#00033b;--bg-secondary:#0a1543;--text-primary:#e8e8e8;--accent-magenta:#fd5ee8;--accent-purple:#9100cc;--accent-cyan:#30dfff;--accent-green:#43de00;--accent-yellow:#ffd000;--accent-orange:#f69500;--font-family:"American Typewriter ITC Pro", "American Typewriter", "Courier New", Courier, monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;line-height:1.6}h1,h2,h3,h4,h5,h6{margin-bottom:.5em;font-weight:600}a{color:var(--accent-cyan);text-decoration:none}a:hover{text-decoration:underline}button{font-family:var(--font-family);cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem;font-size:1rem;font-weight:600;transition:all .3s}.btn-primary{background-color:var(--accent-cyan);color:var(--bg-primary)}.btn-primary:hover{background-color:var(--text-primary);box-shadow:0 0 10px var(--accent-cyan)}.btn-danger{background-color:var(--accent-orange);color:#fff}.btn-danger:hover{box-shadow:0 0 10px var(--accent-orange)}input,textarea,select{font-family:var(--font-family);background-color:var(--bg-secondary);color:var(--text-primary);border:1px solid #e8e8e833;border-radius:8px;outline:none;width:100%;margin-bottom:1rem;padding:.75rem;transition:border-color .3s,box-shadow .3s}input:focus,textarea:focus,select:focus{border-color:var(--accent-cyan);box-shadow:0 0 8px #30dfff80}.card{-webkit-backdrop-filter:blur(10px);background:#0a154399;border:1px solid #e8e8e81a;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 4px 6px #0000004d}.meal-card{cursor:pointer;background:var(--bg-secondary);border:2px solid #0000;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:150px;transition:all .4s;display:flex;position:relative;overflow:hidden}.meal-card.completed{border-color:var(--accent-green);box-shadow:0 0 15px #43de0099,inset 0 0 10px #43de0033}.meal-card .icon-container{font-size:2rem}.meal-card.completed .icon-container{color:var(--accent-green)}.meal-card.pending{opacity:.8;border-color:#e8e8e833}.container{max-width:1200px;margin:0 auto;padding:2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-4{gap:1rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (width<=768px){.grid-cols-4{grid-template-columns:repeat(2,1fr)}}
