html,body,#root{min-height:100%}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;color:#333;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app{min-height:100vh;padding-bottom:2rem}.header{text-align:center;background:#fff;margin-bottom:2rem;padding:2rem 1rem;box-shadow:0 2px 4px #00000014}.header-logo{height:48px;margin-bottom:.75rem}.header h1{color:#222;margin-bottom:.35rem;font-size:1.75rem}.subtitle{color:#666;font-size:1rem}.container{max-width:1100px;margin:0 auto;padding:0 1rem}.search-box{margin-bottom:1.5rem}.search-input{border:2px solid #ddd;border-radius:10px;outline:none;width:100%;padding:.9rem 1rem;font-size:1.05rem}.search-input:focus{border-color:#7c3aed}.products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.product-card{background:#fff;border:2px solid #e6e6e6;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1.1rem 1.15rem;transition:border-color .15s,box-shadow .15s;display:flex}.product-card:hover{border-color:#c4b5fd;box-shadow:0 6px 16px #0000000f}.product-body{flex:1;min-width:0}.product-name{color:#222;margin-bottom:.35rem;font-size:1.05rem;font-weight:650}.product-info{color:#666;margin-bottom:.15rem;font-size:.88rem}.product-days{color:#7c3aed;font-size:.85rem;font-weight:650}.product-actions{flex-shrink:0;gap:.35rem;display:flex}.icon-btn{color:#444;cursor:pointer;background:#fafafa;border:1.5px solid #e5e5e5;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.icon-btn:hover:not(:disabled){color:#6d28d9;background:#f3e8ff;border-color:#c4b5fd}.icon-btn:disabled{opacity:.5;cursor:not-allowed}.no-results{text-align:center;color:#999;padding:2.5rem 1rem}.modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:14px;width:100%;max-width:440px;padding:1.75rem;position:relative;box-shadow:0 10px 36px #0003}.modal-close{color:#999;cursor:pointer;background:0 0;border:none;width:36px;height:36px;font-size:1.75rem;line-height:1;position:absolute;top:.75rem;right:.75rem}.modal-title{color:#222;margin-bottom:1rem;padding-right:2rem;font-size:1.3rem}.modal-hint{color:#555;margin-bottom:.75rem;font-size:.95rem;font-weight:600}.days-toggle{background:#f0f0f0;border-radius:999px;gap:2px;margin-bottom:.85rem;padding:4px;display:flex;overflow-x:auto}.days-toggle-btn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:999px;flex:1;min-width:40px;padding:.65rem .4rem;font-size:1rem;font-weight:650}.days-toggle-btn.active{color:#fff;background:#7c3aed;box-shadow:0 2px 6px #7c3aed4d}.preview-date{color:#7c3aed;margin-bottom:1.15rem;font-weight:650}.download-button{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:10px;width:100%;padding:.95rem;font-size:1.05rem;font-weight:650}.download-button:hover:not(:disabled){background:#256628}.download-button:disabled{cursor:not-allowed;background:#bdbdbd}@media (width<=640px){.header h1{font-size:1.4rem}}
