.r10d-card-category,.r10d-home-category{color:#3157ff!important;font-size:12px!important;font-weight:900!important;line-height:1.3!important;margin:0 0 7px!important}.r10d-card-seller,.r10d-home-seller{font-size:12px!important;color:#6f7888!important;margin:0 0 8px!important}.r10d-card-seller strong,.r10d-home-seller strong{color:#283247!important}.r10d-card-actions,.r10d-home-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:14px!important}.r10d-card-actions>a,.r10d-card-actions>button,.r10d-home-actions>a,.r10d-home-actions>button{margin:0!important;width:100%!important;height:44px!important;border-radius:22px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;font-weight:900!important;font-size:14px!important}.r10d-detail-btn{border:1px solid #3157ff!important;background:#fff!important;color:#3157ff!important;cursor:pointer!important}.r10d-home-buy,.r10d-buy-open{border:0!important;background:#3157ff!important;color:#fff!important;cursor:pointer!important}.r10d-default-caution{padding:15px 17px;border-radius:12px;background:#f7f9fc;border:1px solid #e4e8ef}.r10d-default-caution strong{font-size:13px}.r10d-default-caution p{margin:5px 0 0;color:#7d8797;font-size:12px;line-height:1.6}.r10d-modal{position:fixed;inset:0;z-index:120000;display:none;align-items:center;justify-content:center;padding:28px}.r10d-modal.open{display:flex}.r10d-modal-backdrop{position:absolute;inset:0;background:rgba(7,12,23,.67);backdrop-filter:blur(3px)}.r10d-modal-card{position:relative;z-index:1;width:min(900px,96vw);max-height:90vh;overflow:auto;padding:28px;background:#fff;border-radius:24px;box-shadow:0 30px 100px rgba(0,0,0,.28)}.r10d-modal-close{position:absolute;right:20px;top:18px;width:38px;height:38px;border:0;border-radius:50%;background:#f1f3f6;font-size:25px;cursor:pointer}.r10d-modal-head{display:flex;gap:12px;align-items:center;padding-right:50px;margin-bottom:18px}.r10d-category{display:inline-flex;padding:7px 11px;border-radius:13px;background:#3157ff;color:#fff;font-size:12px;font-weight:900}.r10d-seller{font-size:13px;color:#697386}.r10d-seller strong{color:#1c2536}.r10d-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.r10d-modal-image{aspect-ratio:16/10;border-radius:16px;overflow:hidden;background:#eef1f6}.r10d-modal-image img{width:100%;height:100%;object-fit:cover}.r10d-modal-summary{display:flex;flex-direction:column;justify-content:center}.r10d-path{color:#7d8797;font-size:13px;margin:0 0 10px}.r10d-modal-summary h2{font-size:27px;margin:0 0 22px}.r10d-price-line{display:flex;justify-content:space-between;align-items:center}.r10d-price-line strong{font-size:28px}.r10d-price-line span{color:#7d8797}.r10d-modal-buy{height:50px;margin-top:22px;border-radius:25px;background:#3157ff;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;font-weight:900}.r10d-modal-buy.secondary{background:#171d2d}.r10d-detail-section{margin-top:22px;padding:20px;border:1px solid #e7eaf0;border-radius:16px}.r10d-detail-section h3{margin:0 0 13px;font-size:17px}.r10d-description,.r10d-specs{white-space:pre-wrap;line-height:1.8;color:#374154;font-size:14px}.r10d-specs-empty{padding:24px 10px;text-align:center;color:#a0a7b3;background:#fafbfc;border-radius:10px}.r10d-detail-section.caution{background:#fbfcfe}.r10d-detail-section.caution ul,.r10d-checkout-caution ul{margin:0;padding-left:20px;color:#5e6878;line-height:1.8;font-size:13px}.r10d-checkout-detail{margin:18px 0;padding:18px;border:1px solid #e4e8ef;border-radius:14px;background:#fbfcfe}.r10d-checkout-meta{display:flex;align-items:center;gap:12px;margin-bottom:14px}.r10d-checkout-detail h3{margin:16px 0 8px;font-size:15px}.r10d-checkout-caution{margin-top:16px}.r10d-checkout-caution summary{font-weight:900;cursor:pointer;margin-bottom:8px}@media(max-width:720px){.r10d-modal{padding:12px}.r10d-modal-card{padding:20px}.r10d-modal-grid{grid-template-columns:1fr}.r10d-card-actions,.r10d-home-actions{grid-template-columns:1fr}}/* GSM R10DF2 - seller product form grid stabilization
   Scope: seller create/edit form CSS only.
   Goal: prevent server/price fields from colliding and restore consistent spacing.
*/

.r9-form-grid,
.r9-edit-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    column-gap:22px!important;
    row-gap:18px!important;
    align-items:start!important;
}

.r9-form-grid > *,
.r9-edit-grid > *{
    min-width:0!important;
}

.r9-form-grid label,
.r9-edit-grid label{
    min-width:0!important;
    width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    gap:8px!important;
    margin:0!important;
}

.r9-form-grid input,
.r9-form-grid select,
.r9-form-grid textarea,
.r9-edit-grid input,
.r9-edit-grid select,
.r9-edit-grid textarea{
    box-sizing:border-box!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    margin:0!important;
}

.r9-form-grid .wide,
.r9-edit-grid .wide{
    grid-column:1 / -1!important;
    width:100%!important;
    min-width:0!important;
}

.r9-edit-grid{
    padding:20px!important;
    background:#f8f9fb!important;
    border-radius:14px!important;
}

.r9-edit-grid label>span,
.r9-form-grid label>span{
    display:block!important;
    margin:0!important;
    line-height:1.45!important;
}

.r9-edit-grid input,
.r9-edit-grid select,
.r9-form-grid input,
.r9-form-grid select{
    height:50px!important;
}

.r9-edit-grid textarea,
.r9-form-grid textarea{
    min-height:130px!important;
    padding:14px!important;
    resize:vertical!important;
}

.r10d-default-caution.wide{
    box-sizing:border-box!important;
    width:100%!important;
    min-width:0!important;
}

@media(max-width:700px){
    .r9-form-grid,
    .r9-edit-grid{
        grid-template-columns:1fr!important;
        column-gap:0!important;
        row-gap:16px!important;
    }

    .r9-form-grid .wide,
    .r9-edit-grid .wide{
        grid-column:auto!important;
    }
}
