@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes bounce{0%,20%,60%,to{transform:translateY(0)}40%{transform:translateY(-10px)}80%{transform:translateY(-5px)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-20px)}to{opacity:1;max-height:800px;transform:translateY(0)}}.ingredient-calculator{max-width:1200px;margin:0 auto;padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;animation:fadeInUp .8s ease-out}.ingredient-calculator h1{text-align:center;color:#fff;font-size:2.5rem;margin-bottom:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);animation:bounce 1s ease-out}.quick-select{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;opacity:0;animation:slideDown .8s ease-out .3s forwards}.quick-select button{padding:1.2rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;transform:translateY(20px);height:70px;width:100%;display:flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap;min-width:0}.quick-select button:nth-child(1){animation:slideInLeft .5s ease-out .1s forwards}.quick-select button:nth-child(2){animation:slideInLeft .5s ease-out .2s forwards}.quick-select button:nth-child(3){animation:slideInLeft .5s ease-out .3s forwards}.quick-select button:nth-child(4){animation:slideInLeft .5s ease-out .4s forwards}.quick-select button:nth-child(5){animation:slideInLeft .5s ease-out .5s forwards}.quick-select button:nth-child(6){animation:slideInLeft .5s ease-out .6s forwards}.quick-select button:nth-child(7){animation:slideInLeft .5s ease-out .7s forwards}.quick-select button:nth-child(8){animation:slideInLeft .5s ease-out .8s forwards}.quick-select button:nth-child(9){animation:slideInLeft .5s ease-out .9s forwards}.quick-select button:nth-child(10){animation:slideInLeft .5s ease-out 1s forwards}.quick-select button:nth-child(11){animation:slideInLeft .5s ease-out 1.1s forwards}.quick-select button:nth-child(12){animation:slideInLeft .5s ease-out 1.2s forwards}.quick-select button:nth-child(13){animation:slideInLeft .5s ease-out 1.3s forwards}.quick-select button:nth-child(14){animation:slideInLeft .5s ease-out 1.4s forwards}.quick-select button:before{content:"";position:absolute;top:0;left:-200px;width:200px;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.quick-select button:hover:before{left:200px}.quick-select button:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 10px 25px #0003}.quick-select button:active{transform:translateY(-1px) scale(.98)}.quick-select button.active{animation:pulse .6s ease-in-out}.quick-select button.main-dish{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff}.quick-select button.main-dish:hover{background:linear-gradient(135deg,#c0392b,#e74c3c)}.quick-select button.main-dish.active{background:linear-gradient(135deg,#a93226,#922b21);box-shadow:0 0 20px #e74c3c80}.quick-select button.side{background:linear-gradient(135deg,#27ae60,#229954);color:#fff}.quick-select button.side:hover{background:linear-gradient(135deg,#229954,#27ae60)}.quick-select button.side.active{background:linear-gradient(135deg,#1e8449,#196f3d);box-shadow:0 0 20px #27ae6080}.quick-select button.sauce{background:linear-gradient(135deg,#f39c12,#d68910);color:#fff}.quick-select button.sauce:hover{background:linear-gradient(135deg,#d68910,#f39c12)}.quick-select button.sauce.active{background:linear-gradient(135deg,#b7950b,#a6881c);box-shadow:0 0 20px #f39c1280}.input-container{display:flex;gap:1rem;margin-bottom:2rem;justify-content:center;animation:fadeInUp .6s ease-out .5s both}.input-container input{padding:1rem;border:2px solid transparent;border-radius:8px;font-size:1.1rem;background:#fff;transition:all .3s ease;min-width:200px}.input-container input:focus{outline:none;border-color:#3498db;box-shadow:0 0 15px #3498db4d;transform:scale(1.02)}.input-container button{padding:1rem 2rem;border:none;border-radius:8px;background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.input-container button:hover{background:linear-gradient(135deg,#2980b9,#3498db);transform:translateY(-2px);box-shadow:0 8px 20px #3498db4d}.input-container button:active{transform:translateY(0)}.input-container button.calculating{animation:pulse 1s infinite;background:linear-gradient(135deg,#27ae60,#229954)}.input-container button.button-animate{animation:bounce .3s ease-out}.result-container{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 15px 35px #0000001a;animation:slideDown .6s ease-out}.result-container h2{color:#2c3e50;margin-bottom:1.5rem;font-size:1.8rem;text-align:center}.result-container h3{color:#2c3e50;margin-top:1.5rem;font-size:1.4rem;text-align:center;padding:1rem;background:linear-gradient(135deg,#ecf0f1,#d5dbdb);border-radius:8px;animation:fadeInUp .5s ease-out .3s both}.table-container{overflow-x:auto;border-radius:12px;box-shadow:0 5px 15px #0000001a}.table-container table{width:100%;border-collapse:collapse;background:#fff}.table-container table thead{background:linear-gradient(135deg,#2c3e50,#34495e)}.table-container table thead th{padding:1.2rem;color:#fff;font-weight:600;text-align:left;font-size:1.1rem}.table-container table tbody tr{transition:all .3s ease;cursor:pointer;animation:fadeInUp .4s ease-out both}.table-container table tbody tr:nth-child(1){animation-delay:.05s}.table-container table tbody tr:nth-child(2){animation-delay:.1s}.table-container table tbody tr:nth-child(3){animation-delay:.15s}.table-container table tbody tr:nth-child(4){animation-delay:.2s}.table-container table tbody tr:nth-child(5){animation-delay:.25s}.table-container table tbody tr:nth-child(6){animation-delay:.3s}.table-container table tbody tr:nth-child(7){animation-delay:.35s}.table-container table tbody tr:nth-child(8){animation-delay:.4s}.table-container table tbody tr:nth-child(9){animation-delay:.45s}.table-container table tbody tr:nth-child(10){animation-delay:.5s}.table-container table tbody tr:nth-child(11){animation-delay:.55s}.table-container table tbody tr:nth-child(12){animation-delay:.6s}.table-container table tbody tr:nth-child(13){animation-delay:.65s}.table-container table tbody tr:nth-child(14){animation-delay:.7s}.table-container table tbody tr:nth-child(15){animation-delay:.75s}.table-container table tbody tr:nth-child(16){animation-delay:.8s}.table-container table tbody tr:nth-child(17){animation-delay:.85s}.table-container table tbody tr:nth-child(18){animation-delay:.9s}.table-container table tbody tr:nth-child(19){animation-delay:.95s}.table-container table tbody tr:nth-child(20){animation-delay:1s}.table-container table tbody tr:hover{background:#3498db1a!important;transform:scale(1.01)}.table-container table tbody tr:nth-child(odd){background:#ecf0f180}.table-container table tbody tr td{padding:1rem 1.2rem;border-bottom:1px solid rgba(189,195,199,.3);transition:all .3s ease}.table-container table tbody tr td:first-child{font-weight:600;color:#2c3e50}.table-container table tbody tr td:last-child{color:#34495e;font-family:Courier New,monospace}.table-container table tbody tr[style*=red]{background:linear-gradient(135deg,#e74c3ce6,#c0392be6)!important;color:#fff!important;animation:pulse .5s ease-in-out}.table-container table tbody tr[style*=red] td{color:#fff!important;font-weight:600}@media (max-width: 768px){.ingredient-calculator{padding:1rem}.ingredient-calculator h1{font-size:2rem}.ingredient-calculator .quick-select{grid-template-columns:1fr;gap:.8rem}.ingredient-calculator .quick-select button{padding:1rem;font-size:.9rem;height:60px}.ingredient-calculator .input-container{flex-direction:column;align-items:center}.ingredient-calculator .input-container input{min-width:auto;width:100%;max-width:300px}.ingredient-calculator .input-container button{width:100%;max-width:300px}.ingredient-calculator .result-container{padding:1rem}.ingredient-calculator .result-container h2{font-size:1.5rem}.ingredient-calculator .result-container h3{font-size:1.2rem}.ingredient-calculator .table-container table{font-size:.9rem}.ingredient-calculator .table-container table th,.ingredient-calculator .table-container table td{padding:.8rem}}@media (prefers-color-scheme: dark){.ingredient-calculator{background:linear-gradient(135deg,#2c3e50,#34495e)}}.table-container::-webkit-scrollbar{height:8px}.table-container::-webkit-scrollbar-track{background:#ecf0f1;border-radius:4px}.table-container::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#3498db,#2c3e50);border-radius:4px}.table-container::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#2c3e50,#3498db)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.calculating:after{content:"";display:inline-block;width:16px;height:16px;margin-left:8px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.app-header h1{margin:0;color:#333}.app-header nav{margin-top:10px}.app-header nav ul{list-style-type:none;padding:0}.app-header nav ul li{display:inline;margin-right:10px}.app-header nav ul li a{text-decoration:none;color:#007bff}.app-header nav ul li a:hover{text-decoration:underline}.app-container{display:flex;justify-content:space-between}.receive-inventory,.send-inventory,.inventory-status,.receive-history,.send-history{background-color:#fff;border:1px solid #ddd;padding:20px;margin-bottom:20px;border-radius:5px}.receive-inventory h2,.send-inventory h2,.inventory-status h2,.receive-history h2,.send-history h2{margin-top:0;color:#333}ul{padding-left:20px}.app{font-family:Arial,sans-serif;max-width:1200px;margin:0 auto;padding:20px}.app-header{background-color:#f0f0f0;padding:20px;margin-bottom:20px}.app-header .header-content{display:flex;justify-content:space-between;align-items:center}.app-header h1{margin:0;color:#333;font-size:24px}.app-header .menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:5px}.app-header .nav-menu{margin-top:20px}.app-header .nav-menu ul{list-style-type:none;padding:0;display:flex;flex-wrap:wrap}.app-header .nav-menu ul li{margin-right:20px;margin-bottom:10px}.app-header .nav-menu ul li a{text-decoration:none;color:#007bff;font-weight:700}.app-header .nav-menu ul li a:hover{text-decoration:underline}@media (max-width: 768px){.app-header .header-content .menu-toggle{display:block}.app-header .nav-menu{display:none}.app-header .nav-menu.open{display:block}.app-header .nav-menu ul{flex-direction:column}.app-header .nav-menu ul li{margin-right:0;margin-bottom:15px}}.ingredient-calculator{max-width:600px;margin:0 auto;padding:20px;font-family:Arial,sans-serif}.ingredient-calculator h1{text-align:center;color:#333;margin-bottom:20px}.ingredient-calculator .quick-select{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.ingredient-calculator .quick-select button{padding:10px 15px;background-color:#f0f0f0;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s}.ingredient-calculator .quick-select button:hover{background-color:#e0e0e0}.ingredient-calculator .quick-select button.active{background-color:#007bff;color:#fff}.ingredient-calculator .input-container{display:flex;gap:10px;margin-bottom:20px}.ingredient-calculator .input-container input{flex:1;padding:10px;border:1px solid #ccc;border-radius:5px}.ingredient-calculator .input-container button{padding:10px 20px;background-color:#28a745;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s}.ingredient-calculator .input-container button:hover{background-color:#218838}.ingredient-calculator .result-container{background-color:#f9f9f9;padding:20px;border-radius:5px}.ingredient-calculator .result-container h2{color:#333;margin-bottom:15px}.ingredient-calculator .result-container .table-container{overflow-x:auto}.ingredient-calculator .result-container table{width:100%;border-collapse:collapse}.ingredient-calculator .result-container table th,.ingredient-calculator .result-container table td{padding:10px;text-align:left;border-bottom:1px solid #ddd}.ingredient-calculator .result-container table th{background-color:#f2f2f2;font-weight:700}.ingredient-calculator .result-container h3{margin-top:20px;color:#333}@media (max-width: 600px){.ingredient-calculator{padding:10px}.ingredient-calculator .quick-select button{padding:8px 12px;font-size:14px}.ingredient-calculator .input-container{flex-direction:column}.ingredient-calculator .input-container input,.ingredient-calculator .input-container button{width:100%}.ingredient-calculator .result-container{padding:15px}.ingredient-calculator .result-container table{font-size:14px}.ingredient-calculator .result-container table th,.ingredient-calculator .result-container table td{padding:8px}}.timer-container{display:flex;flex-direction:column;align-items:center;padding:2rem;min-height:100vh;background-color:#f5f5f5}.timer-container .progress-info{font-size:1.5rem;font-weight:700;color:#333;height:2rem;margin-bottom:1rem;text-align:center}.timer-container .timer-circle{width:300px;height:300px;border-radius:50%;border:15px solid #e0e0e0;display:flex;justify-content:center;align-items:center;position:relative;margin-bottom:2rem;background:#fff;box-shadow:0 4px 6px #0000001a}.timer-container .timer-circle:before{content:"";position:absolute;top:-15px;left:-15px;right:-15px;bottom:-15px;border-radius:50%;border:15px solid transparent;border-top:15px solid #ff0000;transform:rotate(-90deg);transition:all 1s linear;clip-path:polygon(50% 50%,50% 0,calc(50% + var(--progress)) 0)}.timer-container .timer-circle.running{animation:pulse 2s infinite}.timer-container .timer-circle.finished:before{background-color:red;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.timer-container .timer-circle.finished .timer-display{color:#fff}.timer-container .timer-circle .timer-display{font-size:3.5rem;font-weight:700;color:#333;z-index:1;transition:color .3s ease}.timer-container .timer-controls{display:flex;gap:1rem;margin-bottom:2rem}.timer-container .timer-controls .timer-button{padding:.8rem 1.5rem;font-size:1.1rem;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;min-width:120px}.timer-container .timer-controls .timer-button.reset{background-color:#f44;color:#fff}.timer-container .timer-controls .timer-button.reset:hover{background-color:#c00}.timer-container .timer-controls .timer-button.start,.timer-container .timer-controls .timer-button.continue{background-color:#4f4;color:#fff}.timer-container .timer-controls .timer-button.start:hover,.timer-container .timer-controls .timer-button.continue:hover{background-color:#0c0}.timer-container .timer-controls .timer-button.pause{background-color:#fa4;color:#fff}.timer-container .timer-controls .timer-button.pause:hover{background-color:#c70}.timer-container .timer-controls .timer-button:disabled{background-color:#ccc;cursor:not-allowed}.timer-container .volume-control{display:flex;align-items:center;gap:1rem;margin-top:1rem}.timer-container .volume-control .volume-icon{font-size:1.5rem;cursor:pointer}.timer-container .volume-control .volume-slider{width:200px;height:5px;-webkit-appearance:none;background:#d3d3d3;outline:none;border-radius:5px}.timer-container .volume-control .volume-slider::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;background:#4caf50;border-radius:50%;cursor:pointer}.fireworks{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;pointer-events:none}.fireworks .firework{position:absolute;width:10px;height:10px;background:radial-gradient(circle,red,#ff0);border-radius:50%;animation:explode 1s ease-out forwards}.fireworks .firework:nth-child(1){top:30%;left:30%;animation-delay:0s}.fireworks .firework:nth-child(2){top:50%;left:50%;animation-delay:.2s}.fireworks .firework:nth-child(3){top:40%;left:60%;animation-delay:.4s}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes explode{0%{transform:scale(1);opacity:1}to{transform:scale(30);opacity:0}}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f0f0f0;background-image:url(path/to/your/background-image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.header{display:flex;flex-direction:column;align-items:center;background-color:#f7f7f7;padding:20px;border-radius:10px;box-shadow:0 4px 10px #0000001a;margin:20px}.header a{display:flex;align-items:center;background-color:#007bff;color:#fff;padding:15px 20px;border-radius:8px;margin:10px 0;text-decoration:none;transition:background .3s;width:100%;max-width:300px}.header a:hover{background-color:#0062cc}.header a svg{margin-right:10px}.header form{display:flex;flex-direction:column;align-items:center;margin-top:20px}.header form input{padding:10px;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:10px;width:100%;max-width:300px;font-size:16px}.header form input:focus{outline:none;border-color:#ff6b6b}.header form button{background-color:#ff6b6b;color:#fff;padding:10px 20px;border:none;border-radius:8px;cursor:pointer;transition:background .3s}.header form button:hover{background-color:#ff3838}.header .show-cost-button{background-color:#28a745;color:#fff;padding:10px 20px;border:none;border-radius:8px;cursor:pointer;transition:background .3s;margin-top:10px}.header .show-cost-button:hover{background-color:#1e7e34}.timer{max-width:600px;margin:0 auto;padding:20px;font-family:Arial,sans-serif}@media (max-width: 768px){.timer{padding:10px}}.timer__header{text-align:center;margin-bottom:20px}.timer__header h1{font-size:24px;margin-bottom:10px}@media (max-width: 768px){.timer__header h1{font-size:20px}}.timer__display{font-size:48px;font-weight:700;margin:20px 0}@media (max-width: 768px){.timer__display{font-size:36px}}.timer__controls{display:flex;justify-content:center;gap:10px;margin-bottom:20px}.timer__button{padding:10px 20px;font-size:16px;border:none;border-radius:5px;background-color:#4caf50;color:#fff;cursor:pointer;transition:background-color .3s}.timer__button:hover{background-color:#45a049}.timer__button--disabled{background-color:#ccc;cursor:not-allowed}.timer__button--reset{background-color:#f44336}.timer__button--reset:hover{background-color:#da190b}.timer__button--sound{background-color:#2196f3;padding:10px 15px;font-size:20px}.timer__button--sound:hover{background-color:#1976d2}.timer__button--sound-off{background-color:#9e9e9e}.timer__steps{display:flex;flex-direction:column;gap:10px}.timer__step{display:flex;align-items:center;padding:15px;background-color:#4caf50;border-radius:5px;color:#fff;transition:all .3s ease}@media (max-width: 768px){.timer__step{padding:10px}}.timer__step--completed{background-color:#666}.timer__step--active{background-color:#f44336;animation:highlight 4s ease}.timer__step-time{min-width:70px;font-weight:700;margin-right:15px}@media (max-width: 768px){.timer__step-time{min-width:60px;margin-right:10px}}.timer__step-action{flex-grow:1}@keyframes highlight{0%{transform:scale(1)}5%{transform:scale(1.02)}to{transform:scale(1)}}.timer{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f9f9f9;border-radius:10px;box-shadow:0 4px 8px #0003;padding:20px;width:90%;max-width:600px;margin:auto}.timer__header{margin-bottom:20px}.timer__header h1{font-size:2rem;color:#4caf50}.timer__header .timer__display{font-size:3rem;color:#333}.timer__controls{display:flex;justify-content:space-between;width:100%;margin-bottom:20px}.timer__controls button{background-color:#4caf50;color:#fff;border:none;border-radius:5px;padding:10px 15px;cursor:pointer;transition:background-color .3s}.timer__controls button:hover{background-color:#3d8b40}.timer__controls button--reset{background-color:#f44336}.timer__controls button--reset:hover{background-color:#ea1c0d}.timer__steps{width:100%;display:flex;flex-direction:column}.timer__steps .timer__step{display:flex;justify-content:space-between;padding:10px;border-bottom:1px solid #ddd}.timer__steps .timer__step--completed{text-decoration:line-through;color:gray}.timer__steps .timer__step--active{font-weight:700;color:#4caf50}@media (min-width: 768px){.timer{padding:40px}.timer__header h1{font-size:2.5rem}.timer .timer__display{font-size:4rem}.timer__controls button{padding:15px 20px}}*{margin:0;padding:0;box-sizing:border-box}
