.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#f0f7ff,#d9e9ff);font-family:Arial,sans-serif}.login-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 8px 25px #0000001a;text-align:center;max-width:400px;width:100%}.login-title{font-size:1.8rem;color:#333;margin-bottom:.5rem}.login-title span{color:#2563eb}.login-subtitle{color:#666;margin-bottom:1.5rem}.btn{display:block;width:100%;padding:.75rem;margin-top:1rem;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .3s ease}.btn-login{background:#2563eb;color:#fff}.btn-login:hover{background:#1e4ed8}.btn-logout{background:#dc2626;color:#fff}.btn-logout:hover{background:#b91c1c}.user-avatar{width:80px;height:80px;border-radius:50%;margin:0 auto 1rem;box-shadow:0 4px 10px #0000001a}.user-name{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:.25rem}.user-email{font-size:.95rem;color:#666;margin-bottom:1.5rem}.loading-text{color:#555;font-size:1.2rem}.properties-title{font-family:Arial,sans-serif}.properties-page{display:flex;flex-direction:column;justify-content:center;align-items:center}.properties-page span{font-family:Arial,sans-serif}.properties-page img{height:auto;max-height:60%;width:60%}.properties-pagination{display:flex}.properties-list{display:grid;grid-template-columns:30vw 30vw 30vw;column-gap:1%}.properties-list-element{display:flex;flex-direction:column;gap:5%;justify-content:center;align-items:center;padding:2%;border:black solid;margin-bottom:3%;height:50vh}.property-page{display:flex;flex-direction:column;align-items:flex-start}.property-page h1{font-family:Arial,sans-serif;font-size:2em;text-align:start}.property-content{display:flex;font-size:1.5em;font-family:Arial,sans-serif}.property-info{display:flex;flex-direction:column;align-items:flex-start}.property-info-item{display:flex;flex-direction:column;align-items:self-start;text-align:start}.property-appointments-grid{display:grid;grid-template-columns:auto auto auto auto auto;column-gap:3%}.property-appointments-item{border:black solid;border-width:1px}.back-button{position:absolute;left:5%;top:2%}.property-appointments-reserved{color:red}.visits-page{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.visits-page img{width:40%}.visits-grid{display:grid;grid-template-columns:30vw 30vw 30vw;column-gap:1%}.visits-list-element{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2%;margin-bottom:3%;height:50vh}:root{--card-bg: #ffffff;--muted: #6b7280;--accent: #3b82f6;--border: #e5e7eb;--shadow: 0 6px 18px rgba(15,23,42,.08);--radius: 12px;--gap: 12px}.auction-card{display:flex;flex-direction:column;gap:var(--gap);background:linear-gradient(180deg,#fff,#fafafa);border:1px solid var(--border);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow);max-width:420px;transition:transform .15s ease,box-shadow .15s ease;margin:12px}.auction-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0f172a1f}.auction-image{width:100%;height:220px;object-fit:cover;border-radius:8px;border:1px solid var(--border)}.auction-title{font-size:1.05rem;margin:0;color:#0f172a;display:flex;align-items:center;gap:8px}.auction-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:8px}.auction-list li{background:#f5f7facc;padding:10px;border-radius:8px;font-size:.95rem;color:var(--muted);display:flex;gap:8px;align-items:center}.auction-list .label{color:#111827;font-weight:600;min-width:140px}.auction-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;padding:8px 0}.auction-wrapper>li{list-style:none;margin:0}.auction-item{display:flex;flex-direction:column;gap:12px;min-height:320px}.auction-item .auction-card{flex:1 1 auto;display:flex;flex-direction:column}.auction-actions{display:flex;gap:10px;justify-content:flex-end;align-items:center;padding-top:6px}.accept-btn{padding:8px 12px;border-radius:8px;border:none;background:linear-gradient(180deg,#16a34a,#059669);color:#fff;cursor:pointer;box-shadow:0 6px 14px #0596691f;transition:transform .08s ease}.accept-btn:hover{transform:translateY(-2px)}.reject-btn{padding:8px 12px;border-radius:8px;border:1px solid rgba(0,0,0,.08);background:#fff;color:#dc2626;cursor:pointer;box-shadow:0 4px 10px #0f172a0a;transition:transform .08s ease,background-color .12s ease}.reject-btn:hover{background:#dc26260f;transform:translateY(-2px)}@media (max-width: 600px){.auction-actions{justify-content:center;flex-wrap:wrap}.auction-actions button{flex:1 1 48%;min-width:140px}.auction-item{min-height:420px}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
