.dashboard-page-shell{background:var(--color-background,#f5f7fb);grid-template-rows:auto minmax(0,1fr) auto;height:100vh;min-height:100vh;display:grid;overflow:hidden}.dashboard-page-shell .navbar{z-index:40;position:relative;top:auto}.dashboard-page-shell .footer{padding:.75rem 0}.dashboard-page-shell .footer-content{min-height:32px;font-size:.85rem}.dashboard-layout{grid-template-columns:260px minmax(0,1fr) 320px;gap:1.5rem;min-height:0;padding:1.5rem;display:grid;overflow:hidden}.dashboard-main{scrollbar-width:thin;min-width:0;min-height:0;padding-right:.25rem;overflow-y:auto}.dashboard-layout.left-panel-collapsed{grid-template-columns:minmax(0,1fr) 320px}.dashboard-layout.right-panel-collapsed{grid-template-columns:260px minmax(0,1fr)}.dashboard-layout.left-panel-collapsed.right-panel-collapsed{grid-template-columns:minmax(0,1fr)}@media (width<=1024px){.dashboard-layout{grid-template-columns:220px minmax(0,1fr);gap:1rem;padding:1rem}.dashboard-layout.left-panel-collapsed,.dashboard-layout.right-panel-collapsed,.dashboard-layout.left-panel-collapsed.right-panel-collapsed{grid-template-columns:minmax(0,1fr)}}@media (width<=768px){.dashboard-page-shell{height:auto;min-height:100vh;overflow:visible}.dashboard-layout{min-height:auto;padding:.85rem;display:block;overflow:visible}.dashboard-main{padding-right:0;overflow:visible}}.dashboard-sidebar{scrollbar-width:thin;background:var(--color-surface,#fff);border:1px solid var(--color-border,#e5e7eb);border-radius:1.25rem;align-self:stretch;min-height:0;padding:1rem;overflow-y:auto}.dashboard-sidebar-header{border-bottom:1px solid var(--color-border,#e5e7eb);flex-direction:column;gap:.25rem;margin-bottom:.75rem;padding:.5rem .75rem 1rem;display:flex}.dashboard-sidebar-header strong{color:var(--color-text,#111827);font-size:1.15rem}.dashboard-sidebar-kicker{color:var(--color-muted-text,#64748b);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:800}.dashboard-sidebar-nav{flex-direction:column;gap:.5rem;display:flex}.dashboard-sidebar-link{color:var(--color-text,#111827);border-radius:.9rem;align-items:center;gap:.8rem;padding:.85rem 1rem;font-weight:600;text-decoration:none;display:flex}.dashboard-sidebar-link:hover{background:var(--color-muted,#f3f4f6)}.dashboard-sidebar-icon{background:var(--color-muted,#f3f4f6);width:2.25rem;height:2.25rem;color:var(--color-text,#111827);border-radius:.9rem;justify-content:center;align-items:center;display:inline-flex}.dashboard-sidebar-link.active{color:#fff;background:#111827}.dashboard-sidebar-link.active .dashboard-sidebar-icon{color:#fff;background:#ffffff24}@media (width<=768px){.dashboard-sidebar{display:none}}.dashboard-right-panel{scrollbar-width:thin;align-self:stretch;min-height:0;display:block;overflow-y:auto}.dashboard-panel-card{background:var(--color-surface,#fff);border:1px solid var(--color-border,#e5e7eb);border-radius:1.25rem;padding:1rem}.dashboard-panel-card h2{margin:0 0 .5rem;font-size:1rem}.dashboard-panel-card p{color:var(--color-muted-text,#6b7280);margin:0}@media (width<=1024px){.dashboard-right-panel{display:none}}.dashboard-feed-page,.properties-owner-feed-page{width:min(760px,100%)}.dashboard-feed-header{max-width:720px;margin-bottom:1.5rem}.dashboard-feed-header h1{margin:.75rem 0;font-size:clamp(2rem,4vw,3.5rem);line-height:1.05}.dashboard-feed-header p{color:var(--color-muted-text,#64748b);margin:0;font-size:1.1rem}.dashboard-feed-placeholder{border:1px dashed var(--color-border,#d1d5db);background:var(--color-surface,#fff);border-radius:1.5rem;max-width:720px;padding:2rem}.property-feed{flex-direction:column;gap:1.5rem;max-width:760px;display:flex}.property-feed .property-card{width:100%}.feed-hero-card,.feed-admin-welcome-card{border:1px solid var(--color-border,#e5e7eb);background:linear-gradient(135deg,#fff,#f8fafc);border-radius:1.5rem;max-width:720px;padding:1.75rem;box-shadow:0 14px 40px #0f172a0d}.feed-admin-welcome-card h1{margin:.75rem 0 1rem;font-size:clamp(2rem,4vw,3.5rem);line-height:1.05}.feed-admin-welcome-card p{color:var(--color-muted-text,#64748b);margin:0 0 1.5rem;font-size:1.05rem;line-height:1.6}.property-feed-end,.property-feed-load-more{border:1px solid var(--color-border,#e5e7eb);background:var(--color-surface,#fff);text-align:center;border-radius:1.25rem;max-width:720px;padding:1.25rem}.property-feed-end{color:var(--color-muted-text,#64748b);flex-direction:column;gap:.35rem;display:flex}.property-feed-end strong{color:var(--color-text,#111827)}.property-feed-load-more button{background:var(--color-primary,#111827);color:#fff;border:0;border-radius:999px;padding:.85rem 1.25rem;font-weight:700}@media (width<=768px){.dashboard-feed-page,.properties-owner-feed-page,.property-feed{width:100%;max-width:none}.dashboard-feed-placeholder,.feed-hero-card,.feed-admin-welcome-card,.property-feed-end,.property-feed-load-more{border-radius:1.25rem;max-width:none}.feed-admin-welcome-card,.feed-hero-card{padding:1.25rem}}.public-feed-shell{background:var(--color-background,#f5f7fb);grid-template-rows:auto minmax(0,1fr) auto;height:100vh;min-height:100vh;display:grid;overflow:hidden}.public-feed-shell .navbar{z-index:40;position:relative;top:auto}.public-feed-shell .footer{padding:.75rem 0}.public-feed-layout{grid-template-columns:minmax(0,1fr) 340px;gap:1.5rem;min-height:0;padding:1.5rem;display:grid;overflow:hidden}.public-feed-main,.public-feed-layout .dashboard-right-panel{scrollbar-width:thin;min-height:0;overflow-y:auto}.public-feed-main{justify-content:center;display:flex}.public-feed-layout.right-panel-collapsed{grid-template-columns:minmax(0,1fr)}.public-feed-page{width:min(760px,100%)}.public-welcome-card{border:1px solid var(--color-border,#e5e7eb);background:var(--color-surface,#fff);border-radius:2rem;position:relative;overflow:hidden;box-shadow:0 18px 50px #0f172a0f}.public-welcome-content{padding:2rem}.public-welcome-content h1{letter-spacing:-.06em;margin:0 0 1rem;font-size:clamp(2.3rem,5vw,4rem);line-height:.95}.public-welcome-content p{color:var(--color-muted,#64748b);margin:0;font-size:1.1rem}.public-home-actions{flex-wrap:wrap;gap:.85rem;margin-top:1.5rem;display:flex}.public-home-action{align-items:center;gap:.45rem;display:inline-flex}.public-welcome-image{height:280px}.public-welcome-image img{object-fit:cover;width:100%;height:100%}@media (width<=1024px){.public-feed-layout{grid-template-columns:minmax(0,1fr)}.public-feed-layout .dashboard-right-panel{display:none}}@media (width<=768px){.public-feed-shell{height:auto;min-height:100vh;overflow:visible}.public-feed-layout{padding:.85rem;display:block;overflow:visible}.public-feed-main{display:block;overflow:visible}.public-feed-page{width:100%}.public-welcome-card{border-radius:1.5rem}.public-welcome-content{padding:1.25rem}.public-welcome-image{height:220px}}.property-profile-shell{background:var(--color-background,#f5f7fb);grid-template-rows:auto minmax(0,1fr) auto;min-height:100vh;display:grid}.property-profile-shell .navbar{z-index:40;position:relative;top:auto}.property-profile-main{min-width:0;overflow-y:auto}.property-profile-shell .footer{padding:.75rem 0}@media (width<=768px){.property-profile-shell{display:block}.property-profile-main{overflow:visible}}.property-detail-owner-strip.compact{z-index:5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-radius:1.25rem;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:-2rem;margin-bottom:2rem;padding:1rem 1.25rem;display:flex;position:relative;box-shadow:0 10px 30px #0f172a14,0 1px 2px #0f172a0a}.property-detail-owner-info{flex:1;gap:.15rem;min-width:180px;display:grid}.property-detail-owner-info span{color:var(--color-muted,#64748b);font-size:.9rem;font-weight:700}.property-detail-owner-info strong{color:var(--color-primary,#111827);font-size:clamp(1.25rem,3vw,1.8rem)}.property-detail-contact-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.property-detail-contact-button{border-radius:999px;justify-content:center;align-items:center;gap:.45rem;padding:.85rem 1.25rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex}.property-detail-contact-button:hover{transform:translateY(-1px)}.property-detail-contact-button.whatsapp{color:#fff;background:#16a34a;box-shadow:0 12px 24px #16a34a38}.property-detail-contact-button.phone{color:#fff;background:#2563eb;box-shadow:0 12px 24px #2563eb33}.property-detail-contact-button.email{color:#fff;background:#f97316;box-shadow:0 12px 24px #f9731638}@media (width<=768px){.property-detail-owner-strip.compact{align-items:stretch;margin-top:-1rem}.property-detail-contact-actions{width:100%}.property-detail-contact-button{flex:1}}.property-detail-location-map{background:#f3f4f6;border:0;border-radius:1rem;width:100%;min-height:320px;margin:1rem 0}.property-detail-location-link{width:fit-content}@media (width<=768px){.property-detail-location-map{min-height:260px}.property-detail-location-link{justify-content:center;width:100%}}.property-detail-advertiser-card{gap:1.5rem;display:grid}.property-detail-advertiser-header span{color:var(--color-muted,#64748b);font-weight:700}.property-detail-advertiser-header h2{margin:.25rem 0 0}.property-detail-advertiser-content{align-items:center;gap:1.25rem;display:flex}.property-detail-advertiser-avatar{color:#fff;background:#111827;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:6rem;height:6rem;display:inline-flex;position:relative;overflow:visible}.property-detail-advertiser-avatar img{object-fit:cover;border-radius:999px;width:100%;height:100%}.property-detail-advertiser-avatar span{color:#fff;background:#16a34a;border:3px solid #fff;border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex;position:absolute;bottom:-.25rem;right:-.25rem}.property-detail-advertiser-info{gap:.5rem;display:grid}.property-detail-advertiser-info strong{font-size:1.4rem}.property-detail-advertiser-info p{margin:0}.property-detail-advertiser-info .secondary-button{width:fit-content}@media (width<=768px){.property-detail-advertiser-content{flex-direction:column;align-items:flex-start}.property-detail-advertiser-info .secondary-button{width:100%}}.public-agent-page{padding:3rem 0 5rem}.public-agent-container{gap:2rem;display:grid}.public-agent-hero,.public-agent-card{border:1px solid var(--color-border,#e5e7eb);background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 14px 40px #0f172a0d}.public-agent-hero{align-items:center;gap:1.5rem;display:flex}.public-agent-avatar{color:#fff;background:#111827;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:7rem;height:7rem;display:inline-flex;position:relative}.public-agent-avatar img{object-fit:cover;border-radius:999px;width:100%;height:100%}.public-agent-avatar span{color:#fff;background:#16a34a;border:3px solid #fff;border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex;position:absolute;bottom:0;right:0}.public-agent-hero h1{margin:.25rem 0 .75rem;font-size:clamp(2rem,5vw,3.5rem)}.public-agent-location{align-items:center;gap:.5rem;display:inline-flex}.public-agent-card{gap:1rem;display:grid}.public-agent-card .secondary-button{width:fit-content}@media (width<=768px){.public-agent-hero{flex-direction:column;align-items:flex-start}.public-agent-card .secondary-button{text-align:center;width:100%}}:root{--color-primary:#0f172a;--color-secondary:#334155;--color-accent:#f97316;--color-accent-hover:#ea580c;--color-background:#f8fafc;--color-card:#fff;--color-border:#e2e8f0;--color-muted:#64748b;--color-soft:#fff7ed;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--color-background);min-width:320px;min-height:100vh;color:var(--color-primary);margin:0}button,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1120px,100% - 32px);margin:0 auto}.section{padding:72px 0}.section-header{max-width:680px;margin-bottom:32px}.section-header h2{letter-spacing:-.04em;margin:0;font-size:clamp(32px,4vw,48px)}.section-header p{color:var(--color-muted);font-size:18px;line-height:1.6}.button{border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:12px 18px;font-weight:700;transition:all .16s;display:inline-flex}.button-primary{background:var(--color-accent);color:#fff;box-shadow:0 12px 24px #f9731638}.button-primary:hover{background:var(--color-accent-hover);transform:translateY(-1px)}.button-secondary{color:var(--color-primary);border:1px solid var(--color-border);background:#fff}.button-secondary:hover{border-color:var(--color-accent);transform:translateY(-1px)}.nav-link-button{color:#0f172a;cursor:pointer;font:inherit;background:0 0;border:1px solid #cbd5e1;border-radius:12px;padding:10px 16px;font-weight:700}.nav-link-button:hover{color:#f97316;border-color:#f97316}.navbar{z-index:40;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f8fafcf0;border-bottom:1px solid #e2e8f0e6;position:sticky;top:0}.navbar-content{justify-content:space-between;align-items:center;gap:.75rem;height:72px;display:flex}.navbar-left,.navbar-right,.brand,.navbar-action-link,.nav-create-link{align-items:center;display:inline-flex}.navbar-left{flex:auto;gap:.75rem;min-width:0}.navbar-right{white-space:nowrap;flex:none;gap:.55rem}.brand{color:var(--color-primary);white-space:nowrap;gap:.65rem;font-size:1.35rem;font-weight:900}.brand-icon{background:var(--color-primary);color:#fff;border-radius:14px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.navbar-icon-button,.navbar-action-link{width:42px;height:42px;color:var(--color-primary);background:#fff;border:1px solid #e2e8f0f2;border-radius:999px;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.navbar-icon-button:hover,.navbar-action-link:hover{background:#f8fafc;transform:translateY(-1px)}.navbar-icon-button.primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.navbar-icon-button.primary:hover{background:var(--color-accent);border-color:var(--color-accent)}.navbar-action-link{gap:.35rem;font-weight:800}.navbar-action-link span{display:none}.nav-create-link{gap:.35rem}.nav-link-button{color:var(--color-primary);cursor:pointer;background:0 0;border:none;padding:0 .5rem;font-weight:800}@media (width>=769px){.navbar-action-link{width:auto;padding:0 .9rem}.navbar-action-link span{display:inline}}@media (width<=768px){.navbar-content{height:64px}.navbar-left{gap:.45rem}.brand{gap:.5rem;min-width:0;font-size:1.15rem}.brand-icon{border-radius:13px;width:36px;height:36px}.brand span:last-child{text-overflow:ellipsis;overflow:hidden}.navbar-icon-button,.navbar-action-link{width:40px;height:40px}.nav-link-button{display:none}}.hero{padding:72px 0 48px}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid}.hero-copy{max-width:620px}.eyebrow{color:var(--color-accent);margin-bottom:16px;font-size:14px;font-weight:800;display:inline-flex}.hero h1{letter-spacing:-.05em;margin:0;font-size:clamp(42px,5vw,68px);line-height:.98}.hero p{color:var(--color-muted);margin:24px 0 0;font-size:19px;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:32px;display:flex}.hero-image-card{background:var(--color-card);border-radius:32px;min-height:520px;position:relative;overflow:hidden;box-shadow:0 24px 80px #0f172a24}.hero-image-card img{object-fit:cover;width:100%;height:520px}.hero-floating-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-radius:24px;gap:4px;padding:18px;display:grid;position:absolute;bottom:24px;left:24px;right:24px;box-shadow:0 12px 32px #0f172a2e}.hero-floating-card strong{font-size:22px}.hero-floating-card span{color:var(--color-muted)}.footer{background:var(--color-primary);color:#fff;padding:32px 0}.footer-content{justify-content:space-between;align-items:center;gap:16px;display:flex}.footer span{color:#cbd5e1}.benefits-section{background:#fff}@media (width<=900px){.navbar-content{flex-direction:column;align-items:flex-start;height:auto;padding:16px 0}.nav-links{flex-wrap:wrap;gap:14px;width:100%}.hero{padding-top:48px}.hero-grid{grid-template-columns:1fr}.hero-image-card,.hero-image-card img{height:360px;min-height:360px}.property-grid,.benefit-grid{grid-template-columns:1fr}.footer-content{flex-direction:column;align-items:flex-start}}@media (width<=520px){.hero h1{font-size:42px}.hero-actions,.hero-actions .button,.nav-links .button{width:100%}}.auth-page{background:radial-gradient(circle at 0 0,#f9731629,#0000 32rem),linear-gradient(135deg,#fff7ed 0%,#f8fafc 42%,#fff 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.auth-shell{background:#ffffffc7;border:1px solid #e2e8f0e6;border-radius:2rem;grid-template-columns:1.05fr .95fr;width:min(1120px,100%);min-height:680px;display:grid;overflow:hidden;box-shadow:0 24px 70px #0f172a1f}.auth-brand-panel{color:#fff;background-color:#0000;background-image:linear-gradient(135deg,#0f172af0,#1e293be6),url(https://images.unsplash.com/photo-1600607687939-ce8a6c25118c);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;flex-direction:column;justify-content:space-between;padding:2rem;display:flex;position:relative}.auth-back-link{color:#fff;align-items:center;gap:.5rem;width:fit-content;font-weight:700;text-decoration:none;display:inline-flex}.auth-brand-content{max-width:520px}.auth-brand-icon{background:#ffffff1f;border-radius:1.5rem;place-items:center;width:4.5rem;height:4.5rem;margin-bottom:1.5rem;display:grid}.auth-eyebrow{color:var(--color-accent);letter-spacing:.09em;text-transform:uppercase;margin:0 0 .75rem;font-size:.8rem;font-weight:800}.auth-brand-content h1{margin:0 0 1rem;font-size:clamp(2rem,4vw,3.6rem);line-height:1.05}.auth-brand-content p{color:#cbd5e1;margin:0;line-height:1.7}.auth-card{background:#fff;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,4rem);display:flex}.auth-header{margin-bottom:2rem}.auth-header h2{color:var(--color-primary);margin:0 0 .75rem;font-size:2.2rem}.auth-header p{color:var(--color-muted);margin:0;line-height:1.6}.auth-form{gap:1.25rem;display:grid}.auth-input-wrapper{background:#fff;border:1px solid #cbd5e1;border-radius:1rem;align-items:center;gap:.75rem;min-height:3.25rem;padding:0 1rem;display:flex}.auth-input-wrapper svg{color:var(--color-muted);flex-shrink:0}.auth-input-wrapper input{width:100%;font:inherit;background:0 0;border:0;outline:none}.auth-input-wrapper:focus-within{border-color:var(--color-accent);box-shadow:0 0 0 4px #f9731624}.auth-form-links{justify-content:flex-end;display:flex}.auth-form-links a,.auth-footer a{color:var(--color-accent);font-weight:800;text-decoration:none}.auth-submit-button{width:100%}.auth-footer{color:var(--color-muted);text-align:center;margin-top:1.5rem}@media (width<=860px){.auth-page{padding:1rem}.auth-shell{grid-template-columns:1fr;min-height:auto}.auth-brand-panel{min-height:320px}.auth-card{padding:2rem}}.auth-helper-text{color:var(--color-muted);margin:-.5rem 0 0;font-size:.85rem;line-height:1.5}.auth-info-message{color:#9a3412;background:#fff7ed;border:1px solid #fdba74;border-radius:12px;margin-bottom:1rem;padding:1rem}.auth-info-message strong{margin-bottom:.5rem;display:block}.property-create-page{padding-top:3rem;padding-bottom:5rem}.property-create-container{max-width:980px}.property-create-header{margin-bottom:2rem}.property-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;padding:2rem;box-shadow:0 10px 30px #0000000a}.property-stepper{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.property-step{color:#4b5563;cursor:pointer;background:#f3f4f6;border:none;border-radius:999px;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.9rem;transition:all .2s;display:flex}.property-step span{color:#111827;background:#d1d5db;border-radius:999px;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.75rem;font-weight:600;display:flex}.property-step.active{color:#fff;background:#111827}.property-step.active span{background:#fff}.property-step.completed{color:#1d4ed8;background:#dbeafe}.property-form-section{flex-direction:column;gap:1.5rem;display:flex}.form-section-header h2{margin-bottom:.5rem}.form-section-header p{color:#6b7280}.property-form-section label{flex-direction:column;gap:.5rem;font-weight:500;display:flex}.property-form-section input,.property-form-section select,.property-form-section textarea{background:#fff;border:1px solid #d1d5db;border-radius:.9rem;padding:.85rem 1rem;font-size:1rem}.property-form-section textarea{resize:vertical;min-height:140px}.form-field-group{flex-direction:column;gap:1rem;display:flex}.checkbox-card-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;display:grid}.checkbox-card{cursor:pointer;border:1px solid #d1d5db;border-radius:1rem;align-items:center;gap:.75rem;padding:1rem;transition:all .2s;display:flex}.checkbox-card:hover{border-color:#111827}.checkbox-card input{width:1rem;height:1rem}.media-placeholder-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.media-placeholder-card{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:1rem;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.media-placeholder-card span{color:#2563eb;font-size:.85rem;font-weight:600}.checkbox-field{align-items:center;gap:.75rem;flex-direction:row!important;display:flex!important}.property-form-actions{justify-content:space-between;gap:1rem;margin-top:2rem;display:flex}.form-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:1rem;margin-bottom:1.5rem;padding:1rem}.secondary-button{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:999px;padding:.85rem 1.5rem}.primary-button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:999px;padding:.85rem 1.5rem}.primary-button:disabled,.secondary-button:disabled{opacity:.5;cursor:not-allowed}@media (width<=768px){.property-form-card{padding:1.25rem}.property-form-actions{flex-direction:column}.primary-button,.secondary-button{width:100%}}.property-detail-page{padding-bottom:5rem}.property-detail-hero{min-height:460px;position:relative;overflow:hidden}.property-detail-hero img{object-fit:cover;width:100%;height:460px;display:block}.property-detail-overlay{background:linear-gradient(#0f172a1a,#0f172ad9);align-items:flex-end;padding-bottom:3rem;display:flex;position:absolute;inset:0}.property-detail-header{color:#fff;justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.property-detail-header h1{max-width:900px;margin:1rem 0 .75rem;font-size:clamp(2.2rem,5vw,4rem)}.property-detail-badges{flex-wrap:wrap;gap:.75rem;display:flex}.property-detail-location{color:#e5e7eb;align-items:center;gap:.5rem;font-size:1.05rem;display:flex}.property-detail-actions .primary-button{align-items:center;gap:.5rem;display:inline-flex}.property-detail-content{margin-top:2rem}.property-detail-main{gap:1.5rem;display:grid}.property-detail-card{border:1px solid var(--color-border);background:#fff;border-radius:1.5rem;padding:1.75rem;box-shadow:0 14px 40px #0f172a0a}.property-detail-card h2{margin-top:0}.property-detail-card p{color:var(--color-muted);line-height:1.7}.property-detail-price{color:var(--color-primary);margin-bottom:1rem;font-size:2rem;display:block}.property-detail-meta{flex-wrap:wrap;gap:1rem;display:flex}.property-detail-meta span{color:var(--color-muted);align-items:center;gap:.5rem;display:inline-flex}@media (width<=768px){.property-detail-header{flex-direction:column;align-items:flex-start}.property-detail-hero,.property-detail-hero img{height:520px;min-height:520px}.property-detail-actions .primary-button{justify-content:center;width:100%}}.danger-zone-card{background:#fff7f7;border:1px solid #fecaca;border-radius:1.5rem;flex-direction:column;gap:1.25rem;margin-top:2rem;padding:2rem;display:flex}.danger-zone-card h2{color:#991b1b;margin:.5rem 0}.danger-zone-card p{color:#7f1d1d;margin:0;line-height:1.7}.danger-zone-card strong{color:#991b1b}.danger-zone-card label{flex-direction:column;gap:.5rem;font-weight:600;display:flex}.danger-zone-card input{background:#fff;border:1px solid #fca5a5;border-radius:1rem;padding:.9rem 1rem}.danger-button{color:#fff;cursor:pointer;background:#b91c1c;border:none;border-radius:999px;width:fit-content;padding:.95rem 1.5rem;font-weight:700;transition:all .2s}.danger-button:hover:not(:disabled){background:#991b1b}.danger-button:disabled{opacity:.45;cursor:not-allowed}@media (width<=768px){.danger-button{width:100%}}.property-detail-item{align-items:center;gap:.75rem;display:flex}.property-detail-item-icon{justify-content:center;align-items:center;display:flex}.property-detail-item-content{flex-direction:column;line-height:1.2;display:flex}.property-detail-item-content strong{font-size:1rem;font-weight:700}.property-detail-item-content span{opacity:.8;font-size:.85rem}.property-detail-gallery-section{margin-top:2rem;margin-bottom:2rem}.property-detail-gallery-toolbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.property-detail-gallery-toolbar h2{margin:0;font-size:1.5rem}.property-detail-gallery-toolbar p{color:var(--text-muted);margin:.25rem 0 0}.property-detail-gallery-dropdown{position:relative}.property-detail-gallery-menu{z-index:100;background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:240px;padding:.5rem;position:absolute;top:calc(100% + .5rem);left:0;box-shadow:0 10px 25px #0000001f,0 4px 10px #00000014}.property-detail-gallery-menu button{cursor:pointer;text-align:left;background:#fff;border:none;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;display:flex}.property-detail-gallery-menu button:hover{background:#f8fafc}.property-detail-gallery-menu button.active{color:#ea580c;background:#fff7ed}.property-detail-gallery-viewer{background:#0f172a;border-radius:28px;height:min(68vh,680px);min-height:420px;position:relative;overflow:hidden}.property-detail-gallery-viewer img{object-fit:cover;width:100%;height:100%;display:block}.property-detail-gallery-nav{z-index:5;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172aad;border:1px solid #ffffff8c;border-radius:999px;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.property-detail-gallery-nav.left{left:1.25rem}.property-detail-gallery-nav.right{right:1.25rem}.property-detail-gallery-nav:disabled{opacity:.35;cursor:not-allowed}.property-detail-gallery-thumbnails{gap:.75rem;margin-top:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.property-detail-gallery-thumbnails button{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:14px;flex:0 0 92px;height:68px;padding:0;overflow:hidden}.property-detail-gallery-thumbnails button.active{border-color:var(--primary-color)}.property-detail-gallery-thumbnails img{object-fit:cover;width:100%;height:100%;display:block}.property-detail-gallery-subsection{border-top:1px solid var(--border-color);margin-top:2rem;padding-top:2rem}.property-detail-gallery-subsection-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.property-detail-gallery-subsection-header h3{margin:0;font-size:1.35rem}.property-detail-gallery-subsection-header p{color:var(--text-muted);margin:.25rem 0 0}.property-detail-gallery-subgrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.property-detail-gallery-subgrid img{object-fit:cover;border-radius:18px;width:100%;height:240px}@media (width<=768px){.property-detail-gallery-subgrid{grid-template-columns:1fr}.property-detail-gallery-subgrid img{height:220px}}.property-detail-gallery-sections-panel{margin-top:2rem}.property-detail-gallery-subcollage{grid-template-columns:1.2fr 1fr;gap:.75rem;display:grid}.property-detail-gallery-subcollage img{object-fit:cover;border-radius:18px;width:100%;height:220px}.property-detail-gallery-subcollage img.main{height:450px}.property-detail-gallery-subcollage>div{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (width<=768px){.property-detail-gallery-subcollage{grid-template-columns:1fr}.property-detail-gallery-subcollage img.main,.property-detail-gallery-subcollage img{height:220px}}.property-detail-gallery-toggle{box-shadow:0 14px 34px #f9731647}.property-detail-gallery-section-selector>.secondary-button{border-color:var(--primary-color);color:var(--primary-color);background:#fff7ed}.property-detail-gallery-toggle{color:#fff;background:#f97316;border-color:#f97316;margin-top:1rem;box-shadow:0 14px 34px #f9731647}.property-detail-gallery-toggle:hover{background:#ea580c;border-color:#ea580c}.property-detail-gallery-section-selector{margin-bottom:1.25rem;position:relative}.property-detail-gallery-section-selector>.secondary-button{color:#f97316;background:#fff7ed;border-color:#f97316}.property-detail-gallery-menu.inline{left:0;right:auto}.property-detail-owner-strip{z-index:5;align-items:center;gap:1rem;margin-top:-2.75rem;margin-bottom:2rem;display:flex;position:relative}.property-detail-owner-avatar{background:var(--color-primary,#111827);color:#fff;border:5px solid #fff;border-radius:999px;justify-content:center;align-items:center;width:6rem;height:6rem;display:inline-flex;box-shadow:0 14px 32px #0f172a29}.property-detail-owner-strip span{color:var(--color-muted,#64748b);font-size:.9rem;font-weight:700;display:block}.property-detail-owner-strip strong{color:var(--color-primary,#111827);font-size:clamp(1.25rem,3vw,1.8rem);display:block}.property-detail-layout{grid-template-columns:minmax(280px,380px) minmax(0,1fr);align-items:start;gap:1.5rem;display:grid}.property-detail-sidebar,.property-detail-main-content{flex-direction:column;gap:1.5rem;display:flex}.property-detail-sidebar{position:sticky;top:1rem}.property-detail-main-content .property-detail-gallery-section{width:100%;margin:0}.property-detail-main-content .property-detail-gallery-section.container{width:100%;max-width:none;padding:0}@media (width<=1024px){.property-detail-layout{grid-template-columns:1fr}.property-detail-sidebar{position:static}}@media (width<=768px){.property-detail-owner-strip{align-items:flex-end;margin-top:-2rem;margin-bottom:1.25rem}.property-detail-owner-avatar{border-width:4px;width:4.75rem;height:4.75rem}.property-detail-layout,.property-detail-sidebar,.property-detail-main-content{gap:1rem}}.property-location-preview{flex-direction:column;gap:1rem;display:flex}.property-location-preview iframe{background:#f3f4f6;border:0;border-radius:1.25rem;width:100%;min-height:320px}.property-location-preview-link{width:fit-content}@media (width<=768px){.property-location-preview-link{text-align:center;width:100%}}.location-picker-map{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:1.25rem;overflow:hidden}.location-picker-map-container{width:100%;min-height:360px}.location-picker-map-loading{background:#f9fafb;border:1px solid #e5e7eb;border-radius:1.25rem;justify-content:center;align-items:center;min-height:360px;display:flex}.dashboard-section-title-button p{margin:.35rem 0 0}.property-edit-dashboard{gap:1.5rem;display:grid}.dashboard-section-card{background:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;padding:1.75rem;box-shadow:0 14px 40px #0f172a0f}.dashboard-section-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.dashboard-section-title-button{color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:flex-start;gap:1rem;padding:0;display:flex}.dashboard-section-title-button h2{margin:0}.dashboard-section-title-button p{color:#64748b;margin:.35rem 0 0}.dashboard-section-body{margin-top:1.5rem}.form-helper-message{color:#334155;background:#f8fafc;border-radius:.9rem;margin-top:1rem;padding:.85rem 1rem}@media (width<=768px){.dashboard-section-header{flex-direction:column}.dashboard-section-header .primary-button{width:100%}}.dashboard-section-actions{justify-content:flex-end;margin-top:1.5rem;display:flex}@media (width<=768px){.dashboard-section-actions .primary-button{width:100%}}.dashboard-section-body>hr{border:0;border-top:1px solid var(--color-border);margin:2rem 0}.property-dashboard-section{gap:1.25rem;display:grid}.property-dashboard-section-header h2{margin:0}.property-dashboard-section-header p{color:var(--color-muted);margin:.35rem 0 0}.property-dashboard-card{border:1px solid var(--color-border);background:#fff;border-radius:1.25rem;padding:1.25rem}.property-dashboard-list{gap:1rem;display:grid}.property-gallery-card{border:1px solid var(--color-border);background:#f8fafc;border-radius:1.25rem;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.property-gallery-card h4{margin:0;font-size:1.05rem}.property-gallery-card p{color:var(--color-muted);margin:.45rem 0}.property-gallery-card small{color:var(--color-muted)}.property-gallery-form{border:1px solid var(--color-border);background:#fff;border-radius:1.25rem;gap:1rem;padding:1.25rem;display:grid}.property-gallery-form h3{margin:0}.property-gallery-form label{gap:.5rem;font-weight:700;display:grid}.property-gallery-form input,.property-gallery-form textarea{width:100%;font:inherit;border:1px solid #d1d5db;border-radius:.9rem;padding:.85rem 1rem}.property-gallery-form textarea{resize:vertical;min-height:110px}.property-gallery-form .checkbox-field{align-items:center;gap:.6rem;width:fit-content;display:inline-flex!important}.property-gallery-form .checkbox-field input{width:1rem;height:1rem}.property-gallery-form .primary-button{width:fit-content}@media (width<=768px){.property-gallery-card{flex-direction:column}.property-gallery-form .primary-button{width:100%}}.hero-media-editor{gap:1rem;display:grid}.hero-media-preview{border:1px solid var(--color-border);background:#f8fafc;border-radius:1.25rem;width:min(100%,520px);position:relative;overflow:hidden}.hero-media-preview img{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.hero-media-floating-actions{gap:.5rem;display:flex;position:absolute;bottom:1rem;right:1rem}.hero-media-floating-actions .icon-button{background:#fffffff0;box-shadow:0 10px 24px #0f172a29}.hero-media-status p{color:var(--color-muted);margin:0}.media-subsection-header h3{margin:0}.media-subsection-header p{color:var(--color-muted);margin:.35rem 0 0}.gallery-media-manager{margin-top:1rem}.gallery-media-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-top:1rem;display:grid}.gallery-media-card{border:1px solid var(--border-color);background:#fff;border-radius:16px;position:relative;overflow:hidden}.gallery-media-card img{object-fit:cover;width:100%;height:120px;display:block}.gallery-media-card .property-owner-actions{gap:.35rem;display:flex;position:absolute;top:.5rem;right:.5rem}.property-gallery-card-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.gallery-media-manager .secondary-button{cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.property-edit-profile-header{border:1px solid var(--color-border,#e5e7eb);background:#fff;border-radius:1.75rem;overflow:hidden;box-shadow:0 14px 40px #0f172a0f}.property-edit-profile-cover{background:#e5e7eb;height:260px;overflow:hidden}.property-edit-profile-cover img{object-fit:cover;width:100%;height:100%}.property-edit-profile-cover-placeholder{width:100%;height:100%;color:var(--color-muted,#64748b);background:linear-gradient(135deg,#0f172a14,#f973161f),#f8fafc;place-items:center;display:grid}.property-edit-profile-body{grid-template-columns:auto minmax(0,1fr) auto;align-items:end;gap:1rem;padding:0 1.5rem 1.5rem;display:grid}.property-edit-profile-avatar{background:var(--color-primary,#111827);color:#fff;border:5px solid #fff;border-radius:999px;justify-content:center;align-items:center;width:5.75rem;height:5.75rem;margin-top:-2.75rem;display:inline-flex;box-shadow:0 14px 32px #0f172a29}.property-edit-profile-info{min-width:0;padding-top:1rem}.property-edit-profile-info h1{color:var(--color-primary,#111827);letter-spacing:-.04em;margin:.35rem 0 .5rem;font-size:clamp(1.8rem,4vw,3rem);line-height:1.05}.property-edit-profile-info p{color:var(--color-muted,#64748b);align-items:center;gap:.4rem;margin:0;display:inline-flex}.property-edit-profile-badges{flex-wrap:wrap;gap:.5rem;margin-top:.85rem;display:flex}.property-edit-profile-badges span{color:#334155;background:#f1f5f9;border-radius:999px;align-items:center;gap:.35rem;padding:.4rem .65rem;font-size:.82rem;font-weight:800;display:inline-flex}.property-edit-profile-actions{align-items:center;gap:.75rem;display:flex}.property-edit-profile-actions .secondary-button{white-space:nowrap;align-items:center;gap:.45rem;display:inline-flex}.property-edit-profile-completion{background:#e2e8f0;height:.5rem}.property-edit-profile-completion span{background:var(--color-accent,#f97316);height:100%;display:block}@media (width<=768px){.property-edit-profile-cover{height:190px}.property-edit-profile-body{grid-template-columns:auto minmax(0,1fr);align-items:end;padding:0 1rem 1rem}.property-edit-profile-avatar{border-width:4px;width:4.5rem;height:4.5rem;margin-top:-2.25rem}.property-edit-profile-actions{grid-column:1/-1}.property-edit-profile-actions .secondary-button{justify-content:center;width:100%}.property-edit-profile-info h1{font-size:clamp(1.5rem,8vw,2.2rem)}}.dashboard-section-title-button:focus{outline:none}.dashboard-section-title-button:focus-visible{outline-offset:4px;border-radius:1rem;outline:3px solid #f9731659}.dashboard-section-title-text{gap:.25rem;min-width:0;display:grid}.dashboard-section-title-text h2,.dashboard-section-title-text p{margin:0}.dashboard-section-title-button{width:100%;color:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:.9rem;padding:0;display:flex}.dashboard-section-toggle{width:2.5rem;height:2.5rem;color:var(--color-primary,#111827);background:#f1f5f9;border-radius:999px;flex:0 0 2.5rem;justify-content:center;align-items:center;display:inline-flex}.dashboard-section-title-text{flex-direction:column;gap:.25rem;min-width:0;display:flex}.dashboard-section-title-text h2,.dashboard-section-title-text p{margin:0}.dashboard-section-title-text p{color:var(--color-muted,#64748b)}.hero-media-floating-actions .icon-button,.property-owner-actions .icon-button,.gallery-media-card .icon-button{border:1px solid var(--color-border,#e5e7eb);width:2.4rem;height:2.4rem;color:var(--color-primary,#111827);background:#fffffff5;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex;box-shadow:0 10px 24px #0f172a1f}.hero-media-floating-actions .icon-button.danger,.property-owner-actions .icon-button.danger,.gallery-media-card .icon-button.danger{color:#b91c1c}.property-gallery-card .property-owner-actions{flex-shrink:0;gap:.5rem;display:flex}.gallery-media-card .property-owner-actions{position:absolute;top:.5rem;right:.5rem}.empty-state-card{background:var(--color-card,#fff);border:1px solid var(--color-border,#e5e7eb);text-align:center;border-radius:24px;padding:2rem}.empty-state-card h2{margin-bottom:.75rem}.empty-state-card p{color:var(--color-muted-text,#6b7280);margin-bottom:1.5rem}.benefit-card{background:var(--color-card,#fff);border:1px solid var(--color-border,#e5e7eb);border-radius:20px;padding:1.5rem}.benefit-card h3{margin-bottom:.75rem}.benefit-card p{color:var(--color-muted-text,#6b7280)}@media (width<=768px){.property-grid{grid-template-columns:1fr;gap:1rem}.empty-state-card{padding:1.5rem}.benefit-grid{grid-template-columns:1fr}}.property-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem;display:grid}.empty-state-card{border:1px solid var(--color-border,#e5e7eb);background:#fff;border-radius:24px;padding:2rem}.empty-state-card h2{margin-top:0;margin-bottom:1rem}.empty-state-card p{color:var(--color-muted-text,#6b7280);margin-bottom:1.5rem;line-height:1.6}.benefit-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.benefit-card{border:1px solid var(--color-border,#e5e7eb);background:#fff;border-radius:24px;padding:1.5rem}.benefit-card h3{margin-top:0;margin-bottom:.75rem}.benefit-card p{color:var(--color-muted-text,#6b7280);margin:0}@media (width<=768px){.property-grid,.benefit-grid{grid-template-columns:1fr}.empty-state-card{padding:1.5rem}}.property-card{background:var(--color-card);border:1px solid var(--color-border);border-radius:24px;overflow:hidden;box-shadow:0 14px 36px #0f172a0f}.property-card-image{background:#e5e7eb;height:300px;position:relative;overflow:hidden}.property-card-image img{object-fit:cover;width:100%;height:100%}.property-card-image-overlay{background:linear-gradient(#0f172a4d,#0f172a05);justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.9rem;display:flex;position:absolute;inset:0}.property-card-image-badges{flex-wrap:wrap;gap:.4rem;display:flex}.property-card-badge{border-radius:999px;align-items:center;padding:.35rem .65rem;font-size:.72rem;font-weight:800;display:inline-flex}.property-card-badge.neutral{color:var(--color-primary);background:#ffffffe6}.property-card-badge.success{color:#166534;background:#dcfce7}.property-card-badge.warning{color:#92400e;background:#fef3c7}.property-card-save-button{width:40px;height:40px;color:var(--color-primary);background:#ffffffeb;border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.property-card-info{padding:1.25rem}.property-card-operation-line{color:var(--color-muted);margin:0 0 .6rem;font-size:.95rem;font-weight:600}.property-card-price{color:var(--color-primary);letter-spacing:-.04em;margin-bottom:.45rem;font-size:clamp(1.45rem,3vw,1.9rem);line-height:1;display:block}.property-card-info h3{margin:0;font-size:1.18rem;line-height:1.25}.property-card-location{color:var(--color-muted);align-items:center;gap:.4rem;margin:.65rem 0 .9rem;line-height:1.35;display:flex}.property-card-meta{color:var(--color-muted);flex-wrap:wrap;gap:.8rem;font-size:.95rem;display:flex}.property-card-meta span{align-items:center;gap:.35rem;display:inline-flex}.property-card-actions{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}.property-card-view-button{background:var(--color-primary);color:#fff;border:0;border-radius:999px;align-items:center;gap:.4rem;padding:.7rem 1rem;font-weight:800;display:inline-flex}.property-card-icon-button{border:1px solid var(--color-border);width:38px;height:38px;color:var(--color-primary);background:#fff;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.property-feed .property-card-image{height:340px}@media (width<=720px){.property-card{border-radius:20px}.property-card-image,.property-feed .property-card-image{height:230px}.property-card-info{padding:1rem}.property-card-price{font-size:1.55rem}.property-card-info h3{font-size:1.1rem}.property-card-location{align-items:flex-start}.property-card-meta{gap:.65rem;font-size:.9rem}.property-card-actions{align-items:stretch}.property-card-view-button{flex:1;justify-content:center}}.profile-page{background:var(--color-background,#f8fafc);min-height:70vh;padding:56px 0}.profile-container{max-width:1120px}.profile-header{margin-bottom:32px}.profile-header h1{color:#0f172a;margin:0 0 12px;font-size:42px}.profile-header p{color:#475569;max-width:720px;line-height:1.7}.profile-eyebrow{color:#f97316;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:13px;font-weight:700}.profile-grid{grid-template-columns:1fr 1.4fr;gap:24px;display:grid}.profile-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:28px;transition:transform .16s,box-shadow .16s;box-shadow:0 1px 3px #00000014,0 4px 12px #0000000a}.profile-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0f172a14,0 2px 8px #0f172a0d}.profile-summary-card{flex-direction:column;gap:18px;display:flex}.profile-avatar{color:#fff;background:#0f172a;border-radius:24px;justify-content:center;align-items:center;width:84px;height:84px;display:flex}.profile-summary-card h2{color:#0f172a;margin:0;font-size:28px}.profile-alias{color:#475569;margin:6px 0 0}.profile-status{color:#047857;background:#10b9811f;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:8px 12px;font-weight:700;display:inline-flex}.profile-info-list{gap:18px;margin-top:20px;display:grid}.profile-info-item{align-items:flex-start;gap:14px;display:flex}.profile-info-item svg{color:#f97316;margin-top:3px}.profile-info-item span{color:#64748b;margin-bottom:4px;font-size:14px;display:block}.profile-info-item strong{color:#0f172a;word-break:break-word}.profile-onboarding-card{grid-column:1/-1}.profile-onboarding-card p{color:#475569;max-width:760px;line-height:1.7}@media (width<=768px){.profile-grid{grid-template-columns:1fr}.profile-header h1{font-size:34px}}.profile-info-item strong{overflow-wrap:anywhere}.profile-form-card{max-width:920px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.form-group{gap:8px;display:grid}.form-group label{color:#334155;font-size:14px;font-weight:700}.form-group input,.form-group select{color:#0f172a;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:14px;min-height:48px;padding:0 14px;transition:border-color .16s,box-shadow .16s}.form-group input:focus,.form-group select:focus{border-color:#f97316;outline:none;box-shadow:0 0 0 4px #f9731624}.profile-form-actions{justify-content:flex-end;gap:14px;margin-top:28px;display:flex}@media (width<=768px){.form-grid{grid-template-columns:1fr}.profile-form-actions{flex-direction:column-reverse;align-items:stretch}}.profile-completion-bar{background:#e2e8f0;border-radius:999px;width:100%;height:.6rem;overflow:hidden}.profile-completion-bar span{border-radius:inherit;background:var(--color-accent);height:100%;display:block}.profile-edit-form{gap:2rem;display:grid}.profile-edit-section{gap:1.25rem;display:grid}.profile-edit-section+.profile-edit-section{border-top:1px solid var(--color-border,#e5e7eb);padding-top:2rem}.profile-edit-section-header h2{color:var(--color-primary,#0f172a);margin:0 0 .35rem;font-size:1.25rem}.profile-edit-section-header p{color:var(--color-muted,#64748b);margin:0;line-height:1.5}.profile-avatar-uploader{border:1px solid var(--color-border,#e5e7eb);background:#fff;border-radius:1.5rem;align-items:center;gap:1.25rem;margin-bottom:1.5rem;padding:1.5rem;display:flex}.profile-avatar-preview{color:#fff;background:#111827;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:6rem;height:6rem;display:inline-flex;overflow:hidden}.profile-avatar-preview img{object-fit:cover;width:100%;height:100%}.profile-avatar-uploader-content{gap:.5rem;display:grid}.profile-avatar-uploader-content h3,.profile-avatar-uploader-content p{margin:0}.profile-avatar-upload-button{align-items:center;gap:.5rem;width:fit-content;display:inline-flex}.profile-avatar-upload-button input{display:none}@media (width<=768px){.profile-avatar-uploader{flex-direction:column;align-items:flex-start}.profile-avatar-upload-button{justify-content:center;width:100%}}.profile-avatar img{object-fit:cover;width:100%;height:100%}
