@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,Arial,sans-serif;color:#202338;background:#f5f6fb;font-synthesis:none;text-rendering:optimizeLegibility;--red: #ff1520;--dark-red: #b31214;--blue: #292d92;--yellow: #fde401;--white: #ffffff;--border: #e3e5ef;--muted: #676b80;--shadow: 0 18px 50px rgba(35, 41, 104, .12)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}.container{width:min(1160px,calc(100% - 32px));margin:0 auto}.header{background:var(--white);border-bottom:1px solid var(--border)}.header-content{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px}.header img,footer img{width:min(260px,55vw);height:58px;object-fit:contain;object-position:left center}.header-content>span{display:inline-flex;align-items:center;gap:7px;color:var(--blue);font-weight:700;font-size:.9rem}.hero{background:radial-gradient(circle at 80% 20%,rgba(253,228,1,.24),transparent 26%),linear-gradient(135deg,#292d92,#1e226e);color:var(--white);padding:58px 0 104px}.hero-content{display:grid;grid-template-columns:minmax(0,1fr) 320px;align-items:center;gap:44px}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:7px;color:var(--yellow);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero h1{margin:14px 0;max-width:760px;font-size:clamp(2rem,5vw,3.7rem);line-height:1.05}.hero p{margin:0;max-width:680px;color:#ffffffd1;font-size:1.06rem;line-height:1.7}.hero-badge{background:var(--white);color:var(--blue);border-radius:22px;padding:28px;box-shadow:0 22px 70px #080b3947;transform:rotate(1.5deg)}.hero-badge strong,.hero-badge span{display:block}.hero-badge strong{font-size:1.25rem;margin-bottom:8px}.hero-badge span{color:var(--muted);line-height:1.55}.main-card{position:relative;z-index:2;margin-top:-58px;padding:34px;background:var(--white);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow)}.section-heading h2,.results-title-row h2{margin:6px 0 0;color:#22264d;font-size:1.55rem}.section-heading .section-kicker,.results-title-row .section-kicker{color:var(--red)}.filters-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:24px}.field{display:grid;gap:8px}.field>span{display:flex;align-items:center;gap:7px;color:#3d415d;font-size:.9rem;font-weight:700}.field small{color:var(--muted);font-weight:500}.field input,.field select{width:100%;height:48px;padding:0 13px;color:#252943;background:#fbfbfe;border:1px solid #dfe1eb;border-radius:11px;outline:none;transition:.2s ease}.field input:focus,.field select:focus,.barcode-input:focus-within{border-color:var(--blue);box-shadow:0 0 0 4px #292d921a}.separator{height:1px;margin:34px 0;background:var(--border)}.search-panel{margin-top:22px}.tabs{display:inline-flex;padding:5px;gap:5px;background:#eff0f8;border-radius:12px}.tabs button{display:inline-flex;align-items:center;gap:8px;padding:11px 16px;color:#656982;background:transparent;border:0;border-radius:9px;font-weight:700}.tabs button.active{color:var(--blue);background:var(--white);box-shadow:0 5px 16px #292d921f}.barcode-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start;margin-top:20px}.barcode-input{min-height:54px;display:flex;align-items:center;gap:10px;padding:0 14px;background:#fbfbfe;border:1px solid #dfe1eb;border-radius:12px}.barcode-input svg{color:var(--blue)}.barcode-input input{flex:1;min-width:0;border:0;outline:0;background:transparent;font-size:1rem}.clear-button{display:grid;place-items:center;padding:5px;color:var(--muted);background:transparent;border:0}.helper{grid-column:1;color:var(--muted);font-size:.82rem}.primary-button,.outline-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;border-radius:11px;font-weight:800;transition:.2s ease}.primary-button{min-height:54px;color:var(--white);background:linear-gradient(135deg,var(--red),var(--dark-red));border:0;box-shadow:0 10px 22px #ff152033}.primary-button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 13px 28px #ff152047}.outline-button{color:var(--blue);background:var(--white);border:1px solid #cfd2e5}.outline-button:hover{background:#f5f6fb}.spreadsheet-area{margin-top:20px}.upload-box{width:100%;min-height:176px;display:grid;place-items:center;align-content:center;gap:9px;padding:24px;color:var(--blue);background:#fafaff;border:2px dashed #cdd0e8;border-radius:16px}.upload-box span{color:var(--muted);font-size:.9rem}.spreadsheet-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:14px}.notice{display:flex;align-items:center;gap:10px;margin-top:22px;padding:14px 16px;border-radius:11px;font-weight:600}.notice.success{color:#17663a;background:#eaf8ef;border:1px solid #bfe8cc}.notice.error{color:#9e272d;background:#fff0f1;border:1px solid #f1c8ca}.results-section{margin:32px 0 50px;padding:30px;background:var(--white);border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow)}.results-title-row{display:flex;align-items:center;justify-content:space-between;gap:18px}.summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:24px 0}.summary-grid article{min-height:92px;display:flex;align-items:center;gap:12px;padding:17px;background:#f7f8fc;border:1px solid #e6e8f2;border-radius:14px}.summary-grid article>svg{color:var(--red)}.summary-grid strong,.summary-grid span{display:block}.summary-grid strong{color:var(--blue);font-size:1.3rem}.summary-grid span{margin-top:3px;color:var(--muted);font-size:.8rem}.table-wrapper{overflow-x:auto;border:1px solid var(--border);border-radius:14px}table{width:100%;min-width:940px;border-collapse:collapse}th,td{padding:15px 16px;text-align:left;vertical-align:top;border-bottom:1px solid var(--border)}th{color:#555a72;background:#f7f8fc;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}tbody tr:last-child td{border-bottom:0}td strong,td small{display:block}td strong{color:#2c304e}td small{max-width:310px;margin-top:6px;color:var(--muted);line-height:1.45}.price{display:inline-block;white-space:nowrap;color:var(--dark-red);font-size:1.05rem;font-weight:800}.location{display:inline-flex;align-items:center;gap:5px;color:var(--blue);font-weight:700}.empty-state{min-height:190px;display:grid;place-items:center;align-content:center;gap:8px;color:var(--muted);text-align:center;background:#fafaff;border:1px dashed #d8daea;border-radius:14px}.empty-state strong{color:#333754}.mobile-results{display:none}.data-note{color:var(--white);background:var(--blue);padding:26px 0}.data-note .container{display:flex;align-items:center;gap:14px}.data-note strong,.data-note p{display:block;margin:0}.data-note p{margin-top:4px;color:#ffffffbf;font-size:.9rem}footer{background:var(--white);border-top:1px solid var(--border)}footer .container{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:var(--muted);font-size:.88rem}footer img{width:190px;height:50px}@media (max-width: 900px){.hero-content{grid-template-columns:1fr}.hero-badge{display:none}.filters-grid,.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 680px){.container{width:min(100% - 22px,1160px)}.header-content{min-height:70px}.header-content>span{display:none}.hero{padding:42px 0 85px}.main-card,.results-section{padding:20px;border-radius:17px}.filters-grid,.summary-grid,.barcode-form{grid-template-columns:1fr}.helper{grid-column:auto}.spreadsheet-actions,.results-title-row,footer .container{align-items:stretch;flex-direction:column}.spreadsheet-actions button,.results-title-row button{width:100%}.table-wrapper{display:none}.mobile-results{display:grid;gap:12px}.result-card{display:grid;gap:9px;padding:16px;background:#fafaff;border:1px solid var(--border);border-radius:13px}.result-card-header{display:flex;justify-content:space-between;gap:12px}.result-card>span{display:flex;align-items:flex-start;gap:6px;color:#555a72}.result-card small{color:var(--muted)}.data-note .container{align-items:flex-start}footer .container{padding:20px 0}}.batch-progress{margin-top:22px;padding:18px;border:1px solid rgba(41,45,146,.18);border-radius:14px;background:#f7f7ff}.batch-progress-heading,.batch-progress-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.batch-progress-heading>span{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-weight:800}.batch-progress-heading strong{color:var(--blue);font-size:1.05rem}.progress-track{height:10px;margin:14px 0 12px;overflow:hidden;background:#e4e5f4;border-radius:999px}.progress-track>span{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--red));border-radius:inherit;transition:width .25s ease}.batch-progress-meta{flex-wrap:wrap;justify-content:flex-start;color:var(--muted);font-size:.84rem}.batch-progress-meta span{padding-right:12px;border-right:1px solid #d9daea}.batch-progress-meta span:last-child{border-right:0}@media (max-width: 640px){.batch-progress-meta{display:grid;grid-template-columns:1fr 1fr}.batch-progress-meta span{padding-right:0;border-right:0}}
