*,:before,:after{box-sizing:border-box}body{color:#1a1a1a;background:#fff;margin:0;font-family:system-ui,sans-serif;line-height:1.5}#root{min-height:100svh}main{max-width:960px;margin:0 auto;padding:2rem 1.5rem}h1{margin:0 0 .5rem;font-size:2rem;font-weight:600}p{color:#555;margin:0}.home-header{margin-bottom:2rem}.home-section{margin-bottom:2.5rem}.home-section__title{color:#1a1a1a;margin:0 0 1rem;font-size:1.25rem;font-weight:600}.home-section__hint{color:#666;font-size:.875rem;font-weight:400}.category-list{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;display:grid}.category-card{cursor:pointer;text-align:left;width:100%;font:inherit;color:inherit;background:#fafafa;border:2px solid #e5e5e5;border-radius:8px;flex-direction:column;align-items:flex-start;gap:.375rem;padding:1rem 1.25rem;transition:border-color .15s,background-color .15s,box-shadow .15s;display:flex}.category-card:hover{background:#f5f5f5;border-color:#c7c7c7}.category-card--selected{background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb}.category-card--selected:hover{background:#dbeafe;border-color:#1d4ed8}.category-card__name{color:#1a1a1a;font-size:1rem;font-weight:600}.category-card__description{color:#555;font-size:.875rem;line-height:1.4}.home-status{color:#555}.home-status--error{color:#b42318}.item-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.item-card{background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;padding:1rem 1.25rem}.item-card__content{justify-content:space-between;align-items:center;gap:1rem;display:flex}.item-card__description{color:#1a1a1a;margin:0;font-size:1rem;font-weight:500}.item-card__price{color:#1a1a1a;white-space:nowrap;margin:0;font-size:1rem;font-weight:600}
