.bc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;max-width:1100px;margin:0 auto}.bc-card{background:#fff;border:1px solid #e8e8e8;border-radius:10px;padding:20px;box-shadow:0 1px 3px #0000000a}.bc-card-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.bc-card-icon{color:#1e9e5a;display:flex;align-items:center}.bc-card-title{font-size:17px;font-weight:700;color:#16233f;margin:0}.bc-tabs{display:flex;gap:20px;border-bottom:1px solid #eee;margin-bottom:16px}.bc-tab{background:none;border:none;padding:0 0 10px;font-family:inherit;font-size:14px;font-weight:600;color:#999;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s ease,border-color .15s ease}.bc-tab-active{color:#1e9e5a;border-bottom-color:#1e9e5a}.bc-chips{display:grid;grid-template-columns:repeat(auto-fill,minmax(105px,1fr));gap:10px}.bc-chip{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:12px 8px;background:#fff;border:1px solid #e2e2e2;border-radius:6px;cursor:pointer;font-family:inherit;transition:border-color .15s ease,background .15s ease;text-align:center}.bc-chip:hover{border-color:#1e9e5a;background:#f6fdf9}.bc-chip-active{border-color:#1e9e5a;background:#ecfdf3}.bc-chip-title{font-size:13px;font-weight:700;color:#16233f;line-height:1.2}.bc-chip-sub{font-size:11px;color:#999;line-height:1.2}@media (max-width: 640px){.bc-grid{grid-template-columns:1fr}.bc-chips{grid-template-columns:repeat(auto-fill,minmax(95px,1fr))}}.pfb-bar{box-sizing:border-box;max-width:1100px;margin:0 auto 24px;background:#fff;border:1px solid #e8e8e8;border-radius:10px;padding:18px 20px;box-shadow:0 1px 3px #0000000a}.pfb-source-tabs{display:flex;gap:8px;margin-bottom:14px;flex-wrap:wrap}.pfb-source-tab{background:#f6f7fb;border:1px solid #e2e2e2;border-radius:20px;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:600;color:#555;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.pfb-source-tab-active{background:#16233f;border-color:#16233f;color:#fff}.pfb-fields{display:flex;flex-wrap:wrap;gap:12px;align-items:end}.pfb-field{display:flex;flex-direction:column;gap:4px;flex:1;min-width:130px}.pfb-field-keyword{flex:2;min-width:200px}.pfb-label{font-size:12px;font-weight:600;color:#777}.pfb-input{padding:9px 10px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit;box-sizing:border-box;width:100%}.pfb-submit{padding:10px 22px;background:#1e9e5a;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;align-self:stretch}.pfb-submit:disabled{opacity:.7;cursor:default}@media (max-width: 640px){.pfb-fields{flex-direction:column;align-items:stretch}.pfb-field,.pfb-field-keyword{min-width:0}}.pm-image{width:100%;max-height:220px;object-fit:cover;border-radius:6px;display:block}.pm-video{width:100%;max-height:220px;border-radius:6px;background:#000;display:block}.pm-placeholder{width:100%;height:160px;border-radius:6px;background:#f3f4f6;border:1px dashed #d1d5db;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#9ca3af}.pm-placeholder svg{width:32px;height:32px}.pm-placeholder span{font-size:12px;font-weight:600;text-align:center;padding:0 12px}.pg-wrap{display:flex;flex-direction:column;gap:8px}.pg-main{position:relative;cursor:zoom-in}.pg-count{position:absolute;bottom:8px;right:8px;background:#0009;color:#fff;font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px}.pg-thumbs{display:flex;gap:6px;overflow-x:auto}.pg-thumb{flex:0 0 auto;width:48px;height:48px;border-radius:6px;overflow:hidden;border:2px solid transparent;padding:0;cursor:pointer;background:#111;display:flex;align-items:center;justify-content:center}.pg-thumb img{width:100%;height:100%;object-fit:cover;display:block}.pg-thumb-video{color:#fff;font-size:14px}.pg-thumb-active{border-color:#1e9e5a}.pg-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:100}.pg-lightbox-content{max-width:90vw;max-height:85vh}.pg-lightbox-media{max-width:90vw;max-height:85vh;object-fit:contain;display:block}.pg-lightbox-close{position:absolute;top:16px;right:20px;background:none;border:none;color:#fff;font-size:24px;cursor:pointer}.pg-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff26;border:none;color:#fff;font-size:32px;width:48px;height:48px;border-radius:50%;cursor:pointer;line-height:1}.pg-lightbox-prev{left:16px}.pg-lightbox-next{right:16px}.pr-list{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.pr-count{grid-column:1 / -1;font-size:13px;color:#888;margin:0}@media (max-width: 900px){.pr-list{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.pr-list{grid-template-columns:1fr}}.pr-empty{text-align:center;color:#888;font-size:14px;padding:24px}.pr-card{background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:20px}.pr-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #f0f0f0}.pr-card-title{font-size:17px;font-weight:700;color:#16233f}.pr-card-sub{font-size:13px;color:#888;margin-top:2px}.pr-card-body{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;font-size:13px;color:#333}.pr-card-body div{display:flex;flex-direction:column;gap:2px}.pr-label{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:#999}.pr-badge{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700;text-transform:capitalize;white-space:nowrap}.pr-badge-active{background:#dcfce7;color:#166534}.pr-badge-sold{background:#ede9fe;color:#5b21b6}.pr-description{font-size:13px;color:#555;margin-top:12px;line-height:1.5}.pr-skeleton{height:120px;border-radius:8px;background:linear-gradient(90deg,#f0f0f0 25%,#f8f8f8,#f0f0f0 75%);background-size:200% 100%;animation:pr-shimmer 1.4s infinite}@keyframes pr-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion: reduce){.pr-skeleton{animation:none}}.pr-empty-wrap{max-width:480px;margin:0 auto;text-align:center}.pr-alert-form{margin-top:20px;background:#fff;border:1px solid #eee;border-radius:10px;padding:20px;text-align:left}.pr-alert-lead{font-size:13px;color:#555;margin:0 0 14px}.pr-alert-row{display:flex;flex-wrap:wrap;gap:8px}.pr-alert-input{flex:1 1 140px;padding:9px 10px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit}.pr-alert-btn{padding:9px 18px;background:#1e9e5a;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap}.pr-alert-btn:disabled{opacity:.7;cursor:default}.pr-alert-error{color:#c0392b;font-size:13px;margin-top:8px}.pr-alert-success{margin-top:16px;color:#166534;background:#dcfce7;border-radius:8px;padding:12px 16px;font-size:14px}.home-page{font-family:Inter,-apple-system,sans-serif;background:#0f1a33;color:#fff;min-height:100vh}.home-header{display:flex;justify-content:space-between;align-items:center;padding:16px 48px;background:#fff;border-bottom:1px solid rgba(0,0,0,.06)}.home-logo{display:flex;align-items:center;gap:14px}.home-logo-icon{height:68px;width:auto;display:block}.home-logo-title{font-weight:800;font-size:24px;letter-spacing:.03em;color:#16233f;line-height:1.1}.home-logo-sub{font-size:13px;color:#6b7699;letter-spacing:.02em;font-weight:500}.home-login-btn{padding:11px 26px;background:#f4c542;color:#0f1a33;border-radius:6px;font-weight:700;font-size:15px;text-decoration:none;transition:background .15s ease;white-space:nowrap}.home-browse-link{font-size:14px;font-weight:600;color:#16233f;text-decoration:none;white-space:nowrap}.home-login-btn:hover{background:#ffd966}.home-hero{text-align:center;padding:90px 24px 70px;background:radial-gradient(ellipse at top,rgba(184,134,47,.15),transparent 60%),#0f1a33}.home-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;border:1px solid #1e5631;background:#1e563140;color:#6fcf97;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.03em;margin-bottom:24px}.home-hero-title{font-size:44px;font-weight:800;margin:0 0 16px;line-height:1.15}.home-hero-highlight{color:#f4c542}.home-hero-sub{color:#b6c0dd;font-size:16px;max-width:520px;margin:0 auto 32px}.home-cta{display:inline-block;padding:14px 32px;background:#f4c542;color:#0f1a33;border-radius:8px;font-weight:700;font-size:15px;text-decoration:none;transition:background .15s ease,transform .15s ease}.home-cta:hover{background:#ffd966;transform:translateY(-1px)}.home-cta-secondary{display:block;width:fit-content;margin:20px auto 0;background:transparent;border:1px solid rgba(255,255,255,.35);color:#fff;padding:10px 22px;font-size:13px}.home-cta-secondary:hover{background:#ffffff14}.home-hero-search{display:flex;flex-wrap:wrap;gap:8px;max-width:640px;margin:0 auto;background:#ffffff0f;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:8px}.home-hero-search-select{padding:10px 12px;border:none;border-radius:6px;font-size:13px;font-family:inherit;background:#fff;color:#16233f;font-weight:600}.home-hero-search-input{flex:1;min-width:160px;padding:10px 12px;border:none;border-radius:6px;font-size:14px;font-family:inherit}.home-hero-search-btn{padding:10px 24px;background:#f4c542;color:#0f1a33;border:none;border-radius:6px;font-weight:700;font-size:14px;cursor:pointer;white-space:nowrap}.home-hero-search-btn:hover{background:#ffd966}.home-hero-search-btn:disabled{opacity:.7;cursor:default}@media (max-width: 520px){.home-hero-search{flex-direction:column}.home-hero-search-select,.home-hero-search-btn{width:100%}}.home-featured{background:#fff;padding:50px 24px 60px}.home-featured-title{max-width:1100px;margin:0 auto 20px;font-size:22px;font-weight:800;color:#16233f}.home-featured-scroll{max-width:1100px;margin:0 auto;display:flex;gap:16px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity}.home-featured-card{flex:0 0 260px;scroll-snap-align:start;background:#fff;border:1px solid #ececec;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #16233f0d}.home-featured-card-body{padding:14px 16px 16px}.home-featured-card-title{font-size:14px;font-weight:700;color:#16233f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-featured-card-sub{font-size:12px;color:#888;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-featured-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.home-featured-card-price{font-size:13px;font-weight:700;color:#16233f}.home-featured-card-badge{font-size:10px;font-weight:700;text-transform:uppercase;padding:3px 8px;border-radius:10px}.home-featured-card-badge-sale{background:#eaf5ee;color:#1e9e5a}.home-featured-card-badge-rent{background:#eef2ff;color:#4338ca}.home-sold-strip{max-width:1000px;margin:0 auto 36px;text-align:center}.home-sold-strip-label{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#b8862f;margin-bottom:12px}.home-sold-strip-items{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.home-sold-chip{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #eee;border-radius:20px;padding:6px 14px;font-size:12px;color:#16233f}.home-sold-chip-seal{background:#16233f;color:#f4c542;font-size:10px;font-weight:800;letter-spacing:.04em;padding:2px 8px;border-radius:10px}.home-services{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:900px;margin:0 auto;padding:0 24px 80px}.home-service-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:24px 16px;text-align:center}.home-service-icon{width:48px;height:48px;margin:0 auto 12px;background:#f4c5421f;border-radius:10px;display:flex;align-items:center;justify-content:center}.home-service-title{font-size:13px;font-weight:600;color:#e2e6f0}.home-about{background:linear-gradient(180deg,#fff,#fbfaf6);color:#16233f;padding:44px 24px;text-align:center}.home-about-eyebrow{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#b8862f;font-weight:700;margin-bottom:8px}.home-about-title{font-size:30px;font-weight:800;margin:0 0 8px}.home-about-title:after{content:"";display:block;width:56px;height:3px;margin:10px auto 0;background:linear-gradient(90deg,#f4c542,#b8862f);border-radius:2px}.home-about-grid{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;margin-top:24px}.home-person-card{position:relative;background:#fff;border:1px solid #ececec;border-radius:14px;padding:24px 36px 20px;min-width:240px;box-shadow:0 2px 10px #16233f0f;transition:box-shadow .2s ease,transform .2s ease;overflow:hidden}.home-person-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#16233f,#f4c542,#16233f)}.home-person-card:hover{box-shadow:0 12px 28px #16233f1f;transform:translateY(-3px)}.home-person-photo-wrap{width:100px;height:100px;margin:0 auto 14px;border-radius:50%;padding:4px;background:linear-gradient(135deg,#f4c542,#b8862f);box-shadow:0 6px 18px #b8862f40}.home-person-photo{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center 20%;display:block;border:3px solid #fff}.home-person-name{font-size:19px;font-weight:800;color:#16233f;letter-spacing:.01em}.home-person-role{display:inline-block;font-size:12px;color:#96701f;background:#fbf1dc;border:1px solid #f0dcab;padding:4px 14px;border-radius:20px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;margin-top:10px}.home-contact{background:#f7f8fa;color:#16233f;padding:40px 24px 48px;text-align:center}.home-contact-eyebrow{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#b8862f;font-weight:700;margin-bottom:8px}.home-contact-title{font-size:30px;font-weight:800;margin:0 0 8px}.home-contact-title:after{content:"";display:block;width:56px;height:3px;margin:10px auto 0;background:linear-gradient(90deg,#f4c542,#b8862f);border-radius:2px}.home-contact-grid{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;max-width:980px;margin:24px auto 0}.home-contact-card{position:relative;background:#fff;border:1px solid #ececec;border-radius:14px;padding:20px 20px 18px;flex:1 1 220px;min-width:200px;max-width:280px;text-decoration:none;color:inherit;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}@media (max-width: 720px){.home-contact-card{flex:1 1 100%;max-width:320px}}.home-contact-card:hover{box-shadow:0 12px 28px #16233f1a;transform:translateY(-3px);border-color:#f0dcab}.home-contact-icon{width:44px;height:44px;margin:0 auto 10px;background:#16233f;border-radius:50%;display:flex;align-items:center;justify-content:center}.home-contact-label{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#6b7699;font-weight:600;margin-bottom:8px}.home-contact-value{font-size:15px;font-weight:700;color:#16233f;word-break:break-word}.home-contact-whatsapp{margin-top:22px;display:flex;justify-content:center}.home-footer{display:flex;justify-content:space-between;align-items:center;padding:20px 48px;background:#0b1428;color:#8993b3;font-size:12px}.home-footer-credit{color:#5a6690;font-size:11px}.home-footer-link{color:#f4c542;text-decoration:none}@media (max-width: 720px){.home-services{grid-template-columns:repeat(2,1fr)}.home-hero-title{font-size:32px}.home-header{padding:16px 20px;flex-direction:column;gap:12px}.home-footer{padding:16px 20px;flex-direction:column;gap:10px}.home-about-grid{flex-direction:column;align-items:center}}.home-header-actions{display:flex;align-items:center;gap:18px}.home-text-btn{background:none;border:none;font-family:inherit;font-size:14px;font-weight:600;color:#16233f;cursor:pointer;padding:0}.home-search-bar{display:flex;gap:8px;max-width:520px;margin:28px auto 0;padding:0 24px}.home-search-input{flex:1;padding:13px 16px;border:none;border-radius:8px;font-size:15px;font-family:inherit;box-sizing:border-box}.home-search-btn{padding:13px 28px;background:#f4c542;color:#0f1a33;border:none;border-radius:8px;font-weight:700;font-size:15px;cursor:pointer;white-space:nowrap}.home-browse{background:#f7f8fa;padding:56px 24px}.home-browse-title{font-size:26px;font-weight:800;color:#16233f;margin:0 0 28px;text-align:center}.home-results{margin-top:36px;scroll-margin-top:20px}.home-trust{background:#fff;color:#16233f;padding:60px 24px 70px;text-align:center}.home-trust-eyebrow{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#b8862f;font-weight:700;margin-bottom:32px}.home-trust-stats{display:flex;justify-content:center;gap:56px;flex-wrap:wrap;margin-bottom:48px}.home-trust-stat-num{font-size:36px;font-weight:800;color:#16233f}.home-trust-stat-label{font-size:13px;color:#6b7699;font-weight:600;margin-top:4px}.home-testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;max-width:960px;margin:0 auto;text-align:left}.home-testimonial-card{background:#f8f7f2;border:1px solid #eee;border-radius:12px;padding:24px}.home-testimonial-stars{color:#f4c542;font-size:15px;letter-spacing:2px;margin-bottom:10px}.home-testimonial-text{font-size:14px;color:#3a4360;line-height:1.6;margin:0 0 14px}.home-testimonial-name{font-size:13px;font-weight:700;color:#b8862f}@media (max-width: 720px){.home-trust-stats{gap:32px}}.home-submit-cta{background:#16233f;color:#fff;text-align:center;padding:56px 24px}.home-submit-cta h2{font-size:24px;font-weight:800;margin:0 0 8px}.home-submit-cta p{color:#b6c0dd;font-size:15px;margin:0 0 24px}@media (max-width: 640px){.home-search-bar{flex-direction:column}.home-header-actions{flex-wrap:wrap;justify-content:center;gap:12px}}.sticky-whatsapp{position:fixed;bottom:24px;right:24px;z-index:40}.sticky-whatsapp a{display:flex!important}.sticky-whatsapp svg{width:26px;height:26px}.dash-page{min-height:100vh;background:#f4f5f9;font-family:Inter,-apple-system,sans-serif}.dash-header{display:flex;justify-content:space-between;align-items:center;padding:14px 32px;background:#fff;border-bottom:1px solid #eee;position:relative;z-index:2}.dash-logo{display:flex;align-items:center;gap:10px}.dash-logo-icon{height:44px;width:auto}.dash-logo-title{font-weight:800;font-size:16px;color:#16233f;line-height:1.1}.dash-logo-sub{font-size:10px;color:#8792a3;font-weight:500}.dash-header-right{display:flex;align-items:center;gap:16px}.dash-nav-link{font-size:13px;color:#16233f;text-decoration:none;font-weight:600}.dash-nav-link:hover{color:#b8862f}.dash-welcome{font-size:13px;color:#444}.dash-role-badge{display:inline-block;padding:2px 8px;background:#eef0ff;color:#4338ca;border-radius:20px;font-size:11px;font-weight:600;text-transform:capitalize}.dash-logout-btn{padding:7px 16px;background:#16233f;color:#fff;border:none;border-radius:6px;font-size:13px;cursor:pointer}.dash-resign-btn{display:inline-block;padding:7px 16px;background:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-radius:6px;font-size:13px;cursor:pointer;text-decoration:none}.dash-hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#0f1a33,#1c2c52 55%,#16233f);padding:40px 32px 56px}.dash-hero-glow{position:absolute;top:-60px;right:-60px;width:320px;height:320px;background:radial-gradient(circle,rgba(244,197,66,.22),transparent 70%);pointer-events:none}.dash-hero-inner{max-width:1080px;margin:0 auto;position:relative;z-index:1}.dash-hero-eyebrow{font-size:12px;color:#f4c542;font-weight:600;letter-spacing:.04em;margin-bottom:8px}.dash-hero-title{font-size:30px;font-weight:800;color:#fff;margin:0 0 6px}.dash-hero-sub{font-size:14px;color:#b6c0dd;margin:0}.dash-main{max-width:1080px;margin:-32px auto 0;padding:0 24px 64px;position:relative;z-index:1}.dash-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:40px}.dash-stat-card{display:flex;align-items:center;gap:16px;background:#fff;border-radius:12px;padding:22px;box-shadow:0 8px 24px #0f1a3314;transition:transform .15s ease,box-shadow .15s ease}.dash-stat-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0f1a331f}.dash-stat-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dash-stat-gold .dash-stat-icon{background:#fdf2d9;color:#b8862f}.dash-stat-navy .dash-stat-icon{background:#e6e9f4;color:#16233f}.dash-stat-green .dash-stat-icon{background:#dcfce7;color:#166534}.dash-stat-value{font-size:26px;font-weight:800;color:#16233f;line-height:1.1}.dash-stat-label{font-size:12px;color:#888;margin-top:2px;font-weight:500}.dash-section-header{display:flex;justify-content:space-between;align-items:center}.dash-section-title{font-size:15px;font-weight:700;color:#16233f;margin:0 0 14px}.dash-view-all{font-size:13px;color:#b8862f;font-weight:600;text-decoration:none}.dash-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-bottom:40px}.dash-action-card{display:flex;align-items:center;gap:14px;background:#fff;border-radius:10px;padding:18px;text-decoration:none;box-shadow:0 2px 10px #0f1a330d;transition:box-shadow .15s ease,transform .15s ease}.dash-action-card:hover{box-shadow:0 8px 22px #0f1a331a;transform:translateY(-2px)}.dash-action-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0}.dash-icon-blue{background:#e0f2fe;color:#0369a1}.dash-icon-green{background:#dcfce7;color:#166534}.dash-icon-gold{background:#fdf2d9;color:#b8862f}.dash-icon-purple{background:#ede9fe;color:#5b21b6}.dash-action-title{font-size:14px;font-weight:700;color:#16233f}.dash-action-desc{font-size:12px;color:#888;margin-top:2px}.dash-muted{color:#888;font-size:14px}.dash-empty{background:#fff;border-radius:12px;padding:32px;text-align:center;box-shadow:0 2px 10px #0f1a330d}.dash-empty-link{display:inline-block;margin-top:8px;color:#b8862f;font-weight:600;font-size:13px;text-decoration:none}.dash-table-wrap{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 14px #0f1a330f}.dash-table{width:100%;border-collapse:collapse}.dash-table th{text-align:left;padding:14px 18px;font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:#999;background:#fafafa;border-bottom:1px solid #eee}.dash-table td{padding:14px 18px;font-size:13px;border-bottom:1px solid #f5f5f5;color:#333}.dash-table tbody tr:hover{background:#fafbff}.dash-table tr:last-child td{border-bottom:none}.dash-mono{font-family:IBM Plex Mono,monospace;font-weight:600;color:#16233f}.dash-owner-cell{display:flex;align-items:center;gap:8px}.dash-avatar{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#16233f,#24365c);color:#f4c542;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dash-status{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;text-transform:capitalize}.dash-status-active{background:#dcfce7;color:#166534}.dash-status-inactive{background:#f3f4f6;color:#6b7280}.dash-status-disputed{background:#fee2e2;color:#991b1b}.dash-status-sold{background:#ede9fe;color:#5b21b6}@media (max-width: 640px){.dash-header{flex-direction:column;gap:12px;align-items:flex-start}.dash-header-right{width:100%;justify-content:space-between}.dash-hero{padding:32px 20px 48px}.dash-hero-title{font-size:24px}.dash-main{padding:0 16px 48px}}:root{--ink-navy: #16233f;--ink-navy-light: #24365c;--paper: #f6f4ee;--paper-line: #e4ddc9;--brass: #b8862f;--brass-light: #d9a94a;--slate: #4a5568;--slate-light: #8792a3;--seal-active: #2f6b4f;--seal-inactive: #8792a3;--seal-disputed: #a13f3f;--seal-sold: #5b4a8a;--font-display: "Fraunces", Georgia, serif;--font-body: "Inter", -apple-system, sans-serif;--font-mono: "IBM Plex Mono", "Courier New", monospace}.ps-page{min-height:100vh;background:var(--paper);background-image:linear-gradient(var(--paper-line) 1px,transparent 1px),linear-gradient(90deg,var(--paper-line) 1px,transparent 1px);background-size:32px 32px;font-family:var(--font-body);padding-bottom:80px}.ps-page-header{display:flex;justify-content:space-between;align-items:center;padding:14px 32px;background:#fff;border-bottom:1px solid var(--paper-line);margin-bottom:48px}.ps-page-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.ps-page-logo-icon{height:44px;width:auto}.ps-page-logo-title{font-family:var(--font-display);font-weight:700;font-size:16px;color:var(--ink-navy);line-height:1.1}.ps-page-logo-sub{font-size:10px;color:var(--slate-light);font-weight:500}.ps-page-header-right{display:flex;align-items:center;gap:20px}.ps-page-nav-link{font-size:13px;color:var(--ink-navy);text-decoration:none;font-weight:600}.ps-page-nav-link:hover{color:var(--brass)}.ps-page-user{font-size:13px;color:var(--slate)}.ps-page-logout-btn{padding:7px 16px;background:var(--ink-navy);color:#fff;border:none;border-radius:4px;font-size:13px;cursor:pointer}@media (max-width: 640px){.ps-page-header{flex-direction:column;gap:12px;padding:14px 20px}.ps-page-header-right{flex-wrap:wrap;justify-content:center;gap:12px}}.ps-header{max-width:720px;margin:0 auto 40px;text-align:center}.ps-eyebrow{font-family:var(--font-mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--brass);margin-bottom:10px}.ps-title{font-family:var(--font-display);font-size:34px;font-weight:600;color:var(--ink-navy);margin:0 0 8px;letter-spacing:-.01em}.ps-subtitle{color:var(--slate);font-size:15px;margin:0}.ps-search-panel{max-width:640px;margin:0 auto 48px;background:#fff;border:1px solid var(--paper-line);border-radius:4px;padding:28px;box-shadow:0 1px 3px #16233f0f;position:relative;box-sizing:border-box}.ps-search-panel:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--ink-navy),var(--brass))}.ps-search-label{display:block;font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--slate);margin-bottom:10px}.ps-search-row{display:flex;gap:10px}.ps-input{flex:1;width:100%;box-sizing:border-box;font-family:var(--font-mono);font-size:18px;letter-spacing:.03em;padding:14px 16px;border:1.5px solid var(--paper-line);border-radius:3px;background:var(--paper);color:var(--ink-navy);outline:none;transition:border-color .15s ease}.ps-input:focus{border-color:var(--brass)}.ps-input::placeholder{color:var(--slate-light);font-family:var(--font-body);letter-spacing:normal}.ps-search-btn{font-family:var(--font-body);font-weight:600;font-size:14px;padding:0 26px;background:var(--ink-navy);color:#fff;border:none;border-radius:3px;cursor:pointer;transition:background .15s ease;white-space:nowrap}.ps-search-btn:hover:not(:disabled){background:var(--ink-navy-light)}.ps-search-btn:disabled{opacity:.6;cursor:default}.ps-results{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width: 900px){.ps-results{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.ps-results{grid-template-columns:1fr}}.ps-empty{grid-column:1 / -1;max-width:480px;margin:0 auto;text-align:center;padding:40px 24px;color:var(--slate);box-sizing:border-box}.ps-empty svg{margin-bottom:16px;opacity:.5}.ps-empty-title{font-family:var(--font-display);font-size:18px;color:var(--ink-navy);margin:0 0 6px}.ps-empty-sub{font-size:14px;margin:0}.ps-deed{background:#fff;border:1px solid var(--paper-line);border-radius:4px;padding:0;overflow:hidden;position:relative;animation:ps-fade-in .25s ease}@keyframes ps-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.ps-deed-media{padding:16px 24px 0}.ps-deed-whatsapp{padding:0 24px 20px}.ps-deed-header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 24px 16px;border-bottom:1px dashed var(--paper-line)}.ps-deed-plot{font-family:var(--font-mono);font-size:24px;font-weight:600;color:var(--ink-navy);letter-spacing:.02em}.ps-deed-society{font-size:13px;color:var(--slate);margin-top:4px}.ps-seal{font-family:var(--font-mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;padding:5px 12px;border-radius:20px;border:1.5px solid currentColor;white-space:nowrap}.ps-seal-active{color:var(--seal-active)}.ps-seal-inactive{color:var(--seal-inactive)}.ps-seal-disputed{color:var(--seal-disputed)}.ps-seal-sold{color:var(--seal-sold)}.ps-deed-body{padding:18px 24px 22px;display:grid;grid-template-columns:1fr 1fr;gap:14px 24px}.ps-field-label{font-family:var(--font-mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--slate-light);margin-bottom:3px}.ps-field-value{font-size:14px;color:var(--ink-navy);font-weight:500}.ps-skeleton{background:#fff;border:1px solid var(--paper-line);border-radius:4px;padding:24px;height:140px;position:relative;overflow:hidden}.ps-skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(184,134,47,.08),transparent);animation:ps-shimmer 1.3s infinite}@keyframes ps-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (max-width: 520px){.ps-deed-body{grid-template-columns:1fr}.ps-search-row{flex-direction:column}.ps-title{font-size:26px}}@media (prefers-reduced-motion: reduce){.ps-deed,.ps-skeleton:after{animation:none}}.ps-advanced-toggle{display:block;margin-top:14px;background:none;border:none;color:var(--brass);font-family:var(--font-body);font-size:12px;font-weight:600;cursor:pointer;padding:0}.ps-advanced-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:14px;margin-top:14px;padding-top:16px;border-top:1px dashed var(--paper-line)}.ps-input-small{font-size:14px;padding:10px 12px}.ps-form-error{background:#fdecec;color:var(--seal-disputed);padding:8px 12px;border-radius:3px;font-size:13px;margin-top:14px}.ps-results-count{grid-column:1 / -1;font-family:var(--font-mono);font-size:12px;color:var(--slate);margin:0 0 4px}.ps-mode-toggle{max-width:640px;margin:0 auto 20px;display:flex;gap:8px}.ps-mode-btn{flex:1;padding:10px 16px;background:#fff;border:1px solid var(--paper-line);border-radius:4px;font-family:var(--font-body);font-size:13px;font-weight:600;color:var(--slate);cursor:pointer;transition:all .15s ease}.ps-mode-btn-active{background:var(--ink-navy);border-color:var(--ink-navy);color:#fff}.pub-page{min-height:100vh;background:#f6f7fb;font-family:-apple-system,sans-serif}.pub-header{display:flex;justify-content:space-between;align-items:center;padding:14px 32px;background:#fff;border-bottom:1px solid #eee}.pub-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.pub-logo-icon{height:44px;width:auto}.pub-logo-title{font-weight:800;font-size:16px;color:#16233f;line-height:1.1}.pub-logo-sub{font-size:10px;color:#8792a3;font-weight:500}.pub-nav{display:flex;align-items:center;gap:20px}.pub-nav-link{font-size:14px;color:#16233f;text-decoration:none;font-weight:600}.pub-nav-user{font-size:13px;color:#666}.pub-nav-btn{padding:8px 16px;background:#16233f;color:#fff;border:none;border-radius:6px;font-size:13px;cursor:pointer}.pub-nav-btn-solid{padding:8px 16px;background:#f4c542;color:#16233f;border-radius:6px;font-size:13px;font-weight:700;text-decoration:none}.pub-hero{text-align:center;padding:40px 24px 24px}.pub-hero h1{font-size:28px;font-weight:800;color:#16233f;margin:0 0 8px}.pub-hero p{color:#666;font-size:14px;margin:0}.pub-account-layout{display:flex;align-items:stretch;min-height:calc(100vh - 73px)}.pub-sidebar{width:240px;flex-shrink:0;background:#f4f0ff;border-right:1px solid #e0d9f7;padding:20px 0}.pub-sidebar-nav{display:flex;flex-direction:column}.pub-sidebar-link{text-align:left;display:block;padding:10px 16px;margin:2px 8px;background:none;border:none;border-radius:6px;color:#4c1d95;font-size:14px;font-family:inherit;cursor:pointer;transition:background .15s ease,color .15s ease}.pub-sidebar-link:hover{background:#7c3aed14}.pub-sidebar-link-active{background:#7c3aed;color:#fff}.pub-sidebar-link-active:hover{background:#7c3aed}.pub-search-form{display:flex;gap:8px;max-width:560px;margin:0 auto 32px;padding:0 24px}.pub-input{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;box-sizing:border-box;font-family:inherit}.pub-search-btn{padding:10px 20px;background:#16233f;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;white-space:nowrap}.pub-results{max-width:720px;margin:0 auto;padding:0 24px 60px;display:flex;flex-direction:column;gap:16px}.pub-muted{text-align:center;color:#888;font-size:14px}.pub-card{background:#fff;border:1px solid #eee;border-radius:8px;padding:20px}.pub-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #f0f0f0}.pub-card-title{font-size:17px;font-weight:700;color:#16233f}.pub-card-sub{font-size:13px;color:#888;margin-top:2px}.pub-card-body{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;font-size:13px}.pub-card-body div{display:flex;flex-direction:column;gap:2px}.pub-field-label{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:#999}.pub-badge{padding:3px 10px;border-radius:20px;font-size:11px;font-weight:700;text-transform:capitalize;white-space:nowrap}.pub-badge-active{background:#dcfce7;color:#166534}.pub-badge-sold{background:#ede9fe;color:#5b21b6}.pub-status-badge{padding:3px 10px;border-radius:20px;font-size:11px;font-weight:700;text-transform:capitalize}.pub-status-pending{background:#fef3c7;color:#92400e}.pub-status-approved{background:#dcfce7;color:#166534}.pub-status-rejected{background:#fee2e2;color:#991b1b}.pub-video{width:100%;max-height:300px;border-radius:6px;background:#000;margin-top:12px;display:block}.pub-description{font-size:13px;color:#555;margin-top:12px;line-height:1.5}.pub-rejection-note{margin-top:12px;padding:10px;background:#fef2f2;border-radius:6px;font-size:13px;color:#991b1b}.pub-auth-page-wrap{min-height:100vh;background:#f5f6fa}.pub-auth-header{display:flex;justify-content:space-between;align-items:center;padding:14px 32px;background:#fff;border-bottom:1px solid #eee}.pub-auth-header-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.pub-auth-header-icon{height:44px;width:auto}.pub-auth-header-title{font-weight:800;font-size:16px;color:#16233f;line-height:1.1}.pub-auth-header-sub{font-size:10px;color:#8792a3;font-weight:500}.pub-auth-header-link{font-size:13px;color:#16233f;font-weight:600;text-decoration:none}.pub-auth-page{display:flex;align-items:center;justify-content:center;padding:48px 24px}.pub-auth-card{background:#fff;border-radius:10px;padding:32px;width:380px;box-shadow:0 4px 20px #00000014}.pub-auth-logo{height:56px;display:block;margin:0 auto 16px}.pub-auth-title{font-size:20px;font-weight:800;color:#16233f;text-align:center;margin:0 0 6px}.pub-auth-sub{font-size:13px;color:#888;text-align:center;margin:0 0 20px}.pub-label{display:block;font-size:13px;color:#555;margin-bottom:6px;font-weight:600}.pub-auth-card .pub-input,.pub-form-card .pub-input{margin-bottom:14px}.pub-auth-btn{width:100%;padding:12px;background:#16233f;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer}.pub-auth-link-btn{display:block;width:100%;text-align:center;margin-top:10px;font-size:13px;color:#16233f;background:none;border:none;cursor:pointer;padding:4px}.pub-auth-link-btn:disabled{color:#aaa;cursor:default}.pub-auth-footer{text-align:center;font-size:13px;color:#666;margin-top:16px}.pub-auth-footer a{color:#16233f;font-weight:700;text-decoration:none}.pub-auth-back{display:block;text-align:center;font-size:12px;color:#999;margin-top:10px;text-decoration:none}.pub-error{background:#ffe5e5;color:#c0392b;padding:10px;border-radius:6px;font-size:13px;margin-bottom:14px}.pub-auth-success{background:#dcfce7;color:#166534;padding:10px;border-radius:6px;font-size:13px;margin-bottom:14px}.pub-account-content{flex:1;min-width:0;padding:24px 32px 60px}.pub-account-content>*{max-width:720px}.pub-account-content-header{margin-bottom:20px}.pub-account-content-header h1{font-size:24px;font-weight:800;color:#16233f;margin:0 0 4px}.pub-account-content-header p{color:#666;font-size:14px;margin:0}.pub-listing-page{max-width:1200px}.pub-listing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:start}@media (max-width: 1180px){.pub-listing-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 700px){.pub-listing-grid{grid-template-columns:1fr}}.pub-form-card{background:#fff;border:1px solid #eee;border-radius:8px;padding:24px}.pub-form-row{display:flex;gap:16px;margin-bottom:4px}.pub-form-field{flex:1}.pub-hint{font-size:11px;color:#999;margin:-10px 0 14px}.pub-textarea{min-height:90px;resize:vertical}@media (max-width: 640px){.pub-header{flex-direction:column;gap:12px}.pub-form-row{flex-direction:column;gap:0}.pub-search-form{flex-direction:column}}.pub-stats-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}.pub-stat{flex:1 1 100px;background:#fff;border:1px solid #eee;border-radius:10px;padding:14px;text-align:center}.pub-stat-num{font-size:22px;font-weight:800;color:#16233f}.pub-stat-label{font-size:11px;color:#888;font-weight:600;text-transform:uppercase;letter-spacing:.03em;margin-top:2px}.pub-status-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.pub-status-filter{padding:6px 14px;background:#fff;color:#666;border:1px solid #ddd;border-radius:20px;cursor:pointer;font-size:13px;font-family:inherit}.pub-status-filter-active{background:#16233f;color:#fff;border-color:#16233f}.pub-subtabs{display:flex;gap:4px;max-width:400px;margin:0 auto 16px;border-bottom:1px solid #e0d9f7}.pub-subtab{flex:1;padding:10px 12px;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;color:#666;cursor:pointer;font-size:14px;font-weight:600;font-family:inherit}.pub-subtab:hover{color:#16233f}.pub-subtab-active{color:#16233f;border-bottom-color:#16233f}@media (max-width: 640px){.pub-stats-row{gap:8px}.pub-stat{flex:1 1 45%}}@media (max-width: 860px){.pub-account-layout{flex-direction:column;min-height:auto}.pub-sidebar{width:100%;padding:8px;border-right:none;border-bottom:1px solid #e0d9f7}.pub-sidebar-nav{flex-direction:row;flex-wrap:wrap;gap:4px}.pub-sidebar-link{margin:0}.pub-account-content{padding:16px 16px 48px}.pub-account-content>*{max-width:none}.pub-subtabs{max-width:none}}
