.prop-section{--rp-primary:#4a3b6c;--rp-secondary:#b595cd;--rp-hint-bg:#f3f0f7;--rp-border:#e1ddeb}.prop-section .input-group{display:block;width:100%;margin-bottom:20px}.prop-section label{display:block;margin-bottom:12px;font-size:16px;font-weight:500;width:auto}.prop-section input[type="number"],.prop-section input[type="text"],.prop-section select{width:100%;padding:15px;border:2px solid #eee;border-radius:12px;font-size:16px;box-sizing:border-box;transition:border-color 0.3s,background-color 0.3s;background:#fafafa}.prop-section input:focus,.prop-section select:focus{outline:none;border-color:var(--rp-secondary);background:white}.prop-section .dream-hint{background:var(--rp-hint-bg);border-radius:15px;padding:18px 22px;margin-top:15px;font-size:15px;line-height:1.6;color:#555;display:flex;gap:12px}.prop-section .dream-hint i{color:var(--rp-secondary);margin-top:3px;font-size:18px;flex-shrink:0}.prop-section .btn-remove-debt{background:rgba(229,62,62,0.1);color:#e53e3e;border:none;padding:6px 12px;border-radius:6px;cursor:pointer;font-size:0.9em;font-weight:bold;transition:background-color 0.2s}.prop-section .btn-remove-debt:hover{background:rgba(229,62,62,0.2)}.prop-section .property-card{background-color:#ffffff;border:1px solid var(--rp-border);border-radius:10px;padding:20px;margin-top:15px;margin-bottom:15px;box-shadow:0 2px 8px rgba(181,149,205,0.08);transition:border-color 0.2s ease,box-shadow 0.2s ease}.prop-section .property-card:hover{border-color:var(--rp-secondary);box-shadow:0 4px 12px rgba(181,149,205,0.15)}.prop-section .property-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #f0ebf5}.prop-section .property-card-title{font-weight:bold;color:var(--rp-primary);font-size:1.1em}.prop-section .property-grid{display:grid;gap:15px}.prop-section .property-grid.grid-2{grid-template-columns:repeat(2,1fr)}.prop-section .property-grid.grid-3{grid-template-columns:repeat(3,1fr)}@media (max-width:600px){.prop-section .property-grid.grid-2,.prop-section .property-grid.grid-3{grid-template-columns:1fr}}.prop-section .btn-add-item{width:100%;background-color:#f8f1fd;color:var(--rp-primary);border:2px dashed #d1c7eb;padding:12px;border-radius:8px;cursor:pointer;font-weight:bold;font-size:1.05em;transition:border-color 0.2s ease,background-color 0.2s ease,color 0.2s ease;margin-top:5px}.prop-section .btn-add-item:hover{background-color:#f0ebf5;border-color:var(--rp-secondary);color:#3b2f56}.prop-section .property-action-group{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:25px}.prop-section .property-action-group.cols-3{grid-template-columns:repeat(3,1fr)}.prop-section .property-action-option input[type="radio"]{display:none}.prop-section .property-action-label{display:flex;flex-direction:column;justify-content:center;padding:15px 12px;background:#fdfbfb;border:2px solid var(--rp-border);border-radius:12px;cursor:pointer;color:#555;transition:border-color 0.2s ease,background-color 0.2s ease,color 0.2s ease;height:100%}.prop-section .property-action-label strong{font-size:15px;color:var(--rp-primary);margin-bottom:4px;display:flex;align-items:center;gap:6px}.prop-section .property-action-label:hover{border-color:var(--rp-secondary);background:#f8f1fd}.prop-section .property-action-option input[type="radio"]:checked + .property-action-label{border-color:var(--rp-primary);background:#fcfaff;box-shadow:0 4px 12px rgba(74,59,108,0.1)}@media (max-width:600px){.prop-section .property-action-group,.prop-section .property-action-group.cols-3{grid-template-columns:1fr}}.prop-section .add-fee-btn{font-weight:normal;padding:10px 22px;background-color:transparent;color:#66528c;border:1px solid #b595cd;border-radius:20px;cursor:pointer;line-height:1.2;transition:all 0.2s ease;margin-bottom:15px;font-size:1em}.prop-section .add-fee-btn:hover{background-color:#f0ebf5;border-color:#b595cd;color:#4a3b6c}.prop-section .add-fee-btn:active{background-color:#b595cd;color:white;transform:scale(0.95)}.prop-section .interest-grid{display:grid;gap:10px;align-items:end;margin-bottom:10px}.prop-section .interest-grid.date-range-group{grid-template-columns:1fr auto 1fr;align-items:start}.prop-section .interest-grid.two-cols{grid-template-columns:repeat(2,1fr)}.prop-section .interest-field{display:flex;flex-direction:column}.prop-section .interest-field label{font-size:12px;margin-bottom:4px;color:#555;font-weight:500;width:auto}.prop-section .grid-arrow{display:flex;align-items:center;justify-content:center;padding-top:28px;color:var(--rp-secondary);font-size:16px}.prop-section .rent-duration-hint{font-size:13.5px;color:var(--rp-primary);text-align:right;margin-top:8px;min-height:20px;font-weight:500}@media (max-width:600px){.prop-section .interest-grid.date-range-group{grid-template-columns:1fr}.prop-section .grid-arrow{padding-top:0;justify-content:flex-start}.prop-section .interest-grid.two-cols{grid-template-columns:1fr}}