:root{--purple-50: #faf5ff;--purple-100: #f3e8ff;--purple-600: #9333ea;--purple-700: #7e22ce;--stone-50: #fafaf9;--stone-100: #f5f5f4;--stone-200: #e7e5e4;--stone-300: #d6d3d1;--stone-400: #a8a29e;--stone-500: #78716c;--stone-600: #57534e;--stone-700: #44403c;--stone-800: #292524;--stone-900: #1c1917;--green-600: #16a34a;--red-600: #dc2626}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--stone-50);color:var(--stone-900)}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:1rem}.app{max-width:640px;margin:0 auto;min-height:100vh;background:#fff;display:flex;flex-direction:column}.header{position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid var(--stone-200);padding:16px 20px;display:flex;align-items:center;justify-content:space-between}.header h1{font-size:1.1rem;margin:0}.cart-button{position:relative;background:var(--purple-600);color:#fff;border:none;border-radius:999px;padding:10px 16px;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:6px}.cart-badge{background:#fff;color:var(--purple-700);border-radius:999px;min-width:20px;height:20px;font-size:.75rem;display:flex;align-items:center;justify-content:center;padding:0 5px}.content{flex:1;padding:16px 20px 100px}.state-message{text-align:center;padding:60px 20px;color:var(--stone-500)}.product-card{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--stone-100);text-align:left;background:none;border-left:none;border-right:none;border-top:none;width:100%}.product-card:disabled{opacity:.5;cursor:not-allowed}.product-photo{width:104px;height:104px;border-radius:14px;object-fit:cover;background:var(--stone-100);flex-shrink:0}.product-photo-placeholder{width:104px;height:104px;border-radius:14px;background:var(--stone-100);flex-shrink:0}.search-bar{position:sticky;top:57px;z-index:9;background:#fff;padding:12px 20px;border-bottom:1px solid var(--stone-100)}.search-bar input{width:100%;border:1px solid var(--stone-300);border-radius:10px;padding:10px 14px;font-size:.95rem;background:var(--stone-50)}.search-bar input:focus{outline:none;border-color:var(--purple-600);background:#fff}.category-nav{position:sticky;top:113px;z-index:9;background:#fff;display:flex;gap:8px;padding:10px 20px;overflow-x:auto;border-bottom:1px solid var(--stone-100);scrollbar-width:none}.category-nav::-webkit-scrollbar{display:none}.category-chip{flex-shrink:0;background:var(--stone-100);color:var(--stone-600);border:none;border-radius:999px;padding:8px 16px;font-size:.85rem;font-weight:600;white-space:nowrap}.category-chip.active{background:var(--purple-600);color:#fff}.category-section{scroll-margin-top:165px}.category-heading{font-size:1.05rem;margin:24px 0 4px;color:var(--stone-900)}section:first-child .category-heading{margin-top:4px}.product-info{flex:1;min-width:0}.product-info h3{margin:0 0 4px;font-size:.95rem;color:var(--stone-800)}.product-price{font-weight:600;color:var(--purple-700);font-size:.9rem}.product-unavailable-tag{font-size:.75rem;color:var(--stone-400);margin-left:8px}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1c191766;display:flex;align-items:flex-end;justify-content:center;z-index:100}.sheet{background:#fff;width:100%;max-width:640px;max-height:88vh;overflow-y:auto;border-radius:20px 20px 0 0;padding:20px}.sheet-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.sheet-header h2{margin:0;font-size:1.1rem}.close-button{background:none;border:none;font-size:1.4rem;color:var(--stone-400);line-height:1;padding:4px}.option-group{margin:18px 0}.option-group-title{font-weight:600;font-size:.9rem;display:flex;justify-content:space-between;margin-bottom:8px}.option-group-hint{font-weight:400;color:var(--stone-400);font-size:.8rem}.option-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--stone-100)}.option-row label{display:flex;align-items:center;gap:10px;flex:1;font-size:.92rem}.option-row .price{color:var(--stone-500);font-size:.85rem}.qty-stepper{display:flex;align-items:center;gap:12px;margin:16px 0}.qty-stepper button{width:32px;height:32px;border-radius:999px;border:1px solid var(--stone-300);background:#fff;font-size:1.1rem}textarea.notes{width:100%;border:1px solid var(--stone-200);border-radius:10px;padding:10px;resize:none;margin-top:8px}.primary-button{width:100%;background:var(--purple-600);color:#fff;border:none;border-radius:12px;padding:14px;font-weight:600;font-size:1rem;margin-top:12px}.primary-button:disabled{opacity:.5;cursor:not-allowed}.secondary-button{width:100%;background:#fff;color:var(--stone-700);border:1px solid var(--stone-300);border-radius:12px;padding:12px;font-weight:600;font-size:.95rem}.cart-line{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--stone-100)}.cart-line-details p{margin:0;font-size:.92rem}.cart-line-details .options{color:var(--stone-500);font-size:.8rem;margin-top:2px}.cart-line-price{font-weight:600;white-space:nowrap}.remove-line{background:none;border:none;color:var(--red-600);font-size:.8rem;padding:0;margin-top:4px}.cart-total{display:flex;justify-content:space-between;font-weight:700;font-size:1.05rem;padding:16px 0;margin-top:8px;border-top:2px solid var(--stone-200)}.field{margin-bottom:14px}.field label{display:block;font-size:.85rem;font-weight:600;color:var(--stone-700);margin-bottom:6px}.field input,.field select{width:100%;border:1px solid var(--stone-300);border-radius:10px;padding:11px 12px;font-size:.95rem}.field-row{display:flex;gap:10px}.field-row .field{flex:1}.choice-group{display:flex;gap:10px;margin-bottom:16px}.choice-card{flex:1;border:2px solid var(--stone-200);border-radius:12px;padding:12px;text-align:center;background:#fff;font-weight:600;font-size:.9rem;color:var(--stone-600)}.choice-card.selected{border-color:var(--purple-600);background:var(--purple-50);color:var(--purple-700)}.error-banner{background:#fef2f2;color:var(--red-600);border-radius:10px;padding:12px;font-size:.88rem;margin-bottom:14px}.section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--stone-400);margin:20px 0 10px}.confirmation{text-align:center;padding:40px 20px}.confirmation .icon{font-size:3rem}.confirmation h2{margin:12px 0 6px}.confirmation p{color:var(--stone-500);margin:4px 0}.pix-box{background:var(--stone-50);border:1px solid var(--stone-200);border-radius:14px;padding:20px;margin:20px 0}.pix-box img{width:200px;height:200px;margin:0 auto 14px;display:block}.pix-copy{word-break:break-all;background:#fff;border:1px solid var(--stone-200);border-radius:10px;padding:10px;font-size:.75rem;font-family:monospace;color:var(--stone-600);margin-bottom:10px}.status-pill{display:inline-block;padding:6px 14px;border-radius:999px;font-size:.85rem;font-weight:600;background:var(--stone-100);color:var(--stone-600)}.status-pill.ok{background:#dcfce7;color:var(--green-600)}.status-pill.pending{background:#fef9c3;color:#a16207}
