:root{--buncss-light: ;--buncss-dark:initial;color-scheme:dark;color:#e2e8f0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f172a;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Oxygen,sans-serif;font-weight:400;line-height:1.5}body{color:#e2e8f0;background-color:#0f172a;min-width:320px;min-height:100vh;margin:0}button{cursor:pointer;font-family:inherit}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app{max-width:1400px;margin:0 auto;padding:20px}.header{text-align:center;background:#1e293b;border:1px solid #334155;border-radius:16px;margin-bottom:40px;padding:30px 20px;box-shadow:0 4px 6px #0000004d}.header h1{color:#fbbf24;text-shadow:0 2px 4px #fbbf2433;margin-bottom:10px;font-size:2.5rem;font-weight:700}.header p{color:#cbd5e1;font-size:1.1rem}.container{display:grid;grid-template-columns:1fr 1fr;gap:30px}@media (max-width:1024px){.container{grid-template-columns:1fr}}.bread-selector,.calculator{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:30px;box-shadow:0 4px 6px #0000004d}.bread-selector h2,.calculator h2{color:#fbbf24;border-bottom:3px solid #f59e0b;margin-bottom:20px;padding-bottom:10px;font-size:1.8rem}.bread-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px}.bread-card{cursor:pointer;text-align:left;background:#0f172a;border:2px solid #334155;border-radius:12px;padding:20px;transition:all .3s}.bread-card:hover{background:#1e293b;border-color:#475569;transform:translateY(-2px);box-shadow:0 4px 12px #fbbf244d}.bread-card.active{background:#1e293b;border:3px solid #fbbf24;box-shadow:0 4px 12px #fbbf2466}.bread-card h3{color:#fff;margin-bottom:8px;font-size:1.1rem;font-weight:600}.bread-card p{color:#e2e8f0;font-size:.85rem;line-height:1.4}.controls-group{display:flex;background:#0f172a;border:1px solid #334155;border-radius:8px;flex-wrap:wrap;align-items: center;gap:20px;margin-bottom:20px;padding:12px 15px}.flour-control{flex:1;min-width:300px}.flour-control label{display:flex;flex-wrap:wrap;align-items: center;gap:12px}.flour-control strong{color:#fbbf24;min-width:140px;font-size:.95rem}.flour-control input[type=range]{flex:1;min-width:150px}.flour-control .value{color:#fbbf24;min-width:70px;font-size:1.1rem;font-weight:600}.unit-toggle{display:flex;align-items: center}.unit-toggle label{display:flex;align-items: center;gap:8px}.unit-toggle strong{color:#fbbf24;min-width:140px;font-size:.95rem}.toggle-btn{color:#cbd5e1;cursor:pointer;background:#1e293b;border:2px solid #334155;border-radius:6px;padding:8px 14px;transition:all .3s;font-size:.85rem;font-weight:500}.toggle-btn:hover{color:#e2e8f0;background:#0f172a;border-color:#475569}.toggle-btn.active{color:#fbbf24;background:#451a03;border-color:#fbbf24;box-shadow:0 2px 8px #fbbf244d}.ingredients-list{display:flex;flex-direction:column;gap:15px;margin-bottom:25px}.ingredient-item{background:#0f172a;border:1px solid #334155;border-left-width:4px;border-radius:8px;padding:15px}.ingredient-item label{display:flex;flex-wrap:wrap;align-items: center;gap:15px}.ingredient-item strong{color:#e2e8f0;min-width:120px;font-size:1rem}.ingredient-item input[type=range]{outline:none;-webkit-appearance:none;background:#334155;border-radius:3px;flex:1;min-width:150px;height:6px}.ingredient-item input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;cursor:pointer;background:#fbbf24;border-radius:50%;width:18px;height:18px;transition:all .2s;box-shadow:0 2px 4px #0000004d}.ingredient-item input[type=range]::-webkit-slider-thumb:hover{background:#f59e0b;transform:scale(1.2)}.ingredient-item input[type=range]::-moz-range-thumb{cursor:pointer;background:#fbbf24;border:none;border-radius:50%;width:18px;height:18px;transition:all .2s;box-shadow:0 2px 4px #0000004d}.ingredient-item input[type=range]::-moz-range-thumb:hover{background:#f59e0b;transform:scale(1.2)}.ingredient-item .value{color:#fbbf24;min-width:120px;font-size:1rem;font-weight:600}.ingredient-item .value.fixed{color:#cbd5e1}.feedback-section{background:#0f172a;border:1px solid #334155;border-radius:12px;margin-bottom:25px;padding:20px}.feedback-section h3{color:#10b981;margin-bottom:15px;font-size:1.2rem}.feedback-item{border-radius:8px;margin-bottom:10px;padding:12px 15px;font-size:.95rem;line-height:1.5}.feedback-item:last-child{margin-bottom:0}.feedback-item.success{color:#6ee7b7;background:#064e3b;border-left:4px solid #10b981}.feedback-item.warning{color:#fcd34d;background:#451a03;border-left:4px solid #f59e0b}.feedback-item.info{color:#93c5fd;background:#172554;border-left:4px solid #3b82f6}.recipe-info{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border:2px solid #f59e0b;border-radius:12px;padding:20px}.recipe-info h3{color:#fbbf24;margin-bottom:15px;font-size:1.2rem}.recipe-info p{color:#e2e8f0;margin-bottom:10px;font-size:1rem}.recipe-info p:last-child{margin-bottom:0}.recipe-info .tip{color:#94a3b8;border-top:1px solid #475569;margin-top:15px;padding-top:15px;font-style:italic}.recipe-info .steps{background:#0f172a;border-left:4px solid #f59e0b;border-radius:8px;margin:15px 0;padding:15px}.recipe-info .steps strong{color:#fbbf24;display:block;margin-bottom:12px;font-size:1.05rem}.recipe-info .steps ol{color:#e2e8f0;margin-left:20px;padding-left:10px}.recipe-info .steps li{margin-bottom:8px;padding-left:5px;line-height:1.6}.recipe-info .steps li:last-child{margin-bottom:0}input[type=range]{-webkit-appearance:none;appearance:none;cursor:pointer;background:0 0}input[type=range]::-webkit-slider-runnable-track{background:#334155;border-radius:3px;height:6px}input[type=range]::-moz-range-track{background:#334155;border-radius:3px;height:6px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.feedback-item{animation:fadeIn .3s ease}@media (max-width:768px){.header h1{font-size:2rem}.bread-grid{grid-template-columns:1fr}.flour-control label,.ingredient-item label{flex-direction:column;align-items: flex-start}.flour-control strong,.ingredient-item strong{min-width:100%}.flour-control input[type=range],.ingredient-item input[type=range]{width:100%}}
