:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f234f;background-color:#ebf6ff;line-height:1.5}*{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:#0b57c0;text-decoration:none;font-weight:600}a:hover{text-decoration:underline}.auth-layout{min-height:100vh;display:grid;place-items:center;padding:1rem;background:radial-gradient(circle at 15% 20%,rgba(29,168,240,.22),transparent 40%),radial-gradient(circle at 85% 85%,rgba(86,200,63,.2),transparent 42%),linear-gradient(130deg,#f5fbff,#edf6ff 45%,#f1fff2)}.auth-shell{width:100%;max-width:560px;display:grid;gap:1rem}.auth-logo{width:min(100%,360px);margin:0 auto}.auth-card,.card{width:100%;background:#fff;border:1px solid #dbeafe;border-radius:14px;box-shadow:0 10px 24px #0f234f14;padding:1.35rem}.form-group{margin-bottom:.9rem}label{display:block;font-size:.9rem;margin-bottom:.3rem;font-weight:600;color:#153173}input,select{width:100%;border:1px solid #b8d3ef;border-radius:10px;padding:.68rem .78rem;font-size:.95rem}button{border:0;border-radius:10px;padding:.65rem .9rem;font-weight:700;font-size:.95rem;cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}button.primary{width:100%;color:#fff;background:linear-gradient(100deg,#0b57c0,#1da8f0 55%,#56c83f)}button.secondary{background:#e2e8f0;color:#0f172a}.error-text{color:#dc2626;font-size:.85rem}.info-text{color:#0f766e;font-size:.9rem}.global-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca;border-radius:8px;padding:.6rem;margin-bottom:.8rem}.global-success{background:#dcfce7;color:#166534;border:1px solid #86efac;border-radius:8px;padding:.6rem;margin-bottom:.8rem}.auth-secondary-action{display:flex;justify-content:flex-end;margin:-.2rem 0 .9rem}.auth-secondary-action a{font-size:.88rem;font-weight:600}.app-shell-layout{min-height:100vh;background:#f8fbff}.topbar-fixed{position:fixed;top:0;left:0;right:0;height:64px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #dbeafe;padding:0 1.2rem;z-index:30}.topbar-left-content{display:flex;align-items:center;gap:.85rem;min-width:0}.menu-toggle-btn{background:#0f234f;color:#fff;width:42px;height:42px;border-radius:8px;padding:0;font-size:1.2rem}.topbar-user-label{margin:0;font-weight:700;color:#1e293b;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-profile-btn{width:40px;height:40px;border-radius:9999px;border:1px solid #cbd5e1;background:#f8fafc;box-shadow:0 2px 8px #0f172a14;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease,border-color .2s ease}.topbar-profile-btn:hover{background:#f1f5f9;border-color:#94a3b8;box-shadow:0 4px 10px #0f172a1f}.topbar-profile-icon{width:22px;height:22px;stroke:#475569;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.app-content-with-topbar{padding:84px 1.2rem 1.2rem}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;border:0;background:#0f172a59;z-index:25}.hamburger-drawer{position:fixed;top:64px;left:0;width:280px;max-width:85vw;height:calc(100vh - 64px);background:#0f234f;color:#fff;transform:translate(-100%);transition:transform .2s ease-in-out;z-index:26;padding:1rem}.hamburger-drawer.open{transform:translate(0)}.drawer-link{display:block;color:#dbeafe;padding:.55rem .65rem;border-radius:8px;margin-bottom:.35rem}.drawer-link.active{background:#ffffff29}.drawer-section-title{color:#bfdbfe;margin:.8rem 0 .45rem;font-weight:700}.drawer-logout-btn{margin-top:1rem;width:100%;background:#e2e8f0;color:#0f172a}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;border:0;background:#0f172a61;z-index:41}.right-side-sheet{position:fixed;top:0;right:0;width:min(100%,420px);height:100vh;padding:1.2rem;background:#fff;border-left:1px solid #dbeafe;box-shadow:-18px 0 40px #0f172a2e;transform:translate(100%);transition:transform .22s ease-in-out;z-index:42;display:flex;flex-direction:column;gap:1rem}.right-side-sheet.open{transform:translate(0)}.right-side-sheet-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.right-side-sheet-eyebrow{margin:0 0 .35rem;color:#2563eb;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.right-side-sheet-header h2{margin:0;font-size:1.3rem}.right-side-sheet-close{width:auto!important}.right-side-sheet-empty{margin:0;padding:.9rem;border:1px dashed #cbd5e1;border-radius:12px;background:#f8fbff;color:#475569}.right-side-sheet-section{padding:1rem;border:1px solid #dbeafe;border-radius:14px;background:linear-gradient(180deg,#f8fbff,#fff)}.right-side-sheet-section h3{margin:0 0 .8rem;font-size:1rem;color:#0f234f}.right-side-sheet-link{width:100%}.row{display:flex;justify-content:space-between;gap:.7rem;align-items:center}.link-button{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:.55rem .9rem;background:#e2e8f0;color:#0f172a;font-weight:700}.users-table-wrapper{width:100%;overflow-x:auto}.users-table{width:100%;min-width:640px;border-collapse:collapse}.users-table th,.users-table td{border-bottom:1px solid #e2e8f0;text-align:left;padding:.6rem;font-size:.92rem;white-space:nowrap}.users-actions-cell{display:flex;align-items:center;gap:.6rem}.status-dot{width:.65rem;height:.65rem;border-radius:999px;display:inline-block}.status-dot-active{background:#22c55e}.status-dot-inactive{background:#ef4444}.create-user-card{max-width:720px}.create-user-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem}.create-user-brand-panel{display:none;border:1px solid #dbeafe;border-radius:14px;background:linear-gradient(135deg,#eff6ff,#f0fdf4);padding:1.6rem;min-height:320px}.create-user-brand-subtitle{margin:0;font-size:.9rem;color:#2563eb;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.create-user-brand-panel h2{margin:.45rem 0 0;color:#0f234f;font-size:clamp(1.8rem,2.8vw,2.5rem);line-height:1.2}@media(min-width:768px){.create-user-layout{grid-template-columns:minmax(0,720px) minmax(0,1fr);align-items:stretch}.create-user-brand-panel{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}}@media(max-width:900px){.topbar-user-label{font-size:.8rem}.topbar-fixed{padding:0 .9rem}.topbar-profile-btn{width:36px;height:36px}}.action-button{width:auto;padding-inline:.8rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a6b;display:grid;place-items:center;padding:1rem;z-index:40}.modal{width:min(100%,520px);background:#fff;border:1px solid #dbeafe;border-radius:14px;box-shadow:0 18px 40px #0f172a40;padding:1.2rem}.modal h2{margin-top:0}.modal-save-button{width:auto!important}.profile-password-link{border:0;background:transparent;color:#1d4ed8;font-weight:600;padding:0;margin:0 0 .9rem;width:auto;cursor:pointer}.profile-password-link:hover{color:#1e40af;text-decoration:underline}.profile-password-link:disabled{color:#94a3b8;cursor:not-allowed;text-decoration:none}.password-input-wrapper{position:relative}.password-input-wrapper input{padding-right:5.6rem}.password-toggle-btn{position:absolute;top:50%;right:.35rem;transform:translateY(-50%);border:0;border-radius:8px;padding:.28rem .55rem;background:#e2e8f0;color:#0f172a;font-size:.75rem;font-weight:700}textarea{width:100%;border:1px solid #b8d3ef;border-radius:10px;padding:.68rem .78rem;font-size:.95rem;font-family:inherit;resize:vertical}.content-page{width:100%}.imovel-form-card{width:min(100%,920px);margin-inline:auto}.page-header-row{margin-bottom:1rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.hint-text{display:block;font-size:.82rem;color:#475569;margin-top:.3rem}.image-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;margin:.9rem 0 1.1rem}.image-preview-card{margin:0;padding:.55rem;border-radius:12px;background:#f8fbff;border:1px solid #dbeafe}.image-preview-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:8px}.image-preview-card figcaption{font-size:.82rem;color:#334155;margin:.45rem 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-remove-btn{width:100%;padding:.45rem .55rem;border-radius:8px;background:#fee2e2;color:#991b1b;font-size:.82rem}.success-modal{width:min(100%,460px);background:#fff;border:1px solid #dbeafe;border-radius:14px;box-shadow:0 18px 40px #0f172a40;padding:1.2rem}.success-modal h2{margin-top:0}@media(max-width:760px){.right-side-sheet{width:100%}.form-grid{grid-template-columns:1fr}}.imoveis-header-card,.imoveis-filtro-card,.imoveis-list-card{margin-bottom:1rem}.imovel-detail-card{width:min(100%,1120px);margin-inline:auto}.imovel-detail-header{align-items:flex-start}.imovel-detail-subtitle{margin:.25rem 0 0;color:#475569}.imovel-detail-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.7rem}.imovel-detail-actions button{width:auto}.imovel-detail-hero{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(280px,1fr);gap:1rem;margin-bottom:1rem}.imovel-detail-carousel .imovel-carousel{border-radius:16px;overflow:hidden;min-height:320px}.imovel-detail-summary{display:flex;flex-direction:column;justify-content:center;gap:.65rem;padding:1.2rem;border:1px solid #dbeafe;border-radius:16px;background:linear-gradient(160deg,#f8fbff,#f0f9ff)}.imovel-detail-summary h2{margin:0;font-size:clamp(1.5rem,3vw,2rem);line-height:1.15}.imovel-detail-status{align-self:flex-start;padding:.3rem .7rem;border-radius:999px;font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.imovel-detail-status.is-active{background:#dcfce7;color:#166534}.imovel-detail-status.is-inactive{background:#fee2e2;color:#991b1b}.imovel-detail-price{margin:0;font-size:1.9rem;font-weight:800;color:#0f234f}.imovel-detail-purpose{margin:0;font-size:1rem;color:#334155;font-weight:600}.imovel-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.imovel-detail-section{border:1px solid #dbeafe;border-radius:16px;padding:1rem;background:#fff}.imovel-detail-section h2{margin-top:0;margin-bottom:.85rem;font-size:1.05rem}.imovel-detail-list{margin:0;display:grid;gap:.75rem}.imovel-detail-list div{padding-bottom:.65rem;border-bottom:1px solid #e2e8f0}.imovel-detail-list div:last-child{padding-bottom:0;border-bottom:0}.imovel-detail-list dt{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin-bottom:.2rem}.imovel-detail-list dd{margin:0;color:#0f172a}.imovel-detail-description{margin:0;color:#334155;white-space:pre-wrap}.imoveis-create-btn{width:auto!important}.imoveis-filtro-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.imoveis-filtro-busca{grid-column:span 2}.imoveis-filtro-actions{display:flex;gap:.7rem;justify-content:flex-end}.imoveis-filtro-action-btn{width:auto!important}.imoveis-card-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.imovel-card{border:1px solid #dbeafe;border-radius:14px;background:#fff;overflow:hidden;display:flex;flex-direction:column}.imovel-card-content{padding:.9rem}.imovel-card h3{margin:0}.imovel-card-meta{margin:.3rem 0 .6rem;color:#475569;font-size:.9rem}.imovel-card-description{margin:.65rem 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color:#334155}.imovel-carousel{position:relative;background:#e2e8f0;aspect-ratio:16 / 10}.imovel-carousel-image{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .35s ease-in-out}.imovel-carousel-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#475569;font-weight:600;background:repeating-linear-gradient(45deg,#e2e8f0,#e2e8f0 10px,#f1f5f9 10px,#f1f5f9 20px)}.imovel-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:999px;background:#0f172a99;color:#fff;padding:0}.imovel-carousel-nav-prev{left:.55rem}.imovel-carousel-nav-next{right:.55rem}.imovel-carousel-dots{position:absolute;left:50%;transform:translate(-50%);bottom:.6rem;display:flex;gap:.35rem}.imovel-carousel-dot{width:8px;height:8px;border-radius:999px;background:#ffffff8c;padding:0}.imovel-carousel-dot.active{background:#fff}.imoveis-actions{display:flex;gap:.45rem;margin-top:.8rem}.imoveis-actions button{width:auto;padding:.42rem .55rem;font-size:.82rem}.imoveis-modal-description{min-height:112px}.imoveis-modal-actions{display:flex;justify-content:flex-end;gap:.7rem}.imoveis-modal-actions button{width:auto}button.danger{background:#fee2e2;color:#991b1b}.imoveis-pagination{margin-top:1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.imoveis-pagination-actions{display:flex;align-items:center;gap:.7rem}.imoveis-pagination-actions button{width:auto}.imoveis-skeleton-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.imoveis-skeleton-card{border:1px solid #e2e8f0;border-radius:14px;padding:.7rem}.imoveis-skeleton-image,.imoveis-skeleton-line{animation:pulse 1.3s ease-in-out infinite;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 40%,#e2e8f0 65%);background-size:200% 100%;border-radius:10px}.imoveis-skeleton-image{aspect-ratio:16 / 10;margin-bottom:.65rem}.imoveis-skeleton-line{height:12px;margin-bottom:.45rem}.imoveis-skeleton-line.short{width:68%}@keyframes pulse{0%{background-position:100% 50%}to{background-position:0 50%}}@media(max-width:980px){.imovel-detail-hero{grid-template-columns:1fr}.imovel-detail-grid,.imoveis-filtro-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.imoveis-filtro-busca{grid-column:span 2}.imoveis-card-list,.imoveis-skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.imovel-detail-header{flex-direction:column;align-items:stretch}.imovel-detail-actions{justify-content:stretch;flex-direction:column}.imovel-detail-actions button{width:100%}.imovel-detail-grid,.imoveis-filtro-grid{grid-template-columns:1fr}.imoveis-filtro-busca{grid-column:auto}.imoveis-filtro-actions{justify-content:stretch;flex-direction:column}.imoveis-filtro-action-btn{width:100%!important}.imoveis-card-list,.imoveis-skeleton-grid{grid-template-columns:1fr;gap:.75rem}.imoveis-pagination{flex-direction:column;align-items:flex-start}}
