/* Card styling */
.rosky-lc { max-width: 720px; margin: 24px auto; font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif; }
.rosky-lc-card { background: #fff; border-radius: 16px; box-shadow: 0 10px 25px rgba(0,0,0,.06); padding: 20px 22px; border: 1px solid #eef0f3; }
.rosky-lc-title { margin: 0 0 14px; letter-spacing:.4px; font-weight: 700; text-transform: uppercase; font-size: 16px; color: #1a2a3a; }
.rosky-lc-row { display: flex; flex-direction: column; gap: 8px; margin: 12px 0; }
.rosky-lc-row label, .rosky-lc-label { font-weight: 600; color: #374957; font-size: 14px; }
.rosky-lc-row input { padding: 10px 12px; border-radius: 10px; border: 1px solid #dfe5eb; outline: none; font-size: 15px; background:#fff; }
.rosky-lc-row input:focus { border-color: #00a651; box-shadow: 0 0 0 3px rgba(0,166,81,.1); }
.rosky-lc-inline { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: end; }
.rosky-lc-col { display: flex; flex-direction: column; gap: 6px; padding: 10px 12px; border: 1px dashed #e6ebf0; border-radius: 12px; background:#fafcfd; }
.rosky-lc-value { font-weight: 800; font-size: 18px; color: #012f59; }
.rosky-lc-total { display: flex; justify-content: space-between; align-items: center; padding: 12px 14px; border-radius: 12px; background: #f6fbf8; border: 1px solid #e2f2e8; }
.rosky-lc-note { font-size: 12px; color: #667; margin-top: 10px; }
@media (max-width: 560px) { .rosky-lc-inline{ grid-template-columns: 1fr; } }
