.gjep{max-width:920px;margin:28px auto;font-family:system-ui,-apple-system,BlinkMacSystemFont}
.gjep-controls{background:#fff;border-radius:16px;padding:14px 14px 10px;box-shadow:0 10px 30px rgba(0,0,0,.06)}
.gjep-row{display:flex;flex-wrap:wrap;gap:12px}
.gjep-col{flex:1;min-width:240px}
.gjep label{display:block;font-weight:600;margin-top:6px}
.gjep select,.gjep input{width:100%;padding:10px;border:1px solid #e5e7eb;border-radius:12px;margin-top:6px}
.gjep-weight{display:flex;gap:10px;align-items:center}
.gjep-weight select{flex:1}
.gjep-weight input{flex:1}
.gjep-hint{margin-top:6px;color:#6b7280;font-size:13px}
.gjep-cards{margin-top:16px;display:grid;gap:14px}
@media(min-width:860px){.gjep-cards{grid-template-columns:repeat(3,1fr)}}
.gjep-card{background:#fff;border-radius:16px;padding:16px;box-shadow:0 10px 30px rgba(0,0,0,.08)}
.gjep-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.gjep-card h3{margin:0;font-size:18px;line-height:1.2}
.gjep-rec{margin-left:8px;color:#dc2626;font-size:13px;font-weight:600}
.gjep-badge{font-size:12px;padding:4px 10px;border-radius:999px;white-space:nowrap;margin-top:2px}
.gjep-badge.ok{background:#ecfdf5;color:#065f46}
.gjep-badge.ng{background:#fef2f2;color:#991b1b}
.gjep-lines{margin-top:12px;display:flex;flex-direction:column;gap:10px}
.gjep-line{display:flex;align-items:center;justify-content:space-between}
.gjep-line span{color:#6b7280;font-size:13px}
.gjep-total{margin-top:14px;padding-top:12px;border-top:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between}
.gjep-total span{color:#6b7280;font-size:13px}
.gjep-total strong{font-size:24px;color:#ea580c}
.gjep-meta{margin-top:10px;color:#6b7280;font-size:13px;display:grid;gap:6px}
.gjep-meta div{display:flex;justify-content:space-between}
.gjep-meta b{color:#111827;font-weight:600}
.gjep-muted{color:#6b7280;font-size:13px;margin:10px 0 0}
.gjep-note{color:#6b7280;font-size:12px;margin-top:14px}
.gjep-empty{background:#fff;border-radius:16px;padding:16px;box-shadow:0 10px 30px rgba(0,0,0,.06);color:#991b1b}

.gjep-advanced{margin-top:12px}
.gjep-adv-btn{background:transparent;border:0;color:#2563eb;font-weight:600;cursor:pointer;padding:6px 0}
.gjep-adv-panel{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:12px;margin-top:6px}
.gjep-dims .gjep-col{min-width:160px}

/* EMS Handling Fee ¥0 in red */
.gjep-zero{color:#dc2626;font-weight:700;}
