:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400}*{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.navbar{background:linear-gradient(90deg,#3b82f6e6,#6366f1e6,#9333eae6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;position:sticky;top:0;z-index:1000;width:100%}.navbar-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 2rem;min-height:60px;width:100%;box-sizing:border-box;gap:2rem}.navbar-logo-section{display:flex;align-items:center;gap:1rem;justify-self:start}.navbar-house-logo{width:45px;height:45px;object-fit:contain;background:transparent}.navbar-title{color:#000;font-size:1.8rem;font-weight:700;margin:0;white-space:nowrap}.navbar-links{display:flex;gap:2rem;justify-self:center;white-space:nowrap}.navbar-link{color:#fff;text-decoration:none;font-weight:500;font-size:1rem;transition:all .3s ease;padding:.5rem 1rem;border-radius:6px;position:relative}.navbar-link:hover{background:#ffffff1a;transform:translateY(-1px)}.navbar-link-active{font-weight:700;font-size:1.1rem;background:#ffffff26;box-shadow:0 2px 4px #0000001a}.navbar-link-active:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:80%;height:2px;background:#fbbf24;border-radius:1px}.navbar-link-admin{background:linear-gradient(135deg,#fbbf2433,#f59e0b33);border:2px solid rgba(251,191,36,.4);font-weight:600}.navbar-link-admin:hover{background:linear-gradient(135deg,#fbbf244d,#f59e0b4d);border-color:#fbbf2499;box-shadow:0 0 12px #fbbf244d}.navbar-link-admin.navbar-link-active{background:linear-gradient(135deg,#fbbf2466,#f59e0b66);border-color:#fbbf24;box-shadow:0 0 16px #fbbf2466}.navbar-user-section{display:flex;align-items:center;gap:1.5rem;justify-self:end}.navbar-user-name{color:#fff;font-weight:500}.navbar-login-btn{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1f2937;padding:.5rem 1rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.875rem;transition:all .3s ease;border:none;cursor:pointer;white-space:nowrap;box-shadow:0 2px 8px #fbbf2433}.navbar-logout-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:.5rem 1rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.875rem;transition:all .3s ease;border:none;cursor:pointer;white-space:nowrap;box-shadow:0 2px 8px #ef444433}.navbar-login-btn:hover{background:linear-gradient(135deg,#f59e0b,#d97706);transform:translateY(-1px);box-shadow:0 4px 12px #fbbf244d}.navbar-logout-btn:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}@media (max-width: 1200px){.navbar-content{padding:0 1.5rem;gap:1rem}.navbar-links{gap:1.5rem}.navbar-link{font-size:.9rem;padding:.4rem .8rem}.navbar-link-active{font-size:1rem}}@media (max-width: 992px){.navbar-content{grid-template-columns:1fr;grid-template-rows:auto auto;gap:1rem;text-align:center}.navbar-logo-section{justify-self:center;order:1}.navbar-links{justify-self:center;order:2;gap:1rem}.navbar-user-section{justify-self:center;order:3;position:absolute;top:1rem;right:2rem}}@media (max-width: 768px){.navbar-content{padding:0 1rem}.navbar-title{font-size:1.5rem}.navbar-links{flex-wrap:wrap;justify-content:center;gap:.5rem}.navbar-link{font-size:.85rem;padding:.3rem .6rem}.navbar-link-active{font-size:.95rem}.navbar-user-section{gap:1rem;flex-direction:column;align-items:center}.navbar-user-name{font-size:.9rem}.navbar-login-btn,.navbar-logout-btn{font-size:.8rem;padding:.6rem 1.2rem}}.landing{min-height:100vh;background:linear-gradient(180deg,#f9e2ffe6,#f1b9ffe6,#e88cffe6)}.landing-main{padding:4rem 2rem;max-width:1200px;margin:0 auto}.landing-hero-section{text-align:center;margin-bottom:4rem}.landing-main-title{font-size:4rem;font-weight:700;color:#6366f1e6;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.landing-subtitle{font-size:1.25rem;color:#6c6c6ce6;margin-bottom:2rem}.landing-cta-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.cta-btn{padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-block}.cta-btn.primary{background:#3498db;color:#fff;box-shadow:0 4px 15px #3498db4d}.cta-btn.primary:hover{background:#2980b9;transform:translateY(-2px);box-shadow:0 6px 20px #3498db66}.cta-btn.secondary{background:transparent;color:#3498db;border:2px solid #3498db}.cta-btn.secondary:hover{background:#3498db;color:#fff;transform:translateY(-2px)}.landing-features-container{display:flex;justify-content:center}.landing-welcome-card{background:#fff;border-radius:1rem;padding:3rem;box-shadow:0 20px 25px -5px #0000001a;max-width:800px;width:100%}.landing-welcome-title{font-size:2rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:1.5rem}.landing-welcome-description{color:#6b7280;font-size:1.1rem;line-height:1.6;text-align:center;margin-bottom:3rem}.landing-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.landing-feature-card{text-align:center;padding:1.5rem}.landing-feature-icon{width:60px;height:60px;margin:0 auto 1rem;border-radius:.5rem}.landing-cart-icon{background:#fff;background-image:url(/assets/shopping-cart-xaypumGe.png);background-size:60px;background-position:center;background-repeat:no-repeat}.landing-money-icon{background:#fff;background-image:url(/assets/money-bag-D4oXGdkk.png);background-size:60px;background-position:center;background-repeat:no-repeat}.landing-chart-icon{background:#fff;background-image:url(/assets/manage-Ch9sVkNB.png);background-size:60px;background-position:center;background-repeat:no-repeat}.landing-feature-card h3{font-size:1.05rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.landing-feature-card p{color:#6b7280;font-size:.95rem;line-height:1.5}@media (max-width: 768px){.landing-main-title{font-size:2.5rem}.landing-welcome-card{padding:2rem;margin:0 1rem}.landing-features-grid{grid-template-columns:1fr;gap:1.5rem}}.login-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);display:flex;align-items:center;justify-content:center;padding:2rem;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:relative;overflow:hidden}.login-container:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="white" opacity="0.1"/><circle cx="80" cy="80" r="2" fill="white" opacity="0.1"/><circle cx="40" cy="60" r="1" fill="white" opacity="0.2"/><circle cx="60" cy="40" r="1" fill="white" opacity="0.2"/></svg>') repeat;animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.login-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:3rem 2.5rem;box-shadow:0 32px 64px #0000001a,0 0 0 1px #fff3;width:100%;max-width:440px;position:relative;border:1px solid rgba(255,255,255,.2);animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-title{font-size:2.2rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;margin-bottom:.5rem;letter-spacing:-.02em}.login-subtitle{text-align:center;color:#64748b;font-size:1rem;margin-bottom:2.5rem;font-weight:400}.login-form{margin-bottom:2rem}.form-group{margin-bottom:1.5rem;position:relative}.form-group label{display:block;font-size:.9rem;font-weight:600;color:#374151;margin-bottom:.5rem;transition:color .2s ease}.form-group input{width:100%;padding:1rem 1.25rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;font-family:inherit;background:#f8fafc;transition:all .3s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 4px #667eea1a;transform:translateY(-1px)}.form-group input::placeholder{color:#94a3b8;font-weight:400}.password-input-container{position:relative;display:flex;align-items:center}.password-input-container input{width:100%;padding-right:3.5rem}.password-toggle-btn{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:2;min-width:2rem;min-height:2rem}.password-toggle-btn:hover{background-color:#667eea1a;transform:translateY(-50%) scale(1.1)}.password-toggle-btn:active{transform:translateY(-50%) scale(.95)}.password-toggle-btn:focus{outline:2px solid #667eea;outline-offset:2px}.error-message{background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #f87171;color:#dc2626;padding:1rem;border-radius:12px;font-size:.9rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;font-weight:500}.error-message:before{content:"⚠️";font-size:1.1rem}.login-button{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.1rem 1.5rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d;position:relative;overflow:hidden}.login-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.login-button:hover:before{left:100%}.login-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.login-button:active{transform:translateY(0)}.login-button:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:0 4px 15px #667eea33}.login-toggle{text-align:center;padding-top:1.5rem;border-top:1px solid #e2e8f0}.login-toggle p{color:#64748b;font-size:.95rem;margin:0;display:flex;align-items:center;justify-content:center;gap:.5rem}.toggle-button{background:none;border:none;color:#667eea;font-weight:600;cursor:pointer;font-size:.95rem;text-decoration:underline;transition:all .2s ease;padding:0}.toggle-button:hover{color:#764ba2;transform:scale(1.05)}.form-group{animation:fadeInUp .6s ease-out forwards;animation-delay:calc(var(--index, 0) * .1s);opacity:0}.form-group:nth-child(1){--index: 1}.form-group:nth-child(2){--index: 2}.form-group:nth-child(3){--index: 3}.form-group:nth-child(4){--index: 4}.form-group:focus-within label{color:#667eea;transform:scale(1.02)}@media (max-width: 768px){.login-container{padding:1rem}.login-card{padding:2.5rem 2rem;border-radius:20px}.login-title{font-size:1.9rem}.form-group input{padding:.9rem 1rem;font-size:16px}.login-button{padding:1rem;font-size:1rem}}@media (max-width: 480px){.login-card{padding:2rem 1.5rem}.login-title{font-size:1.7rem}.password-toggle-btn{font-size:1.1rem;min-width:1.8rem;min-height:1.8rem;right:.8rem}.password-input-container input{padding-right:3rem}}.property-card{background:#fff;border-radius:1rem;width:100%;max-width:350px;min-width:300px;height:520px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s,box-shadow .2s;cursor:pointer;border:2px solid transparent;font-family:Poppins,sans-serif;display:flex;flex-direction:column;justify-content:space-between;margin:0 auto}.property-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.property-card.disabled{opacity:.6;cursor:not-allowed}.property-card.disabled:hover{transform:none;box-shadow:0 4px 6px -1px #0000001a}.property-location{font-size:12px;color:#666;margin:4px 0 8px;line-height:1.3;opacity:.8;height:auto;min-height:2.8rem;display:flex;align-items:center;justify-content:center;text-align:center;overflow:visible}.property-image-container{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:1rem;padding:1rem;margin-bottom:1rem;display:flex;justify-content:center;align-items:center;height:200px;overflow:hidden;flex-shrink:0}.property-image{max-width:100%;max-height:100%;height:160px;width:auto;object-fit:cover;border-radius:8px}.property-info{margin-bottom:1rem;text-align:center;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;min-height:200px;max-height:none;overflow:visible}.property-content{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.property-name{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem;line-height:1.4;height:3.2rem;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.property-types{margin-bottom:.75rem}.property-type{font-size:.9rem;color:#6b7280;font-weight:500}.property-price{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-bottom:0;margin-top:0rem;height:40px;flex-shrink:0}.price-label{font-size:.9rem;color:#6b7280}.price-value{font-size:1.1rem;font-weight:700;color:#7c3aed}.property-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:0;align-self:stretch;height:50px;justify-content:center}.examine-btn,.buy-btn{padding:.75rem;border-radius:.5rem;border:none;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;transition:all .3s;font-size:.9rem}.examine-btn.disabled,.examine-btn:disabled{background:#9ca3af;cursor:not-allowed;opacity:.6}.examine-btn.disabled:hover,.examine-btn:disabled:hover{background:#9ca3af;transform:none;box-shadow:0 4px 6px #0000001a}.examine-btn{background:#f59e0b;color:#fff}.examine-btn:hover{background:#d97706}.buy-btn{background:#3b82f6;color:#fff}.buy-btn:hover{background:#2563eb}.examine-btn:disabled,.buy-btn:disabled{opacity:.5;cursor:not-allowed}.owner-actions{text-align:center;padding:.5rem}.owner-indicator{background:#10b981;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.8rem;font-weight:600}@media (max-width: 768px){.property-card{padding:1rem}.property-image{width:60px;height:60px}.property-name{font-size:1rem}}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.property-modal{position:relative;background:#fff;border-radius:1.5rem;max-width:650px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column}.close-btn{position:absolute;top:15px;right:15px;width:35px;height:35px;background:#0009;color:#fff;border:none;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1000;transition:all .2s ease}.close-btn:hover{background:#000c;transform:scale(1.1)}.modal-content{display:flex;flex-direction:column;width:100%;margin:0;padding:0}.property-image-section{width:100%;height:350px;flex-shrink:0;border-radius:1.5rem 1.5rem 0 0;overflow:hidden;margin:0;padding:0}.large-property-image-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000;margin:0;padding:0}.large-property-image{width:100%;height:100%;object-fit:cover;display:block}.property-details-section{padding:2rem}.property-header{text-align:center;margin-bottom:2rem}.property-title{background:#3b82f6;color:#fff;padding:1rem;margin:0;border-radius:.5rem;font-size:1.5rem;font-weight:700}.property-stats{margin-bottom:2rem}.stat-item{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 0;border-bottom:1px solid #f0f0f0;gap:16px}.stat-item:last-child{border-bottom:none}.stat-label{font-weight:600;color:#666;min-width:140px;flex-shrink:0}.stat-value{color:#333;text-align:right;flex:1;word-break:break-word}.property-url-link{color:#4a90e2;text-decoration:none;font-weight:500;transition:all .2s ease;border-bottom:1px solid transparent}.property-url-link:hover{color:#357abd;text-decoration:underline;border-bottom-color:#357abd}.property-url-link:visited{color:#6b46c1}.price-section{display:flex;justify-content:center;margin-bottom:2rem}.price-display{display:flex;align-items:center;gap:.5rem;background:#fef3c7;padding:1rem 2rem;border-radius:.75rem;border:2px solid #f59e0b}.price-icon{font-size:1.5rem}.price-amount{font-size:1.25rem;font-weight:700;color:#7c3aed}.modal-actions{display:flex;flex-direction:column;gap:1rem}.owner-action-buttons{display:flex;gap:1rem}.modal-buy-btn,.modal-edit-btn,.modal-delete-btn,.modal-cancel-btn{padding:1rem;border:none;border-radius:.5rem;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;transition:all .3s;font-size:1rem}.modal-buy-btn{background:#3b82f6;color:#fff}.modal-buy-btn:hover{background:#2563eb}.modal-edit-btn{background:#10b981;color:#fff;flex:1}.modal-edit-btn:hover{background:#059669}.modal-delete-btn{background:#ef4444;color:#fff;flex:1}.modal-delete-btn:hover{background:#dc2626}.modal-cancel-btn{background:#f59e0b;color:#fff}.modal-cancel-btn:hover{background:#d97706}.payment-options{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:#f9fafb;border-radius:.75rem;border:2px solid #e5e7eb}.payment-title{font-size:1.1rem;font-weight:600;color:#374151;text-align:center;margin:0 0 1rem}.payment-buttons{display:flex;gap:1rem;flex-wrap:wrap}.payment-option-btn{flex:1;min-width:200px;padding:1.25rem;border:2px solid transparent;border-radius:.75rem;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;transition:all .3s;font-size:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.payment-option-btn:disabled{opacity:.6;cursor:not-allowed}.wallet-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-color:#059669}.wallet-btn:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 10px 20px #10b9814d}.webpay-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-color:#2563eb}.webpay-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 10px 20px #3b82f64d}.payment-icon{font-size:2rem}.payment-text{font-size:1rem}.cancel-payment-btn{padding:.75rem;border:none;border-radius:.5rem;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;transition:all .3s;font-size:.9rem;background:#6b7280;color:#fff}.cancel-payment-btn:hover:not(:disabled){background:#4b5563}.cancel-payment-btn:disabled{opacity:.6;cursor:not-allowed}.processing-indicator{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;background:#fef3c7;border-radius:.5rem;color:#92400e;font-weight:500}.spinner-small{width:20px;height:20px;border:3px solid #fde68a;border-top-color:#f59e0b;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.modal-content{flex-direction:column}.property-details-section{padding:1.5rem}.large-property-image{width:120px;height:120px}.owner-action-buttons{flex-direction:column}.modal-actions{gap:.75rem}.payment-buttons{flex-direction:column}.payment-option-btn{min-width:100%}}@media (max-width: 480px){.property-modal{margin:.5rem;border-radius:.75rem}.property-details-section{padding:1rem}.large-property-image{width:100px;height:100px}}.toast{position:fixed;bottom:2rem;right:2rem;min-width:300px;max-width:500px;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 8px 24px #00000026;display:flex;align-items:center;justify-content:space-between;gap:1rem;z-index:9999;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.toast-visible{opacity:1;transform:translateY(0)}.toast-hidden{opacity:0;transform:translateY(20px);pointer-events:none}.toast-content{display:flex;align-items:center;gap:.75rem;flex:1}.toast-icon{font-size:1.25rem;flex-shrink:0}.toast-message{font-size:.95rem;font-weight:500;line-height:1.4}.toast-close{background:#0000001a;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;color:inherit;transition:all .2s ease;flex-shrink:0}.toast-close:hover{background:#0003;transform:scale(1.1)}.toast-success{background:linear-gradient(135deg,#10b981f2,#059669f2);color:#fff}.toast-info{background:linear-gradient(135deg,#3b82f6f2,#2563ebf2);color:#fff}.toast-warning{background:linear-gradient(135deg,#fbbf24f2,#f59e0bf2);color:#78350f}.toast-error{background:linear-gradient(135deg,#ef4444f2,#dc2626f2);color:#fff}@media (max-width: 768px){.toast{bottom:1rem;right:1rem;left:1rem;min-width:auto;max-width:none}}.main-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.main-content{max-width:1600px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;align-items:center;animation:fadeInUp .6s ease-out}.main-title{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;margin-bottom:2rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.section-title{font-size:1.5rem;color:#374151;margin-bottom:1.5rem;text-align:center;font-weight:600}.property-section{margin-bottom:3rem;width:100%;display:flex;flex-direction:column;align-items:center}.filters-section{margin-bottom:2rem;padding:1.5rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #0000001a;width:100%;max-width:1400px}.search-filters-container{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap;margin-bottom:20px}.filter-input-group{flex:1;min-width:200px;display:flex;flex-direction:column;gap:6px}.filter-label{display:block;font-size:14px;font-weight:600;color:#333}.filter-input{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:14px;transition:all .2s ease}.filter-input:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}.properties-per-page{display:flex;align-items:center;gap:.75rem;justify-content:center;margin:1rem auto 0}.properties-per-page label{font-weight:500;color:#374151;font-size:14px}.limit-selector{padding:8px 12px;border:2px solid #e1e5e9;border-radius:8px;background:#fff;font-size:14px;font-weight:500;color:#333;cursor:pointer;transition:all .2s ease;outline:none}.limit-selector:hover{border-color:#4a90e2;box-shadow:0 2px 8px #4a90e226}.limit-selector:focus{border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}.searching-indicator{display:block;text-align:center;color:#667eea;font-size:14px;font-weight:500;margin:15px 0;animation:pulse 1.5s ease-in-out infinite}.loading{text-align:center;padding:3rem;font-size:1.1rem;color:#6b7280}.no-property-message{text-align:center;padding:3rem;font-size:1.1rem;color:#6b7280;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;max-width:600px;margin:2rem auto}.recommendations-section{width:100%;margin-bottom:3rem;padding:2rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:16px;box-shadow:0 4px 12px #0000001a}.recommendations-section .section-title{color:#92400e;margin-bottom:1.5rem}.no-recommendations-message{text-align:center;padding:2rem;background:#fff;border-radius:12px;color:#6b7280;box-shadow:0 2px 8px #0000000d}.no-recommendations-message p{margin:.5rem 0;font-size:1rem}.no-recommendations-message p:first-child{font-size:1.2rem;font-weight:600;color:#374151}.property-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1400px;margin:0 auto;padding:0 2rem;align-items:stretch}.property-grid>*{width:100%;max-width:350px;height:auto}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin:2rem auto;flex-wrap:wrap;width:100%;max-width:800px}.pagination-btn{padding:.75rem 1.25rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;font-weight:500;cursor:pointer;transition:all .2s}.pagination-btn:hover:not(:disabled){border-color:#667eea;background:#667eea;color:#fff}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-btn.active{background:#667eea;border-color:#667eea;color:#fff}.pagination-info{padding:.75rem 1rem;background:#f3f4f6;border-radius:8px;font-weight:500;color:#374151;display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:160px}.pagination-numbers{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.pagination-ellipsis{color:#6b7280;font-weight:600;padding:0 .5rem}.pagination-arrow{border:none;background:transparent;font-size:2rem;padding:.25rem .5rem;display:flex;align-items:center;justify-content:center}.pagination-arrow:hover:not(:disabled){background:transparent;color:#4c51bf}.guest-welcome{margin-top:3rem}.guest-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2.5rem;border-radius:16px;text-align:center;box-shadow:0 8px 25px #667eea4d}.guest-card h3{font-size:1.8rem;margin-bottom:1rem;font-weight:700}.guest-card p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.guest-actions{display:flex;justify-content:center;gap:1rem}.guest-btn{display:inline-block;padding:1rem 2rem;background:#fff;color:#667eea;text-decoration:none;font-weight:600;border-radius:10px;transition:all .3s;box-shadow:0 4px 15px #0000001a}.guest-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026;color:#5a67d8}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 1400px){.property-grid{grid-template-columns:repeat(3,1fr);max-width:1100px}}@media (max-width: 1024px){.property-grid{grid-template-columns:repeat(2,1fr);max-width:800px}}@media (max-width: 768px){.main-page{padding:1rem}.main-title{font-size:2rem}.filters-section{padding:1rem}.search-filters-container{flex-direction:column;gap:1rem}.filter-input-group{min-width:unset;width:100%}.property-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;padding:0 1rem}.pagination{gap:.5rem}.pagination-btn{padding:.5rem .75rem;font-size:.9rem}.guest-card{padding:2rem 1.5rem}.guest-card h3{font-size:1.5rem}.guest-actions{flex-direction:column;align-items:center}}@media (max-width: 640px){.property-grid{grid-template-columns:1fr}.pagination-numbers{display:none}.pagination-info{font-size:.9rem}}@media (max-width: 480px){.main-title{font-size:1.8rem}}.my-properties-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);padding:2rem}.my-properties-header{text-align:center;margin-bottom:3rem;color:#fff}.my-properties-header h1{font-size:3rem;font-weight:700;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.my-properties-header p{font-size:1.2rem;opacity:.9;font-weight:300}.user-info-card{background:#ffffff26;border-radius:20px;padding:30px;margin-bottom:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a}.user-name{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.user-email{color:#ffffffe6;font-size:1.2rem;margin-bottom:.5rem}.balance-info{color:#ffffffe6;font-size:1.2rem}.balance-amount{color:#4ade80;font-weight:700}.action-buttons{display:flex;gap:1rem;margin-bottom:2rem;justify-content:center;flex-wrap:wrap}.browse-properties-btn,.publish-property-btn{background:linear-gradient(135deg,#4facfe,#00f2fe);border:none;color:#fff;padding:15px 30px;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #4facfe4d;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.browse-properties-btn:hover,.publish-property-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4facfe66;background:linear-gradient(135deg,#00f2fe,#4facfe)}.properties-section{background:#ffffff1a;border-radius:20px;padding:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a}.section-title{color:#fff;font-size:2rem;font-weight:700;text-align:center;margin-bottom:30px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px;margin-top:20px}.loading{text-align:center;color:#fff;font-size:1.2rem;margin:40px 0;display:flex;flex-direction:column;align-items:center;gap:1rem}.loading-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-left:4px solid white;border-radius:50%;animation:spin 1s linear infinite}.no-properties-message{text-align:center;color:#fffc;font-size:1.1rem;font-style:italic;margin:40px 0}.empty-state{text-align:center;padding:3rem;color:#ffffffe6}.empty-state h3{font-size:1.5rem;margin-bottom:1rem;color:#fff}.empty-state p{margin-bottom:2rem;font-size:1.1rem;opacity:.8}.error-message{background:#dc26261a;border:1px solid rgba(220,38,38,.3);color:#fca5a5;padding:1rem;border-radius:8px;margin:1rem 0;text-align:center}@media (max-width: 768px){.my-properties-container{padding:1rem}.user-info-card{padding:20px;margin-bottom:20px}.user-name{font-size:2rem}.action-buttons{flex-direction:column;align-items:center}.browse-properties-btn,.publish-property-btn{width:100%;max-width:300px}.properties-grid{grid-template-columns:1fr;padding:1rem 0}.my-properties-header h1{font-size:2.5rem}.properties-section{padding:20px}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#fff}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.my-properties-content{max-width:1400px;margin:0 auto}.no-properties{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:4rem 3rem;text-align:center;box-shadow:0 32px 64px #0000001a;max-width:600px;margin:0 auto}.no-properties-icon{font-size:4rem;margin-bottom:1.5rem}.no-properties h3{font-size:2rem;color:#2d3748;margin-bottom:1rem;font-weight:700}.no-properties p{color:#64748b;font-size:1.1rem;margin-bottom:2.5rem;line-height:1.6}.action-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.browse-properties-btn,.publish-property-btn{padding:1rem 2rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:200px}.browse-properties-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea4d}.browse-properties-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.publish-property-btn{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;box-shadow:0 4px 15px #48bb784d}.publish-property-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #48bb7866}.properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;padding:2rem 0}.auth-required{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:4rem 3rem;text-align:center;box-shadow:0 32px 64px #0000001a;max-width:500px;margin:0 auto}.auth-required h2{color:#2d3748;margin-bottom:1rem;font-size:2rem}.auth-required p{color:#64748b;margin-bottom:2rem;font-size:1.1rem}.login-redirect-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.login-redirect-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}@media (max-width: 768px){.my-properties-container{padding:1rem}.my-properties-header h1{font-size:2.5rem}.no-properties{padding:3rem 2rem}.action-buttons{flex-direction:column;align-items:center}.browse-properties-btn,.publish-property-btn{width:100%;max-width:300px}.properties-grid{grid-template-columns:1fr;padding:1rem 0}}font-size: 1.5rem; } .my-pokemon-page .balance-amount{color:#38a169}.my-pokemon-page .create-pokemon-btn{background:linear-gradient(135deg,#4facfe,#00f2fe);border:none;color:#fff;padding:12px 24px;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px #4facfe4d}.my-pokemon-page .create-pokemon-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4facfe66}.my-pokemon-page .pokemon-section{background:#ffffff1a;border-radius:20px;padding:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.my-pokemon-page .section-title{color:#fff;font-size:2rem;font-weight:700;text-align:center;margin-bottom:30px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.my-pokemon-page .pokemon-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-top:20px}.my-pokemon-page .loading{text-align:center;color:#fff;font-size:1.2rem;margin:40px 0}.my-pokemon-page .no-pokemon-message{text-align:center;color:#fffc;font-size:1.1rem;font-style:italic;margin:40px 0}@media (max-width: 768px){.my-pokemon-page{padding:10px}.my-pokemon-page .user-info-card{padding:20px;min-width:auto;width:100%}.my-pokemon-page .user-name{font-size:2rem}.my-pokemon-page .pokemon-grid{grid-template-columns:1fr}}.visit-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.visit-modal-content{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.visit-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #eee;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:16px 16px 0 0}.visit-modal-header h2{margin:0;font-size:1.5rem;font-weight:600}.visit-modal-close{background:none;border:none;font-size:1.5rem;color:#fff;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.visit-modal-close:hover{background:#fff3;transform:rotate(90deg)}.visit-modal-body{padding:2rem}.visit-property-image{text-align:center;margin-bottom:2rem}.visit-property-image img{width:100%;max-width:400px;height:250px;object-fit:cover;border-radius:12px;border:3px solid #f1f2f6;box-shadow:0 8px 25px #0000001a}.visit-info-grid{display:grid;gap:1.5rem}.visit-info-item{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#f8f9fa;border-radius:10px;border-left:4px solid #3498db;transition:all .3s ease}.visit-info-item:hover{background:#e3f2fd;transform:translate(5px)}.visit-info-label{font-weight:600;color:#34495e;font-size:.95rem}.visit-info-value{color:#2c3e50;font-size:1rem;font-weight:500}.cost-highlight{color:#27ae60;font-weight:700;font-size:1.1rem}.visit-status-badge{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem;text-align:center;min-width:120px}.status-accepted{background:#d4edda;color:#155724;border:2px solid #c3e6cb}.status-rejected{background:#f8d7da;color:#721c24;border:2px solid #f5c6cb}.status-pending{background:#fff3cd;color:#856404;border:2px solid #ffeaa7}.status-error{background:#f8d7da;color:#721c24;border:2px solid #f5c6cb}.visit-url-link{color:#3498db;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.visit-url-link:hover{color:#2980b9;text-decoration:underline;transform:translate(3px)}.reason-item{border-left-color:#f39c12}.reason-text{background:#fff;padding:.75rem;border-radius:8px;border:1px solid #ddd;font-style:italic;color:#555}.visit-modal-footer{padding:1.5rem 2rem;border-top:1px solid #eee;display:flex;justify-content:flex-end;gap:1rem;background:#f8f9fa;border-radius:0 0 16px 16px}.visit-modal-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}.visit-modal-btn.secondary{background:#6c757d;color:#fff}.visit-modal-btn.secondary:hover{background:#545b62;transform:translateY(-2px)}@media (max-width: 768px){.visit-modal-overlay{padding:.5rem}.visit-modal-content{max-width:100%;max-height:95vh}.visit-modal-header{padding:1rem 1.5rem}.visit-modal-header h2{font-size:1.3rem}.visit-modal-body{padding:1.5rem}.visit-property-image img{height:200px}.visit-info-grid{gap:1rem}.visit-info-item{padding:.75rem}.visit-modal-footer{padding:1rem 1.5rem}.visit-modal-btn{padding:.6rem 1.2rem;font-size:.9rem}}.my-visits-container{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem}.my-visits-header{text-align:center;margin-bottom:2rem}.my-visits-header h1{font-size:2.5rem;color:#2c3e50;margin-bottom:.5rem}.my-visits-header p{color:#7f8c8d;font-size:1.1rem;margin-bottom:1rem}.refresh-btn{background:#3498db;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;transition:all .3s ease}.refresh-btn:hover:not(:disabled){background:#2980b9;transform:translateY(-2px)}.refresh-btn:disabled{opacity:.6;cursor:not-allowed}.error-banner{background:#e74c3c;color:#fff;padding:1rem;border-radius:8px;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center}.retry-btn{background:#fff3;color:#fff;border:1px solid white;padding:.5rem 1rem;border-radius:4px;cursor:pointer}.visits-content{max-width:1200px;margin:0 auto}.loading{text-align:center;padding:3rem;color:#7f8c8d;font-size:1.1rem}.no-visits{display:flex;justify-content:center;align-items:center;min-height:400px}.no-visits-card{background:#fff;padding:3rem;border-radius:16px;text-align:center;box-shadow:0 10px 30px #0000001a;max-width:500px}.no-visits-card h3{color:#2c3e50;margin-bottom:1rem;font-size:1.5rem}.no-visits-card p{color:#7f8c8d;margin-bottom:2rem;line-height:1.6}.explore-btn{background:#27ae60;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;cursor:pointer;font-size:1.1rem;transition:all .3s ease}.explore-btn:hover{background:#229954;transform:translateY(-2px)}.visits-list{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr))}.visit-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.visit-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.visit-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #ecf0f1}.property-info h3{color:#2c3e50;margin:0 0 .5rem;font-size:1.3rem}.property-location{color:#7f8c8d;margin:0;font-size:.9rem}.status-badge{padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;white-space:nowrap}.status-accepted{background:#d5f4e6;color:#27ae60}.status-rejected{background:#fadbd8;color:#e74c3c}.status-pending{background:#fdf2e9;color:#f39c12}.status-error{background:#fadbd8;color:#e74c3c}.visit-details{margin-bottom:1rem}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f8f9fa}.detail-item:last-child{border-bottom:none}.label{color:#7f8c8d;font-weight:500;flex:1}.value{color:#2c3e50;font-weight:600;text-align:right;flex:1}.cost-highlight{color:#e74c3c;font-size:1.1rem}.code{font-family:Courier New,monospace;background:#f8f9fa;padding:.25rem .5rem;border-radius:4px;font-size:.8rem}.visit-actions{margin-top:1rem;padding-top:1rem;border-top:1px solid #ecf0f1}.property-link{color:#3498db;text-decoration:none;font-weight:500;transition:color .3s ease}.property-link:hover{color:#2980b9;text-decoration:underline}.visits-summary{margin-top:3rem;display:flex;justify-content:center}.summary-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #0000001a;text-align:center;min-width:400px}.summary-card h3{color:#2c3e50;margin-bottom:1.5rem;font-size:1.3rem}.summary-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.stat{display:flex;flex-direction:column;align-items:center;padding:1rem;background:#f8f9fa;border-radius:8px}.stat-number{font-size:2rem;font-weight:700;color:#3498db;margin-bottom:.5rem}.stat-label{color:#7f8c8d;font-size:.9rem;font-weight:500}.auth-required{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;background:#fff;padding:3rem;border-radius:16px;box-shadow:0 10px 30px #0000001a;max-width:500px;margin:0 auto;text-align:center}.auth-required h2{color:#2c3e50;margin-bottom:1rem}.auth-required p{color:#7f8c8d;margin-bottom:2rem;line-height:1.6}.login-btn{background:#3498db;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;cursor:pointer;font-size:1.1rem;transition:all .3s ease}.login-btn:hover{background:#2980b9;transform:translateY(-2px)}@media (max-width: 768px){.my-visits-container{padding:1rem}.visits-list{grid-template-columns:1fr}.visit-header{flex-direction:column;align-items:flex-start;gap:1rem}.detail-item{flex-direction:column;align-items:flex-start;gap:.25rem}.value{text-align:left}.summary-stats{grid-template-columns:1fr}.summary-card{min-width:auto}}.visit-card{border-left:4px solid #3498db;margin-bottom:1.5rem}.property-info{display:flex;gap:1rem;flex:1}.property-image{flex-shrink:0}.property-image img{width:80px;height:80px;object-fit:cover;border-radius:8px;border:2px solid #ecf0f1}.property-details{flex:1}.property-name{font-size:1.3rem;color:#2c3e50;margin:0 0 .5rem;font-weight:600}.property-location{color:#7f8c8d;margin:0 0 .3rem;font-size:.95rem}.property-cost{color:#27ae60;margin:0 0 .3rem;font-weight:600;font-size:1rem}.visit-date{color:#7f8c8d;margin:0 0 .3rem;font-size:.9rem}.validation-date{color:#8e44ad;margin:0;font-size:.9rem;font-weight:500}.visit-status{flex-shrink:0;align-self:flex-start}.status-badge{text-align:center;min-width:120px;border:2px solid}.status-accepted{border-color:#27ae60}.status-pending{background:#fff3cd;color:#f39c12;border-color:#f39c12}.status-rejected{border-color:#e74c3c}.status-error{background:#ffeaa7;color:#d63031;border-color:#d63031}.visit-reason{background:#f8f9fa;border-left:4px solid #3498db;padding:.75rem 1rem;margin:1rem 0;border-radius:0 8px 8px 0}.visit-reason p{margin:0;color:#2c3e50;font-size:.95rem}.visit-actions{display:flex;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #ecf0f1}.retry-btn{background:linear-gradient(45deg,#e74c3c,#c0392b);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .3s ease}.retry-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #e74c3c66}.retry-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.refresh-btn{background:linear-gradient(45deg,#3498db,#2980b9);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .3s ease}.refresh-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #3498db66}.refresh-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 768px){.visit-header{flex-direction:column;gap:1rem}.property-info{flex-direction:column;text-align:center}.property-image img{width:60px;height:60px}.visit-actions{flex-direction:column;gap:.75rem}.status-badge{align-self:center;min-width:auto}}.property-image-container{position:relative;overflow:hidden;border-radius:12px;cursor:pointer;transition:transform .3s ease}.property-image-container:hover{transform:scale(1.02)}.property-image{width:120px;height:120px;object-fit:cover;border-radius:12px;transition:filter .3s ease}.property-image-container:hover .property-image{filter:brightness(.8)}.image-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;border-radius:12px}.property-image-container:hover .image-overlay{opacity:1}.view-details-btn{background:#fff;color:#2c3e50;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.view-details-btn:hover{background:#3498db;color:#fff;transform:translateY(-2px)}.visit-timeline{background:#f8f9fa;border-radius:8px;padding:1rem;margin:1rem 0;border-left:4px solid #3498db}.timeline-item{display:flex;align-items:center;margin-bottom:.5rem}.timeline-item:last-child{margin-bottom:0}.timeline-icon{font-size:1.2rem;margin-right:.75rem;min-width:24px}.timeline-content{font-size:.95rem;color:#2c3e50}.timeline-content strong{color:#34495e;font-weight:600}.details-btn{background:#27ae60;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease;flex:1}.details-btn:hover:not(:disabled){background:#219a52;transform:translateY(-1px)}.property-price{color:#27ae60;font-weight:600;font-size:1rem;margin-bottom:.25rem}.visit-actions{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.visit-actions button{flex:1;min-width:120px}@media (max-width: 768px){.property-image-container{align-self:center}.property-image{width:80px;height:80px}.view-details-btn{font-size:.8rem;padding:.4rem .8rem}.timeline-item{flex-direction:column;align-items:flex-start;text-align:left}.timeline-icon{margin-bottom:.25rem;margin-right:0}.visit-actions{flex-direction:column}.visit-actions button{min-width:auto}}.confirm-purchase-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;display:flex;align-items:center;justify-content:center}.confirm-purchase-container{background:#fff;border-radius:16px;padding:2rem;max-width:800px;width:100%;box-shadow:0 10px 40px #0003;animation:slideIn .5s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.confirm-purchase-container h1{text-align:center;color:#1f2937;margin-bottom:2rem;font-size:2rem}.property-summary{display:flex;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:#f9fafb;border-radius:12px}.property-summary img{width:200px;height:150px;object-fit:cover;border-radius:8px}.property-details h2{color:#1f2937;margin-bottom:.5rem}.property-details .location{color:#6b7280;margin-bottom:.5rem}.property-details .description{color:#4b5563;font-size:.95rem}.purchase-details{background:#f9fafb;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.detail-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.detail-row:last-child{border-bottom:none}.detail-row.total{font-weight:700;font-size:1.2rem;margin-top:.5rem;padding-top:1rem;border-top:2px solid #d1d5db}.price{color:#10b981;font-weight:600}.payment-info{margin-bottom:2rem}.payment-info h3{color:#1f2937;margin-bottom:1rem}.payment-method{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px;border:2px solid #e5e7eb}.webpay-logo{width:80px;height:auto}.payment-method p{color:#6b7280;font-size:.9rem}.action-buttons{display:flex;gap:1rem;margin-top:2rem}.btn-confirm,.btn-cancel{flex:1;padding:1rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-confirm{background:#10b981;color:#fff}.btn-confirm:hover:not(:disabled){background:#059669;transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.btn-confirm:disabled{background:#9ca3af;cursor:not-allowed}.btn-cancel{background:#ef4444;color:#fff}.btn-cancel:hover:not(:disabled){background:#dc2626;transform:translateY(-2px)}.loading-container,.error-container{text-align:center;background:#fff;padding:3rem;border-radius:16px}.spinner{width:60px;height:60px;border:5px solid #f3f3f3;border-top:5px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.property-summary{flex-direction:column}.property-summary img{width:100%;height:200px}.action-buttons{flex-direction:column}}.wallet-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;display:flex;justify-content:center;align-items:center}.wallet-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 20px 40px #0000001a;max-width:600px;width:100%}.wallet-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f8f9fa}.wallet-header h2{color:#2c3e50;margin-bottom:1rem;font-size:2rem;font-weight:700}.wallet-balance{display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative}.refresh-balance-btn{position:absolute;top:0;right:0;background:#3498db;border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;font-size:1.2rem;color:#fff;transition:all .3s ease;box-shadow:0 2px 8px #3498db4d}.refresh-balance-btn:hover{background:#2980b9;transform:rotate(180deg);box-shadow:0 4px 12px #3498db66}.balance-label{color:#7f8c8d;font-size:1rem;font-weight:500}.balance-amount{color:#27ae60;font-size:2.5rem;font-weight:700;text-shadow:0 2px 4px rgba(39,174,96,.3)}.balance-loading{color:#3498db;font-size:1.2rem;font-weight:600;display:flex;align-items:center;gap:.5rem;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.wallet-topup{margin-bottom:2rem}.wallet-topup h3{color:#2c3e50;margin-bottom:.5rem;font-size:1.3rem}.topup-description{color:#7f8c8d;margin-bottom:1.5rem;line-height:1.6}.topup-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#2c3e50;font-weight:600;margin-bottom:.5rem}.amount-input{padding:1rem;border:2px solid #e9ecef;border-radius:8px;font-size:1.1rem;transition:border-color .3s ease}.amount-input:focus{outline:none;border-color:#3498db}.predefined-amounts{display:flex;flex-direction:column;gap:.75rem}.predefined-label{color:#7f8c8d;font-size:.9rem;font-weight:500}.amount-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem}.amount-btn{background:#f8f9fa;border:2px solid #e9ecef;color:#495057;padding:.75rem 1rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease}.amount-btn:hover{background:#3498db;border-color:#3498db;color:#fff;transform:translateY(-2px)}.error-message{background:#fadbd8;color:#e74c3c;padding:.75rem 1rem;border-radius:8px;border-left:4px solid #e74c3c;font-weight:500}.success-message{background:#d5f4e6;color:#27ae60;padding:.75rem 1rem;border-radius:8px;border-left:4px solid #27ae60;font-weight:500}.topup-button{background:linear-gradient(45deg,#3498db,#2980b9);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;cursor:pointer;font-size:1.1rem;font-weight:600;transition:all .3s ease;margin-top:1rem}.topup-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #3498db66}.topup-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.wallet-info{background:#f8f9fa;border-radius:12px;padding:1.5rem}.info-card h4{color:#2c3e50;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-size:1.1rem}.info-card ul{margin:0;padding-left:1.5rem;color:#495057;line-height:1.8}.info-card li{margin-bottom:.5rem}@media (max-width: 768px){.wallet-container{padding:1rem}.wallet-card{padding:1.5rem}.balance-amount{font-size:2rem}.amount-buttons{grid-template-columns:repeat(2,1fr)}.amount-btn{padding:.5rem;font-size:.9rem}}@media (max-width: 480px){.amount-buttons{grid-template-columns:1fr}}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid #e5e7eb}.modal-header h2{font-size:1.5rem;color:#1a1a1a;margin:0}.modal-close{background:none;border:none;font-size:1.5rem;color:#9ca3af;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .2s ease}.modal-close:hover{background:#f3f4f6;color:#1f2937}.modal-body{padding:2rem}.modal-description{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.error-message{background:#fee2e2;border:1px solid #fecaca;color:#991b1b;padding:.75rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.label-hint{font-weight:400;color:#9ca3af;font-size:.85rem;margin-left:.5rem}.form-group select,.form-group input[type=number]{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .2s ease}.form-group select:focus,.form-group input[type=number]:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group select:disabled,.form-group input[type=number]:disabled{background:#f9fafb;cursor:not-allowed;opacity:.6}.selection-summary{background:#f0f9ff;border:2px solid #bae6fd;border-radius:12px;padding:1.5rem;margin-top:1.5rem}.selection-summary h4{color:#0c4a6e;margin-bottom:1rem;font-size:1rem}.summary-details{display:flex;flex-direction:column;gap:.75rem}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.summary-row span{color:#0369a1}.summary-row strong{color:#0c4a6e;font-weight:600}.offer-info-box{background:#fef3c7;border:2px solid #fde047;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.offer-info-box h4{color:#78350f;margin-bottom:1rem;font-size:1rem}.offer-details{display:flex;flex-direction:column;gap:.75rem}.detail-item{display:flex;justify-content:space-between;align-items:center}.detail-item .label{color:#92400e;font-weight:600}.detail-item .value{color:#78350f}.detail-item .property-url{font-family:monospace;font-size:.9rem;word-break:break-all;max-width:60%;text-align:right}.divider{text-align:center;position:relative;margin:2rem 0}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#d1d5db}.divider span{position:relative;background:#fff;padding:0 1rem;color:#6b7280;font-weight:600;font-size:.85rem}.summary-comparison{display:flex;align-items:center;gap:1rem;margin-top:1rem}.summary-side{flex:1;text-align:center;padding:1rem;background:#fff;border-radius:8px}.side-label{padding:.25rem .75rem;border-radius:12px;font-weight:600;font-size:.85rem;display:inline-block;margin-bottom:.75rem}.side-label.receive{background:#d1fae5;color:#065f46}.side-label.give{background:#fef3c7;color:#92400e}.summary-side div{margin:.5rem 0;font-size:.9rem;word-break:break-all}.summary-side .quantity{font-weight:600;color:#1f2937;font-size:1rem}.summary-divider{font-size:1.5rem}.proposal-review h3{font-size:1.3rem;color:#1a1a1a;margin-bottom:1.5rem}.proposal-from-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.info-badge{background:#dbeafe;color:#1e40af;padding:.5rem 1rem;border-radius:8px;font-weight:600}.info-date{color:#9ca3af;font-size:.85rem}.exchange-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.exchange-side{background:#f9fafb;border-radius:12px;padding:1.5rem}.side-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-weight:600;font-size:1rem}.side-header.receive{color:#065f46}.side-header.give{color:#92400e}.side-header .icon{font-size:1.2rem}.side-content{padding-left:1.75rem}.property-display{background:#fff;padding:.75rem;border-radius:8px;font-family:monospace;font-size:.9rem;color:#1f2937;word-break:break-all;margin-bottom:.75rem}.quantity-display{display:flex;justify-content:center}.info-text{color:#6b7280;font-style:italic;padding:.5rem}.exchange-divider{text-align:center;padding:.5rem 0}.divider-icon{font-size:1.5rem;margin-bottom:.25rem}.divider-text{color:#6b7280;font-size:.85rem;font-weight:600}.warning-box{display:flex;gap:1rem;background:#fffbeb;border:2px solid #fef3c7;border-radius:8px;padding:1rem}.warning-icon{font-size:1.5rem}.warning-box strong{color:#92400e}.warning-box div{color:#78350f;font-size:.9rem;line-height:1.5}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;border-top:2px solid #e5e7eb}.respond-footer{justify-content:space-between}.btn-secondary{padding:.75rem 1.5rem;background:#f3f4f6;color:#374151;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:#e5e7eb}.btn-primary{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-accept-large{padding:.75rem 1.5rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-accept-large:hover{background:#059669;transform:translateY(-2px)}.btn-reject-large{padding:.75rem 1.5rem;background:#ef4444;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-reject-large:hover{background:#dc2626;transform:translateY(-2px)}@media (max-width: 768px){.modal-content{width:95%;max-height:95vh}.modal-header,.modal-body,.modal-footer{padding:1rem}.summary-comparison,.modal-footer{flex-direction:column}.respond-footer{flex-direction:column-reverse}.modal-footer button{width:100%}}.admin-auctions-container{max-width:1400px;margin:0 auto;padding:2rem}.admin-auctions-header{text-align:center;margin-bottom:2rem;position:relative}.admin-auctions-header h1{font-size:2.5rem;color:#1a1a1a;margin-bottom:.5rem}.subtitle{color:#666;font-size:1.1rem;margin-bottom:1rem}.btn-refresh{padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.btn-refresh:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.btn-refresh:disabled{opacity:.6;cursor:not-allowed}.tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid #e0e0e0}.tab{padding:1rem 2rem;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:1rem;font-weight:500;color:#666;transition:all .3s ease}.tab:hover{color:#333;background-color:#f5f5f5}.tab.active{color:#2563eb;border-bottom-color:#2563eb}.error-banner{background-color:#fee;border:1px solid #fcc;border-radius:8px;padding:1rem;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.error-banner span{color:#c33}.error-banner button{padding:.5rem 1rem;background-color:#c33;color:#fff;border:none;border-radius:4px;cursor:pointer}.loading{text-align:center;padding:2rem;font-size:1.2rem;color:#666}.inventory-summary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.inventory-summary h3{margin-bottom:1rem}.inventory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.75rem}.inventory-item{background:#fff3;padding:.75rem;border-radius:8px;display:flex;justify-content:space-between;align-items:center}.inventory-url{font-size:.9rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px}.inventory-quantity{background:#ffffff4d;padding:.25rem .5rem;border-radius:4px;font-size:.85rem;font-weight:600}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{font-size:1.8rem;color:#1a1a1a}.section-header p{color:#666;font-size:.95rem}.btn-create-offer{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease}.btn-create-offer:hover{transform:translateY(-2px)}.btn-propose{width:100%;padding:.75rem;background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:transform .2s ease}.btn-propose:hover{transform:translateY(-2px)}.btn-accept{padding:.5rem 1rem;background:#10b981;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600}.btn-accept:hover{background:#059669}.btn-reject{padding:.5rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600}.btn-reject:hover{background:#dc2626}.btn-primary{padding:1rem 2rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer}.empty-state{text-align:center;padding:3rem;background:#f9fafb;border-radius:12px;color:#666}.empty-state p{margin-bottom:1rem;font-size:1.1rem}.offers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.offer-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .3s ease}.offer-card:hover{border-color:#2563eb;box-shadow:0 4px 12px #2563eb1a;transform:translateY(-4px)}.offer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.offer-group{background:#dbeafe;color:#1e40af;padding:.25rem .75rem;border-radius:12px;font-weight:600;font-size:.9rem}.offer-date{color:#9ca3af;font-size:.85rem}.offer-body{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.offer-property,.offer-quantity{display:flex;flex-direction:column;gap:.25rem}.property-url{color:#2563eb;font-family:monospace;font-size:.9rem;word-break:break-all}.quantity-badge{background:#fef3c7;color:#92400e;padding:.25rem .75rem;border-radius:12px;font-weight:600;font-size:.9rem;display:inline-block;width:fit-content}.offer-id small{color:#9ca3af;font-family:monospace;font-size:.8rem}.offer-actions{margin-top:1rem}.my-auctions-list{display:flex;flex-direction:column;gap:2rem}.auction-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:2rem}.auction-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.auction-header h3{font-size:1.5rem;color:#1a1a1a}.auction-date{color:#9ca3af;font-size:.9rem}.auction-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.detail-row{display:flex;gap:1rem;align-items:center}.detail-row strong{min-width:120px;color:#4b5563}.detail-row span{color:#1f2937}.detail-row small{color:#9ca3af;font-family:monospace;font-size:.85rem}.proposals-section{background:#f9fafb;padding:1.5rem;border-radius:8px}.proposals-section h4{font-size:1.2rem;color:#1a1a1a;margin-bottom:1rem}.proposals-list{display:flex;flex-direction:column;gap:1rem}.proposal-item{background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:1rem;display:flex;justify-content:space-between;align-items:center}.proposal-item.status-pending{border-color:#fbbf24}.proposal-item.status-accepted{border-color:#10b981;background:#f0fdf4}.proposal-item.status-rejected{border-color:#ef4444;background:#fef2f2}.proposal-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.proposal-from{display:flex;gap:1rem;align-items:center}.proposal-from strong{font-size:1.1rem;color:#1f2937}.proposal-status{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-pending .proposal-status{background:#fef3c7;color:#92400e}.status-accepted .proposal-status{background:#d1fae5;color:#065f46}.status-rejected .proposal-status{background:#fee2e2;color:#991b1b}.proposal-offer{display:flex;gap:1rem;align-items:center;font-size:.95rem}.proposal-date{color:#9ca3af;font-size:.8rem}.proposal-actions{display:flex;gap:.5rem}.no-proposals{color:#9ca3af;font-style:italic;text-align:center;padding:1rem}@media (max-width: 768px){.admin-auctions-container{padding:1rem}.admin-auctions-header h1{font-size:1.8rem}.tabs{flex-direction:column}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.offers-grid,.inventory-grid{grid-template-columns:1fr}.proposal-item{flex-direction:column;align-items:flex-start;gap:1rem}.proposal-actions{width:100%;justify-content:stretch}.proposal-actions button{flex:1}}.discounts-container{max-width:1400px;margin:0 auto;padding:2rem;min-height:calc(100vh - 80px)}.discounts-header{text-align:center;margin-bottom:3rem}.discounts-header h1{font-size:2.5rem;color:#1a1a1a;margin-bottom:.5rem}.subtitle{color:#666;font-size:1.1rem}.admin-discount-panel{max-width:600px;margin:0 auto;background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 6px #0000001a}.current-discount{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;margin-bottom:2rem}.current-discount .label{font-size:1.1rem;font-weight:500}.current-discount .value{font-size:2rem;font-weight:700}.discount-selector{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.discount-selector label{font-weight:600;color:#374151;font-size:1rem}.discount-dropdown{padding:1rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:all .3s ease}.discount-dropdown:hover{border-color:#667eea}.discount-dropdown:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.btn-update-discount{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:1.5rem}.btn-update-discount:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px #667eea4d}.btn-update-discount:disabled{opacity:.5;cursor:not-allowed}.info-box{background:#f0f9ff;border-left:4px solid #3b82f6;padding:1.25rem;border-radius:8px;color:#1e40af}.info-box p{margin:0;line-height:1.6}.loading{text-align:center;padding:3rem;font-size:1.2rem;color:#666}.empty-state{text-align:center;padding:4rem 2rem;background:#f9fafb;border-radius:16px}.empty-state p{font-size:1.1rem;color:#666;margin:.5rem 0}.discounts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.discount-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;position:relative}.discount-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.discount-badge{position:absolute;top:15px;right:15px;background:#ef4444;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:1.1rem;z-index:10;box-shadow:0 2px 8px #ef444466}.property-image{width:100%;height:220px;object-fit:cover}.card-content{padding:1.5rem}.property-name{font-size:1.3rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem;line-height:1.3}.property-location{color:#666;margin:0 0 1rem;font-size:.95rem}.property-details{display:flex;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.property-details span{font-size:.9rem;color:#666}.availability{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f0fdf4;border-radius:8px;margin-bottom:1rem}.availability .label{font-weight:600;color:#166534}.availability .quantity{font-weight:700;color:#15803d;font-size:1.1rem}.pricing{margin-bottom:1.5rem}.original-price{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.9rem;color:#666}.original-price .crossed{text-decoration:line-through;font-weight:500}.final-price{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:1.1rem;margin-bottom:.5rem}.final-price .price{color:#059669;font-size:1.3rem;font-weight:700}.savings{text-align:right;color:#059669;font-weight:600;font-size:.95rem;padding:.5rem;background:#d1fae5;border-radius:6px}.btn-buy-discount{width:100%;padding:1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-buy-discount:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 6px 12px #10b9814d}.btn-buy-discount:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.discounts-container{padding:1rem}.discounts-header h1{font-size:2rem}.admin-discount-panel{padding:1.5rem}.discounts-grid{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#f8fafc}.App{min-height:100vh;display:flex;flex-direction:column;width:100%;overflow-x:hidden}.App>div:not(.navbar){flex:1;z-index:1}.modal-overlay{z-index:9999!important}.page-container{padding:2rem;max-width:1400px;margin:0 auto;width:100%}
