:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.auth-form{width:100%;max-width:28rem;display:flex;flex-direction:column;gap:1rem}.auth-form h1{font-size:1.5rem;margin-bottom:.25rem}.auth-form fieldset{border:1px solid #d0d0d0;border-radius:.5rem;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.auth-form legend{font-weight:600;padding:0 .25rem}.field{display:flex;flex-direction:column;gap:.25rem}.field label{font-size:.875rem;font-weight:500}.field input,.field select{padding:.5rem .625rem;border:1px solid #b0b0b0;border-radius:.375rem;font-size:1rem;background:var(--background);color:var(--foreground)}.checkbox-row{display:flex;align-items:center;gap:.5rem}.checkbox-row label{font-size:.9375rem}.checkbox-grid{display:flex;flex-direction:column;gap:.5rem}.auth-form button[type=submit]{padding:.625rem 1rem;border:none;border-radius:.375rem;background:#1b6b3c;color:#ffffff;font-size:1rem;font-weight:600;cursor:pointer}.auth-form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.auth-links{display:flex;justify-content:space-between;font-size:.875rem}.error-message{color:#b3261e;font-size:.875rem}.info-message{font-size:.9375rem}.verification-banner{background:#fff4d6;color:#6b4e00;padding:.75rem 1rem;border-bottom:1px solid #e0c060;font-size:.9375rem}.finca-shell header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #d0d0d0}.finca-shell main{padding:1.5rem}.lot-form{width:100%;max-width:32rem;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.lot-form .field label{font-size:1.0625rem;font-weight:700}.lot-form .field input{padding:.875rem 1rem;font-size:1.25rem;border:2px solid #333333;border-radius:.5rem;background:var(--background);color:var(--foreground)}.lot-form .field input:disabled{opacity:1;color:var(--foreground);border-color:#888888;background:color-mix(in srgb,var(--background) 92%,#888888 8%)}.lot-form button{min-height:3.25rem;font-size:1.125rem;font-weight:700;border-radius:.5rem;border:2px solid #333333;cursor:pointer;background:var(--background);color:var(--foreground)}.lot-form button[type=submit]{background:#1b6b3c;border-color:#1b6b3c;color:#ffffff}.lot-form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.variety-candidates{list-style:none;border:2px solid #333333;border-radius:.5rem;overflow:hidden}.variety-candidates li+li{border-top:1px solid #d0d0d0}.variety-candidates button{width:100%;min-height:3rem;text-align:left;padding:.875rem 1rem;font-size:1.0625rem;background:var(--background);color:var(--foreground);border:none}.variety-attrs{border:2px solid #1b6b3c;border-radius:.5rem;padding:.875rem 1rem}.variety-attrs dl{display:grid;grid-template-columns:auto 1fr;grid-gap:.25rem .75rem;gap:.25rem .75rem;margin:.5rem 0}.variety-attrs dt{font-weight:600}.color-swatch{display:inline-block;width:1rem;height:1rem;border-radius:50%;border:1px solid #00000030;margin-right:.375rem;vertical-align:middle}.photo-input input[type=file]{font-size:1.0625rem}.photo-preview{width:100%;max-width:20rem;border-radius:.5rem;border:2px solid #333333}.draft-resume-banner{border:2px solid #1b6b3c;border-radius:.5rem;padding:1rem;flex-direction:column;max-width:32rem;margin:1rem auto}.draft-resume-actions,.draft-resume-banner{display:flex;gap:.75rem}.draft-resume-actions button{min-height:3.25rem;font-size:1.0625rem;font-weight:700;border-radius:.5rem;border:2px solid #1b6b3c;cursor:pointer;background:#1b6b3c;color:#ffffff}.warning-message{background:#fff4d6;color:#6b4e00;border:1px solid #e0c060;border-radius:.5rem;padding:.75rem 1rem;font-size:.9375rem}.lot-list{list-style:none;gap:1rem;max-width:32rem;margin:0 auto}.lot-card,.lot-list{display:flex;flex-direction:column}.lot-card{border:2px solid #333333;border-radius:.5rem;padding:1rem;gap:.5rem}.lot-card-photo{width:100%;border-radius:.5rem;border:1px solid #d0d0d0}.lot-card-attrs{display:grid;grid-template-columns:auto 1fr;grid-gap:.25rem .75rem;gap:.25rem .75rem}.lot-card-attrs dt{font-weight:600}.lot-card-updated{font-size:.8125rem;color:#6b6b6b}.lot-status-actions{display:flex;flex-wrap:wrap;gap:.75rem}.lot-status-actions button{min-height:3.25rem;padding:0 1rem;font-size:1.0625rem;font-weight:700;border-radius:.5rem;border:2px solid #333333;cursor:pointer;background:var(--background);color:var(--foreground)}.lot-status-actions button:disabled{opacity:.6;cursor:not-allowed}.lot-status-actions .error-message{flex-basis:100%}