@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css";@import "https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&family=DM+Mono:wght@400;500&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.login-container,.otp-container{background-color:#f5f5f5;justify-content:center;align-items:center;min-height:100vh;display:flex}.login-form,.otp-form{background:#fff;border-radius:8px;width:100%;max-width:400px;padding:2rem;box-shadow:0 2px 10px #0000001a}.form-group{margin-bottom:1rem}.form-group label{margin-bottom:.5rem;font-weight:700;display:block}.form-group input{border:1px solid #ddd;border-radius:4px;width:100%;padding:.75rem;font-size:1rem}.login-button,.verify-button{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:4px;width:100%;padding:.75rem;font-size:1rem}.login-button:disabled,.verify-button:disabled{cursor:not-allowed;background-color:#6c757d}.error-message{color:#721c24;background-color:#f8d7da;border-radius:4px;margin-bottom:1rem;padding:.75rem}.resend-otp{text-align:center;margin-top:1rem}.resend-button{color:#007bff;cursor:pointer;background:0 0;border:none;text-decoration:underline}.dashboard{padding:2rem}.sidebar{color:#fff;background:linear-gradient(#7a1f23,#5a1519);flex-shrink:0;width:280px;min-height:100vh;overflow-y:auto}.logo-container{border-bottom:1px solid #ffffff1a;padding:25px 20px}.logo{align-items:center;gap:15px;display:flex}.logo-image-container{background-color:#f5b800;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;overflow:hidden}.logo-image{object-fit:contain;width:80%;height:80%}.logo-fallback{color:#7a1f23;background-color:#f5b800;border-radius:12px;justify-content:center;align-items:center;width:100%;height:100%;font-size:16px;font-weight:700;display:none}.logo-text{flex-direction:column;display:flex}.company-name{color:#fff;font-size:16px;font-weight:700;line-height:1.2}.company-subtitle{color:#f5b800;margin-top:2px;font-size:12px}.nav-links{flex:1;margin:0;padding:20px 0}.nav-links li{margin:0;padding:15px 25px;list-style:none;transition:all .3s}.nav-links li:hover{background-color:#ffffff1a}.nav-links li.active{color:#7a1f23;background-color:#f5b800;border-left:4px solid #f5b800}.nav-links a{color:#fff;align-items:center;gap:15px;width:100%;text-decoration:none;display:flex}.nav-links li.active a{color:#7a1f23;font-weight:700}.nav-links i{text-align:center;width:20px;font-size:16px}.nav-text{font-size:14px;font-weight:500}.logout-section{border-top:1px solid #ffffff1a;margin-top:auto;padding:0}.logout-item{cursor:pointer;margin:0;padding:15px 25px;list-style:none;transition:all .3s}.logout-item:hover{background-color:#ffffff1a}.logout-item a{color:#fff;align-items:center;gap:15px;text-decoration:none;display:flex}.logout-item:hover a{color:#f5b800}.main-content{background:#f8f9fa;flex:4;min-width:0;padding:0;overflow-y:auto}@media (max-width:768px){.sidebar{width:0;transform:translate(-100%)}.sidebar.mobile-open{width:280px;transform:translate(0)}.main-content{margin-left:0;padding:15px}}@media (max-width:480px){.logo{gap:12px}.logo-image-container{width:45px;height:45px}.company-name{font-size:14px}.company-subtitle{font-size:11px}.login-form,.otp-form{margin:1rem;padding:1.5rem}}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.profile-container{max-width:1000px;margin:0 auto;padding:20px}.profile-header{text-align:center;margin-bottom:30px}.profile-section{background:#fff;border-radius:8px;margin-bottom:20px;padding:20px;box-shadow:0 2px 10px #0000001a}.profile-section h3{color:#333;border-bottom:2px solid #007bff;margin-bottom:20px;padding-bottom:10px}.profile-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px;display:grid}.profile-item{flex-direction:column;display:flex}.profile-item label{color:#555;margin-bottom:5px;font-size:.9rem;font-weight:700}.profile-item span{color:#333;background:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;padding:8px}.kin-item,.nominee-item{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;margin-bottom:15px;padding:15px}.loading{text-align:center;color:#666;padding:40px;font-size:1.1rem}.no-profile{text-align:center;color:#666;padding:40px}.dashboard-layout{width:100%;height:100vh;display:flex;overflow:hidden}.dashboard-content{background:#f5f5f5;flex:1;padding:20px}.app-layout{width:100%;min-height:100vh;display:flex}.dashboard-header{background:#fff;border-radius:8px;margin-bottom:20px;padding:20px;box-shadow:0 2px 4px #0000001a}.dashboard-header h1{color:#333;margin:0 0 10px}.dashboard-header p{color:#666;margin:0;font-size:1.1rem}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:20px;display:grid}.dashboard-card{background:#fff;border-left:4px solid #007bff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a}.dashboard-card h3{color:#333;margin:0 0 10px}.dashboard-card p{color:#666;margin:0;line-height:1.5}.page-header{background:#fff;border-radius:8px;margin-bottom:20px;padding:20px;box-shadow:0 2px 4px #0000001a}.page-header h1{color:#333;margin:0 0 10px}.page-header p{color:#666;margin:0}.page-content{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a}@media (max-width:768px){.main-content{margin-left:0;padding:15px}.dashboard-grid{grid-template-columns:1fr}}.available-lands{padding:0}.section-header{margin-bottom:2rem}.section-header h2{color:#1f2937;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.section-subtitle{color:#6b7280;margin:0;font-size:1rem}.lands-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.land-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.land-card:hover{border-color:#7a1f23;transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.land-card.selected{border-color:#7a1f23;box-shadow:0 4px 20px #7a1f2326}.land-card.selected:before{content:"";background:linear-gradient(135deg,#7a1f23,#f5b800);height:4px;position:absolute;top:0;left:0;right:0}.land-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.land-name{color:#1f2937;flex:1;margin:0 1rem 0 0;font-size:1.2rem;font-weight:600}.status-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.status-unavailable{color:#dc2626;background:#fee2e2}.land-details{margin-bottom:1.5rem}.detail-row{gap:1rem;margin-bottom:1rem;display:flex}.detail-item{flex:1;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.detail-item i{color:#7a1f23;text-align:center;width:16px}.detail-label{color:#374151;font-weight:600}.detail-value{color:#1f2937;font-weight:500}.land-footer{justify-content:flex-end;display:flex}.view-plots-button{color:#fff;cursor:pointer;background:#7a1f23;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s;display:flex}.view-plots-button:hover{background:#5a1519;transform:translateY(-1px)}.plots-grid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:1.5rem;display:grid}.plot-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem;transition:all .3s;box-shadow:0 4px 20px #00000014}.plot-header{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.plot-title h3{color:#1f2937;margin:0 0 .25rem;font-size:1.25rem;font-weight:600}.plot-land{color:#6b7280;font-size:.875rem}.plot-details{margin-bottom:1.5rem}.detail-group{gap:1.5rem;margin-bottom:1rem;display:flex}.detail-group .detail-item{flex-direction:column;flex:1;align-items:flex-start;gap:.25rem;display:flex}.detail-group .detail-item label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.detail-group .detail-value{color:#1f2937;font-size:1rem;font-weight:600}.detail-group .detail-value.amount{color:#7a1f23}.payment-remaining{margin-top:1rem}.progress-bar{background:#f3f4f6;border-radius:3px;width:100%;height:6px;margin-bottom:.5rem;overflow:hidden}.remaining-text{color:#6b7280;font-size:.75rem;font-weight:500}.plot-actions{gap:.75rem;display:flex}.action-button{cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.action-button.primary{color:#fff;background:#7a1f23}.action-button.primary:hover{background:#5a1519;transform:translateY(-1px)}.action-button.secondary{color:#6b7280;background:0 0;border:1px solid #d1d5db}.action-button.secondary:hover{background:#f9fafb;border-color:#9ca3af}.refresh-button{color:#7a1f23;cursor:pointer;background:0 0;border:1px solid #7a1f23;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.refresh-button:hover{color:#fff;background:#7a1f23}.empty-state{text-align:center;color:#6b7280;padding:4rem 2rem}.empty-state h3{color:#374151;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.empty-state p{margin-bottom:2rem;font-size:1rem}.cta-button{color:#fff;cursor:pointer;background:#7a1f23;border:none;border-radius:8px;align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:600;transition:all .3s;display:inline-flex}.cta-button:hover{background:#5a1519;transform:translateY(-2px)}.loading-state{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.loading-spinner{color:#7a1f23;margin-bottom:1rem;font-size:2rem}@media (max-width:768px){.lands-grid,.plots-grid{grid-template-columns:1fr}.detail-row{flex-direction:column;gap:.75rem}.plot-actions{flex-direction:column}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}}.booked-plots-container{max-width:1400px;margin:0 auto;padding:20px;position:relative}.modal-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-container{background:#fff;border-radius:20px;flex-direction:column;width:90%;max-width:1200px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}.modal-header{color:#fff;background:linear-gradient(135deg,#7a1f23,#5a1519);border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.modal-header h2{margin:0;font-size:1.8rem;font-weight:600}.modal-close-btn{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:background .3s;display:flex}.modal-close-btn:hover{background:#ffffff4d}.modal-body{flex:1;padding:32px;overflow-y:auto}.selected-plot-info{margin-bottom:40px}.selected-plot-info h3{color:#7a1f23;margin-bottom:20px;font-size:1.3rem}.selected-plot-card{background:#f9fafb;border:2px solid #e5e7eb;border-radius:16px;padding:24px}.plot-header{align-items:center;gap:16px;margin-bottom:20px;display:flex}.plot-header .plot-icon{color:#7a1f23;background:linear-gradient(135deg,#f5b800,#e6a800);border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;display:flex}.plot-header h4{color:#111827;margin:0;font-size:1.4rem}.plot-header .plot-land{color:#6b7280;margin:4px 0 0}.plot-details{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;display:grid}.detail-item{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.detail-item span:first-child{color:#6b7280;font-weight:500}.detail-item span:last-child{color:#111827;font-weight:600}.status-completed{color:#065f46;background:#d1fae5;border-radius:20px;padding:4px 12px;font-size:.85rem;font-weight:600}.offered-plots-section h3{color:#7a1f23;margin-bottom:24px;font-size:1.3rem}.loading-offers{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex}.spinner-small{border:3px solid #e5e7eb;border-top-color:#7a1f23;border-radius:50%;width:40px;height:40px;margin-bottom:16px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.no-offers{text-align:center;color:#6b7280;padding:40px}.no-offers i{opacity:.5;margin-bottom:16px;font-size:60px}.offered-plots-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px;margin-top:20px;display:grid}.offered-plot-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;transition:all .3s;overflow:hidden;box-shadow:0 4px 20px #00000014}.offered-plot-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.offer-status{border-radius:20px;padding:6px 16px;font-size:.85rem;font-weight:600}.status-available{color:#065f46;background:#d1fae5}.status-sold{color:#6b7280;background:#e5e7eb}.plot-info{padding:20px}.info-row{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.info-row:last-child{border-bottom:none}.info-label{color:#6b7280;font-size:.9rem}.info-value{color:#111827;font-weight:600}.status-badge{border-radius:12px;padding:4px 12px;font-size:.85rem;font-weight:600}.status-badge.booked{color:#92400e;background:#fef3c7}.status-badge.available{color:#065f46;background:#d1fae5}.balance{font-weight:600}.balance.negative{color:#10b981}.balance.positive{color:#ef4444}.modal-footer{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:16px;padding:24px 32px;display:flex}.btn-disabled{opacity:.6;pointer-events:none;cursor:not-allowed!important}.btn-disabled:hover{box-shadow:none!important;transform:none!important}.page-header{margin-bottom:40px}.header-content h1{color:#7a1f23;margin-bottom:8px;font-size:2.5rem;font-weight:700}.page-subtitle{color:#6b7280;margin-bottom:30px;font-size:1.1rem}.header-stats{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:30px;display:grid}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;align-items:center;gap:20px;padding:24px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 20px #00000014}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.stat-icon{color:#fff;background:linear-gradient(135deg,#7a1f23,#5a1519);border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;display:flex}.stat-content h3{color:#111827;margin:0;font-size:2rem;font-weight:700}.stat-content p{color:#6b7280;margin:4px 0 0;font-size:.95rem}.loading-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;display:flex}.loading-spinner{margin-bottom:20px}.spinner{border:4px solid #e5e7eb;border-top-color:#7a1f23;border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin}.loading-state p{color:#6b7280;font-size:1.1rem}.empty-state{text-align:center;max-width:500px;margin:0 auto;padding:80px 20px}.empty-icon{color:#e5e7eb;margin-bottom:24px;font-size:80px}.empty-state h3{color:#111827;margin-bottom:12px;font-size:2rem}.empty-state p{color:#6b7280;margin-bottom:32px;font-size:1.1rem}.refresh-btn{color:#fff;cursor:pointer;background:#7a1f23;border:none;border-radius:8px;align-items:center;gap:10px;padding:12px 32px;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.refresh-btn:hover{background:#5a1519;transform:translateY(-2px)}.plots-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px;margin-top:20px;display:grid}.plot-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000014}.plot-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.card-header{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:flex-start;padding:24px 24px 16px;display:flex}.plot-id{align-items:center;gap:16px;display:flex}.plot-icon{color:#7a1f23;background:linear-gradient(135deg,#f5b800,#e6a800);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex}.plot-id h4{color:#111827;margin:0;font-size:1.4rem;font-weight:700}.plot-land{color:#6b7280;margin:4px 0 0;font-size:.95rem}.status-badge{border-radius:20px;align-items:center;gap:6px;padding:6px 16px;font-size:.85rem;font-weight:600;display:flex}.status-dot{border-radius:50%;width:8px;height:8px}.status-completed{color:#065f46;background:#d1fae5}.status-completed .status-dot{background:#10b981}.status-pending{color:#92400e;background:#fef3c7}.status-pending .status-dot{background:#f59e0b}.status-confirmed{color:#1e40af;background:#dbeafe}.status-confirmed .status-dot{background:#3b82f6}.card-body{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:1rem 1.25rem}.commitment-info{flex-direction:column;gap:.875rem;display:flex}.commitment-row{background:#fff;border-left:3px solid #7a1f23;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem;transition:all .3s;display:flex}.commitment-row:hover{transform:translate(4px);box-shadow:0 2px 8px #00000014}.commitment-label{color:#475569;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.commitment-label i{color:#7a1f23;font-size:1rem}.commitment-value{color:#1e293b;text-align:right;font-size:.95rem;font-weight:700}.commitment-value.deadline{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:.375rem .75rem;font-size:.875rem}.plot-info-grid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px;display:grid}.info-item{flex-direction:column;gap:6px;display:flex}.info-label{color:#6b7280;font-size:.875rem;font-weight:500}.info-value{color:#111827;font-size:1.1rem;font-weight:600}.payment-status{border-radius:12px;align-items:center;gap:6px;padding:4px 12px;font-size:.9rem;font-weight:600;display:inline-flex}.payment-status.paid{color:#065f46;background:#d1fae5}.payment-status.pending{color:#92400e;background:#fef3c7}.deadline{color:#111827;align-items:center;gap:6px;font-weight:600;display:inline-flex}.deadline.no-deadline{color:#9ca3af}.progress-section{border-top:1px solid #f3f4f6;margin-top:24px;padding-top:24px}.progress-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.progress-header span{color:#6b7280;font-size:.95rem;font-weight:500}.progress-percentage{color:#7a1f23;font-size:1.1rem;font-weight:700}.progress-bar{background:#e5e7eb;border-radius:4px;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#7a1f23,#5a1519);border-radius:4px;height:100%;transition:width .6s}.card-footer{border-top:1px solid #f3f4f6;gap:12px;padding:20px 24px;display:flex}.btn-primary,.btn-secondary{cursor:pointer;border:2px solid #0000;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#7a1f23,#5a1519)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7a1f234d}.btn-secondary{color:#7a1f23;background:#fff;border-color:#e5e7eb}.btn-secondary:hover{background:#f9fafb;border-color:#7a1f23}.offered-plot-card .card-footer{border-top:1px solid #f3f4f6;gap:12px;padding:20px;display:flex}.btn-view-details{color:#4b5563;cursor:pointer;background:#f3f4f6;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.btn-view-details:hover{background:#e5e7eb}.btn-transfer{cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}@media (max-width:1200px){.plots-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.offered-plots-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.booked-plots-container{padding:15px}.header-content h1{font-size:2rem}.header-stats{grid-template-columns:1fr}.plots-grid{grid-template-columns:1fr;gap:20px}.plot-card{max-width:100%}.plot-info-grid{grid-template-columns:1fr;gap:16px}.card-footer{flex-direction:column;gap:12px}.btn-primary,.btn-secondary{width:100%}.modal-container{width:95%;max-height:95vh}.modal-body{padding:20px}.offered-plots-grid{grid-template-columns:1fr}.modal-footer{flex-direction:column}.modal-footer button{width:100%}}@media (max-width:480px){.header-content h1{font-size:1.75rem}.page-subtitle{font-size:1rem}.stat-card{padding:20px}.stat-icon{width:50px;height:50px;font-size:20px}.stat-content h3{font-size:1.75rem}.card-header,.plot-id{flex-direction:column;align-items:flex-start;gap:12px}.status-badge{align-self:flex-start}.modal-header{padding:20px}.modal-header h2{font-size:1.5rem}.plot-details{grid-template-columns:1fr}}@media (max-width:360px){.booked-plots-container{padding:10px}.header-content h1{font-size:1.5rem}.stat-card{text-align:center;flex-direction:column;gap:16px}}@media (max-width:768px){.commitment-row{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.875rem}.commitment-label{font-size:.8rem}.commitment-value{text-align:left;width:100%;font-size:.875rem}.commitment-value.deadline{align-self:flex-start}}@media (max-width:480px){.card-body{padding:.875rem 1rem}.commitment-info{gap:.75rem}.commitment-row{padding:.75rem}.commitment-label{font-size:.75rem}.commitment-label i{font-size:.875rem}.commitment-value{font-size:.8rem}}.payment-plan-badge{color:#fff;background:#10b981;border-radius:20px;align-items:center;gap:.25rem;margin-top:.5rem;padding:.25rem .75rem;font-size:.75rem;display:inline-flex}.checking-badge{color:#6b7280;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.75rem;display:inline-flex}.spinner-tiny{border:2px solid #e5e7eb;border-top-color:#7a1f23;border-radius:50%;width:12px;height:12px;animation:.6s linear infinite spin}.info-message{border-radius:8px;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:1rem;display:flex}.info-message.warning{color:#92400e;background:#fffbeb;border:1px solid #fcd34d}.info-message i{margin-top:.125rem;font-size:1.25rem}.info-content{flex:1}.info-content strong{margin-bottom:.25rem;display:block}.info-content p{opacity:.9;margin:0;font-size:.875rem}.btn-disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.reason-full-width{width:100%;grid-column:1/-1!important}.reason-textarea{resize:vertical;border:1px solid #e5e7eb;border-radius:8px;width:100%;min-height:120px;padding:12px 16px;font-family:inherit;font-size:14px;line-height:1.5;transition:border-color .3s,box-shadow .3s}.reason-textarea:focus{border-color:#7a1f23;outline:none;box-shadow:0 0 0 3px #7a1f231a}.form-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px;display:grid}@media (max-width:768px){.form-grid{grid-template-columns:1fr}}.pop-drawer-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;background:#00000073;transition:opacity .3s;position:fixed;inset:0}.pop-drawer-overlay.open{opacity:1;pointer-events:all}.pop-drawer-panel{background:#fff;flex-direction:column;height:100%;font-family:Sora,sans-serif;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;overflow:hidden;transform:translate(100%);box-shadow:-8px 0 40px #0000001f}.pop-drawer-panel.open{transform:translate(0)}.pop-drawer-header{background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.pop-drawer-title-wrap{align-items:center;gap:10px;display:flex}.pop-drawer-title-icon{color:#fff;background:linear-gradient(135deg,#7a1f23,#5a1519);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;display:flex}.pop-drawer-header h2{color:#1f2937;margin:0;font-size:1rem;font-weight:600}.pop-drawer-close-btn{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.pop-drawer-close-btn:hover{color:#1f2937;background:#e5e7eb}.pop-drawer-body{flex-direction:column;flex:1;gap:16px;padding:20px 14px;display:flex;overflow-y:auto}.pop-drawer-body::-webkit-scrollbar{width:4px}.pop-drawer-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.pop-drawer-footer{background:#f9fafb;border-top:1px solid #e5e7eb;flex-shrink:0;justify-content:flex-end;gap:10px;padding:14px 24px;display:flex}.pop-stats{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:10px;display:grid}.pop-stat-card{background:#fff;border:1px solid #0000000f;border-radius:12px;align-items:center;gap:10px;padding:12px 14px;transition:transform .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 4px #0000000d}.pop-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 14px #00000014}.pop-stat-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;display:flex}.pop-stat-body{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.pop-stat-value{color:#1f2937;font-size:1.3rem;font-weight:700;line-height:1}.pop-stat-label{text-transform:uppercase;letter-spacing:.07em;color:#9ca3af;font-size:.65rem;font-weight:500}.pop-stat-bg-icon{opacity:.05;pointer-events:none;font-size:3.5rem;position:absolute;bottom:-8px;right:-4px}.pop-stat-primary .pop-stat-icon{color:#7a1f23;background:#fdf2f2}.pop-stat-success .pop-stat-icon{color:#059669;background:#ecfdf5}.pop-stat-warning .pop-stat-icon{color:#d97706;background:#fffbeb}.pop-stat-info .pop-stat-icon{color:#2563eb;background:#eff6ff}.pop-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;box-shadow:0 1px 4px #0000000a}.pop-toolbar{border-bottom:1px solid #f3f4f6;flex-wrap:wrap;align-items:center;gap:.65rem;padding:12px 16px;display:flex}.pop-search-wrap{flex:1;min-width:160px;position:relative}.pop-search-icon{color:#9ca3af;pointer-events:none;font-size:.75rem;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.pop-search{color:#1f2937;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:9px;outline:none;width:100%;height:36px;padding:0 32px;font-family:Sora,sans-serif;font-size:.825rem;transition:border-color .2s,background .2s}.pop-search:focus{background:#fff;border-color:#7a1f23}.pop-search::placeholder{color:#9ca3af}.pop-search-clear{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:.7rem;line-height:1;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.pop-search-clear:hover{color:#6b7280}.pop-toolbar-right{align-items:center;gap:.45rem;display:flex}.pop-filter-btn{color:#6b7280;cursor:pointer;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:9px;align-items:center;gap:.4rem;height:36px;padding:0 .9rem;font-family:Sora,sans-serif;font-size:.825rem;font-weight:500;transition:all .2s;display:inline-flex;position:relative}.pop-filter-btn:hover,.pop-filter-btn.active,.pop-filter-btn.has-filters{color:#7a1f23;background:#fdf2f2;border-color:#7a1f23}.pop-filter-dot{background:#f5b800;border-radius:50%;width:6px;height:6px;position:absolute;top:5px;right:5px}.pop-refresh-icon{color:#6b7280;cursor:pointer;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.825rem;transition:all .2s;display:flex}.pop-refresh-icon:hover{color:#7a1f23;background:#fdf2f2;border-color:#7a1f23}.pop-filter-panel{background:#fafafa;border-bottom:1px solid #f3f4f6;flex-wrap:wrap;align-items:flex-start;gap:.85rem;padding:10px 16px;display:flex}.pop-filter-group{flex-direction:column;gap:.4rem;display:flex}.pop-filter-label{text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;font-size:.67rem;font-weight:600}.pop-filter-pills{flex-wrap:wrap;gap:.35rem;display:flex}.pop-pill{color:#6b7280;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e5e7eb;border-radius:20px;height:26px;padding:0 .65rem;font-family:Sora,sans-serif;font-size:.73rem;font-weight:500;transition:all .15s}.pop-pill:hover{color:#7a1f23;border-color:#7a1f23}.pop-pill.active{color:#fff;background:#7a1f23;border-color:#7a1f23}.pop-clear-filters{color:#9ca3af;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;align-self:flex-end;align-items:center;gap:.3rem;padding:.3rem .65rem;font-family:Sora,sans-serif;font-size:.775rem;text-decoration:underline;transition:color .15s;display:inline-flex}.pop-clear-filters:hover{color:#7a1f23}.pop-results-bar{background:#f3f4f6;border-bottom:1px solid #e4e4e4;padding:.5rem 16px}.pop-results-count{color:#9ca3af;font-size:.775rem}.pop-results-count strong{color:#4b5563;font-weight:600}.pop-tw{padding:8px 10px}.pop-table-wrap{background:#d3d3d399;border-radius:5px;padding:6px 8px;overflow-x:auto}.pop-table{border-collapse:separate;border-spacing:0 5px;width:100%;font-size:.825rem}.pop-table thead tr{background:#f9fafb}.pop-table th{text-align:left;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;white-space:nowrap;padding:.65rem 1rem;font-size:.67rem;font-weight:600}.pop-table tbody tr{background:#fff}.pop-table tbody td{vertical-align:middle;border:1px solid #f3f4f6;border-left:none;border-right:none;padding:.8rem 1rem}.pop-table tbody td:first-child{border-left:1px solid #f3f4f6;border-radius:10px 0 0 10px}.pop-table tbody td:last-child{border-right:1px solid #f3f4f6;border-radius:0 10px 10px 0}.pop-row{transition:background .15s}.pop-row:hover{background:#fdf9f9!important}.pop-col-num{color:#d1d5db;width:36px;font-family:DM Mono,monospace;font-size:.75rem}.pop-plot-cell{align-items:center;gap:.65rem;display:flex}.pop-plot-avatar{color:#fff;background:linear-gradient(135deg,#7a1f23,#5a1519);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.75rem;display:flex}.pop-plot-code{color:#1f2937;letter-spacing:.02em;font-family:DM Mono,monospace;font-size:.825rem;font-weight:500;display:block}.pop-plot-sub{color:#9ca3af;margin-top:1px;font-size:.7rem;display:block}.pop-land-badge{color:#1d4ed8;letter-spacing:.02em;background:#eff6ff;border-radius:5px;align-items:center;padding:.2rem .55rem;font-family:DM Mono,monospace;font-size:.72rem;font-weight:500;display:inline-flex}.pop-price-val{color:#1f2937;font-family:DM Mono,monospace;font-size:.8rem;font-weight:500;display:block}.pop-balance-val{color:#6b7280;margin-top:1px;font-family:DM Mono,monospace;font-size:.75rem;display:block}.pop-balance-val.warn{color:#d97706}.pop-balance-val.ok{color:#059669}.pop-status-badge{white-space:nowrap;border-radius:20px;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.72rem;font-weight:600;display:inline-flex}.pop-status-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.pop-status-active{color:#059669;background:#ecfdf5}.pop-status-active .pop-status-dot{background:#059669}.pop-status-pending{color:#d97706;background:#fffbeb}.pop-status-pending .pop-status-dot{background:#f5b800}.pop-status-expired{color:#dc2626;background:#fef2f2}.pop-status-expired .pop-status-dot{background:#dc2626}.pop-status-default{color:#6b7280;background:#f3f4f6}.pop-status-default .pop-status-dot{background:#9ca3af}.pop-actions-cell{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.pop-act-btn{cursor:pointer;white-space:nowrap;border:1.5px solid #0000;border-radius:7px;align-items:center;gap:.3rem;padding:.35rem .7rem;font-family:Sora,sans-serif;font-size:.73rem;font-weight:600;transition:all .15s;display:inline-flex}.pop-act-primary{color:#fff;background:#7a1f23;border-color:#7a1f23}.pop-act-primary:hover{background:#5a1519;border-color:#5a1519;transform:translateY(-1px);box-shadow:0 3px 10px #7a1f2338}.pop-act-warning{color:#d97706;background:#fff;border-color:#fbbf24}.pop-act-warning:hover{background:#fffbeb;transform:translateY(-1px)}.pop-no-results{text-align:center;color:#9ca3af;padding:2.5rem 1rem!important}.pop-no-results i{color:#d1d5db;margin-bottom:.45rem;font-size:1.35rem;display:block}.pop-no-results span{margin-bottom:.65rem;font-size:.875rem;display:block}.pop-no-results button{color:#7a1f23;cursor:pointer;background:0 0;border:1.5px solid #7a1f23;border-radius:7px;padding:.35rem .9rem;font-family:Sora,sans-serif;font-size:.775rem;font-weight:500;transition:all .15s}.pop-no-results button:hover{color:#fff;background:#7a1f23}.pop-loading{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:3rem 1rem;display:flex}.pop-spinner{border:3px solid #f3f4f6;border-top-color:#7a1f23;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite pop-spin}@keyframes pop-spin{to{transform:rotate(360deg)}}.pop-btn-secondary{color:#6b7280;cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;height:36px;padding:0 1.1rem;font-family:Sora,sans-serif;font-size:.825rem;font-weight:500;transition:all .15s}.pop-btn-secondary:hover{color:#374151;border-color:#9ca3af}.pop-btn-warning{color:#fff;cursor:pointer;background:#d97706;border:1.5px solid #fbbf24;border-radius:8px;align-items:center;gap:.4rem;height:36px;padding:0 1.1rem;font-family:Sora,sans-serif;font-size:.825rem;font-weight:600;transition:all .15s;display:inline-flex}.pop-btn-warning:hover{background:#b45309}.pop-btn-warning:disabled{opacity:.65;cursor:not-allowed}.pop-spinner-sm{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite pop-spin}.pop-dropdown{position:relative}.pop-dropdown-toggle{padding:.35rem .6rem}.pop-dropdown-menu{z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;min-width:180px;display:flex;position:absolute;top:110%;right:0;overflow:hidden;box-shadow:0 10px 25px #00000014}.pop-dropdown:hover .pop-dropdown-menu{display:flex}.pop-dropdown-menu button{color:#374151;cursor:pointer;background:#fff;border:none;align-items:center;gap:8px;padding:10px 12px;font-size:.8rem;transition:background .2s;display:flex}.pop-dropdown-menu button:hover{color:#7a1f23;background:#f9fafb}.pop-rs-plot-card{background:#fdf2f2;border:1px solid #fca5a5;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.pop-rs-plot-left{align-items:center;gap:10px;display:flex}.pop-rs-plot-avatar{color:#fff;background:linear-gradient(135deg,#7a1f23,#5a1519);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.85rem;display:flex}.pop-rs-plot-code{color:#1f2937;font-family:DM Mono,monospace;font-size:.9rem;font-weight:500;display:block}.pop-rs-land-badge{color:#1d4ed8;background:#eff6ff;border-radius:4px;align-items:center;margin-top:3px;padding:.15rem .5rem;font-family:DM Mono,monospace;font-size:.7rem;font-weight:500;display:inline-flex}.pop-rs-plot-right{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.pop-rs-meta{flex-direction:column;align-items:flex-end;display:flex}.pop-rs-meta-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;font-size:.67rem}.pop-rs-meta-val{color:#1f2937;font-family:DM Mono,monospace;font-size:.8rem;font-weight:600}.pop-rs-meta-val.text-warning{color:#d97706}.pop-rs-meta-val.text-success{color:#059669}.pop-rs-section-title{color:#1f2937;align-items:center;gap:6px;font-size:.875rem;font-weight:600;display:flex}.pop-rs-section-title i{color:#7a1f23}.pop-rs-section-desc{color:#9ca3af;margin:-8px 0 0;font-size:.8rem}.pop-rs-form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.pop-rs-full{grid-column:1/-1}.pop-rs-form-group{flex-direction:column;gap:4px;display:flex}.pop-rs-form-group label{color:#374151;font-size:.775rem;font-weight:500}.pop-required{color:#dc2626}.pop-rs-input,.pop-rs-textarea{color:#1f2937;box-sizing:border-box;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:8px;outline:none;width:100%;padding:.5rem .75rem;font-family:Sora,sans-serif;font-size:.825rem;transition:border-color .2s,background .2s}.pop-rs-input:focus,.pop-rs-textarea:focus{background:#fff;border-color:#7a1f23}.pop-rs-textarea{resize:vertical}.pop-rs-form-group small{color:#9ca3af;font-size:.7rem}@media (max-width:640px){.pop-stats{grid-template-columns:1fr 1fr}.pop-col-num{display:none}}.lp-card{background:#fff7f5;border-left:4px solid #800020;border-radius:10px;margin-bottom:20px;padding:15px}.lp-card h4{color:#800020;margin:0}.lp-form{flex-direction:column;gap:15px;display:flex}.lp-input label{color:#555;font-size:.85rem}.lp-input input{border:1px solid #ddd;border-radius:8px;width:100%;padding:10px}.lp-pay-btn{color:#fff;cursor:pointer;background:#800020;border:none;border-radius:10px;padding:12px;font-weight:700;transition:all .3s}.lp-pay-btn:hover{background:#a00028}.lp-status{text-align:center;border-radius:8px;margin-top:20px;padding:12px;font-weight:700}.lp-status.success{color:#047857;background:#e6fffa}.lp-status.failed{color:#b91c1c;background:#fee2e2}.lp-status.timeout{color:#c2410c;background:#fff7ed}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth)var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth)var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth)var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth)var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
