:root{--g900: #0f2b14;--g800: #1a3d20;--g700: #2d5c36;--g600: #3a7a44;--g500: #4a9a56;--g400: #6ab876;--g300: #96d4a0;--g200: #c4e8ca;--g100: #e4f4e7;--g50: #f2faf4;--cream: #faf8f3;--dark: #0f1c12;--text: #1e3324;--muted: #5a7a60;--amber: #f59e0b;--amber-pale: #fef3c7;--amber-deep: #92400e;--border: rgba(45, 92, 54, .12);--shadow: 0 4px 24px rgba(15, 43, 20, .08);--shadow-lg: 0 12px 48px rgba(15, 43, 20, .14)}:root{--lp-modal-bg: #faf8f3;--lp-modal-ink: #1e3324;--lp-modal-muted: #5a7a60;--lp-modal-green: #2d5c36;--lp-modal-green-soft: #e4f4e7;--lp-modal-border: rgba(45, 92, 54, .15)}.lp-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.lp-modal.is-open{opacity:1;visibility:visible}.lp-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f1c1273;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.lp-modal-card{position:relative;width:min(420px,100%);background:var(--lp-modal-bg);border-radius:24px;padding:2rem 1.75rem 1.75rem;box-shadow:0 24px 80px #0f2b1438;border:1px solid var(--lp-modal-border);color:var(--lp-modal-ink);font-family:Outfit,system-ui,sans-serif;max-height:90vh;overflow-y:auto}.lp-modal-card h2,.lp-modal-card h3{font-family:Playfair Display,Georgia,serif;font-weight:900;margin:0 0 1rem;color:#0f1c12}.lp-modal-card h3{font-size:1.1rem;margin-top:1.25rem}.lp-modal-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:10px;border:none;background:var(--lp-modal-green-soft);color:var(--lp-modal-green);font-size:1.25rem;cursor:pointer;line-height:1}.lp-field{margin-bottom:.85rem}.lp-field label{display:block;font-size:.78rem;font-weight:600;margin-bottom:.35rem;color:var(--lp-modal-ink)}.lp-field input,.lp-field select{width:100%;padding:.62rem .9rem;border:1.5px solid var(--lp-modal-border);border-radius:12px;font-size:.92rem;font-family:inherit;background:#fff;outline:none}.lp-field input:focus,.lp-field select:focus{border-color:#4a9a56}.lp-btn-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.lp-btn-primary{flex:1;min-width:120px;padding:.75rem 1.2rem;border-radius:999px;border:none;background:var(--lp-modal-green);color:#fff;font-weight:600;font-family:inherit;cursor:pointer}.lp-btn-primary:hover{background:#0f1c12}.lp-btn-ghost{padding:.75rem 1rem;border-radius:999px;border:1.5px solid var(--lp-modal-border);background:transparent;font-weight:600;font-family:inherit;cursor:pointer;color:var(--lp-modal-green)}.lp-msg{font-size:.82rem;margin-top:.65rem;color:var(--lp-modal-muted)}.lp-msg.lp-err{color:#b91c1c}.lp-msg.lp-ok{color:var(--lp-modal-green)}.lp-hint{font-size:.72rem;color:var(--lp-modal-muted);margin-top:1rem;line-height:1.5}
