    :root{ --brand-yellow:#ffc107; --brand-dark:#212529; }
    body{ font-family: Arial, sans-serif; }
    .navbar-brand img{ height:70px; }
    .section-title{ font-weight:700; margin-bottom:1rem; }
    .soft-card{
      border:1px solid #e9ecef; border-radius:12px; padding:20px; background:#fff; transition:.2s;
    }
    .soft-card:hover{ box-shadow:0 8px 24px rgba(0,0,0,.08); transform: translateY(-1px); }
    .qty-btn { min-width: 36px; }
    .summary-line { display:flex; justify-content:space-between; align-items:center; margin:.5rem 0; }
    .summary-line .label { color:#6c757d; }
    .summary-total { font-size:1.25rem; font-weight:700; }
    .table > :not(caption) > * > * { vertical-align: middle; }