*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}#app{max-width:1200px;margin:20px auto;padding:20px;background:#e9ecef;border-radius:10px;box-shadow:0 10px 30px #0000004d;min-height:calc(100vh - 40px)}.tab-navigation{display:flex;justify-content:center;margin-bottom:2rem;border-bottom:1px solid #dee2e6}.tab-button{background:none;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;color:#6c757d;cursor:pointer;border-bottom:3px solid transparent;transition:all .3s ease;position:relative}.tab-button:hover{color:#667eea;background:#667eea1a}.tab-button.active{color:#667eea;border-bottom-color:#667eea;background:#667eea1a}.tab-button.active:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:0 0 3px 3px}section{margin-bottom:3rem}.drinks-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.drink-card-container{display:flex;flex-direction:column}.drink-card{background:#f8f9fa;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease;color:#333;text-align:center}.drink-card:hover{transform:translateY(-5px);background:#fff;box-shadow:0 15px 35px #0003}.drink-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.drink-card-header h4{margin:0;font-size:1.3rem;font-weight:600}.drink-glass-icon{font-size:2rem;opacity:.9;transition:transform .3s ease}.drink-card-container.expanded .drink-glass-icon{transform:rotate(180deg)}.drink-recipe-content{max-height:0;overflow:hidden;transition:max-height .4s ease-in-out,padding .4s ease-in-out;background:#fff;border-radius:0 0 12px 12px;margin-top:0}.drink-card-container.expanded .drink-recipe-content{max-height:800px;padding:1.5rem}.drink-recipe-details{color:#333}.drink-recipe-details h5{margin:0 0 .5rem;font-size:1rem;color:#333;font-weight:600}.drink-ingredients ul{list-style:none;padding:0;margin:0 0 1.5rem}.drink-ingredients li{background:#f8f9fa;padding:.5rem;margin-bottom:.25rem;border-radius:6px;font-size:.9rem;color:#333}.drink-instructions{margin-bottom:1.5rem}.drink-instructions p{margin:0;font-size:.9rem;line-height:1.5;background:#f8f9fa;padding:1rem;border-radius:6px;color:#333}.ingredients-section,.instructions-section{margin-bottom:.5rem}.ingredients-section h5,.instructions-section h5{color:#333;font-size:1rem;margin-bottom:.25rem;font-weight:600}.ingredients-list{list-style:none;padding:0;margin:0 0 .5rem}.ingredients-list li{color:#666;margin-bottom:.3rem;padding-left:1rem;position:relative}.ingredients-list li:before{content:"•";color:#667eea;font-weight:700;position:absolute;left:0}.ingredients-list li strong{color:#333}.instructions{color:#666;line-height:1.5;margin:0}footer{text-align:center;padding:2rem 0;border-top:2px solid #e9ecef;color:#666;margin-top:3rem}@media(max-width:1024px){.drinks-grid{grid-template-columns:repeat(3,1fr)}.featured-drinks{max-width:500px;margin:4rem auto}}@media(max-width:768px){#app{margin:10px;padding:15px}.tab-navigation{flex-direction:column;margin-bottom:1rem}.tab-button{padding:.75rem 1rem;font-size:1rem;border-bottom:none;border-right:3px solid transparent}.tab-button.active{border-right-color:#667eea;border-bottom-color:transparent}.drinks-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.featured-section{padding:2rem 1.5rem;min-height:50vh}.featured-section.has-expanded{min-height:auto;justify-content:flex-start}.featured-drinks{margin:3rem auto;max-width:100%}.featured-nav-button{width:40px;height:40px;font-size:1rem}.featured-drink-card{padding:2rem 1.5rem}}@media(max-width:480px){.drinks-grid{grid-template-columns:1fr}.featured-section{padding:1.5rem 1rem;min-height:40vh}.featured-section.has-expanded{min-height:auto;justify-content:flex-start}.featured-drinks{margin:2rem auto}.featured-auto-cycle-info{display:none}.featured-drink-card{padding:1.5rem 1rem}.featured-drink-header h4{font-size:1.3rem}}.featured-section{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;padding:2rem 2.5rem;margin-bottom:3rem;color:#fff;box-shadow:0 15px 40px #0000004d;display:flex;flex-direction:column;justify-content:center;min-height:75vh;transition:justify-content .4s ease}.featured-section.has-expanded{justify-content:flex-start}.featured-drinks{position:relative;overflow:hidden;margin:2rem 0 6rem;max-width:600px;margin-left:auto;margin-right:auto;min-height:300px}.featured-drinks-track{display:flex;transition:transform .5s ease-in-out;width:200%}.featured-drink-slide{width:100%;flex-shrink:0;display:flex;justify-content:center}.featured-carousel-controls{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;margin-top:1rem}.featured-nav-button{background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:50%;width:50px;height:50px;color:#fff;font-size:1.2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.featured-nav-button:hover{background:#ffffff4d;border-color:#ffffff80;transform:scale(1.1)}.featured-nav-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.featured-indicators{display:flex;gap:.5rem}.featured-indicator{width:18px;height:18px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:all .3s ease}.featured-indicator.active{background:#fff;transform:scale(1.2)}.featured-auto-cycle-info{position:absolute;top:1rem;right:1rem;background:#0003;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;opacity:.8}.featured-drink-container{display:flex;flex-direction:column}.featured-drink-card{background:#fffffff2;backdrop-filter:blur(10px);border-radius:16px;padding:2.5rem 2rem;cursor:pointer;transition:all .3s ease;text-align:center;color:#333;min-height:200px;display:flex;flex-direction:column;justify-content:space-between}.featured-drink-card:hover{transform:translateY(-8px) scale(1.02);background:#fff;box-shadow:0 20px 50px #0000004d}.featured-drink-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.featured-drink-header h4{margin:0;font-size:1.6rem;font-weight:700;color:#333}.featured-glass-icon{font-size:2.5rem;opacity:.8;transition:transform .3s ease;color:#667eea}.featured-drink-container.expanded .featured-glass-icon{transform:rotate(180deg)}.featured-drink-description{margin:0;font-size:1rem;opacity:.8;font-style:italic;line-height:1.4}.featured-recipe-content{max-height:0;overflow:hidden;transition:max-height .4s ease-in-out,padding .4s ease-in-out;background:#fff;border-radius:0 0 16px 16px;margin-top:0}.featured-drink-container.expanded .featured-recipe-content{max-height:800px;padding:1.5rem}.featured-recipe-details{color:#333}.featured-recipe-details h5{margin:0 0 .5rem;font-size:1rem;color:#333;font-weight:600}.featured-ingredients ul{list-style:none;padding:0;margin:0 0 1.5rem}.featured-ingredients li{background:#f8f9fa;padding:.5rem;margin-bottom:.25rem;border-radius:6px;font-size:.9rem;color:#333}.featured-instructions{margin-bottom:1.5rem}.featured-instructions p{margin:0;font-size:.9rem;line-height:1.5;background:#f8f9fa;padding:1rem;border-radius:6px;color:#333}
