.page-container{box-sizing:border-box;width:100%;max-width:960px;margin:0 auto;padding:48px 24px 80px}.page-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:36px;display:flex}.page-title{color:#1a3a1a;letter-spacing:-.3px;margin:0 0 4px;font-size:24px;font-weight:700}.page-subtitle{color:#888;margin:0;font-size:14px}.btn-primary-lg{color:#fff;cursor:pointer;white-space:nowrap;background:#2d6a2d;border:none;border-radius:8px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s;display:inline-block}.btn-primary-lg:hover{background:#235223}.btn-secondary-lg{color:#444;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #ddd;border-radius:8px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:border-color .15s,background .15s}.btn-secondary-lg:hover{background:#fafafa;border-color:#aaa}.empty-state{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:80px 24px;display:flex}.empty-icon{font-size:48px;line-height:1}.empty-title{color:#333;margin:0;font-size:18px;font-weight:600}.empty-desc{color:#888;max-width:340px;margin:0;font-size:14px}.campos-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.campo-card-admin{background:#fff;border:1px solid #e8e6e0;border-radius:12px;transition:box-shadow .15s;overflow:hidden}.campo-card-admin:hover{box-shadow:0 4px 20px #00000012}.campo-card-img{background:#f4f2ec;height:160px;position:relative;overflow:hidden}.campo-card-img img{object-fit:cover;width:100%;height:100%}.campo-card-img-placeholder{color:#ccc;justify-content:center;align-items:center;width:100%;height:100%;font-size:40px;display:flex}.estado-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:3px 9px;font-size:11px;font-weight:700;position:absolute;top:10px;left:10px}.estado-activo{color:#15803d;background:#dcfce7}.estado-borrador{color:#6b7280;background:#f3f4f6}.estado-pausado{color:#a16207;background:#fef9c3}.estado-arrendado{color:#0369a1;background:#e0f2fe}.campo-card-body{padding:16px}.campo-card-titulo{color:#1a3a1a;margin:0 0 4px;font-size:15px;font-weight:600}.campo-card-ubicacion{color:#888;margin:0 0 8px;font-size:13px}.campo-card-datos{color:#555;flex-wrap:wrap;align-items:center;gap:4px;font-size:13px;display:flex}.dot{color:#ccc}.capitalize{text-transform:capitalize}.campo-card-actions{border-top:1px solid #f0eeea;gap:8px;padding:12px 16px;display:flex}.btn-action{text-align:center;color:#444;cursor:pointer;background:#fff;border:1px solid #e0ddd8;border-radius:6px;flex:1;padding:7px;font-family:inherit;font-size:13px;font-weight:500;text-decoration:none;transition:background .12s,border-color .12s}.btn-action:hover{background:#f7f5f0;border-color:#c8c5be}.campo-form{flex-direction:column;gap:0;display:flex}.form-section{background:#fff;border:1px solid #e8e6e0;border-radius:12px;margin-bottom:20px;padding:28px}.form-section-title{color:#1a3a1a;border-bottom:1px solid #f0eeea;align-items:center;gap:8px;margin:0 0 20px;padding-bottom:12px;font-size:15px;font-weight:700;display:flex}.form-section-hint{color:#aaa;font-size:12px;font-weight:400}.form-field{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.form-field:last-child{margin-bottom:0}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:600px){.form-row{grid-template-columns:1fr}}.form-label{color:#333;font-size:13px;font-weight:600}.required{color:#e53e3e}.form-input{color:#1a1a1a;box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.form-input:focus{border-color:#2d6a2d;box-shadow:0 0 0 3px #2d6a2d1a}.form-textarea{resize:vertical;min-height:100px}.form-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23888' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.form-check{flex-direction:row;align-items:center;gap:10px}.form-check input[type=checkbox]{accent-color:#2d6a2d;cursor:pointer;flex-shrink:0;width:16px;height:16px}.form-check-label{color:#444;cursor:pointer;font-size:14px}.input-with-prefix{align-items:stretch;display:flex}.input-prefix{color:#555;cursor:pointer;appearance:none;background:#f7f5f0;border:1px solid #ddd;border-right:none;border-radius:8px 0 0 8px;outline:none;padding:10px 12px;font-family:inherit;font-size:13px;font-weight:600}.input-after-prefix{flex:1;border-radius:0 8px 8px 0!important}.fotos-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;display:grid}.foto-thumb{aspect-ratio:4/3;background:#f4f2ec;border-radius:8px;position:relative;overflow:hidden}.foto-thumb img{object-fit:cover;width:100%;height:100%}.foto-remove{color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:14px;line-height:1;transition:background .12s;display:flex;position:absolute;top:6px;right:6px}.foto-remove:hover{background:#000c}.foto-principal{color:#fff;text-transform:uppercase;letter-spacing:.4px;background:#2d6a2d;border-radius:10px;padding:2px 7px;font-size:10px;font-weight:700;position:absolute;bottom:6px;left:6px}.foto-add{aspect-ratio:4/3;cursor:pointer;background:#faf9f6;border:2px dashed #d0cdc6;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:6px;font-family:inherit;transition:border-color .15s,background .15s;display:flex}.foto-add:hover{background:#f0f7f0;border-color:#2d6a2d}.foto-add-icon{color:#aaa;font-size:24px;line-height:1}.foto-add-label{color:#aaa;font-size:12px;font-weight:500}.form-actions{justify-content:flex-end;gap:12px;padding-top:8px;display:flex}.form-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:8px;padding:12px 16px;font-size:13px}.geocoder-custom-wrapper{position:relative}.geocoder-input-row{background:#fff;border:1px solid #ddd;border-radius:8px;align-items:center;gap:8px;padding:0 12px;transition:border-color .15s,box-shadow .15s;display:flex}.geocoder-input-row:focus-within{border-color:#2d6a2d;box-shadow:0 0 0 3px #2d6a2d1a}.geocoder-icon{flex-shrink:0;font-size:14px}.geocoder-input{color:#1a1a1a;background:0 0;border:none;outline:none;flex:1;padding:10px 0;font-family:inherit;font-size:14px}.geocoder-input::placeholder{color:#bbb}.geocoder-spinner{color:#aaa;font-size:14px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.geocoder-clear{color:#aaa;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:18px;line-height:1}.geocoder-clear:hover{color:#666}.geocoder-dropdown{z-index:100;background:#fff;border:1px solid #e0ddd8;border-radius:10px;max-height:320px;margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001a}.geocoder-option{cursor:pointer;border-radius:7px;align-items:flex-start;gap:8px;padding:10px 12px;transition:background .1s;display:flex}.geocoder-option:hover{background:#f4f2ec}.geocoder-option-icon{flex-shrink:0;margin-top:1px;font-size:13px}.geocoder-option-text{color:#333;font-size:13px;line-height:1.4}.app-shell .campo-form{counter-reset:none!important;gap:0!important}.app-shell .campo-form .form-section{position:relative;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0!important;padding:clamp(38px,6vw,66px) 0!important}.app-shell .campo-form .form-section-title,.app-shell .campo-form .form-section-title:before{content:none!important}.app-shell .campo-form .form-section-title-editorial{grid-template-columns:auto auto 1fr auto;align-items:center;gap:12px 16px;color:#0b0b0b!important;border:0!important;border-bottom:2px solid #0b0b0b!important;margin:0 0 34px!important;padding:0 0 18px!important;display:grid!important}.app-shell .campo-form .form-section-number{color:#f6c500;min-width:82px;font-family:var(--font-display), sans-serif;letter-spacing:-.02em;font-size:clamp(72px,9vw,112px);font-style:normal;font-weight:400;line-height:.72}.app-shell .campo-form .form-section:nth-of-type(2n) .form-section-number{color:#0b0b0b}.app-shell .campo-form .form-section:nth-of-type(2n) .form-section-copy em,.app-shell .campo-form .form-section:nth-of-type(2n) .form-section-icon{color:#f6c500}.app-shell .campo-form .form-section-icon{color:#0b0b0b;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.app-shell .campo-form .form-section-copy{color:#0b0b0b;min-width:0;font-family:var(--font-display), sans-serif;text-transform:uppercase;flex-wrap:wrap;align-items:baseline;gap:0 .18em;font-size:clamp(34px,4.6vw,58px);font-weight:400;line-height:.9;display:flex}.app-shell .campo-form .form-section-copy span,.app-shell .campo-form .form-section-copy em{font:inherit}.app-shell .campo-form .form-section-copy em{color:#f6c500;font-style:normal}.app-shell .campo-form .form-section-hint{font-family:var(--font-dm-sans), sans-serif;text-transform:none;align-self:end;padding-bottom:5px;color:#6d6d68!important;font-size:12px!important;font-weight:600!important}.app-shell .campo-form .form-label{font-size:13px;font-weight:750;color:#0b0b0b!important}.app-shell .campo-form .form-input,.app-shell .campo-form .form-select,.app-shell .campo-form .geocoder-input-row,.app-shell .campo-form .input-prefix{box-shadow:none!important;border-color:#bdbdb7!important;border-radius:3px!important}.app-shell .campo-form .input-prefix{background:#f4f4f1!important;border-right:0!important}.app-shell .campo-form .input-after-prefix{border-radius:0 3px 3px 0!important}.app-shell .campo-form .form-check{border-top:1px solid #deded8;margin-top:8px;padding:16px 0}.app-shell .campo-form .form-check input[type=checkbox]{accent-color:#f6c500!important}.app-shell .campo-form .fotos-grid{gap:14px}.app-shell .campo-form .foto-thumb,.app-shell .campo-form .foto-add{border-radius:3px!important}.app-shell .campo-form .foto-add{background:#fff!important;border:1px dashed #0b0b0b!important}.app-shell .campo-form .foto-add:hover{background:#fff8d6!important;border-color:#0b0b0b!important}.app-shell .campo-form .foto-add-icon{font-family:var(--font-display), sans-serif;font-size:36px;color:#f6c500!important}.app-shell .campo-form .foto-add-label{color:#0b0b0b!important}.app-shell .campo-form .foto-principal{color:#0b0b0b!important;background:#f6c500!important;border-radius:2px!important}.app-shell .campo-form .form-actions{border-top:2px solid #0b0b0b;margin-top:12px;padding-top:32px}@media (max-width:700px){.app-shell .campo-form .form-section{padding:40px 0!important}.app-shell .campo-form .form-section-title-editorial{grid-template-columns:auto 1fr;gap:10px 12px;margin-bottom:28px!important}.app-shell .campo-form .form-section-number{grid-row:1/span 2;min-width:66px;font-size:clamp(62px,18vw,86px)}.app-shell .campo-form .form-section-icon{display:none}.app-shell .campo-form .form-section-copy{font-size:clamp(30px,9vw,44px)}.app-shell .campo-form .form-section-hint{grid-column:2;padding-bottom:0}.app-shell .campo-form .form-actions{flex-direction:column-reverse}.app-shell .campo-form .form-actions .btn-primary-lg,.app-shell .campo-form .form-actions .btn-secondary-lg{text-align:center;width:100%}}.app-shell .campo-form{max-width:1040px;margin:0 auto}.app-shell .campo-form .form-section{background:0 0!important;border:0!important;padding:clamp(34px,5vw,58px) 0!important}.app-shell .campo-form .form-section+.form-section{border-top:1px solid #ece9df!important;margin-top:8px!important}.app-shell .campo-form .form-section-title-editorial{border-bottom:0!important;margin-bottom:28px!important;padding-bottom:0!important}.app-shell .campo-form .form-actions{margin-top:18px;padding-top:28px;border-top:1px solid #ece9df!important}.campo-plan-status{background:#fbfaf7;border:1px solid #ddd9cf;border-radius:18px;justify-content:space-between;gap:24px;margin:4px 0 22px;padding:18px 20px;display:flex}.campo-plan-status>div{gap:3px;display:grid}.campo-plan-kicker{color:#77736b;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:900}.campo-plan-status strong{color:#0b0b0b;font-size:22px;font-weight:900}.campo-plan-usage{text-align:right}.campo-plan-usage span{color:#0b0b0b;font-size:14px;font-weight:800}.campo-plan-usage small{color:#77736b;font-size:11px;font-weight:650}.campo-plan-alert{color:#3d3827;background:#fff8d8;border:1px solid #dccb78;border-radius:14px;margin:0 0 20px;padding:14px 16px;font-size:13px;font-weight:700;line-height:1.45}@media (max-width:640px){.campo-plan-status{flex-direction:column;gap:10px;padding:16px}.campo-plan-usage{text-align:left}.app-shell .campo-form .form-section+.form-section{margin-top:0!important}}.app-shell .campo-form{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;overflow:visible!important}.app-shell .campo-form>.campo-plan-status{box-shadow:none!important;background:#fbfaf6!important;border-color:#e6e1d7!important}.app-shell .campo-form .form-section+.form-section{border-top:1px solid #efede7!important}.app-shell .campo-form .form-input,.app-shell .campo-form .form-select,.app-shell .campo-form .geocoder-input-row{border-color:#d9d5cc!important}.app-shell .campo-form .form-actions{border-top-color:#efede7!important}.app-shell .campo-form .form-section{padding:clamp(22px,3vw,34px) 0!important}.app-shell .campo-form .form-section+.form-section{margin-top:0!important}.app-shell .campo-form .form-section-title-editorial{margin-bottom:18px!important}.app-shell .campo-form .form-field{margin-bottom:14px!important}.app-shell .campo-form .form-check{margin-top:4px!important;padding:10px 0!important}.app-shell .campo-form .form-actions{margin-top:10px!important;padding-top:18px!important}.campo-plan-status{margin-bottom:14px!important;padding:14px 18px!important}@media (max-width:700px){.app-shell .campo-form .form-section{padding:20px 0!important}.app-shell .campo-form .form-section-title-editorial{margin-bottom:16px!important}}.btn-action-danger{color:#9f3d2f!important;background:#fff!important;border-color:#ead9d3!important}.btn-action-danger:hover{color:#7e2f24!important;background:#fff5f2!important;border-color:#c76a5a!important}
