:root{--bg-color: #F8F5F2;--text-primary: #2D2A26;--text-secondary: #8C8881;--accent: #E64C3C}*{margin:0;padding:0;box-sizing:border-box;font-family:Outfit,sans-serif;user-select:none;-webkit-user-select:none}body{background-color:var(--bg-color);color:var(--text-primary);overflow:hidden;overscroll-behavior-y:none}.app-container{position:relative;width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;overflow:hidden}.header{width:100%;padding:2rem;display:flex;justify-content:space-between;align-items:center;z-index:50}.brand{font-size:1.5rem;font-weight:700;letter-spacing:-.5px}.cart-btn{background:white;width:48px;height:48px;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 15px #0000000d;cursor:pointer;position:relative}.badge{position:absolute;top:0;right:0;background:var(--accent);color:#fff;font-size:.7rem;width:18px;height:18px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700}.info-section{text-align:center;margin-top:1.5rem;z-index:50;height:130px;display:flex;flex-direction:column;justify-content:center;align-items:center}.price{font-family:Bebas Neue,sans-serif;font-size:3.2rem;font-weight:400;color:var(--accent);line-height:1;margin-bottom:.1rem;letter-spacing:2px}.title{font-family:Abril Fatface,serif;font-size:2.4rem;font-weight:400;margin-bottom:.2rem;line-height:1.2}.description{color:var(--text-secondary);font-size:.95rem;width:100%;margin:0 auto;line-height:1.4;white-space:nowrap}.carousel-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:400px;display:flex;justify-content:center;align-items:center;z-index:10}@media (min-width: 768px){.carousel-container{height:600px}}.plate-container{position:absolute;width:280px;height:280px;z-index:1}@media (min-width: 768px){.plate-container{width:450px;height:450px}}.plate-img{width:100%;height:100%;object-fit:contain}.drag-wrapper{position:absolute;width:280px;height:280px;z-index:2}@media (min-width: 768px){.drag-wrapper{width:450px;height:450px}}.bottom-controls{position:absolute;bottom:3rem;width:100%;padding:0 2rem;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.5rem;z-index:50}.size-selector{display:flex;gap:1rem;background:white;padding:.5rem;border-radius:30px;box-shadow:0 4px 15px #0000000d}.size-btn{padding:.5rem 1.5rem;border-radius:20px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s}.size-btn.active{background:var(--text-primary);color:#fff}.add-btn{background:var(--text-primary);color:#fff;border:none;padding:1rem 3rem;border-radius:30px;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:.5rem;cursor:pointer;box-shadow:0 10px 20px #2d2a2633;transition:transform .2s,box-shadow .2s}.add-btn:active{transform:scale(.95)}.garnish{position:absolute;width:40px;height:40px;border-radius:50%;background-size:cover;filter:blur(2px);z-index:5;opacity:.6}.indicators{display:flex;gap:8px;margin-top:1rem}.dot{width:8px;height:8px;border-radius:50%;background:var(--text-secondary);opacity:.3;transition:opacity .3s,transform .3s}.dot.active{opacity:1;background:var(--accent);transform:scale(1.3)}
