*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh;padding:20px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{margin:0 auto;max-width:900px;padding:20px}.container{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;padding:40px}h1{color:#333;font-size:2.5rem;margin-bottom:10px}.subtitle,h1{text-align:center}.subtitle{color:#666;font-size:1.1rem;margin-bottom:30px}h2{color:#444;font-size:1.5rem;margin-bottom:15px}.tabs{border-bottom:2px solid #e0e0e0;display:flex;gap:10px;margin-bottom:30px}.tab{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:-2px;padding:12px 24px;transition:all .3s}.tab.active,.tab:hover{color:#667eea}.tab.active{border-bottom-color:#667eea}.tab-content{animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.form-section{margin-bottom:30px}.product-form{grid-gap:10px;align-items:stretch;display:grid;gap:10px;grid-template-columns:minmax(220px,2fr) minmax(120px,1fr) 90px minmax(140px,1fr) minmax(140px,auto)}.product-form input,.product-form select{border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;padding:12px;transition:border-color .3s}.product-form input:focus,.product-form select:focus{border-color:#667eea;outline:none}.recipe-item-row{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:3fr 2fr auto;margin-bottom:10px}.product-select{border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;padding:12px;transition:border-color .3s}.product-select:focus{border-color:#667eea;outline:none}.recipe-item-row input{border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;padding:12px;transition:border-color .3s}.recipe-item-row input:focus{border-color:#667eea;outline:none}.btn-remove{background:#ff4757;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.2rem;height:48px;padding:0 15px;transition:background .3s}.btn-remove:hover{background:#ee5a6f}.btn-add{background:#48dbfb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:0;min-height:48px;padding:12px 18px;transition:background .3s;white-space:nowrap}.btn-add:hover{background:#0abde3}.btn-delete-small{background:#ff4757;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:5px 10px;transition:background .3s}.btn-delete-small:hover{background:#ee5a6f}.button-group{display:flex;gap:15px;margin-top:30px}.btn-calculate{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;flex:1 1;font-size:1.1rem;font-weight:600;padding:15px 30px;transition:transform .2s,box-shadow .2s}.btn-calculate:hover:not(:disabled){box-shadow:0 10px 25px #667eea66;transform:translateY(-2px)}.btn-calculate:disabled{cursor:not-allowed;opacity:.6}.btn-reset{background:#dfe6e9;border:none;border-radius:10px;color:#2d3436;cursor:pointer;font-size:1.1rem;font-weight:600;padding:15px 30px;transition:background .3s}.btn-reset:hover{background:#b2bec3}.products-list{margin-top:40px}.products-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.product-card{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:12px;padding:20px;transition:transform .2s,box-shadow .2s}.product-card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.product-header{align-items:start;display:flex;justify-content:space-between;margin-bottom:15px}.product-header h3{color:#333;flex:1 1;font-size:1.2rem;margin:0}.product-details{color:#555}.product-details p{font-size:.95rem;margin:8px 0}.empty-state{color:#999;font-style:italic;padding:40px;text-align:center}.result{background:linear-gradient(135deg,#667eea15,#764ba215);border:2px solid #667eea;border-radius:15px;margin-top:30px;padding:25px}.result h2{color:#667eea;margin-bottom:20px}.breakdown-table{margin-bottom:20px;overflow-x:auto}.breakdown-table table{background:#fff;border-collapse:collapse;border-radius:8px;overflow:hidden;width:100%}.breakdown-table th{background:#667eea;color:#fff;font-weight:600;padding:12px;text-align:left}.breakdown-table td{border-bottom:1px solid #e0e0e0;padding:12px}.breakdown-table tr:last-child td{border-bottom:none}.breakdown-table tr:hover{background:#f5f7fa}.meals-input{border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;margin-top:10px;padding:12px;transition:border-color .3s;width:100%}.meals-input:focus{border-color:#667eea;outline:none}.cost-summary{background:#fff;border-radius:10px;padding:20px}.cost-item{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:15px 0}.cost-item:last-of-type{border-bottom:none}.cost-item.highlight{background:linear-gradient(135deg,#667eea15,#764ba215);border-bottom:none;border-radius:8px;margin:10px -20px;padding:20px}.cost-label{color:#555;font-size:1.1rem;font-weight:600}.cost-item.highlight .cost-label{color:#667eea;font-size:1.3rem}.cost-value{color:#333;font-size:1.5rem;font-weight:700}.cost-item.highlight .cost-value{color:#667eea;font-size:2rem}.items-count{color:#666;font-size:.95rem;margin:15px 0 0;text-align:center}.error{background:#ff475715;border:2px solid #ff4757;border-radius:10px;color:#c23616;font-weight:600;margin-top:20px;padding:15px;text-align:center}@media (max-width:1100px){.product-form{grid-template-columns:1fr 1fr 90px 1fr}.product-form .btn-add{grid-column:1/-1;width:100%}}@media (max-width:768px){.App{overflow-x:hidden;padding:8px}.container{border-radius:14px;padding:16px}h1{font-size:2.1rem;line-height:1.05;margin-bottom:8px}.subtitle{font-size:.95rem;margin-bottom:18px}.tabs{gap:0}.tab{flex:1 1;font-size:.95rem;padding:10px 8px;text-align:center}.product-form{gap:8px;grid-template-columns:1fr 1fr;width:100%}.product-form>*{min-width:0}.product-form input:first-child{grid-column:1/-1}.product-form select{min-width:0}.product-form input:nth-of-type(3){grid-column:1/2}.product-form .btn-add{font-size:.95rem;grid-column:2/3;margin-top:0;min-height:44px;padding:10px 8px;width:100%}.recipe-item-row{grid-template-columns:1fr}.btn-remove{justify-self:start;margin-top:0}.button-group{flex-direction:column;gap:10px}.btn-calculate,.btn-reset{font-size:1rem;padding:12px 16px}.products-grid{gap:12px;grid-template-columns:1fr}.product-card{padding:14px}.breakdown-table{font-size:.88rem}.breakdown-table td,.breakdown-table th{padding:8px}.cost-summary{padding:14px}.cost-item{padding:10px 0}.cost-label{font-size:1rem}.cost-value{font-size:1.2rem}.cost-item.highlight{margin:8px -14px;padding:14px}.cost-item.highlight .cost-label{font-size:1.1rem}.cost-item.highlight .cost-value{font-size:1.5rem}}@media (max-width:420px){.App{padding:6px}.container{border-radius:12px;padding:12px}h1{font-size:1.9rem}.product-form{grid-template-columns:1fr}.product-form .btn-add,.product-form input:first-child,.product-form input:nth-of-type(3){grid-column:auto}.product-form .btn-add{font-size:.95rem;width:100%}}
/*# sourceMappingURL=main.e12243f1.css.map*/