body{
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
}

.home-body{
    background:#f5f7fb;
}

.home-container{
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
}

.home-card{
    width:500px;
    background:white;
    border-radius:30px;
    padding:50px;
    text-align:center;
    box-shadow:0 10px 40px rgba(0,0,0,0.08);
}

.title-1{
    font-size:42px;
    color:#111827;
}

.title-2{
    font-size:72px;
    font-weight:900;
    color:#2563eb;
}

.title-3{
    font-size:42px;
    color:#111827;
    margin-bottom:40px;
}

.icon-area{
    font-size:100px;
    margin-bottom:30px;
}

.scan-text{
    font-size:24px;
    color:#6b7280;
}

.hidden-input{
    position:absolute;
    left:-1000px;
}

.result-body{
    background:#f4f6fa;
}

.result-container{
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
}

.product-card{
    width:700px;
    background:white;
    border-radius:30px;
    padding:40px;
    box-shadow:0 10px 40px rgba(0,0,0,0.08);
}

.product-name{
    font-size:42px;
    font-weight:800;
    color:#111827;
}

.sku{
    margin-top:10px;
    color:#6b7280;
    font-size:22px;
}

.price-box{
    background:#2563eb;
    margin-top:40px;
    border-radius:25px;
    padding:30px;
    color:white;
}

.price-label{
    font-size:28px;
}

.price{
    font-size:88px;
    font-weight:900;
}

.info-box{
    margin-top:35px;
    font-size:24px;
    color:#374151;
    line-height:2;
}
