*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{min-height:100vh}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1rem}.app-header h1{font-size:2rem;font-weight:700;transition:transform .2s ease}.app-header h1:hover{transform:scale(1.05)}.cart-icon,.header-cart{position:relative}.cart-icon{border-radius:50%;cursor:pointer;font-size:1.5rem;padding:.5rem;transition:background-color .2s ease}.cart-icon:hover{background-color:#fff3}.cart-badge{align-items:center;background-color:#ff4757;border-radius:50%;color:#fff;display:flex;font-size:.8rem;font-weight:700;height:20px;justify-content:center;position:absolute;right:0;top:0;width:20px}.app-main{margin:0 auto;max-width:1200px;padding:2rem 1rem}.app-main.no-padding{margin:0;max-width:100%;padding:0}.content-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 350px}.main-content{min-height:400px}@media (max-width:968px){.content-container{grid-template-columns:1fr}.cart-sidebar{background:#fff;box-shadow:-2px 0 10px #0000001a;height:100vh;max-width:400px;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;width:100%;z-index:200}.cart-sidebar.open{transform:translateX(0)}}.error,.loading{padding:3rem 1rem;text-align:center}.loading{color:#666;font-size:1.2rem}.error{color:#e74c3c}.error button{background-color:#e74c3c;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:1rem;padding:.5rem 1rem;transition:background-color .2s ease}.error button:hover{background-color:#c0392b}.page-header{margin-bottom:2rem;text-align:center}.page-header h2{color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem}.page-header p{color:#7f8c8d;font-size:1.1rem}.search-filters{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem;padding:1.5rem}.search-bar{display:flex;gap:1rem;margin-bottom:1rem}.search-bar input{border:2px solid #e0e0e0;border-radius:5px;flex:1 1;font-size:1rem;padding:.75rem;transition:border-color .2s ease}.search-bar input:focus{border-color:#667eea;outline:none}.search-bar button{background-color:#667eea;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:background-color .2s ease}.search-bar button:hover{background-color:#5a6fd8}.filters{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.filters select{background-color:#fff;border:2px solid #e0e0e0;border-radius:5px;cursor:pointer;padding:.5rem}.clear-btn{background-color:#95a5a6;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:background-color .2s ease}.clear-btn:hover{background-color:#7f8c8d}.restaurants-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.restaurant-card{background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;cursor:pointer;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.restaurant-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.restaurant-image{height:200px;overflow:hidden;position:relative}.restaurant-image img{height:100%;object-fit:cover;transition:transform .2s ease;width:100%}.restaurant-card:hover .restaurant-image img{transform:scale(1.05)}.platform-badge{background-color:#000c;border-radius:15px;color:#fff;font-size:.8rem;font-weight:600;padding:.25rem .5rem;position:absolute;right:10px;top:10px}.platform-badge.large{font-size:1rem;padding:.5rem 1rem;right:20px;top:20px}.restaurant-info{padding:1.5rem}.restaurant-info h3{color:#2c3e50;font-size:1.3rem;margin-bottom:.5rem}.cuisine-type{color:#7f8c8d;margin-bottom:1rem}.restaurant-details{align-items:center;color:#666;display:flex;font-size:.9rem;justify-content:space-between}.rating{color:#f39c12;font-weight:600}.restaurant-detail{background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;overflow:hidden}.back-button{background-color:#95a5a6;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-bottom:1rem;padding:.5rem 1rem;transition:background-color .2s ease}.back-button:hover{background-color:#7f8c8d}.restaurant-hero{height:300px;overflow:hidden;position:relative}.hero-image{height:100%;object-fit:cover;width:100%}.restaurant-info-header{padding:2rem}.restaurant-info-header h1{color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem}.cuisine{color:#7f8c8d;font-size:1.2rem;margin-bottom:1.5rem}.restaurant-stats{display:flex;gap:2rem;margin-bottom:1rem}.stat{align-items:center;display:flex;font-weight:600;gap:.5rem}.stat .icon{font-size:1.2rem}.restaurant-address{align-items:center;color:#666;display:flex;gap:.5rem}.menu-section{padding:2rem}.menu-section h2{color:#2c3e50;font-size:2rem;margin-bottom:2rem;text-align:center}.menu-category{margin-bottom:3rem}.category-title{border-bottom:2px solid #ecf0f1;color:#2c3e50;font-size:1.5rem;margin-bottom:1rem;padding-bottom:.5rem}.menu-items{grid-gap:1.5rem;display:grid;gap:1.5rem}.menu-item{background:#f8f9fa;border-radius:10px;box-shadow:0 2px 10px #0000000d;display:flex;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.menu-item:hover{box-shadow:0 4px 15px #0000001a;transform:translateY(-2px)}.item-image{flex-shrink:0;height:150px;width:150px}.item-image img{height:100%;object-fit:cover;width:100%}.item-details{display:flex;flex:1 1;flex-direction:column;padding:1.5rem}.item-details h4{color:#2c3e50;font-size:1.2rem;margin-bottom:.5rem}.item-description{color:#7f8c8d;flex:1 1;margin-bottom:1rem}.item-footer{align-items:center;display:flex;justify-content:space-between}.item-price{color:#27ae60;font-size:1.3rem;font-weight:700}.add-to-cart-btn{background-color:#27ae60;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:background-color .2s ease}.add-to-cart-btn:hover{background-color:#219a52}.cart{background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;height:-webkit-fit-content;height:fit-content;padding:1.5rem;position:-webkit-sticky;position:sticky;top:100px}.cart-header{align-items:center;border-bottom:2px solid #ecf0f1;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.cart-header h3{color:#2c3e50}.clear-cart-btn{background-color:#e74c3c;border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:.8rem;padding:.25rem .5rem;transition:background-color .2s ease}.clear-cart-btn:hover{background-color:#c0392b}.empty-cart{color:#7f8c8d;padding:2rem 0;text-align:center}.cart-items{margin-bottom:1.5rem}.cart-item{align-items:center;border-bottom:1px solid #ecf0f1;display:flex;gap:1rem;padding:1rem 0}.cart-item:last-child{border-bottom:none}.item-info{flex:1 1}.item-info h4{color:#2c3e50;margin-bottom:.25rem}.restaurant-name{color:#7f8c8d;font-size:.8rem;margin-bottom:.25rem}.item-price{color:#666;font-size:.9rem}.quantity-controls{align-items:center;display:flex;gap:.5rem}.quantity-controls button{align-items:center;background:#fff;border:1px solid #ddd;border-radius:3px;cursor:pointer;display:flex;height:25px;justify-content:center;transition:background-color .2s ease;width:25px}.quantity-controls button:hover:not(:disabled){background-color:#f0f0f0}.quantity-controls button:disabled{cursor:not-allowed;opacity:.5}.quantity{font-weight:600;min-width:30px;text-align:center}.item-total{color:#27ae60;font-weight:600;min-width:60px;text-align:right}.remove-item-btn{align-items:center;background:#e74c3c;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:25px;justify-content:center;transition:background-color .2s ease;width:25px}.remove-item-btn:hover{background-color:#c0392b}.cart-summary{border-top:2px solid #ecf0f1;margin-bottom:1.5rem;padding-top:1rem}.summary-line{display:flex;justify-content:space-between;margin-bottom:.5rem}.summary-line.total{border-top:1px solid #ecf0f1;color:#2c3e50;font-size:1.1rem;font-weight:700;padding-top:.5rem}.checkout-btn{background-color:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem;transition:background-color .2s ease;width:100%}.checkout-btn:hover{background-color:#5a6fd8}.checkout-form{margin-top:1rem}.checkout-form h4{color:#2c3e50}.checkout-form h4,.form-group{margin-bottom:1rem}.form-group input,.form-group textarea{border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;padding:.75rem;transition:border-color .2s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.form-group textarea{min-height:80px;resize:vertical}.error-message{background-color:#ffe6e6;border-radius:5px;color:#e74c3c;font-size:.9rem;margin-bottom:1rem;padding:.5rem}.checkout-actions{display:flex;gap:1rem;margin-top:1rem}.back-btn{background-color:#95a5a6;border:none;border-radius:5px;color:#fff;cursor:pointer;flex:1 1;padding:.75rem;transition:background-color .2s ease}.back-btn:hover:not(:disabled){background-color:#7f8c8d}.place-order-btn{background-color:#27ae60;border:none;border-radius:5px;color:#fff;cursor:pointer;flex:2 1;font-weight:600;padding:.75rem;transition:background-color .2s ease}.place-order-btn:hover:not(:disabled){background-color:#219a52}.place-order-btn:disabled{background-color:#bdc3c7;cursor:not-allowed}.order-confirmation{align-items:center;display:flex;justify-content:center;min-height:60vh}.confirmation-container{background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;max-width:600px;padding:3rem;text-align:center;width:100%}.success-icon{font-size:4rem;margin-bottom:1rem}.confirmation-container h1{color:#27ae60;margin-bottom:1rem}.confirmation-message{color:#7f8c8d;font-size:1.1rem;margin-bottom:2rem}.order-details{background:#f8f9fa;border-radius:10px;margin-bottom:2rem;padding:1.5rem;text-align:left}.order-details h3{color:#2c3e50;margin-bottom:1rem;text-align:center}.detail-row{display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.25rem 0}.detail-row.total{border-top:2px solid #ecf0f1;font-size:1.1rem;font-weight:700;margin-top:.75rem;padding-top:.75rem}.label{color:#666}.value{font-weight:600}.value.status{color:#f39c12;text-transform:capitalize}.value.price{color:#27ae60}.next-steps{margin-bottom:2rem;text-align:left}.next-steps h3{color:#2c3e50;margin-bottom:1rem;text-align:center}.next-steps ul{list-style:none;padding:0}.next-steps li{color:#666;padding:.5rem 0}.tracking-info{background:#e8f4fd;border-left:4px solid #3498db;border-radius:0 5px 5px 0;margin-bottom:2rem;padding:1rem}.tracking-info code{background:#34495e;border-radius:3px;color:#fff;font-family:monospace;padding:.25rem .5rem}.confirmation-actions{display:flex;gap:1rem;justify-content:center}.back-home-btn,.print-btn{border:none;border-radius:5px;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:background-color .2s ease}.back-home-btn{background-color:#667eea;color:#fff}.back-home-btn:hover{background-color:#5a6fd8}.print-btn{background-color:#95a5a6;color:#fff}.print-btn:hover{background-color:#7f8c8d}.no-results{color:#7f8c8d;padding:3rem 1rem}.no-results button{background-color:#667eea;border-radius:5px;color:#fff;margin-top:1rem;padding:.75rem 1.5rem;transition:background-color .2s ease}.no-results button:hover{background-color:#5a6fd8}.no-menu{color:#7f8c8d;padding:2rem;text-align:center}@media (max-width:768px){.app-main{padding:1rem}.page-header h2{font-size:2rem}.restaurants-grid{grid-template-columns:1fr}.filters,.search-bar{flex-direction:column}.filters{align-items:stretch}.restaurant-stats{gap:.5rem}.menu-item,.restaurant-stats{flex-direction:column}.item-image{height:200px;width:100%}.checkout-actions,.confirmation-actions{flex-direction:column}.confirmation-container{padding:2rem 1rem}}@media (max-width:480px){.header-content{padding:0 .5rem}.app-header h1{font-size:1.5rem}.restaurant-info-header{padding:1rem}.restaurant-info-header h1{font-size:2rem}.cart,.menu-section{padding:1rem}}.show-selection-container{background-color:#f8f8f8;display:flex;flex-direction:column;min-height:100vh;position:relative;width:100%}.language-selector{background:#fffffff2;border-radius:25px;box-shadow:0 2px 10px #0000001a;display:flex;gap:.5rem;padding:.5rem;position:absolute;right:1rem;top:1rem;z-index:1000}.lang-btn{align-items:center;background:#0000;border:2px solid #0000;border-radius:20px;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.3rem;padding:.4rem .8rem;transition:all .3s ease}.lang-btn:hover{background:#f0f0f0;transform:scale(1.05)}.lang-btn.active{background:#fccc04;border-color:#ffc107;box-shadow:0 2px 8px #fccc0466;color:#1a1a1a}.movieats-header{background:#0d0907;border-radius:0 0 50% 50%/0 0 15% 15%;box-shadow:0 4px 20px #0006;padding:2rem 1.5rem 3rem;text-align:center}.logo-section{flex-direction:column}.logo-icon,.logo-section{align-items:center;display:flex;gap:.5rem}.logo-icon{font-size:3rem;justify-content:center;margin-bottom:.5rem;min-height:120px}.logo-image{height:auto;max-width:280px;width:100%}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.logo-fallback{flex-direction:column}.logo-fallback,.logo-icon-fallback{align-items:center;display:flex;gap:.5rem}.clapperboard{animation:clap 2s ease-in-out infinite}@keyframes clap{0%,to{transform:rotate(0deg)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}.noodles{animation:steam 1.5s ease-in-out infinite}@keyframes steam{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.logo-text{color:#f5f0eb;font-size:3rem;font-weight:900;letter-spacing:2px;margin:0}.eats-red{color:#e53935}.tagline{color:#cfc7c0;font-size:.9rem;font-weight:600;letter-spacing:1px;margin:.5rem 0 0}.show-selection-content{flex:1 1;margin:0 auto;max-width:600px;padding:2rem 1.5rem 5rem;width:100%}.popcorn-icon{animation:bounce 2s ease-in-out infinite;font-size:3rem;margin-bottom:1rem;text-align:center}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.main-question{color:#1a1a1a;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.watching-red{color:#e53935;position:relative}.watching-red:after{background-color:#e53935;border-radius:2px;bottom:-5px;content:"";height:3px;left:0;position:absolute;right:0}.shows-list{display:flex;flex-direction:column;gap:1rem}.show-list-item{align-items:center;background:#fff;border-radius:24px;box-shadow:0 2px 8px #00000014;cursor:pointer;display:flex;gap:1.5rem;min-height:120px;padding:1.5rem 2rem;transition:all .3s ease}.show-list-item:hover{box-shadow:0 4px 16px #0000001f;transform:translateX(5px)}.show-list-item:first-child{background:linear-gradient(135deg,#fff5f5,#fff)}.show-list-item:nth-child(2){background:linear-gradient(135deg,#fffef5,#fff)}.show-list-item:nth-child(3){background:linear-gradient(135deg,#f5fff5,#fff)}.show-thumbnail{border-radius:16px;box-shadow:0 4px 12px #00000026;flex-shrink:0;height:100px;overflow:hidden;width:100px}.show-thumbnail img{height:100%;object-fit:cover;width:100%}.show-title{flex:1 1}.show-title h3{color:#1a1a1a;font-size:1.4rem;font-weight:700;line-height:1.3;margin:0}.show-arrow{flex-shrink:0}.arrow-circle{align-items:center;background:#e53935;border-radius:50%;color:#fff;display:flex;font-size:2rem;font-weight:700;height:44px;justify-content:center;transition:all .3s ease;width:44px}.show-list-item:hover .arrow-circle{transform:scale(1.1)}.bottom-nav{background:#fff;bottom:0;box-shadow:0 -2px 10px #0000001a;display:flex;justify-content:space-around;left:0;padding:.8rem 0 1.2rem;position:fixed;right:0;z-index:100}.nav-item{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:.3rem;transition:all .3s ease}.nav-icon{font-size:1.5rem}.nav-label{color:#999;font-size:.75rem;font-weight:500}.nav-item.active .nav-label{color:#e53935;font-weight:600}.nav-item.active .nav-icon{transform:scale(1.1)}.cuisine-selection-container{background:linear-gradient(135deg,#fccc04,gold);min-height:100vh;padding-bottom:80px}.cuisine-header-with-image{background-color:#fccc04;position:relative}.back-button-cuisine{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 8px #0003;cursor:pointer;display:flex;font-size:1.5rem;height:45px;justify-content:center;left:1rem;padding:.5rem .7rem;position:absolute;top:1rem;transition:all .3s ease;width:45px;z-index:10}.back-button-cuisine:hover{background:#f5f5f5;transform:scale(1.05)}.show-image-hero{border-radius:0 0 50% 50%/0 0 15% 15%;height:250px;overflow:hidden;position:relative;width:100%}.show-image-hero img{height:100%;object-fit:cover;object-position:center 30%;width:100%}.show-title-overlay{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:90%;z-index:2}.show-title-overlay h1{color:#fff;font-size:1.8rem;font-weight:800;line-height:1.2;margin:0;text-shadow:3px 3px 8px #0009}.cuisines-content{margin:0 auto;max-width:800px;padding:2rem 1.5rem}.cuisine-intro{margin-bottom:2rem;text-align:center}.ramen-icon{display:block;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.1));font-size:3rem;margin-bottom:.5rem}.cuisine-question{color:#2d3436;font-size:2rem;font-weight:800;margin:0;text-shadow:2px 2px 4px #0000000d}.cuisines-list{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.cuisine-card{align-items:center;background:linear-gradient(135deg,#fff5e6,#ffe8cc);border-radius:20px;box-shadow:0 3px 10px #00000014;cursor:pointer;display:flex;gap:1.2rem;min-height:90px;padding:1.5rem 1.8rem;transition:all .3s ease}.cuisine-card:first-child{background:linear-gradient(135deg,#ffe8e8,#ffd4d4)}.cuisine-card:nth-child(2){background:linear-gradient(135deg,#fff5e6,#ffe8cc)}.cuisine-card:nth-child(3){background:linear-gradient(135deg,#e8f5e8,#d4ead4)}.cuisine-card:hover{box-shadow:0 6px 18px #0000001f;transform:translateY(-3px)}.cuisine-card:active{transform:translateY(-1px)}.cuisine-icon-circle{align-items:center;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000001a;display:flex;flex-shrink:0;font-size:3.5rem;height:80px;justify-content:center;width:80px}.cuisine-info-compact{display:flex;flex:1 1;flex-direction:column;gap:.2rem}.cuisine-info-compact h3{color:#2d3436;font-size:1.5rem;font-weight:700;margin:0}.cuisine-arrow-btn{align-items:center;background:#e53935;border-radius:50%;box-shadow:0 2px 8px #e539354d;color:#fff;display:flex;flex-shrink:0;font-size:2rem;font-weight:700;height:50px;justify-content:center;transition:all .3s ease;width:50px}.cuisine-card:nth-child(2) .cuisine-arrow-btn{background:#fccc04;color:#2d3436}.cuisine-card:nth-child(3) .cuisine-arrow-btn{background:#66bb6a;color:#fff}.cuisine-card:hover .cuisine-arrow-btn{transform:scale(1.1)}.no-results{background:#fff;border-radius:20px;padding:3rem 2rem;text-align:center}.no-results p{color:#636e72;font-size:1.1rem;margin-bottom:1.5rem}.no-results button{background:#fccc04;border:none;border-radius:25px;color:#2d3436;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 2rem;transition:all .3s ease}.no-results button:hover{box-shadow:0 4px 12px #fccc0466;transform:translateY(-2px)}.error-message{background:#e539351a;border:2px solid #e53935;border-radius:15px;color:#e53935;font-weight:600;margin:2rem 1.5rem;padding:1.5rem;text-align:center}.error-message button{background:#e53935;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:.8rem 2rem}.loading-spinner{align-items:center;color:#2d3436;display:flex;font-size:1.2rem;justify-content:center;padding:3rem}@media (max-width:768px){.show-image-hero{height:220px}.show-title-overlay h1{font-size:1.6rem}.cuisine-question{font-size:1.7rem}.ramen-icon{font-size:2.5rem}.cuisine-card{min-height:80px;padding:1.2rem 1.5rem}.cuisine-icon-circle{font-size:3rem;height:70px;width:70px}.cuisine-info-compact h3{font-size:1.3rem}.cuisine-arrow-btn{font-size:1.8rem;height:45px;width:45px}}@media (max-width:480px){.show-image-hero{height:200px}.show-title-overlay h1{font-size:1.4rem}.cuisines-content{padding:1.5rem 1rem}.cuisine-question{font-size:1.5rem}.ramen-icon{font-size:2.2rem}.cuisine-card{gap:1rem;min-height:75px;padding:1rem 1.2rem}.cuisine-icon-circle{font-size:2.5rem;height:65px;width:65px}.cuisine-info-compact h3{font-size:1.2rem}.cuisine-arrow-btn{font-size:1.6rem;height:40px;width:40px}.back-button-cuisine{font-size:1.3rem;height:40px;width:40px}}@media (max-width:768px){.dishes-content{padding:1.5rem 1rem}.dish-question{font-size:1.7rem}.dish-icon{font-size:2.5rem}.dish-list-card{gap:1rem;padding:1rem 1.2rem}.dish-thumbnail{height:80px;width:80px}.dish-info-compact h3{font-size:1.2rem}.dish-arrow-btn{font-size:1.8rem;height:45px;width:45px}}@media (max-width:480px){.dishes-content{padding:1.5rem 1rem}.dish-question{font-size:1.5rem}.dish-icon{font-size:2.2rem}.dish-subtitle{font-size:.9rem}.dish-list-card{gap:.8rem;min-height:85px;padding:1rem}.dish-thumbnail{height:70px;width:70px}.dish-info-compact h3{font-size:1.1rem}.dish-description{font-size:.85rem}.dish-meta{gap:.7rem}.dish-platform{font-size:.7rem;padding:.15rem .5rem}.dish-time{font-size:.8rem}.dish-arrow-btn{font-size:1.6rem;height:40px;width:40px}.back-button-dish{font-size:1.3rem;height:40px;width:40px}}@media (max-width:768px){.logo-image{max-width:240px}.logo-text{font-size:2.5rem}.main-question{font-size:1.7rem}.show-list-item{min-height:100px;padding:1.2rem 1.5rem}.show-thumbnail{height:85px;width:85px}.show-title h3{font-size:1.2rem}.arrow-circle{height:40px;width:40px}}@media (max-width:480px){.movieats-header{padding:1.5rem 1rem 2.5rem}.logo-image{max-width:200px}.logo-icon{min-height:100px}.logo-text{font-size:2rem}.tagline{font-size:.75rem}.main-question{font-size:1.5rem}.show-list-item{min-height:90px;padding:1rem 1.2rem}.show-thumbnail{height:75px;width:75px}.show-title h3{font-size:1.1rem}.arrow-circle{font-size:1.8rem;height:38px;width:38px}}.dish-selection-container{background:linear-gradient(135deg,#fccc04,gold);min-height:100vh;padding-bottom:80px}.dish-header-with-image{background-color:#fccc04;position:relative}.back-button-dish{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 8px #0003;cursor:pointer;display:flex;font-size:1.5rem;height:45px;justify-content:center;left:1rem;padding:.5rem .7rem;position:absolute;top:1rem;transition:all .3s ease;width:45px;z-index:10}.back-button-dish:hover{background:#f5f5f5;transform:scale(1.05)}.dishes-content{margin:0 auto;max-width:800px;padding:2rem 1.5rem}.dish-intro{margin-bottom:2rem;text-align:center}.dish-icon{display:block;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.1));font-size:3rem;margin-bottom:.5rem}.dish-question{color:#2d3436;font-size:2rem;font-weight:800;margin:0;text-shadow:2px 2px 4px #0000000d}.dish-red{color:#e53935}.dish-subtitle{color:#666;font-size:1rem;margin-top:.5rem}.dish-subtitle strong{color:#2d3436;font-weight:700}.dishes-list{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.dish-list-card{align-items:center;background:#fff;border-radius:20px;box-shadow:0 3px 10px #00000014;cursor:pointer;display:flex;gap:1.2rem;min-height:100px;padding:1.2rem 1.5rem;transition:all .3s ease}.dish-list-card:hover{box-shadow:0 6px 18px #0000001f;transform:translateY(-3px)}.dish-list-card:active{transform:translateY(-1px)}.dish-thumbnail{border-radius:15px;box-shadow:0 2px 8px #0000001a;flex-shrink:0;height:90px;overflow:hidden;width:90px}.dish-thumbnail img{height:100%;object-fit:cover;width:100%}.dish-info-compact{display:flex;flex:1 1;flex-direction:column;gap:.3rem}.dish-info-compact h3{color:#2d3436;font-size:1.3rem;font-weight:700;margin:0}.dish-description{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:.9rem;line-height:1.3;margin:0;overflow:hidden}.dish-meta{align-items:center;display:flex;gap:1rem;margin-top:.3rem}.dish-platform{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;padding:.2rem .6rem}.dish-time{color:#888;font-size:.85rem}.dish-arrow-btn{align-items:center;background:#e53935;border-radius:50%;box-shadow:0 2px 8px #e539354d;color:#fff;display:flex;flex-shrink:0;font-size:2rem;font-weight:700;height:50px;justify-content:center;transition:all .3s ease;width:50px}.dish-list-card:hover .dish-arrow-btn{transform:translateX(3px)}.dish-selection-container .error-message,.dish-selection-container .loading-spinner{color:#2d3436;font-size:1.1rem;padding:3rem 1.5rem;text-align:center}.dish-selection-container .error-message button{background:#e53935;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:.8rem 1.5rem;transition:all .3s ease}.show-dish-container{background-color:#f8f8f8;display:flex;flex-direction:column;min-height:100vh;position:relative;width:100%}.show-dish-container .movieats-header{background:#fccc04;border-radius:0 0 50% 50%/0 0 15% 15%;box-shadow:0 4px 20px #fccc044d;padding:2rem 1.5rem 3rem;position:relative;text-align:center}.show-dish-container .back-button-header{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 8px #00000026;cursor:pointer;display:flex;font-size:1.5rem;height:45px;justify-content:center;left:1rem;padding:.5rem .7rem;position:absolute;top:1rem;transition:all .3s ease;width:45px;z-index:10}.show-dish-container .back-button-header:hover{background:#f5f5f5;box-shadow:0 4px 12px #0003;transform:scale(1.05)}.back-button-floating{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 8px #0003;color:#333;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;left:1rem;position:absolute;top:1rem;transition:all .2s ease;width:40px;z-index:10}.back-button-floating:hover{background:#f5f5f5;box-shadow:0 4px 12px #0000004d;transform:scale(1.05)}.show-dish-banner{height:260px;margin-bottom:0;overflow:hidden;position:relative;width:100%}.show-banner-image{display:block;height:100%;object-fit:cover;object-position:center 20%;width:100%}.show-banner-overlay{background:linear-gradient(0deg,#000000b3 0,#0003 70%,#0000);bottom:0;color:#fff;left:0;padding:1.5rem 1.5rem 1rem;position:absolute;right:0}.show-banner-title{font-size:2rem;font-weight:700;letter-spacing:-.5px;margin:0 0 .3rem;text-shadow:2px 2px 6px #0009}.show-banner-subtitle{font-size:.85rem;font-weight:500;margin:0;opacity:.95;text-shadow:1px 1px 3px #00000080}.show-dish-content{flex:1 1;margin:0 auto;max-width:600px;padding:0 0 5rem;width:100%}.show-dish-intro{background:linear-gradient(135deg,#fff8dc,#ffefd5);border-bottom-left-radius:24px;border-bottom-right-radius:24px;box-shadow:0 4px 12px #0000000d;margin-bottom:1.5rem;padding:2rem 1.5rem;text-align:center}.show-dish-question{color:#2d3436;font-size:1.75rem;font-weight:700;line-height:1.2;margin:0 0 .8rem}.craving-red{color:#e53935}.show-dish-subtitle{color:#333;font-size:1.1rem;font-weight:500;line-height:1.4;margin-top:.5rem}.iconic-highlight{color:#e53935;font-weight:700}.show-dish-helper{color:#666;font-size:.9rem;font-weight:400;margin-top:1rem}.show-dishes-list{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0 1.5rem}.show-dish-list-item{align-items:center;background:#fff;border-radius:20px;box-shadow:0 2px 8px #00000014;cursor:pointer;display:flex;gap:1rem;min-height:100px;padding:1rem 1.2rem;position:relative;transition:all .3s ease}.show-dish-list-item:hover{box-shadow:0 6px 16px #0000001f;transform:translateY(-3px)}.show-dish-list-item:active{transform:translateY(-1px)}.show-dish-episode-badge{background:#e53935;border-radius:12px;box-shadow:0 2px 6px #e539354d;color:#fff;font-size:.75rem;font-weight:700;left:1rem;padding:.3rem .7rem;position:absolute;top:1rem;z-index:2}.show-dish-thumbnail{border-radius:15px;box-shadow:0 2px 8px #0000001a;flex-shrink:0;height:90px;overflow:hidden;width:90px}.show-dish-thumbnail img{height:100%;object-fit:cover;width:100%}.show-dish-info{display:flex;flex:1 1;flex-direction:column;gap:.4rem;padding-top:.5rem}.show-dish-name-row{align-items:center;display:flex;gap:.5rem;justify-content:space-between}.show-dish-info h3{color:#2d3436;font-size:1.2rem;font-weight:700;margin:0}.popular-badge{background:linear-gradient(135deg,#ff6b6b,#ff8e53);border-radius:10px;box-shadow:0 2px 6px #ff6b6b4d;color:#fff;font-size:.7rem;font-weight:700;padding:.25rem .6rem;white-space:nowrap}.show-dish-description{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:.85rem;line-height:1.4;margin:0;overflow:hidden}.show-dish-arrow{flex-shrink:0}.show-dish-arrow .arrow-circle{align-items:center;background:#e53935;border-radius:50%;box-shadow:0 2px 8px #e539354d;color:#fff;display:flex;font-size:2rem;font-weight:700;height:50px;justify-content:center;transition:all .3s ease;width:50px}.show-dish-list-item:hover .arrow-circle{box-shadow:0 4px 12px #e5393566;transform:translateX(3px)}.surprise-section{margin-top:2rem;text-align:center}.surprise-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:30px;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;display:inline-flex;flex-direction:column;font-size:1rem;font-weight:700;gap:.3rem;padding:1rem 2rem;transition:all .3s ease}.surprise-button:hover{box-shadow:0 6px 16px #667eea66;transform:translateY(-2px)}.surprise-subtext{font-size:.8rem;font-weight:400;opacity:.9}@media (max-width:768px){.show-dish-banner{height:180px}.show-banner-overlay h2{font-size:1.3rem}.show-dish-question{font-size:1.6rem}.show-dish-subtitle{font-size:.95rem}.show-dish-thumbnail{height:80px;width:80px}.show-dish-info h3{font-size:1.1rem}.show-dish-arrow .arrow-circle{font-size:1.8rem;height:45px;width:45px}}.dish-browse{width:100%}.dish-browse .page-header{margin-bottom:2rem;text-align:center}.dish-browse .page-header h2{color:#667eea;font-size:2rem;margin-bottom:.5rem}.selection-context{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:1rem}.selection-context p{background:#f0f0f0;border-left:4px solid #667eea;border-radius:20px;color:#666;font-size:1rem;padding:.5rem 1rem}.selection-context strong{color:#333;font-weight:600}.dishes-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:2rem}.dish-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.dish-card:hover{box-shadow:0 8px 16px #667eea33;transform:translateY(-5px)}.dish-image{height:220px;position:relative}.dish-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.dish-card:hover .dish-image img{transform:scale(1.08)}.category-badge{background:#667eeae6;border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;padding:.3rem .8rem;position:absolute;right:10px;top:10px}.dish-info{flex:1 1;flex-direction:column;padding:1.2rem}.dish-info h3{color:#333;font-size:1.3rem;margin-bottom:.5rem}.dish-info .description{color:#666;flex:1 1;font-size:.9rem;line-height:1.4;margin-bottom:1rem}.dish-details{align-items:center;border-top:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:.8rem;padding-top:.8rem}.dish-details .price{color:#667eea;font-size:1.4rem;font-weight:700}.dish-details .restaurant-name{color:#888;font-size:.85rem;font-style:italic}.platform-info{align-items:center;display:flex;font-size:.85rem;justify-content:space-between}.platform-badge-small{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;color:#fff;font-size:.75rem;font-weight:600;padding:.3rem .7rem}.delivery-info{color:#666}@media (max-width:768px){.shows-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.show-image{height:300px}.dishes-grid{gap:1.5rem;grid-template-columns:1fr}.dish-browse .page-header h2,.show-selection .page-header h1{font-size:1.8rem}}@media (max-width:480px){.header-content{padding:0 .5rem}.app-header h1{font-size:1.5rem}.restaurant-info-header{padding:1rem}.restaurant-info-header h1{font-size:2rem}.cart,.menu-section{padding:1rem}.shows-grid{grid-template-columns:1fr}.show-image{height:350px}.show-selection .page-header h1{font-size:1.6rem}.dish-browse .page-header h2{font-size:1.5rem}}@media print{.app-header,.cart-sidebar,.confirmation-actions{display:none!important}.confirmation-container{border:1px solid #ccc;box-shadow:none}}.feedback-recommendation-container{background-color:#fef5f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:800px;min-height:100vh;padding:20px}.feedback-header{margin-bottom:20px}.feedback-header .back-button{background:none;border:none;color:#333;cursor:pointer;font-size:24px;padding:10px}.recommendation-card{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px;padding:20px}.section-labels-row{display:flex;justify-content:space-between;margin-bottom:10px;padding:0 5px}.section-label{color:#999;display:inline-block;font-size:11px;font-weight:600;letter-spacing:.5px}.show-and-dish-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:20px}.dish-column-compact,.show-column-compact{align-items:flex-start;display:flex;gap:10px}.dish-info-stacked,.show-info-stacked{display:flex;flex:1 1;flex-direction:column;gap:10px}.show-title-top{display:flex;flex-direction:column;gap:2px}.show-name-compact{color:#333;font-size:16px;font-weight:700;line-height:1.2;margin:0}.show-episode-compact{color:#666;font-size:13px;margin:0}.show-info{align-items:center;display:flex;gap:15px}.show-poster{border-radius:8px;flex-shrink:0;height:140px;overflow:hidden;position:relative;width:140px}.show-poster .poster-image{border-radius:8px;display:block;height:100%;object-fit:cover;width:100%}.poster-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;display:flex;font-size:12px;font-weight:600;height:100%;justify-content:center;padding:5px;text-align:center;width:100%}.dish-title-top{align-items:center;display:flex;gap:6px;min-height:20px}.heart-icon-inline{color:#e94b3c;font-size:16px}.dish-name-compact{color:#333;display:block;font-size:16px;font-weight:700;line-height:1.2;margin:0;width:100%}.dish-image-container-compact{flex-shrink:0;height:140px;margin-top:1rem;max-width:140px;width:100%}.dish-description-compact{color:#666;font-size:12px;line-height:1.4;margin:0}.arrow-button-inline{align-self:center;background:none;border:none;color:#e94b3c;cursor:pointer;flex-shrink:0;font-size:20px;padding:0}.show-details{flex:1 1;position:relative}.show-name{color:#333;font-size:18px;font-weight:700;margin-bottom:5px}.show-episode{color:#666;font-size:14px}.arrow-button{background:none;border:none;color:#e94b3c;cursor:pointer;font-size:24px;padding:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.dish-info,.dish-info-vertical{align-items:flex-start;display:flex;gap:15px}.dish-info-vertical{flex-direction:column}.dish-image-container{flex-shrink:0;height:120px;width:120px}.dish-image-container-centered{flex-shrink:0;height:150px;width:150px}.dish-image{align-items:center;background:#fff;box-shadow:0 2px 8px #0000000d;display:flex;font-size:60px;justify-content:center;overflow:hidden}.dish-image,.dish-image .dish-photo{border-radius:12px;height:100%;width:100%}.dish-image .dish-photo{object-fit:cover}.dish-details,.dish-details-compact{display:flex;flex:1 1;flex-direction:column;position:relative}.dish-details-below{align-items:flex-start;display:flex;gap:8px;position:relative;width:100%}.heart-icon-standalone{color:#e94b3c;flex-shrink:0;font-size:16px;margin-top:2px}.dish-description-full{color:#666;flex:1 1;font-size:13px;line-height:1.5;margin:0}.dish-description-full strong{color:#333}.arrow-button-bottom{background:none;border:none;color:#e94b3c;cursor:pointer;flex-shrink:0;font-size:24px;margin-left:auto;padding:0}.dish-name{align-items:center;color:#333;display:flex;font-size:18px;font-weight:700;gap:8px;margin-bottom:8px}.heart-icon{color:#e94b3c;font-size:18px}.dish-description{color:#666;font-size:13px;line-height:1.4}.restaurant-recommendation-section{border-top:1px solid #f0f0f0;padding-top:20px}.restaurant-recommendation-section .section-label{display:block;margin-bottom:10px}.restaurant-info{display:flex;flex-direction:column;gap:15px}.restaurant-details{flex:1 1}.restaurant-name{align-items:center;color:#333;display:flex;font-size:18px;font-weight:700;gap:8px;margin-bottom:8px}.bookmark-icon{font-size:16px}.restaurant-description{color:#666;font-size:13px;margin-bottom:10px}.restaurant-meta{display:flex;font-size:12px;gap:15px;margin-bottom:8px}.distance,.rating{align-items:center;color:#333;display:flex;gap:4px}.restaurant-badge{align-items:center;background:#fff5f0;border-radius:12px;color:#e94b3c;display:inline-flex;font-size:12px;font-weight:500;gap:5px;padding:4px 10px}.badge-icon,.map-button{font-size:14px}.map-button{background:#e94b3c;border:none;border-radius:24px;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:background .3s ease;width:100%}.map-button:hover{background:#d43b2c}.quick-question-section{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px;padding:24px}.question-header{align-items:center;display:flex;gap:10px;justify-content:center;margin-bottom:15px}.question-header h2{color:#333;font-size:20px;font-weight:700}.bowl-icon,.sparkle-icon{font-size:24px}.question-text{color:#666;font-size:14px;line-height:1.6;margin-bottom:20px;text-align:center}.response-options{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}.response-button{align-items:center;background:#fff;border:2px solid #f0f0f0;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;gap:8px;padding:16px 12px;transition:all .3s ease}.response-button .emoji{font-size:32px}.response-button .response-text{color:#666;font-size:12px;line-height:1.3;text-align:center}.response-button:hover{border-color:#e94b3c;transform:translateY(-2px)}.response-button.selected{background:#fff5f0;border-color:#e94b3c}.follow-up-section{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px;padding:24px}.follow-up-header{align-items:center;display:flex;gap:10px;justify-content:center;margin-bottom:10px}.follow-up-header h2{color:#333;font-size:18px;font-weight:700}.follow-up-header h3{color:#333;font-size:16px;font-weight:700;margin:0}.follow-up-subtitle{color:#999;font-size:12px;margin-bottom:20px}.interest-options{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.interest-button{align-items:center;background:#fff;border:2px solid #f0f0f0;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;gap:8px;padding:16px 12px;position:relative;text-align:center;transition:all .3s ease}.interest-button .interest-badge{background:#e94b3c;border-radius:8px;color:#fff;font-size:9px;font-weight:800;letter-spacing:.5px;line-height:1;padding:2px 6px;position:absolute;right:8px;top:8px}.interest-button .interest-icon{font-size:32px}.interest-button .interest-text{color:#666;font-size:11px;font-weight:500;line-height:1.3}.interest-button:hover{border-color:#e94b3c;transform:translateY(-2px)}.interest-button.selected{background:#fff5f0;border-color:#e94b3c}.feedback-submit-section{align-items:center;display:flex;flex-direction:column;gap:10px;margin:8px 0 24px}.feedback-submit-button{background:#e94b3c;border:none;border-radius:30px;box-shadow:0 6px 18px #e94b3c59;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:14px 48px;transition:all .3s ease}.feedback-submit-button:hover:not(:disabled){background:#d63d2f;transform:translateY(-2px)}.feedback-submit-button:disabled{cursor:not-allowed;opacity:.6}.feedback-submit-message{font-size:14px;font-weight:600;margin:0}.feedback-submit-message.success{color:#2e7d32}.feedback-submit-message.error{color:#c62828}.map-submit-message{margin-top:10px;text-align:center;width:100%}.favorite-drama-section{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px;padding:24px}.drama-header{align-items:center;display:flex;gap:10px;justify-content:center;margin-bottom:15px}.drama-header .bowl-icon,.drama-header .heart-icon{font-size:24px}.favorite-drama-section h3{color:#333;font-size:16px;font-weight:700;margin-bottom:8px;text-align:center}.drama-subtitle{color:#666;font-size:12px;margin-bottom:20px;text-align:center}.drama-input-container{align-items:center;display:flex;gap:10px}.drama-input{border:2px solid #f0f0f0;border-radius:24px;flex:1 1;font-size:14px;outline:none;padding:12px 16px;transition:border-color .3s ease}.drama-input:focus{border-color:#e94b3c}.drama-input::placeholder{color:#ccc}.heart-button{background:none;border:none;cursor:pointer;flex-shrink:0;font-size:24px;padding:8px;transition:transform .2s ease}.heart-button:hover{transform:scale(1.2)}.thank-you-message{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px;padding:24px;text-align:center}.heart-outline-icon{display:block;font-size:32px;margin-bottom:12px}.thank-you-message p{color:#333;font-size:14px;line-height:1.5;margin-bottom:8px}.thank-you-message strong{color:#e94b3c}.made-with-love{color:#666;font-size:13px;margin-top:8px}.thank-you-section{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px;padding:24px;text-align:center}.thank-icon{display:block;font-size:48px;margin-bottom:15px}.thank-you-section h2{color:#333;font-size:18px;font-weight:700;line-height:1.4;margin-bottom:10px}.thank-you-section p{color:#666;font-size:14px;margin-bottom:15px}.star-icon{background:none;border:none;cursor:pointer;font-size:32px;padding:8px;transition:transform .2s ease}.star-icon:hover{transform:rotate(72deg) scale(1.1)}.continue-section{text-align:center}.continue-button{background:#e94b3c;border:none;border-radius:28px;box-shadow:0 4px 12px #e94b3c4d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:16px 32px;transition:all .3s ease}.continue-button:hover{background:#d43b2c;box-shadow:0 6px 16px #e94b3c66;transform:translateY(-2px)}@media (max-width:768px){.feedback-recommendation-container{padding:15px}.interest-options,.response-options{grid-template-columns:1fr}.dish-name,.restaurant-name,.show-name{font-size:16px}.question-header h2{font-size:18px}.favorite-drama-section h3,.follow-up-header h3{font-size:14px}.interest-button,.response-button{padding:14px 10px}}.landing-container{background-color:#100b09;background-image:radial-gradient(120% 80% at 70% 18%,#e539352e 0,#100b0900 55%),linear-gradient(180deg,#1a1310,#0d0907 60%,#050403);display:flex;flex-direction:column;min-height:100vh;overflow:hidden;position:relative;width:100%}.landing-overlay{background:linear-gradient(90deg,#0d0907f2,#0d090780 38%,#0d090700 60%),linear-gradient(180deg,#0d090700 45%,#0d0907d9 88%,#050403f5),radial-gradient(60% 40% at 50% 95%,#e5393538 0,#0000 70%);inset:0;z-index:1}.landing-bg-image,.landing-overlay{pointer-events:none;position:absolute}.landing-bg-image{background-position:100% 0;background-repeat:no-repeat;background-size:contain;bottom:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000000a6 35%,#000 70%);mask-image:linear-gradient(90deg,#0000,#000000a6 35%,#000 70%);opacity:.9;right:0;top:10%;width:50%;z-index:0}.landing-content{display:flex;flex:1 1;flex-direction:column;margin:0 auto;max-width:480px;padding:3rem 1.75rem 2rem;position:relative;width:100%;z-index:2}.landing-logo{margin-bottom:2rem;text-align:left}.landing-logo-image{height:auto;max-width:220px;width:70%}.landing-logo-text{color:#f5f0eb;font-size:2.6rem;font-weight:900;letter-spacing:2px;margin:0}.landing-tagline{color:#cfc7c0;font-size:.95rem;font-weight:600;margin:.6rem 0 0}.landing-hero .landing-highlight,.landing-highlight,.landing-tagline .eats-red{color:#e53935}.landing-hero{margin-bottom:2.5rem;margin-top:auto}.landing-title{color:#f5f0eb;font-size:2.9rem;font-weight:800;line-height:1.05;margin:0}.landing-divider{background:#e53935;border-radius:4px;height:4px;margin:1.25rem 0;width:64px}.landing-subtitle{color:#d8d1ca;font-size:1.15rem;font-weight:500;line-height:1.5;margin:0}.landing-cta{align-items:center;background:#e53935;border:none;border-radius:40px;box-shadow:0 10px 30px #e5393566;color:#fff;cursor:pointer;display:flex;font-size:1.15rem;font-weight:700;gap:.75rem;justify-content:center;padding:1.15rem 1.5rem;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;width:100%}.landing-cta:hover{background:#d32f2f;box-shadow:0 14px 36px #e5393580;transform:translateY(-2px)}.landing-cta:active{transform:translateY(0)}.landing-cta-arrow{font-size:1.3rem;line-height:1}@media (min-width:600px){.landing-title{font-size:3.4rem}}
/*# sourceMappingURL=main.01fb2f1b.css.map*/