:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(180deg,#fffffff2,#f0f8ffe6 30%,#b0e0e6d9 70%,#6495ede6);min-height:100vh;color:#333;position:relative}body:before{content:"";position:fixed;bottom:0;left:0;right:0;height:250px;background:linear-gradient(to top,rgba(255,255,255,.95) 0%,transparent 100%);pointer-events:none;z-index:0}body:after{content:"";position:fixed;bottom:0;left:0;right:0;height:200px;background:linear-gradient(165deg,transparent 45%,rgba(139,90,43,.15) 45%,rgba(139,90,43,.15) 50%,transparent 50%),linear-gradient(155deg,transparent 50%,rgba(105,105,105,.2) 50%,rgba(105,105,105,.2) 55%,transparent 55%),linear-gradient(175deg,transparent 40%,rgba(160,82,45,.15) 40%,rgba(160,82,45,.15) 45%,transparent 45%),linear-gradient(170deg,transparent 48%,rgba(119,136,153,.2) 48%,rgba(119,136,153,.2) 52%,transparent 52%);background-size:400px 200px,350px 200px,300px 200px,450px 200px;background-position:0% 100%,25% 100%,50% 100%,75% 100%;background-repeat:repeat-x;pointer-events:none;z-index:0;opacity:.6}.app{max-width:1400px;margin:0 auto;padding:20px;position:relative;z-index:1}.app-header{background:linear-gradient(135deg,#fffffffa,#fffafaf2);border-radius:16px;padding:30px;margin-bottom:30px;box-shadow:0 4px 20px #0000001a,inset 0 0 0 3px #ff00001a;border:3px solid rgba(220,20,60,.15);position:relative;overflow:hidden}.app-header:before{content:"🇨🇭";position:absolute;top:15px;right:15px;font-size:2.5rem;opacity:.15;transform:rotate(-15deg)}.app-header:after{content:"";position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(220,20,60,.05) 0%,transparent 70%);border-radius:50%}.header-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:20px}.header-left h1{font-size:2.5rem;font-weight:700;color:#dc143c;margin-bottom:5px;text-shadow:2px 2px 4px rgba(0,0,0,.1);position:relative;z-index:1}.subtitle{font-size:1.1rem;color:#666;font-weight:400}.date-display{padding:15px 20px;background:linear-gradient(135deg,#dc143c,#b91432);border-radius:12px;color:#fff;font-weight:500;display:flex;align-items:center;gap:10px;box-shadow:0 4px 12px #dc143c4d,inset 0 1px #ffffff4d;position:relative;z-index:1}.date-display:before{content:"🏔️";font-size:1.2rem;opacity:.7}.date-label{font-weight:600}.date-value{font-weight:400}.language-switch{display:flex;gap:10px;background:#fffc;padding:5px;border-radius:12px;border:2px solid rgba(220,20,60,.2);box-shadow:0 2px 8px #0000001a;position:relative;z-index:1}.language-button{background:transparent;border:none;padding:10px 15px;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:6px;font-size:.9rem;font-weight:500;color:#666}.language-button:hover{background:#fff;box-shadow:0 2px 8px #0000001a}.language-button.active{background:linear-gradient(135deg,#dc143c,#b91432);color:#fff;box-shadow:0 2px 12px #dc143c66}.language-button .flag{font-size:1.2rem}.app-main,.recipes-section{margin-bottom:40px}.recipes-section h2{color:#dc143c;font-size:2rem;margin-bottom:25px;text-shadow:2px 2px 4px rgba(255,255,255,.9),0 0 10px rgba(255,255,255,.8);background:#ffffffe6;padding:15px 25px;border-radius:12px;display:inline-block;border:3px solid rgba(220,20,60,.2);box-shadow:0 4px 12px #0000001a}.recipes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:25px;margin-bottom:40px}.recipe-card{background:linear-gradient(135deg,#fffffffa,#fffafaf2);border-radius:16px;padding:25px;box-shadow:0 4px 20px #0000001a,inset 0 0 0 2px #dc143c1a;border:2px solid rgba(220,20,60,.15);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;gap:20px;position:relative;overflow:hidden}.recipe-card:before{content:"❄️";position:absolute;top:10px;right:10px;font-size:2rem;opacity:.1}.recipe-card:after{content:"";position:absolute;bottom:-50px;right:-50px;width:150px;height:150px;background:radial-gradient(circle,rgba(220,20,60,.08) 0%,transparent 70%);border-radius:50%}.recipe-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.recipe-header{border-bottom:2px solid #f0f0f0;padding-bottom:15px}.recipe-name{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:8px}.recipe-category{display:inline-block;padding:6px 12px;background:linear-gradient(135deg,#dc143c,#b91432);color:#fff;border-radius:20px;font-size:.85rem;font-weight:500;box-shadow:0 2px 8px #dc143c4d;position:relative;z-index:1}.recipe-price{display:flex;justify-content:space-between;gap:15px;padding:15px;background:#f8f9fa;border-radius:12px}.price-item{flex:1;display:flex;flex-direction:column;gap:5px}.price-label{font-size:.85rem;color:#666;font-weight:500}.price-value{font-size:1.3rem;font-weight:700;color:#dc143c;position:relative;z-index:1}.recipe-stores{display:flex;flex-direction:column;gap:10px}.stores-label{font-weight:600;color:#555;font-size:.9rem}.stores-list{display:flex;flex-wrap:wrap;gap:8px}.store-badge{padding:6px 12px;background:#dc143c1a;color:#b91432;border-radius:8px;font-size:.85rem;font-weight:500;border:1px solid rgba(220,20,60,.2);position:relative;z-index:1}.recipe-ingredients h4{font-size:1.1rem;color:#333;margin-bottom:12px;font-weight:600}.recipe-ingredients ul{list-style:none;display:flex;flex-direction:column;gap:8px}.recipe-ingredients li{display:grid;grid-template-columns:80px 1fr 80px;gap:10px;padding:10px;background:#f8f9fa;border-radius:8px;align-items:center}.ingredient-amount{font-weight:600;color:#555;font-size:.9rem}.ingredient-name{color:#333}.ingredient-price{text-align:right;font-weight:600;color:#dc143c;font-size:.9rem;position:relative;z-index:1}.recipe-instructions{margin-top:20px;padding-top:20px;border-top:2px solid rgba(220,20,60,.1)}.recipe-instructions h4{font-size:1.1rem;color:#333;margin-bottom:12px;font-weight:600}.recipe-instructions ol{list-style:none;counter-reset:step-counter;display:flex;flex-direction:column;gap:12px}.recipe-instructions li{counter-increment:step-counter;position:relative;padding:12px 12px 12px 45px;background:#f8f9fa;border-radius:8px;line-height:1.6;color:#333}.recipe-instructions li:before{content:counter(step-counter);position:absolute;left:12px;top:12px;background:#dc143c;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem}.about-section{background:linear-gradient(135deg,#fffffffa,#fffafaf2);border-radius:16px;padding:30px;box-shadow:0 4px 20px #0000001a,inset 0 0 0 3px #dc143c1a;border:3px solid rgba(220,20,60,.15);position:relative;overflow:hidden}.about-section:before{content:"🏔️ 🌲 🏔️";position:absolute;bottom:15px;right:15px;font-size:1.5rem;opacity:.1}.about-section h2{font-size:2rem;color:#dc143c;margin-bottom:15px;position:relative;z-index:1}.about-section p{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:20px}.features{margin-top:20px}.features h3{font-size:1.3rem;color:#333;margin-bottom:12px}.features ul{list-style:none;display:flex;flex-direction:column;gap:10px}.features li{background:#f8f9fa;border-radius:8px;color:#555;position:relative;padding:12px 15px 12px 35px}.features li:before{content:"✓";position:absolute;left:12px;color:#dc143c;font-weight:700;font-size:1.2rem}.app-footer{background:linear-gradient(135deg,#fffffffa,#fffafaf2);border-radius:16px;padding:25px;text-align:center;box-shadow:0 4px 20px #0000001a,inset 0 0 0 2px #dc143c1a;border:2px solid rgba(220,20,60,.15);position:relative;z-index:1}.footer-note{color:#666;font-size:.9rem;margin-bottom:10px;font-style:italic}.footer-refresh{color:#dc143c;font-weight:600;margin-bottom:10px}.footer-copyright{color:#999;font-size:.85rem;margin-top:15px;padding-top:15px;border-top:1px solid #e0e0e0}@media(max-width:768px){.app{padding:15px}.app-header{padding:20px}.header-left h1{font-size:1.8rem}.subtitle{font-size:1rem}.header-content{flex-direction:column;align-items:flex-start}.date-display{width:100%;flex-direction:column;align-items:flex-start}.recipes-grid{grid-template-columns:1fr;gap:20px}.recipe-price{flex-direction:column}.recipe-ingredients li{grid-template-columns:70px 1fr 70px;font-size:.9rem}.recipes-section h2{font-size:1.5rem}.about-section{padding:20px}.about-section h2{font-size:1.5rem}}@media(max-width:480px){.header-left h1{font-size:1.5rem}.recipe-card{padding:20px}.recipe-name{font-size:1.3rem}.recipe-ingredients li{grid-template-columns:1fr;gap:5px}.ingredient-price{text-align:left}.language-button{padding:8px 12px;font-size:.85rem}}
