.plans-picker, .reminders-picker, .quotations-picker { margin-top: 14px; }
.plans-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.plans-gallery article { background: #fff; border: 1px solid var(--line); border-radius: 17px; padding: 12px; display: grid; gap: 9px; }
.plans-gallery img { width: 100%; height: 230px; object-fit: contain; background: #f4f5f6; border-radius: 12px; }
.plans-gallery strong { font-size: .95rem; }
.plans-gallery a { display: block; text-align: center; text-decoration: none; background: #fff2de; color: #ad6200; border-radius: 9px; padding: 10px; font-weight: 800; }
.plans-gallery > .empty-inventory { grid-column: 1 / -1; }
@media (max-width: 900px) { .plans-gallery { grid-template-columns: 1fr 1fr; } }
@media (max-width: 760px) { .plans-gallery { grid-template-columns: 1fr; } .plans-gallery img { height: auto; max-height: 70vh; } }

.quotation-list{display:grid;gap:11px}.quotation-list article{display:grid;grid-template-columns:minmax(220px,1fr) 130px 140px auto;align-items:center;gap:14px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:15px}.quotation-client strong,.quotation-client small{display:block}.quotation-client small{color:var(--muted);margin-top:4px}.quotation-list time{color:var(--muted)}.quotation-list .quote-total{font-size:1.05rem}.quotation-actions{display:flex;flex-wrap:wrap;gap:7px}.quotation-actions button{border:0;border-radius:9px;padding:9px 11px;font:inherit;font-size:.78rem;font-weight:800;cursor:pointer}.quotation-actions .quote-pdf{background:#fff1da;color:#9a5900}.quotation-actions .quote-whatsapp{background:#daf6e5;color:#117443}.quotation-actions .quote-edit{background:#eef1f4;color:#31363b}.quotation-actions .quote-delete{background:#ffe8e8;color:#b52626}.quotation-form{max-width:720px}.quote-items-head{display:flex;align-items:center;justify-content:space-between}.quote-items-head button{border:0;background:#fff0d5;color:#9a5900;border-radius:9px;padding:9px 12px;font-weight:800;cursor:pointer}.quote-items{display:grid;gap:8px}.quote-item{display:grid;grid-template-columns:minmax(160px,1fr) 90px 120px 36px;gap:8px}.quote-item input{width:100%;border:1px solid var(--line);border-radius:9px;padding:11px;font:inherit}.quote-item button{border:0;border-radius:9px;background:#ffe8e8;color:#b52626;font-size:1.1rem;cursor:pointer}.quote-form-total{display:flex;justify-content:space-between;align-items:center;background:#f4f5f6;border-radius:11px;padding:14px}.quote-form-total strong{font-size:1.25rem}.field-hint{color:var(--muted);font-size:.75rem}
@media(max-width:900px){.quotation-list article{grid-template-columns:1fr 110px}.quotation-actions{grid-column:1/-1}}
@media(max-width:600px){.quotation-list article{grid-template-columns:1fr}.quotation-actions,.quotation-list time,.quotation-list .quote-total{grid-column:1}.quote-item{grid-template-columns:1fr 1fr 34px;gap:7px}.quote-item [name="itemConcept"]{grid-column:1/-1;font-size:1rem;min-height:42px}.quote-item [name="itemQuantity"]{grid-column:1}.quote-item [name="itemPrice"]{grid-column:2}.quote-item button{grid-column:3;grid-row:2}.quote-item input{padding:10px;font-size:.9rem}}
.project-list-item { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--line); background: #fff; }
.project-list-item:last-child { border-bottom: 0; }
.project-list-item > .project-open { width: 100%; display: grid; grid-template-columns: 38px 1fr auto 14px; gap: 11px; align-items: center; padding: 12px 15px; border: 0; background: transparent; text-align: left; font: inherit; cursor: pointer; }
.project-list-item > .project-open:hover { background: #fff9ef; }
.project-open > b { width: 38px; height: 38px; border-radius: 10px; background: #fff0d6; color: #aa6000; display: grid; place-items: center; font-size: .82rem; }
.project-open span strong, .project-open span small { display: block; }
.project-open span strong { font-size: .87rem; }
.project-open span small { color: var(--muted); font-size: .72rem; margin-top: 3px; }
.project-open em { font-style: normal; color: var(--orange); font-size: .78rem; font-weight: 850; }
.project-open i { font-style: normal; color: #9da0a4; font-size: 1.1rem; }
.project-actions { display: flex; align-items: center; gap: 5px; padding-right: 12px; }
.project-actions button { border: 1px solid var(--line); background: #fff; border-radius: 8px; padding: 8px 9px; font: inherit; font-size: .72rem; font-weight: 800; cursor: pointer; }
.project-actions .delete-project { color: #bd2424; }
@media (max-width: 520px) { .project-list-item > .project-open { grid-template-columns: 38px 1fr; padding-right: 6px; } .project-open em, .project-open i { display: none; } .project-actions { flex-direction: column; justify-content: center; padding: 6px 8px 6px 0; } .project-actions button { padding: 6px 8px; } }
.reminders-gallery article p { margin: 0; color: var(--dark); line-height: 1.45; }
.reminders-gallery article.resolved { border-color: #8dcda8; background: #f3fbf6; }
.reminders-gallery article.resolved img { opacity: .72; }
.reminder-status { display: flex; align-items: center; gap: 9px; width: fit-content; color: #a56500; font-size: .86rem; font-weight: 850; cursor: pointer; }
.reminder-status input { width: 20px; height: 20px; margin: 0; accent-color: #1f9d55; cursor: pointer; }
.resolved .reminder-status { color: #16753f; }
.reminder-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.reminder-actions button, .reminder-actions a { border: 0; border-radius: 9px; padding: 10px; font: inherit; font-weight: 800; cursor: pointer; text-align: center; text-decoration: none; }
.reminder-actions button { background: #1f9d55; color: #fff; }
.reminder-actions a { background: #fff2de; color: #ad6200; }
