:root{--gold:#d4af37;--gold-less-dark:#bd8c2f;--gold-dark:#b6862e;--gold-darker:#65500a}html{scroll-behavior:smooth}body{background-color:#f8f8f8;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;overflow-x:hidden}.container{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}#header{background:#fff;box-shadow:0 2px 4px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}#header .container{align-items:center;display:flex;justify-content:space-between;padding:10px 20px}.logo img{height:50px}#navbar ul{display:flex;gap:20px;list-style:none;margin:0;padding:0}#navbar ul li a{color:#333;font-weight:500;text-decoration:none;transition:color .3s}#navbar ul li a:hover{color:#b6862e;color:var(--gold-dark)}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;height:22px;justify-content:space-around;width:30px;z-index:1200}.menu-toggle .bar{background-color:#333;border-radius:2px;height:3px;transition:all .3s ease;width:100%}.menu-toggle.active .bar:first-child{transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active .bar:nth-child(2){opacity:0}.menu-toggle.active .bar:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width:991px){#navbar,.menu-toggle{display:flex}#navbar{align-items:center;background:#fff;box-shadow:-4px 0 12px #0000001a;flex-direction:column;height:100vh;justify-content:center;max-width:320px;position:fixed;right:-100%;top:0;transition:right .4s ease;width:70%;z-index:1100}#navbar.open{right:0}#navbar ul{align-items:center;flex-direction:column;gap:20px;margin:0;padding:0}#navbar ul li a{color:#222;font-size:1.2rem}body.menu-open:before{background:#0006;bottom:0;content:"";left:0;position:fixed;right:0;top:0;z-index:1000}}#hero{align-items:center;background:linear-gradient(#fffc,#fffc),url(https://vishalprojects.com/images/sanjivini-1.jpg) top;background-size:cover;display:flex;height:100vh;padding-top:70px;width:100%}#hero .container{position:relative;text-align:center}#hero h1{color:#333;font-size:48px;font-weight:700;line-height:56px;margin:0 0 10px}#hero h2{color:#666;font-size:20px;font-weight:400;margin-bottom:30px}#hero img{max-width:100%}#hero img,.project-slideshow{border-radius:10px;box-shadow:0 10px 30px #0000001a;height:auto}.project-slideshow{aspect-ratio:16/9;background:#fff;max-height:65vh;overflow:hidden;padding-top:56.25%;position:relative;width:100%}.project-slideshow img{animation:projectKenBurns 20s ease-in-out infinite alternate;height:100%;left:0;object-fit:cover;object-position:center center;position:absolute;top:0;transform-origin:center center;width:100%;will-change:transform}@supports (aspect-ratio:1/1){.project-slideshow{padding-top:0}}@keyframes projectKenBurns{0%{transform:scale(1.05) translate(0)}50%{transform:scale(1.12) translate(-1.5%,-1.5%)}to{transform:scale(1.2) translate(1.5%,1.5%)}}.project-slideshow:hover img{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.project-slideshow img{animation:none}}#hero a{background:#d4af37;border-radius:6px;color:#fff;display:inline-block;font-size:16px;font-weight:500;letter-spacing:1px;margin-top:30px;padding:10px 28px;text-decoration:none;transition:.5s}#hero a:hover{background:#b6862e;background:var(--gold-dark)}section{overflow:hidden;padding:60px 0;position:relative}.section-title{padding-bottom:40px;text-align:center}.section-title h2{color:#333;display:inline-block;font-size:32px;font-weight:700;margin-bottom:20px;padding-bottom:0;position:relative}.section-title h2:after{background:#d4af37;bottom:-10px;content:"";display:block;height:3px;left:calc(50% - 25px);position:absolute;width:50px}.section-title p{color:#666;font-size:16px;margin-bottom:0}#about p{color:#555;line-height:1.6}#about a{color:#d4af37;color:var(--gold);text-decoration:none}#about a:hover{color:#b6862e;color:var(--gold-dark)}#about ul{list-style:none;padding:0}#about ul li{align-items:flex-start;display:flex;padding:8px 0}#about ul li:before{color:#d4af37;color:var(--gold);content:"✓";font-weight:700;margin-right:10px}#about ul li::hover{color:#d4af37;color:var(--gold);text-decoration:none}#counts{background-color:#f0f0f0;padding:80px 0;text-align:center}#counts img{border-radius:10px;box-shadow:0 5px 20px #0000001a;height:auto;max-width:80%}#counts .count-box{background:#fff;border-radius:12px;box-shadow:0 5px 20px #00000014;margin:10px 0;padding:30px}#counts .count-number{color:#d4af37;font-size:56px;font-weight:700;line-height:1;margin-bottom:10px}#counts .count-box p{color:#555;font-size:16px;margin:0}@media (max-width:767px){#counts .count-number{font-size:42px}}#amenities{background-color:#d4af37}#amenities h1{color:#333;font-size:32px;font-weight:700;margin-bottom:40px;text-align:center}#amenities .inner,#amenities .inner>div{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.amty{align-items:center;background:#d4af37;border-radius:8px;box-shadow:0 2px 8px #0000000d;display:flex;flex-basis:calc(25% - 20px);flex-direction:column;padding:15px;text-align:center;transition:all .3s ease}.amty:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-5px)}.amty-img img{height:50px;margin-bottom:10px;width:50px}.am-text{color:#444;font-size:16px;font-weight:500}#gallery{background-color:#f8f8f8}#gallery ul{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin-bottom:30px;padding:0}#gallery ul li{color:#666;cursor:pointer;font-weight:600;margin:0 15px;padding:5px 0;position:relative;transition:.3s}#gallery ul li.filter-active,#gallery ul li:hover{color:#d4af37}#gallery ul li.filter-active:after{background:#d4af37;bottom:0;content:"";display:block;height:2px;left:0;position:absolute;width:100%}.portfolio-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.portfolio-item{border-radius:8px;box-shadow:0 2px 10px #00000014;flex-basis:calc(33.333% - 20px);overflow:hidden;transition:all .3s ease}.portfolio-item:hover{box-shadow:0 5px 20px #00000026;transform:translateY(-5px)}.portfolio-wrap{position:relative}.portfolio-wrap img{display:block;height:250px;max-width:100%;object-fit:cover}.portfolio-info{background:#000000b3;bottom:0;color:#fff;left:0;padding:15px;position:absolute;right:0;transform:translateY(100%);transition:transform .3s ease}.portfolio-item:hover .portfolio-info{transform:translateY(0)}.portfolio-info h4{font-size:18px;margin-bottom:5px}.portfolio-info p{font-size:14px;margin-bottom:0}#gallery .gallery-slider{background:#fff;border-radius:10px;box-shadow:0 10px 30px #00000014;margin:0 auto;max-width:100%;overflow:hidden;position:relative}#gallery .gallery-track{overflow:hidden;width:100%}#gallery .gallery-slides{display:flex;transition:transform .5s ease;width:100%;will-change:transform}#gallery .gallery-slide{min-width:100%;-webkit-user-select:none;user-select:none}#gallery .gallery-slide img{display:block;height:500px;object-fit:cover;width:100%}@media (max-width:767px){#gallery .gallery-slide img{height:300px}}#gallery .gallery-control{background:#00000073;border:none;border-radius:50%;color:#fff;cursor:pointer;display:grid;height:42px;place-items:center;position:absolute;top:50%;transform:translateY(-50%);width:42px;z-index:2}#gallery .gallery-control:hover{background:#0009}#gallery .gallery-prev{left:12px}#gallery .gallery-next{right:12px}#gallery .gallery-dots{bottom:10px;display:flex;gap:8px;justify-content:center;left:0;position:absolute;right:0;z-index:2}#gallery .gallery-dots button{background:#fff9;border:none;border-radius:50%;cursor:pointer;height:10px;width:10px}#gallery .gallery-dots button[aria-current=true]{background:#d4af37}#contact{background-color:#fff}.contact-about h3{color:#333;font-size:24px;margin-bottom:20px}.contact-about{text-align:center}#contact .info a,#contact .info p,.contact-about a,.contact-about p{color:#d4af37;color:var(--gold);line-height:1.6;text-decoration:none}#contact .info a:hover,.contact-about a:hover{color:#d4af37;text-decoration:underline}#contact .info{background:#fdfdfd;margin-bottom:20px;padding:20px;text-align:center}#contact .info,#contact iframe{border-radius:8px;box-shadow:0 2px 8px #0000000d}#contact iframe{display:block;height:300px;margin:0 auto;max-width:900px;width:100%}#footer{background:#006400;color:#eee;font-size:14px;padding:40px 0}#footer .footer-top{align-items:center;border-bottom:1px solid #ffffff26;display:flex;justify-content:center;padding-bottom:16px}#footer .footer-bottom{padding-top:16px;text-align:center}#footer .copyright{margin-bottom:5px;text-align:center}#footer .credits{color:#ccc;font-size:13px;padding-top:4px;text-align:center}#footer .footer-links{display:flex;flex-wrap:wrap;gap:18px}#footer .footer-links a{color:#eee;padding:6px 0;text-decoration:none;transition:.3s}#footer .footer-links a:hover{color:#b6862e;color:var(--gold-dark)}@media (max-width:991px){#navbar{background:#fff;box-shadow:0 0 20px #00000026;display:block;height:calc(100vh - 70px);padding:20px;position:fixed;right:-100%;top:70px;transition:.3s;width:70%;z-index:999}#navbar ul{flex-direction:column}#navbar li{margin:10px 0}#navbar a{border-bottom:1px solid #eee;padding:10px 15px;text-align:left;width:100%}#navbar .scrollto:last-child{display:block;margin-top:20px;text-align:center}.mobile-nav-toggle{color:#333;cursor:pointer;display:block;font-size:28px;margin-right:15px}.navbar-mobile{right:0}#hero h1{font-size:36px;line-height:44px}#hero h2{font-size:18px}.amty,.portfolio-item{flex-basis:calc(50% - 20px)}#contact .col-lg-3,#contact .col-lg-4{margin-bottom:30px;width:100%}#footer .footer-top{justify-content:center}}@media (max-width:767px){#header{height:60px}#hero{padding-top:60px}#hero h1{font-size:28px;line-height:36px}#hero h2{font-size:16px}.section-title h2{font-size:26px}.amty,.portfolio-item{flex-basis:calc(100% - 20px)}}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.col-lg-12,.col-lg-3,.col-lg-4,.col-lg-6,.col-md-6{padding-left:15px;padding-right:15px;position:relative;width:100%}.col-lg-3,.col-lg-4,.col-lg-6,.col-md-6{flex:0 0 100%;max-width:100%}@media (min-width:768px){.col-md-6{flex:0 0 50%;max-width:50%}}@media (min-width:992px){.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-12{flex:0 0 100%;max-width:100%}}*,:after,:before{box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.2;margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}img{border-style:none;vertical-align:middle}.vs-notfound{align-items:center;display:flex;justify-content:center;min-height:60vh;padding:60px 20px}.vs-notfound-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 14px 40px #0f172a0f;max-width:480px;padding:40px 28px;text-align:center;width:100%}.vs-notfound-code{font-feature-settings:"tnum";color:#1b5e20;font-size:64px;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-2px;line-height:1;margin-bottom:8px}.vs-notfound-card h1{color:#0f172a;font-size:22px;font-weight:700;margin:4px 0 12px}.vs-notfound-card p{color:#64748b;font-size:14px;line-height:1.55;margin:0 0 22px}.vs-notfound-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.vs-notfound-primary{align-items:center;background:#1b5e20;border-radius:10px;color:#fff;display:inline-flex;font-size:14px;font-weight:700;gap:6px;padding:11px 22px;text-decoration:none}.vs-notfound-primary:hover{background:#2e7d32}body{background:#fff;font-family:Arial,Helvetica,sans-serif;margin:0;padding:0}.docs-container{margin:0 auto;max-width:1000px;padding:24px}.docs-container h1{color:#b6862e;font-weight:600;margin-bottom:8px}.sub{color:#666;margin:0 0 24px}#customers{border-collapse:collapse;font-family:Arial,Helvetica,sans-serif;width:100%}#customers td,#customers th{border:1px solid #ddd;padding:12px}#customers tr:nth-child(2n){background-color:#faf7ef}#customers tr:hover{background-color:#f1e6cf}#customers th{background-color:#c9a227;color:#fff;text-align:left}.doc-link{color:#c28e1b;text-decoration:none}.doc-link:hover{text-decoration:underline}.docs-wrap{gap:20px}.docs-toolbar,.docs-wrap{display:flex;flex-direction:column}.docs-toolbar{gap:16px}.docs-search-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.docs-search{flex:1 1;min-width:240px;position:relative}.docs-search-icon{color:#6b7280;display:inline-flex;left:14px;position:absolute;top:50%;transform:translateY(-50%)}.docs-search input{background:#fff;border:1px solid #d1d5db;border-radius:10px;font-size:14px;outline:none;padding:12px 14px 12px 40px;width:100%}.docs-search input:focus{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e2026}.docs-upload-btn{align-items:center;background:#1b5e20;border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:12px 20px;transition:background .15s}.docs-upload-btn:hover{background:#2e7d32}.docs-tabs{border-bottom:1px solid #e5e7eb;display:flex;gap:4px;overflow-x:auto}.docs-tabs button{align-items:center;background:none;border:none;border-bottom:2px solid #0000;color:#6b7280;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:6px;margin-bottom:-1px;padding:10px 14px;white-space:nowrap}.docs-tabs button svg{color:inherit}.docs-tabs button:hover{color:#111827}.docs-tabs button.active{border-bottom-color:#1b5e20;color:#1b5e20;font-weight:600}.docs-tab-admin{margin-left:auto}.docs-pending-badge{align-items:center;background:#fef3c7;border-radius:999px;color:#b45309;display:inline-flex;font-size:11px;font-weight:700;height:20px;justify-content:center;min-width:20px;padding:0 6px}.docs-content{min-height:200px}.docs-section-title{color:#111827;font-size:20px;font-weight:700;margin:0 0 16px}.docs-cat-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.docs-cat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;padding:20px;text-align:left;transition:box-shadow .15s,transform .05s,border-color .15s}.docs-cat-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000000f}.docs-cat-card:active{transform:translateY(1px)}.docs-cat-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.docs-cat-icon{align-items:center;border-radius:12px;display:inline-flex;height:44px;justify-content:center;width:44px}.docs-cat-count{border-radius:999px;color:#fff;font-size:13px;font-weight:700;padding:4px 12px}.docs-cat-card h3{color:#111827;font-size:16px;font-weight:600;margin:0 0 4px}.docs-cat-card p{color:#6b7280;font-size:13px;margin:0}.docs-list{display:flex;flex-direction:column;gap:12px}.docs-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:14px;padding:16px;transition:box-shadow .15s}.docs-card:hover{box-shadow:0 2px 6px #0000000d}.docs-card-icon{align-items:center;background:#f3f4f6;border-radius:10px;color:#475569;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.docs-card-body{flex:1 1;min-width:0}.docs-card-header{align-items:flex-start;display:flex;gap:8px;margin-bottom:4px}.docs-card-header h3{color:#111827;flex:1 1;font-size:15px;font-weight:600;margin:0}.docs-card-cat{border-radius:4px;color:#fff;font-size:11px;font-weight:600;padding:3px 8px;white-space:nowrap}.docs-card-desc{color:#4b5563;font-size:13px;line-height:1.4;margin:4px 0}.docs-card-file,.docs-card-meta{color:#6b7280;font-size:12.5px;margin:2px 0}.docs-card-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.docs-card-tag{background:#f3f4f6;border-radius:999px;color:#374151;font-size:11px;padding:2px 8px}.docs-card-stats{color:#6b7280;display:flex;font-size:12px;gap:14px;margin-top:8px}.docs-stat-icon{align-items:center;display:inline-flex;gap:4px}.docs-stat-icon svg{color:#6b7280}.docs-card-footer{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-top:10px}.docs-card-actions{align-items:center;display:flex;gap:6px;position:relative}.docs-card-action{background:#f3f4f6;border:none;border-radius:6px;color:#1b5e20;cursor:pointer;font-size:12px;font-weight:600;padding:6px 12px}.docs-card-action:hover{background:#e5e7eb}.docs-card-menu{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:inline-flex;padding:4px}.docs-card-menu:hover{background:#f3f4f6;color:#111827}.docs-card-menu-dropdown{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;margin-top:4px;min-width:140px;overflow:hidden;position:absolute;right:0;top:100%;z-index:10}.docs-card-menu-dropdown button{background:none;border:none;color:#374151;cursor:pointer;display:block;font-size:13px;padding:8px 14px;text-align:left;width:100%}.docs-card-menu-dropdown button:hover{background:#f3f4f6}.docs-card-note{color:#6b7280;font-size:12px;font-style:italic;margin-top:6px}.docs-card-reject{background:#fef2f2;border:1px solid #fee2e2;border-radius:6px;color:#991b1b;font-size:12px;margin-top:8px;padding:8px 10px}.docs-card-reject p{margin:4px 0 0}.docs-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:11px;font-weight:600;gap:4px;padding:4px 10px}.docs-badge-private{background:#f3f4f6;color:#4b5563}.docs-badge-board{background:#dbeafe;color:#1565c0}.docs-badge-approved{background:#dcfce7;color:#15803d}.docs-badge-pending{background:#fef3c7;color:#b45309}.docs-badge-rejected{background:#fee2e2;color:#b91c1c}.docs-empty{background:#fff;border:1px dashed #e5e7eb;border-radius:12px;color:#6b7280;padding:40px;text-align:center}.docs-empty h3{color:#111827;font-size:16px;margin:8px 0 4px}.docs-empty p{font-size:13px;margin:0}.docs-empty-icon{align-items:center;border-radius:16px;display:inline-flex;height:64px;justify-content:center;margin:0 auto 8px;width:64px}.docs-empty-success{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.docs-empty-success .docs-empty-icon{color:#15803d}.docs-tag-cloud{display:flex;flex-wrap:wrap;gap:8px}.docs-tag{background:#fff;border:1px solid #e5e7eb;border-radius:999px;color:#374151;cursor:pointer;font-size:13px;padding:6px 14px}.docs-tag:hover{background:#1b5e20;border-color:#1b5e20;color:#fff}.docs-tag span{margin-left:4px;opacity:.7}.docs-breadcrumb{align-items:center;color:#6b7280;display:flex;flex-wrap:wrap;font-size:13px;gap:6px}.docs-breadcrumb button{background:none;border:none;color:#6b7280;cursor:pointer;font-size:13px;padding:0}.docs-breadcrumb button:hover{color:#1b5e20}.docs-breadcrumb-current{color:#111827;font-weight:500}.docs-cat-header{align-items:center;display:flex;gap:14px}.docs-back-btn{align-items:center;background:#f3f4f6;border:none;border-radius:8px;color:#374151;cursor:pointer;display:inline-flex;height:36px;justify-content:center;width:36px}.docs-back-btn:hover{background:#e5e7eb}.docs-cat-header-icon{align-items:center;border-radius:12px;display:inline-flex;height:44px;justify-content:center;width:44px}.docs-cat-header-text{flex:1 1}.docs-cat-header-text h1{color:#111827;font-size:22px;font-weight:700;margin:0}.docs-cat-header-text p{color:#6b7280;font-size:13px;margin:2px 0 0}.docs-cat-header-sort select{background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;font-size:13px;outline:none;padding:8px 12px}.docs-approvals-head{align-items:center;display:flex;justify-content:space-between}.docs-approvals-head>div{align-items:center;display:flex;gap:12px}.docs-approvals-head h1{color:#111827;font-size:22px;font-weight:700;margin:0}.docs-pending-large{background:#fef3c7;border-radius:999px;color:#b45309;font-size:14px;font-weight:700;padding:6px 16px}.docs-stats{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.docs-stat{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:14px 16px}.docs-stat p{color:#6b7280;font-size:12px;margin:0}.docs-stat strong{color:#111827;display:block;font-size:20px;font-weight:700;margin-top:4px}.docs-approval-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:16px;padding:18px}.docs-approval-body{flex:1 1;min-width:0}.docs-approval-body h3{color:#111827;font-size:16px;font-weight:600;margin:0 0 4px}.docs-approval-desc{color:#4b5563;font-size:13px;margin:0 0 8px}.docs-approval-meta{align-items:center;color:#6b7280;display:flex;flex-wrap:wrap;font-size:12.5px;gap:6px}.docs-cat-pill{border-radius:4px;color:#fff;font-size:11px;font-weight:600;padding:2px 8px}.docs-cat-pill,.docs-waiting{align-items:center;display:inline-flex;gap:4px}.docs-waiting{color:#6b7280;font-size:12px;margin:10px 0 0}.docs-waiting.warn{color:#b45309;font-weight:600}.docs-approval-actions{display:flex;flex-direction:column;flex-shrink:0;gap:8px;min-width:130px}.docs-btn-approve,.docs-btn-reject,.docs-btn-view{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;justify-content:center;padding:8px 14px;text-decoration:none}.docs-btn-view{background:#f3f4f6;color:#374151}.docs-btn-view:hover{background:#e5e7eb}.docs-btn-approve{background:#1b5e20;color:#fff}.docs-btn-approve:hover:not(:disabled){background:#2e7d32}.docs-btn-reject{background:#fff;border:1px solid #fecaca;color:#b91c1c}.docs-btn-reject:hover:not(:disabled){background:#fef2f2;border-color:#fca5a5}.docs-btn-approve:disabled,.docs-btn-reject:disabled{cursor:not-allowed;opacity:.6}.docs-modal-overlay{align-items:center;background:#11182780;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.docs-modal{background:#fff;border-radius:14px;box-shadow:0 20px 50px #0003;max-height:90vh;max-width:640px;overflow-y:auto;width:100%}.docs-modal-small{max-width:480px}.docs-modal-header{align-items:center;display:flex;justify-content:space-between;padding:20px 24px 12px}.docs-modal-header h2{color:#111827;font-size:20px;font-weight:700;margin:0}.docs-modal-close{background:none;border:none;color:#6b7280;cursor:pointer;font-size:28px;line-height:1;padding:0 4px}.docs-modal-close:hover{color:#111827}.docs-stepper{align-items:center;display:flex;gap:6px;padding:12px 24px 20px}.docs-stepper-item{align-items:center;display:flex;flex:1 1}.docs-stepper-circle{align-items:center;background:#e5e7eb;border-radius:50%;color:#6b7280;display:inline-flex;flex-shrink:0;font-size:13px;font-weight:700;height:32px;justify-content:center;width:32px}.docs-stepper-circle.active{background:#1b5e20;color:#fff}.docs-stepper-line{background:#e5e7eb;border-radius:2px;flex:1 1;height:3px;margin:0 6px}.docs-stepper-line.active{background:#1b5e20}.docs-modal-body{padding:4px 24px 16px}.docs-field{margin-bottom:16px}.docs-field label{color:#374151;display:block;font-size:13px;font-weight:600;margin-bottom:6px}.docs-field .req{color:#dc2626}.docs-field input[type=text],.docs-field select,.docs-field textarea{background:#fff;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:14px;outline:none;padding:10px 12px;width:100%}.docs-field input:focus,.docs-field select:focus,.docs-field textarea:focus{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e2026}.docs-field textarea{resize:vertical}.docs-file-drop{border:2px dashed #d1d5db;border-radius:10px;cursor:pointer;display:block;padding:28px;text-align:center;transition:border-color .15s,background .15s}.docs-file-drop:hover{background:#f0fdf4;border-color:#1b5e20}.docs-file-drop-icon{color:#6b7280;display:flex;justify-content:center;margin-bottom:6px}.docs-file-drop-content p{color:#374151;font-size:14px;font-weight:600;margin:0}.docs-file-drop-hint{color:#6b7280!important;font-size:12px!important;font-weight:400!important;margin-top:4px!important}.docs-file-selected{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;display:flex;font-size:13px;justify-content:space-between;margin-top:10px;padding:10px 14px}.docs-file-selected strong{color:#15803d}.docs-file-selected span{color:#6b7280}.docs-tag-input-row{display:flex;gap:8px;margin-bottom:10px}.docs-tag-input-row input{flex:1 1}.docs-tag-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.docs-tag-chip{align-items:center;background:#1b5e201a;border-radius:999px;color:#1b5e20;display:inline-flex;font-size:12px;font-weight:500;gap:4px;padding:4px 10px}.docs-tag-chip button{background:none;border:none;color:#1b5e20;cursor:pointer;font-size:16px;line-height:1;padding:0}.docs-suggested-label{color:#6b7280;font-size:12px;margin:4px 0 6px}.docs-suggested{display:flex;flex-wrap:wrap;gap:6px}.docs-suggested-tag{background:#f3f4f6;border:none;border-radius:999px;color:#374151;cursor:pointer;font-size:12px;padding:4px 10px}.docs-suggested-tag:hover{background:#1b5e20;color:#fff}.docs-vis-title{color:#111827;font-size:15px;font-weight:600;margin:0 0 14px}.docs-vis-option{align-items:flex-start;background:#fff;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;display:flex;gap:14px;margin-bottom:10px;padding:16px;text-align:left;width:100%}.docs-vis-option.selected{background:#f0fdf4;border-color:#1b5e20}.docs-vis-icon{align-items:center;background:#f3f4f6;border-radius:10px;color:#475569;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.docs-vis-option.selected .docs-vis-icon{background:#1b5e201a;color:#1b5e20}.docs-vis-option h4{color:#111827;font-size:14px;font-weight:600;margin:0 0 4px}.docs-vis-option p{color:#6b7280;font-size:13px;margin:0}.docs-error{background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;color:#b91c1c;font-size:13px;margin:0 24px 16px;padding:10px 14px}.docs-modal-actions{display:flex;gap:10px;padding:12px 24px 20px}.docs-btn-primary{background:#1b5e20;border:none;border-radius:10px;color:#fff;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;padding:12px 20px}.docs-btn-primary:hover:not(:disabled){background:#2e7d32}.docs-btn-primary:disabled{background:#d1d5db;cursor:not-allowed}.docs-btn-secondary{background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#374151;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;padding:12px 20px}.docs-btn-secondary:hover{background:#f9fafb}.docs-modal-confirm{padding:36px 24px;text-align:center}.docs-confirm-icon{align-items:center;background:#dcfce7;border-radius:50%;color:#15803d;display:flex;height:64px;justify-content:center;margin:0 auto 16px;width:64px}.docs-confirm-amber{background:#fef3c7;color:#b45309}.docs-confirm-gray{background:#f3f4f6;color:#4b5563}.docs-modal-confirm h2{color:#111827;font-size:20px;margin:0 0 8px}.docs-modal-confirm p{color:#6b7280;margin:0 0 24px}.docs-confirm-actions{display:flex;gap:10px;justify-content:center}.docs-confirm-actions button{min-width:140px}.pdfv-overlay{align-items:center;background:#11182799;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1100}.pdfv-modal{background:#fff;border-radius:14px;box-shadow:0 20px 50px #0000004d;display:flex;flex-direction:column;height:90vh;max-width:1200px;overflow:hidden;width:100%}.pdfv-header{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;gap:16px;padding:16px 20px}.pdfv-header-text{flex:1 1;min-width:0}.pdfv-header h2{color:#111827;font-size:18px;font-weight:700;margin:6px 0 4px}.pdfv-header p{color:#6b7280;font-size:12.5px;margin:0}.pdfv-cat{align-items:center;border-radius:4px;color:#fff;display:inline-flex;font-size:11px;font-weight:600;gap:4px;padding:3px 10px}.pdfv-close{background:none;border:none;color:#6b7280;cursor:pointer;font-size:26px;line-height:1;padding:0 8px}.pdfv-close:hover{color:#111827}.pdfv-stats{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#4b5563;display:flex;font-size:13px;gap:16px;padding:8px 20px}.pdfv-body{display:grid;flex:1 1;grid-template-columns:1fr 340px;overflow:hidden}.pdfv-preview{background:#f3f4f6;display:flex;flex-direction:column;overflow:hidden}.pdfv-controls{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;color:#374151;display:flex;font-size:13px;gap:10px;padding:8px 12px}.pdfv-controls button{background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:12px;font-weight:500;padding:5px 12px}.pdfv-controls button:hover:not(:disabled){background:#e5e7eb}.pdfv-controls button:disabled{cursor:not-allowed;opacity:.5}.pdfv-spacer{flex:1 1}.pdfv-doc-wrap{display:flex;flex:1 1;justify-content:center;overflow:auto;padding:20px}.pdfv-doc-wrap .react-pdf__Page{background:#fff;box-shadow:0 4px 16px #00000026}.pdfv-loading{align-items:center;color:#6b7280;display:flex;flex:1 1;font-size:14px;justify-content:center}.pdfv-error{color:#b91c1c}.pdfv-non-pdf{align-items:center;color:#6b7280;flex:1 1;gap:14px;justify-content:center}.pdfv-non-pdf,.pdfv-sidebar{display:flex;flex-direction:column}.pdfv-sidebar{background:#fff;border-left:1px solid #e5e7eb;gap:18px;overflow-y:auto;padding:16px}.pdfv-actions{display:flex}.pdfv-actions button{width:100%}.pdfv-section h4{color:#6b7280;font-size:12px;font-weight:700;letter-spacing:.4px;margin:0 0 6px;text-transform:uppercase}.pdfv-section p{color:#374151;font-size:13px;margin:0}.pdfv-comments{display:flex;flex:1 1;flex-direction:column}.pdfv-no-comments{color:#6b7280;font-size:13px;font-style:italic;margin-bottom:12px!important}.pdfv-comment-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0 0 12px;max-height:320px;overflow-y:auto;padding:0}.pdfv-comment{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;position:relative}.pdfv-comment-head{align-items:baseline;display:flex;gap:8px;justify-content:space-between;margin-bottom:4px}.pdfv-comment-head strong{color:#111827;font-size:13px}.pdfv-comment-head span{color:#6b7280;font-size:11px}.pdfv-comment p{color:#374151;font-size:13px;margin:0;white-space:pre-wrap}.pdfv-comment-delete{background:none;border:none;bottom:6px;color:#b91c1c;cursor:pointer;font-size:11px;padding:0;position:absolute;right:10px}.pdfv-comment-delete:hover{text-decoration:underline}.pdfv-comment-form{border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:8px;padding-top:10px}.pdfv-comment-form textarea{border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:13px;outline:none;padding:10px 12px;resize:vertical;width:100%}.pdfv-comment-form textarea:focus{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e2026}@media (max-width:900px){.pdfv-body{grid-template-columns:1fr;grid-template-rows:1fr auto}.pdfv-sidebar{border-left:none;border-top:1px solid #e5e7eb;max-height:40vh}}.docs-tag.active{background:#1b5e20;border-color:#1b5e20;color:#fff}.docs-tag-filter-bar{align-items:center;display:flex;gap:8px;margin-bottom:14px}.docs-tag-filter-bar strong{color:#111827;font-size:13px}.docs-tag-filter-clear{background:none;border:none;color:#6b7280;cursor:pointer;font-size:12px;padding:0;text-decoration:underline}.docs-reject-target{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#4b5563;font-size:13px;margin:0 0 14px;padding:10px 14px}.docs-char-count{color:#6b7280;font-size:11px;margin:4px 0 0;text-align:right}.vsc-form{background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;gap:14px;margin:24px auto 0;max-width:640px;padding:24px;text-align:left}.vsc-row{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}@media (max-width:600px){.vsc-row{grid-template-columns:1fr}}.vsc-form label{color:#374151;display:flex;flex-direction:column;font-size:13px;font-weight:500;gap:6px}.vsc-form em{color:#ef4444;font-style:normal}.vsc-turnstile{display:flex;justify-content:center;min-height:65px}.vsc-form input,.vsc-form textarea{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#111827;font-family:inherit;font-size:14px;outline:none;padding:10px 12px;resize:vertical;transition:border-color .15s,box-shadow .15s}.vsc-form input:focus,.vsc-form textarea:focus{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e2026}.vsc-submit{align-self:flex-start;background:#1b5e20;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:11px 22px;transition:background .15s}.vsc-submit:hover:not(:disabled){background:#2e7d32}.vsc-submit:disabled{background:#9ca3af;cursor:not-allowed}.vsc-msg{border-radius:8px;font-size:13px;padding:10px 12px}.vsc-msg-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.vsc-msg-ok{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.vs-featured{background:linear-gradient(180deg,#fff,#f8fafc);padding:72px 0}.vs-featured-head{margin:0 auto 28px;max-width:620px;text-align:center}.vs-featured-head h2{color:#0a1b0d;font-size:30px;margin:8px 0 6px}.vs-featured-sub{color:#64748b;font-size:14px;line-height:1.55;margin:0}.vs-featured-scroll{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));margin-bottom:22px}@media (max-width:720px){.vs-featured-scroll{display:flex;margin:0 -16px 22px;overflow-x:auto;padding-bottom:8px;padding-left:16px;padding-right:16px;scroll-snap-type:x mandatory}.vs-featured-scroll::-webkit-scrollbar{display:none}}.vs-featured-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;color:inherit;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:transform .12s,box-shadow .12s,border-color .12s}.vs-featured-card:hover{border-color:#cbd5e1;box-shadow:0 8px 24px #0f172a1a;transform:translateY(-2px)}@media (max-width:720px){.vs-featured-card{flex:0 0 270px;scroll-snap-align:start}}.vs-featured-card-img{aspect-ratio:4/3;background:#f1f5f9;overflow:hidden;position:relative}.vs-featured-card-img img{height:100%;object-fit:cover;width:100%}.vs-featured-card-placeholder{align-items:center;color:#94a3b8;display:flex;height:100%;justify-content:center;width:100%}.vs-featured-card-type{background:#1b5e20;border-radius:999px;color:#fff;font-size:10.5px;font-weight:700;left:10px;letter-spacing:.04em;padding:4px 10px;position:absolute;text-transform:uppercase;top:10px}.vs-featured-card-type.sale{background:#4338ca}.vs-featured-card-body{display:flex;flex-direction:column;gap:4px;padding:14px 16px}.vs-featured-card-body h3{color:#0f172a;font-size:16px;font-weight:700;margin:0}.vs-featured-card-bhk{color:#64748b;font-size:12px}.vs-featured-card-price{font-feature-settings:"tnum";color:#1b5e20;font-size:17px;font-variant-numeric:tabular-nums;font-weight:800;margin-top:6px}.vs-featured-card-icons{color:#64748b;display:flex;font-size:12px;gap:12px;margin-top:8px}.vs-featured-card-icons span{align-items:center;display:inline-flex;gap:4px}.vs-featured-card-icons svg{color:#94a3b8}.vs-featured-foot{text-align:center}.vs-home{background:#fff;color:#1c2a1f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.vs-home .container{margin:0 auto;max-width:1180px;padding:0 24px}.vs-hero{align-items:center;background:radial-gradient(1200px 600px at 80% 10%,#d4af372e,#0000 60%),radial-gradient(900px 600px at 10% 100%,#1b5e202e,#0000 60%),linear-gradient(180deg,#f6faf6,#fff);display:flex;min-height:calc(100vh - 80px);overflow:hidden;padding:80px 0;position:relative}.vs-hero-seal{height:720px;object-fit:contain;opacity:.05;pointer-events:none;position:absolute;right:-100px;top:50%;transform:translateY(-50%);width:720px}.vs-hero-grid{grid-gap:64px;align-items:center;display:grid;gap:64px;grid-template-columns:1fr 380px}.vs-hero-eyebrow{align-items:center;background:#1b5e2014;border-radius:999px;color:#1b5e20;display:inline-flex;font-size:12px;font-weight:600;gap:8px;letter-spacing:.08em;margin-bottom:20px;padding:6px 14px;text-transform:uppercase}.vs-hero-eyebrow:before{background:#1b5e20;border-radius:50%;content:"";height:6px;width:6px}.vs-hero-title{color:#0a1b0d;font-size:clamp(36px,5vw,56px);font-weight:800;letter-spacing:-.02em;line-height:1.08;margin:0 0 22px}.vs-hero-title span{background:linear-gradient(135deg,#1b5e20,#2e7d32 60%,#d4af37);-webkit-background-clip:text;background-clip:text;color:#0000}.vs-hero-sub{color:#455954;font-size:18px;line-height:1.6;margin:0 0 28px;max-width:620px}.vs-hero-actions{display:flex;flex-wrap:wrap;gap:12px}.vs-hero-actions .vs-btn-hero-ghost,.vs-hero-actions .vs-btn-hero-primary{align-items:center;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;letter-spacing:.02em;padding:13px 22px;text-decoration:none;transition:transform .15s,box-shadow .15s,background .15s}.vs-btn-hero-primary{background:#1b5e20;border:1px solid #1b5e20;box-shadow:0 6px 18px #1b5e2040;color:#fff}.vs-btn-hero-primary:hover{background:#2e7d32;box-shadow:0 10px 22px #1b5e204d;transform:translateY(-1px)}.vs-btn-hero-ghost{background:#fff;border:1px solid #1b5e2040;color:#1b5e20}.vs-btn-hero-ghost:hover{background:#1b5e200f;transform:translateY(-1px)}.vs-hero-disclaimer{background:#fff5d999;border-left:3px solid #d4af37;border-radius:8px;color:#5a4a14;font-size:13px;line-height:1.55;margin-top:28px;max-width:620px;padding:14px 18px}.vs-hero-card{background:#fff;border:1px solid #1b5e201a;border-radius:20px;box-shadow:0 1px 2px #0f172a0a,0 24px 60px #1b5e201a,0 8px 24px #d4af3714;overflow:hidden;padding:28px;position:relative}.vs-hero-card:before{background:linear-gradient(135deg,#1b5e2066,#d4af3766);border-radius:20px;content:"";filter:blur(8px);inset:-1px;opacity:.5;position:absolute;z-index:-1}.vs-hero-card-seal{border-radius:50%;box-shadow:0 8px 24px #1b5e2026;display:block;height:80px;margin:0 auto 16px;object-fit:contain;width:80px}.vs-hero-card h3{color:#0a1b0d;font-size:16px;font-weight:700;margin:0 0 4px;text-align:center}.vs-hero-card-tag{color:#1b5e20;display:block;font-size:11px;font-weight:600;letter-spacing:.15em;margin-bottom:22px;text-align:center;text-transform:uppercase}.vs-hero-card-list{grid-gap:10px;display:grid;gap:10px;list-style:none;margin:0;padding:0}.vs-hero-card-list li{align-items:center;background:linear-gradient(180deg,#f8fbf8,#f3f7f3);border-radius:10px;display:flex;font-size:13px;justify-content:space-between;padding:10px 14px}.vs-hero-card-list li strong{color:#1b5e20;font-size:14px;font-weight:700}.vs-stats{background:linear-gradient(135deg,#1b5e20,#0d3817);color:#fff;overflow:hidden;padding:50px 0;position:relative}.vs-stats:after{background:radial-gradient(600px 200px at 80% 20%,#d4af3726,#0000),radial-gradient(600px 200px at 20% 100%,#d4af371a,#0000);content:"";inset:0;pointer-events:none;position:absolute}.vs-stats-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(4,1fr);position:relative;text-align:center}.vs-stat-num{background:linear-gradient(135deg,#fff 30%,#d4af37);-webkit-background-clip:text;background-clip:text;color:#0000;display:block;font-size:44px;font-weight:800;letter-spacing:-.02em;margin-bottom:4px}.vs-stat-label{color:#ffffffbf;font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.vs-section{padding:90px 0}.vs-section.alt{background:#f8fbf8}.vs-section-head{margin-bottom:56px;text-align:center}.vs-section-eyebrow{color:#1b5e20;display:inline-block;font-size:12px;font-weight:700;letter-spacing:.2em;margin-bottom:12px;text-transform:uppercase}.vs-section-title{color:#0a1b0d;font-size:clamp(28px,3.4vw,38px);font-weight:800;letter-spacing:-.02em;line-height:1.15;margin:0 auto 14px;max-width:800px}.vs-section-lead{color:#4b5d52;font-size:16px;line-height:1.65;margin:0 auto;max-width:720px}.vs-features{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.vs-feature{background:#fff;border:1px solid #e6efe6;border-radius:16px;overflow:hidden;padding:28px 24px;position:relative;transition:transform .2s,box-shadow .2s,border-color .2s}.vs-feature:hover{border-color:#d4e6d4;box-shadow:0 20px 40px #1b5e2014;transform:translateY(-4px)}.vs-feature-icon{align-items:center;border-radius:12px;display:inline-flex;height:48px;justify-content:center;margin-bottom:16px;width:48px}.vs-feature h3{color:#0a1b0d;font-size:17px;font-weight:700;margin:0 0 8px}.vs-feature p{color:#5a6b5d;font-size:14px;line-height:1.6;margin:0}.vs-about-grid{grid-gap:56px;align-items:start;display:grid;gap:56px;grid-template-columns:1fr 1fr}.vs-about-card{background:#fff;border:1px solid #e6efe6;border-radius:18px;padding:32px}.vs-about-card h3{align-items:center;color:#0a1b0d;display:flex;font-size:22px;font-weight:700;gap:10px;margin:0 0 14px}.vs-about-card h3 .vs-num{align-items:center;background:#1b5e20;border-radius:8px;color:#fff;display:inline-flex;font-size:14px;height:32px;justify-content:center;width:32px}.vs-about-card p{color:#4b5d52;font-size:15px;line-height:1.65;margin:0 0 14px}.vs-about-card a{color:#1b5e20;font-weight:600}.vs-detail-list{grid-gap:12px;display:grid;gap:12px;list-style:none;margin:16px 0 0;padding:0}.vs-detail-list li{grid-gap:12px;align-items:flex-start;background:#f8fbf8;border-radius:10px;color:#2a3a2d;display:grid;font-size:14px;gap:12px;grid-template-columns:28px 1fr;padding:10px 12px}.vs-detail-list li:before{align-items:center;background:#1b5e201a;border-radius:50%;color:#1b5e20;content:"✓";display:inline-flex;font-size:12px;font-weight:700;height:22px;justify-content:center;width:22px}.vs-detail-list li strong{color:#0a1b0d}.vs-cta{background:radial-gradient(700px 300px at 100% 0,#d4af371f,#0000),linear-gradient(135deg,#0d3817,#1b5e20);color:#fff;overflow:hidden;padding:70px 0;position:relative;text-align:center}.vs-cta h2{font-size:clamp(26px,3.4vw,36px);font-weight:800;letter-spacing:-.02em;margin:0 0 12px}.vs-cta p{font-size:16px;margin:0 auto 24px;max-width:600px;opacity:.85}.vs-cta-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.vs-cta .vs-btn-cta{align-items:center;background:#d4af37;border:none;border-radius:8px;color:#1c1503;cursor:pointer;display:inline-flex;font-size:14px;font-weight:700;gap:8px;padding:13px 24px;text-decoration:none;transition:transform .15s,background .15s}.vs-cta .vs-btn-cta:hover{background:#b6862e;transform:translateY(-1px)}.vs-cta .vs-btn-cta.ghost{background:#0000;border:1px solid #fff6;color:#fff}.vs-cta .vs-btn-cta.ghost:hover{background:#ffffff14}.vs-contact-grid{grid-gap:56px;display:grid;gap:56px;grid-template-columns:1fr 1.4fr}.vs-contact-side h3{color:#0a1b0d;font-size:22px;font-weight:700;margin:0 0 12px}.vs-contact-side p{color:#4b5d52;line-height:1.65;margin:0 0 22px}.vs-contact-info{grid-gap:14px;display:grid;gap:14px}.vs-contact-info-item{grid-gap:12px;align-items:center;background:#f8fbf8;border-radius:10px;display:grid;gap:12px;grid-template-columns:40px 1fr;padding:14px}.vs-contact-info-item .vs-ci-icon{align-items:center;background:#1b5e2014;border-radius:10px;color:#1b5e20;display:inline-flex;height:40px;justify-content:center;width:40px}.vs-contact-info-item .vs-ci-label{color:#6b7c70;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.vs-contact-info-item .vs-ci-value{color:#0a1b0d;font-size:14px;font-weight:500}.vs-contact-info-item .vs-ci-value>a{color:#0a1b0d;text-decoration:none}.vs-contact-info-item .vs-ci-value>a:hover{color:#1b5e20;text-decoration:underline}.vs-contact-info-item .vs-ci-map-link{font-size:12.5px;font-weight:600;margin-top:4px}.vs-contact-info-item .vs-ci-map-link a{color:#1b5e20;text-decoration:none}.vs-contact-info-item .vs-ci-map-link a:hover{color:#14532d;text-decoration:underline}@media (max-width:920px){.vs-hero{min-height:auto;padding:60px 0 50px}.vs-hero-grid{gap:32px;grid-template-columns:1fr}.vs-hero-card{margin:0 auto;max-width:420px;width:100%}.vs-stats-grid{gap:28px;grid-template-columns:repeat(2,1fr)}.vs-stat-num{font-size:36px}.vs-section{padding:60px 0}.vs-section-head{margin-bottom:36px}.vs-about-grid{gap:24px;grid-template-columns:1fr}.vs-contact-grid{gap:28px;grid-template-columns:1fr}}.vs-login-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:9999}.vs-login-modal{background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;color:#111827;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;max-height:90vh;max-width:440px;overflow-y:auto;padding:24px;width:100%}.vs-login-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.vs-login-header h2{color:#111827;font-size:22px;font-weight:700;margin:0}.vs-login-close{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:28px;line-height:1;padding:0 6px}.vs-login-close:hover{color:#4b5563}.vs-login-type-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:24px}.vs-login-type{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:10px;color:#374151;cursor:pointer;display:flex;flex-direction:column;font-size:14px;font-weight:500;gap:8px;padding:16px;transition:border-color .15s,background .15s,color .15s}.vs-login-type:hover{border-color:#d1d5db}.vs-login-type.active{background:#1b5e200d;border-color:#1b5e20;color:#1b5e20}.vs-login-type-icon{font-size:22px}.vs-login-form{gap:18px}.vs-field,.vs-login-form{display:flex;flex-direction:column}.vs-field{gap:8px}.vs-field label{color:#374151;font-size:14px;font-weight:500}.vs-required{color:#ef4444}.vs-phone-row{display:flex;gap:8px}.vs-phone-prefix{background:#f3f4f6;color:#374151;font-weight:500}.vs-password-row input,.vs-phone-prefix,.vs-phone-row input{border:1px solid #d1d5db;border-radius:8px;padding:12px 16px}.vs-password-row input,.vs-phone-row input{background:#fff;flex:1 1;font-size:15px;outline:none;transition:border-color .15s,box-shadow .15s;width:100%}.vs-password-row input:focus,.vs-phone-row input:focus{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e2026}.vs-password-row{position:relative}.vs-password-toggle{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:inline-flex;justify-content:center;padding:6px;position:absolute;right:8px;top:50%;transform:translateY(-50%);transition:color .15s,background .15s}.vs-password-toggle:hover{background:#f3f4f6;color:#1b5e20}.vs-password-toggle svg{display:block}.vs-btn-primary{background:#1b5e20;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:12px 24px;transition:background .15s;width:100%}.vs-btn-primary:hover:not(:disabled){background:#2e7d32}.vs-btn-primary:disabled{background:#d1d5db;cursor:not-allowed}.vs-btn-secondary{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;flex:1 1;font-size:15px;font-weight:500;padding:12px 24px}.vs-btn-secondary:hover{background:#f9fafb}.vs-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-size:13px;padding:10px 12px}.vs-link{background:none;border:none;color:#1b5e20;cursor:pointer;font-size:13px;font-weight:500;padding:0}.vs-link:hover{text-decoration:underline}.vs-login-demo{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#4b5563;font-size:12px;margin-top:20px;padding:12px}.vs-login-demo code{background:#e5e7eb;border-radius:4px;font-family:ui-monospace,SFMono-Regular,monospace;padding:1px 6px}.vs-otp-wrap{display:flex;flex-direction:column;gap:20px}.vs-otp-subtitle{color:#4b5563;font-size:14px;margin:0}.vs-otp-phone{background:#f9fafb;border-radius:8px;padding:14px 16px}.vs-otp-phone-label{color:#6b7280;font-size:13px}.vs-otp-phone-value{color:#111827;font-size:17px;font-weight:600;margin:4px 0 6px}.vs-otp-inputs{display:flex;gap:8px;justify-content:center}.vs-otp-inputs input{border:2px solid #d1d5db;border-radius:8px;font-size:20px;font-weight:600;height:52px;outline:none;text-align:center;transition:border-color .15s,box-shadow .15s;width:48px}.vs-otp-inputs input:focus{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e2033}.vs-otp-resend{text-align:center}.vs-otp-resend p{color:#4b5563;font-size:14px;margin:0 0 4px}.vs-muted{color:#9ca3af!important}.vs-otp-actions{display:flex;gap:10px}.vs-header-login-btn{background:#1b5e20;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin-left:12px;padding:8px 18px}.vs-header-login-btn:hover{background:#2e7d32}.vs-link-block{background:none;border:none;color:#1b5e20;cursor:pointer;display:block;font-size:13px;font-weight:600;padding:12px 0 4px;text-align:center;transition:color .15s;width:100%}.vs-link-block:hover{color:#2e7d32;text-decoration:underline}.vs-header-register-btn{background:#fff;border:2px solid #1b5e20;color:#1b5e20}.vs-header-register-btn:hover{background:#1b5e200f;color:#1b5e20}.vs-login-divider{margin:18px 0 12px;position:relative;text-align:center}.vs-login-divider:before{background:#e5e7eb;content:"";height:1px;left:0;position:absolute;right:0;top:50%}.vs-login-divider span{background:#fff;color:#6b7280;font-size:13px;padding:0 12px;position:relative}.vs-btn-fullwidth{width:100%}.vs-register-modal{max-width:560px}.vs-progress{margin-bottom:20px}.vs-progress-steps{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.vs-progress-step{align-items:center;display:flex;flex:1 1;flex-direction:column;position:relative}.vs-progress-circle{align-items:center;background:#e5e7eb;border-radius:999px;color:#6b7280;display:flex;font-size:14px;font-weight:600;height:32px;justify-content:center;transition:background .2s,color .2s;width:32px;z-index:1}.vs-progress-circle.active{background:#1b5e20;color:#fff}.vs-progress-circle.completed{background:#2e7d32;color:#fff}.vs-progress-label{color:#6b7280;font-size:11px;margin-top:4px;text-align:center}.vs-progress-label.active{color:#1b5e20;font-weight:600}.vs-progress-label.completed{color:#2e7d32;font-weight:500}.vs-progress-line{background:#e5e7eb;height:2px;left:50%;position:absolute;right:-50%;top:16px;z-index:0}.vs-progress-line.completed{background:#2e7d32}.vs-progress-step:last-child .vs-progress-line{display:none}.vs-progress-bar{background:#e5e7eb;border-radius:999px;height:6px;margin-top:16px;overflow:hidden;width:100%}.vs-progress-fill{background:#1b5e20;height:100%;transition:width .25s}.vs-progress-text{color:#6b7280;font-size:12px;margin:6px 0 0;text-align:center}.vs-register-step{display:flex;flex-direction:column;gap:18px}.vs-step-title{color:#111827;font-size:18px;font-weight:700;margin:0}.vs-input{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:15px;outline:none;padding:12px 16px;transition:border-color .15s,box-shadow .15s;width:100%}.vs-input:focus{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e2026}textarea.vs-input{min-height:80px;resize:vertical}.vs-hint{color:#6b7280;font-size:12px;margin:0}.vs-hint-error{color:#b91c1c}.vs-password-reqs{grid-gap:4px 12px;display:grid;gap:4px 12px;grid-template-columns:1fr 1fr;margin-top:6px}.vs-req{align-items:center;color:#6b7280;display:flex;font-size:12px;gap:6px}.vs-req.ok{color:#2e7d32}.vs-terms{align-items:flex-start;color:#374151;display:flex;font-size:13px;gap:8px}.vs-terms input{accent-color:#1b5e20;margin-top:3px}.vs-terms a{color:#1b5e20}.vs-switch-auth{color:#6b7280;font-size:13px;margin-top:6px;text-align:center}.vs-villa-list{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000000d;margin-top:8px;max-height:200px;overflow-y:auto}.vs-villa-item{background:#fff;border:none;border-bottom:1px solid #f3f4f6;cursor:pointer;display:block;padding:10px 14px;text-align:left;width:100%}.vs-villa-item:hover{background:#f9fafb}.vs-villa-name{color:#111827;font-weight:600}.vs-villa-meta{color:#6b7280;font-size:12px;margin-top:2px}.vs-villa-empty{color:#9ca3af;font-size:13px;padding:10px 14px}.vs-villa-selected{background:#1b5e200d;border:1px solid #1b5e2033;border-radius:8px;color:#1b5e20;font-size:13px;font-weight:500;margin-top:8px;padding:10px 12px}.vs-role-list{display:flex;flex-direction:column;gap:10px}.vs-role{align-items:flex-start;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;display:flex;gap:12px;padding:14px;transition:border-color .15s,background .15s}.vs-role.active,.vs-role:hover{border-color:#1b5e20}.vs-role.active{background:#1b5e200d}.vs-role input{accent-color:#1b5e20;margin-top:4px}.vs-role-body{flex:1 1}.vs-role-title{color:#111827;font-weight:600}.vs-role-subtitle{color:#4b5563;font-size:13px;margin-top:2px}.vs-role-info{color:#6b7280;font-size:12px;margin-top:4px}.vs-success{margin:8px 0 20px;text-align:center}.vs-success-circle{align-items:center;background:#2e7d321f;border-radius:999px;color:#2e7d32;display:inline-flex;font-size:28px;font-weight:700;height:56px;justify-content:center;margin-bottom:12px;width:56px}.vs-success-title{color:#111827;font-size:20px;margin:0 0 4px}.vs-success-subtitle{color:#6b7280;font-size:13px;margin:0}.vs-summary{background:#f9fafb;border-radius:10px;display:flex;flex-direction:column;gap:10px;padding:16px}.vs-summary-row{color:#4b5563;display:flex;font-size:14px;justify-content:space-between}.vs-summary-row strong{color:#111827}.vs-summary-status{align-items:center;border-top:1px solid #e5e7eb;color:#4b5563;display:flex;font-size:14px;justify-content:space-between;padding-top:10px}.vs-status-badge{background:#fef3c7;border-radius:999px;color:#92400e;font-size:12px;font-weight:600;padding:4px 10px}.vs-next-steps h4{color:#111827;font-size:14px;margin:0 0 10px}.vs-next-steps ul{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.vs-next-steps li{color:#6b7280;font-size:13px;padding:6px 0}.vs-next-steps li.done{color:#111827}.vsm-wrap{display:flex;flex-direction:column;gap:18px}.vsm-stats{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}.vsm-stat{background:#fff;border:1px solid #e5e7eb;border-radius:10px;display:flex;flex-direction:column;gap:4px;padding:14px 16px}.vsm-stat-num{color:#111827;font-size:22px;font-weight:700}.vsm-stat-amber{color:#b45309}.vsm-stat-lbl{color:#6b7280;font-size:12px}.vsm-controls{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.vsm-search{background:#fff;border:1px solid #d1d5db;border-radius:8px;flex:1 1;font-size:14px;min-width:240px;outline:none;padding:10px 14px}.vsm-search:focus{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e2026}.vsm-filter{background:#fff;cursor:pointer;font-size:14px;outline:none;padding:10px 14px}.vsm-filter,.vsm-toggle{border:1px solid #d1d5db;border-radius:8px}.vsm-toggle{display:inline-flex;overflow:hidden}.vsm-toggle button{background:#fff;border:none;color:#374151;cursor:pointer;font-size:14px;font-weight:500;padding:10px 16px}.vsm-toggle button+button{border-left:1px solid #d1d5db}.vsm-toggle button.active{background:#1b5e20;color:#fff}.vsm-villa-tag{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;color:#374151;font-size:11px;font-weight:600;padding:2px 8px}.vsm-empty{background:#fff;border:1px dashed #e5e7eb;border-radius:12px;color:#6b7280;padding:40px;text-align:center}.vsm-groups{display:flex;flex-direction:column;gap:14px}.vsm-group{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.vsm-group-head{align-items:center;background:#f3f4f6;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:14px 18px}.vsm-group-head h3{color:#111827;font-size:16px;margin:0}.vsm-group-count{background:#fff;border:1px solid #e5e7eb;border-radius:999px;color:#6b7280;font-size:12px;padding:4px 10px}.vsm-members{display:flex;flex-direction:column}.vsm-member{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;gap:16px;justify-content:space-between;padding:14px 18px}.vsm-member:last-child{border-bottom:none}.vsm-member-main{flex:1 1;min-width:0}.vsm-member-name{align-items:center;color:#111827;display:flex;flex-wrap:wrap;font-size:15px;font-weight:600;gap:8px}.vsm-name-link{color:#1b5e20;text-decoration:none}.vsm-name-link:hover{text-decoration:underline}.vsm-member-meta{color:#6b7280;display:flex;flex-wrap:wrap;font-size:13px;gap:6px;margin-top:4px}.vsm-badge{border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.3px;padding:2px 8px;text-transform:uppercase}.vsm-badge-primary{background:#dcfce7;color:#166534}.vsm-badge-secondary{background:#dbeafe;color:#1e40af}.vsm-badge-tenant{background:#ede9fe;color:#5b21b6}.vsm-role-icon{border-radius:999px;cursor:help;height:22px;justify-content:center;line-height:0;position:relative;width:22px}.vsm-phone,.vsm-role-icon{align-items:center;display:inline-flex}.vsm-phone{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;gap:5px}.vsm-phone-visible{color:#1f2937}.vsm-phone-visible svg{color:#1b5e20}.vsm-phone-masked{color:#475569}.vsm-phone-masked svg{color:#94a3b8}.vsm-phone-tag{border-radius:999px;font-size:10.5px;font-weight:600;letter-spacing:.04em;margin-left:2px;padding:2px 6px;text-transform:uppercase}.vsm-phone-tag-pending{background:#fef3c7;color:#92400e}.vsm-phone-tag-denied{background:#fee2e2;color:#991b1b}.vsm-phone-request{align-items:center;background:#0000;border:1px solid #d1d5db;border-radius:999px;color:#1b5e20;cursor:pointer;display:inline-flex;font-size:11.5px;font-weight:600;gap:4px;margin-left:4px;padding:2px 8px;transition:background .12s,border-color .12s}.vsm-phone-request:hover:not(:disabled){background:#f0fdf4;border-color:#1b5e20}.vsm-phone-request:disabled{cursor:not-allowed;opacity:.55}.vsm-pagination{align-items:center;border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-top:22px;padding:14px 0 4px}.vsm-pagination-info{color:#64748b;font-size:13px}.vsm-pagination-info strong{color:#0f172a;font-weight:600}.vsm-pagination-controls{align-items:center;display:flex;gap:4px}.vsm-page-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#334155;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;height:32px;justify-content:center;min-width:32px;padding:0 8px;transition:background .12s,border-color .12s,color .12s}.vsm-page-btn:hover:not(:disabled):not(.active){background:#f8fafc;border-color:#cbd5e1}.vsm-page-btn.active{background:#1b5e20;border-color:#1b5e20;color:#fff}.vsm-page-btn:disabled{cursor:not-allowed;opacity:.4}.vsm-page-gap{color:#94a3b8;font-size:13px;padding:0 4px}@media (max-width:600px){.vsm-pagination{justify-content:center}.vsm-pagination-info{text-align:center;width:100%}}.vsm-role-icon-primary{background:#fef3c7;color:#b45309}.vsm-role-icon-shared{background:#dcfce7;color:#15803d}.vsm-role-icon-secondary{background:#dbeafe;color:#1d4ed8}.vsm-role-icon-tenant{background:#ede9fe;color:#6d28d9}.vsm-role-icon:after{background:#0f172a;border-radius:6px;bottom:calc(100% + 6px);box-shadow:0 6px 18px #0f172a38;color:#f8fafc;content:attr(data-tooltip);font-size:11px;font-weight:500;letter-spacing:.2px;padding:5px 9px;text-transform:none;white-space:nowrap}.vsm-role-icon:after,.vsm-role-icon:before{left:50%;opacity:0;pointer-events:none;position:absolute;transform:translateX(-50%) translateY(2px);transition:opacity .12s ease,transform .12s ease;z-index:20}.vsm-role-icon:before{border:4px solid #0000;border-top-color:#0f172a;bottom:100%;content:""}.vsm-role-icon:focus-visible:after,.vsm-role-icon:focus-visible:before,.vsm-role-icon:hover:after,.vsm-role-icon:hover:before{opacity:1;transform:translateX(-50%) translateY(0)}.vsm-status-approved{background:#d1fae5;color:#065f46}.vsm-status-pending{background:#fef3c7;color:#92400e}.vsm-status-rejected{background:#fee2e2;color:#991b1b}.vsm-status-icon{align-items:center;cursor:help;display:inline-flex;justify-content:center;line-height:0;position:relative}.vsm-status-icon-approved{color:#1d9bf0}.vsm-status-icon-pending{color:#d97706}.vsm-status-icon:after{background:#0f172a;border-radius:6px;bottom:calc(100% + 6px);box-shadow:0 6px 18px #0f172a38;color:#f8fafc;content:attr(data-tooltip);font-size:11px;font-weight:500;padding:5px 9px;white-space:nowrap}.vsm-status-icon:after,.vsm-status-icon:before{left:50%;opacity:0;pointer-events:none;position:absolute;transform:translateX(-50%) translateY(2px);transition:opacity .12s ease,transform .12s ease;z-index:20}.vsm-status-icon:before{border:4px solid #0000;border-top-color:#0f172a;bottom:100%;content:""}.vsm-status-icon:hover:after,.vsm-status-icon:hover:before{opacity:1;transform:translateX(-50%) translateY(0)}.vsm-member-actions{display:flex;flex-shrink:0;gap:8px}.vsa-page-head{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px}.vsa-onboard-btn{align-items:center;background:#1b5e20;border:none;border-radius:10px;box-shadow:0 2px 6px #1b5e202e;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:7px;padding:10px 16px;transition:background .15s}.vsa-onboard-btn:hover{background:#2e7d32}.vsa-page-actions{align-items:center;display:inline-flex;flex-wrap:wrap;gap:10px}.vsa-onboard-btn-secondary{background:#fff;border:1px solid #c7d3c9;box-shadow:none;color:#1b5e20}.vsa-onboard-btn-secondary:hover{background:#f0fdf4;border-color:#1b5e20;color:#1b5e20}.vsa-page-head h1{color:#111827;font-size:22px;font-weight:700;margin:0}.vsa-page-subtitle{color:#6b7280;font-size:13px;margin:4px 0 0}.vsa-btn-approve,.vsa-btn-reject{align-items:center;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;line-height:1.2;padding:8px 16px;transition:background .15s,transform .05s,box-shadow .15s;white-space:nowrap}.vsa-btn-approve:disabled,.vsa-btn-reject:disabled{background:#d1d5db;box-shadow:none;color:#6b7280;cursor:not-allowed}.vsa-btn-approve{background:#1b5e20;box-shadow:0 1px 2px #1b5e2040}.vsa-btn-approve:before{content:"✓";font-weight:700}.vsa-btn-approve:hover:not(:disabled){background:#2e7d32;box-shadow:0 2px 6px #1b5e2059}.vsa-btn-approve:active:not(:disabled){transform:translateY(1px)}.vsa-btn-reject{background:#fff;border:1px solid #fecaca;box-shadow:0 1px 2px #dc262614;color:#b91c1c}.vsa-btn-reject:before{content:"✕";font-weight:700}.vsa-btn-reject:hover:not(:disabled){background:#fef2f2;border-color:#fca5a5;color:#991b1b}.vsa-btn-reject:active:not(:disabled){transform:translateY(1px)}.vsa-btn-reject:disabled{border-color:#e5e7eb}.vsm-phone-section{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;overflow:hidden}.vsm-phone-head{align-items:center;background:#fef3c7;border-bottom:1px solid #fde68a;display:flex;justify-content:space-between;padding:12px 18px}.vsm-phone-head h3{color:#92400e;font-size:14px;letter-spacing:.02em;margin:0}.vsm-phone-count{background:#fff;border:1px solid #fde68a;border-radius:999px;color:#92400e;font-size:12px;font-weight:600;padding:4px 10px}.vsm-phone-list{display:flex;flex-direction:column}.vsm-phone-card{align-items:center;border-bottom:1px solid #fde68a;display:flex;gap:16px;justify-content:space-between;padding:14px 18px}.vsm-phone-card:last-child{border-bottom:none}.vsm-phone-main{flex:1 1;min-width:0}.vsm-phone-name{align-items:center;display:flex;gap:8px;margin-bottom:6px}.vsm-phone-change{color:#374151;font-size:13px}.vsm-phone-change code{background:#fff;border:1px solid #fde68a;border-radius:4px;color:#111827;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;padding:2px 8px}.vsm-phone-villas{color:#6b7280;font-size:12px;margin-top:6px}.onb-modal-overlay{align-items:center;background:#0f172a80;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.onb-modal{background:#fff;border-radius:14px;box-shadow:0 20px 60px #0f172a33;max-height:92vh;max-width:640px;overflow-y:auto;padding:28px;width:100%}.onb-modal-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.onb-modal-head h2{color:#0a1b0d;font-size:19px;font-weight:700;gap:8px;margin:0}.onb-modal-close,.onb-modal-head h2{align-items:center;display:inline-flex}.onb-modal-close{background:none;border:none;border-radius:8px;color:#64748b;cursor:pointer;height:32px;justify-content:center;width:32px}.onb-modal-close:hover{background:#f1f5f9;color:#0f172a}.onb-modal-sub{color:#475569;font-size:13.5px;line-height:1.5;margin:0 0 22px}.onb-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}.onb-field{margin-bottom:16px}.onb-field label{font-size:12.5px;margin-bottom:6px}.onb-input{border-radius:8px;padding:10px 12px}.onb-phone-row{align-items:stretch;background:#fff;border:1px solid #d1d5db;border-radius:8px;display:flex;overflow:hidden}.onb-phone-row:focus-within{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e2026}.onb-phone-row span{background:#f3f4f6;border-right:1px solid #d1d5db;color:#374151;font-size:14px;font-weight:500;padding:10px 12px}.onb-phone-row input{border:none!important;flex:1 1;font-family:inherit;font-size:14px;outline:none!important;padding:10px 12px!important}.onb-search{border-radius:8px;gap:8px;margin-bottom:8px;padding:10px 12px}.onb-villa-list{border-radius:8px;max-height:180px}.onb-empty{padding:18px}.onb-villa-item{padding:10px 14px}.onb-selected{border-radius:8px;margin-top:10px;padding:9px 12px}.onb-role-row{display:flex;flex-wrap:wrap;gap:8px}.onb-role-pill{background:#fff;border:1.5px solid #e5e7eb;border-radius:999px;color:#475569;cursor:pointer;font-size:13px;font-weight:500;padding:9px 16px;transition:border-color .15s,background .15s,color .15s}.onb-role-pill:hover{border-color:#cbd5e1}.onb-role-pill.selected{background:#1b5e2014;border-color:#1b5e20;color:#1b5e20;font-weight:600}.onb-error{border-radius:8px;margin-bottom:14px}.onb-modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:18px}.onb-btn-primary{background:#1b5e20;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:11px 22px}.onb-btn-primary:hover:not(:disabled){background:#2e7d32}.onb-btn-primary:disabled{background:#d1d5db;cursor:not-allowed}.onb-btn-secondary{background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#374151;cursor:pointer;font-size:14px;font-weight:600;padding:11px 22px}.onb-btn-secondary:hover{background:#f9fafb}.onb-modal-success{padding:36px 28px;text-align:center}.onb-success-icon{align-items:center;background:#dcfce7;border-radius:50%;color:#15803d;display:inline-flex;height:72px;justify-content:center;margin-bottom:18px;width:72px}.onb-modal-success h2{color:#0a1b0d;font-size:22px;font-weight:700;margin:0 0 8px}.onb-modal-success p{color:#334155;font-size:14.5px;line-height:1.55;margin:0 0 12px}.onb-success-hint{background:#f1f5f9;border-radius:10px;color:#475569!important;font-size:13px!important;line-height:1.6!important;margin:18px 0 22px!important;padding:12px 14px}.onb-success-hint code{background:#fff;border-radius:4px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:12px;padding:2px 6px}.onb-modal-success .onb-modal-actions{justify-content:center}@media (max-width:600px){.onb-grid{grid-template-columns:1fr}}.bulk-overlay{align-items:center;background:#0f172a80;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.bulk-modal{background:#fff;border-radius:14px;box-shadow:0 20px 60px #0f172a38;max-height:92vh;max-width:720px;overflow-y:auto;padding:28px;width:100%}.bulk-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.bulk-head h2{color:#0a1b0d;font-size:19px;font-weight:700;gap:8px;margin:0}.bulk-close,.bulk-head h2{align-items:center;display:inline-flex}.bulk-close{background:none;border:none;border-radius:8px;color:#64748b;cursor:pointer;height:32px;justify-content:center;width:32px}.bulk-close:hover{background:#f1f5f9;color:#0f172a}.bulk-hint{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#334155;font-size:13.5px;margin-bottom:18px;padding:16px 18px}.bulk-hint p{line-height:1.55;margin:0 0 8px}.bulk-hint ul{line-height:1.7;margin:8px 0 8px 18px;padding:0}.bulk-hint code{background:#fff;border:1px solid #e2e8f0;border-radius:4px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:12.5px;padding:1px 6px}.bulk-hint-quiet{color:#64748b!important;font-size:12.5px!important;font-style:italic;margin-top:4px!important}.bulk-drop{align-items:center;background:#fff;border:2px dashed #d1d5db;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:6px;justify-content:center;padding:28px;text-align:center;transition:border-color .15s,background .15s}.bulk-drop:hover{background:#f0fdf4;border-color:#1b5e20}.bulk-drop svg{color:#1b5e20}.bulk-drop p{color:#0f172a;font-size:14px;font-weight:600;margin:0}.bulk-drop span{color:#6b7280;font-size:12px}.bulk-progress-row{margin-top:16px;text-align:center}.bulk-progress-bar{background:#f1f5f9;border-radius:999px;height:6px;margin-bottom:10px;overflow:hidden}.bulk-progress-fill{animation:bulkSlide 1.3s ease-in-out infinite;background:linear-gradient(90deg,#1b5e20,#2e7d32);border-radius:999px;height:100%;width:30%}@keyframes bulkSlide{0%{margin-left:-30%}to{margin-left:100%}}.bulk-progress-row p{color:#64748b;font-size:12.5px;margin:0}.bulk-error{background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;color:#b91c1c;font-size:13px;margin-top:16px;padding:10px 14px}.bulk-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:22px}.bulk-btn-primary{background:#1b5e20;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:11px 22px}.bulk-btn-primary:hover:not(:disabled){background:#2e7d32}.bulk-btn-primary:disabled{background:#d1d5db;cursor:not-allowed}.bulk-btn-secondary{background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#374151;cursor:pointer;font-size:14px;font-weight:600;padding:11px 22px}.bulk-btn-secondary:hover{background:#f9fafb}.bulk-summary{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-bottom:22px}.bulk-summary-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:12px;padding:16px}.bulk-summary-card strong{color:#0f172a;display:block;font-size:22px;font-weight:700;line-height:1}.bulk-summary-card span{color:#64748b;font-size:11.5px;letter-spacing:.12em;text-transform:uppercase}.bulk-summary-card.created{background:#f0fdf4;border-color:#bbf7d0}.bulk-summary-card.created svg{color:#15803d}.bulk-summary-card.skipped{background:#f1f5f9;border-color:#cbd5e1}.bulk-summary-card.skipped svg{color:#475569}.bulk-summary-card.errors{background:#fef2f2;border-color:#fecaca}.bulk-summary-card.errors svg{color:#b91c1c}.bulk-section{margin-bottom:18px}.bulk-section-h{font-size:13px;font-weight:700;letter-spacing:.08em;margin:0 0 8px;text-transform:uppercase}.bulk-section-h.created{color:#15803d}.bulk-section-h.skipped{color:#475569}.bulk-section-h.errors{color:#b91c1c}.bulk-row-list{border:1px solid #e5e7eb;border-radius:10px;list-style:none;margin:0;max-height:240px;overflow-y:auto;padding:0}.bulk-row-list li{grid-gap:12px;align-items:center;border-bottom:1px solid #f3f4f6;color:#1f2937;display:grid;font-size:13px;gap:12px;grid-template-columns:70px 1fr auto;padding:10px 14px}.bulk-row-list li:last-child{border-bottom:none}.bulk-row-n{background:#f1f5f9;border-radius:999px;color:#64748b;font-family:ui-monospace,SFMono-Regular,monospace;font-size:11.5px;padding:2px 8px;text-align:center}.bulk-row-meta{color:#64748b;font-size:12px;text-align:right}.bulk-row-meta.error{color:#b91c1c}@media (max-width:600px){.bulk-summary{grid-template-columns:1fr}.bulk-row-list li{grid-template-columns:60px 1fr}.bulk-row-meta{grid-column:1/-1;text-align:left}}.vsop-widget{background:#fff;border:1px solid #fecaca;border-radius:14px;box-shadow:0 4px 14px #b91c1c0f;margin-bottom:18px;padding:14px 16px}.vsop-widget-head{align-items:center;display:flex;gap:8px;margin-bottom:8px}.vsop-widget-head svg{color:#b91c1c}.vsop-widget-head h3{color:#b91c1c;flex:1 1;font-size:13px;font-weight:700;letter-spacing:.06em;margin:0;text-transform:uppercase}.vsop-widget-link{align-items:center;color:#64748b;display:inline-flex;font-size:12px;gap:3px;text-decoration:none}.vsop-widget-link:hover{color:#0f172a}.vsop-widget ul{list-style:none;margin:0;padding:0}.vsop-widget li{align-items:center;border-top:1px solid #f1f5f9;display:flex;gap:8px;padding:8px 0}.vsop-widget li:first-child{border-top:none}.vsop-widget-who{display:flex;flex:1 1;flex-direction:column}.vsop-widget-who strong{color:#0f172a;font-size:13.5px;font-weight:700}.vsop-widget-role{color:#64748b;font-size:11.5px;text-transform:capitalize}.vsop-widget-actions{display:flex;gap:6px}.vsop-widget-action{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;color:#166534;display:inline-flex;height:36px;justify-content:center;text-decoration:none;width:36px}.vsop-widget-action:hover{background:#dcfce7;color:#14532d}.vsop-widget-action{height:44px;width:44px}.vsav-wrap{flex-direction:column;gap:6px}.vsav-circle,.vsav-wrap{align-items:center;display:inline-flex}.vsav-circle{background:linear-gradient(135deg,#1b5e20,#2e7d32);border-radius:999px;color:#fff;flex-shrink:0;font-size:32px;font-weight:700;height:96px;justify-content:center;overflow:hidden;position:relative;width:96px}.vsav-circle img{height:100%;object-fit:cover;width:100%}.vsav-edit-btn{align-items:center;background:#fff;border:2px solid #fff;border-radius:999px;bottom:0;box-shadow:0 2px 6px #0f172a2e;color:#1b5e20;cursor:pointer;display:inline-flex;height:30px;justify-content:center;position:absolute;right:0;transition:background .12s;width:30px}.vsav-edit-btn:hover{background:#f0fdf4}.vsav-edit-btn:disabled{cursor:not-allowed;opacity:.4}.vsav-remove-btn{align-items:center;background:#0000;border:none;border-radius:6px;color:#b91c1c;cursor:pointer;display:inline-flex;font-size:11.5px;font-weight:600;gap:4px;padding:4px 8px}.vsav-remove-btn:hover{background:#fef2f2}.vsav-error{color:#b91c1c;font-size:11.5px;max-width:180px;text-align:center}.vsav-busy{color:#64748b;font-size:11px}.vsp-shell{margin:100px auto 60px;max-width:720px;padding:0 16px}.vsp-empty{background:#fff;border:1px dashed #e5e7eb;border-radius:12px;color:#6b7280;padding:40px;text-align:center}.vsp-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px #0000000a;padding:28px}.vsp-head{border-bottom:1px solid #f3f4f6;gap:18px;padding-bottom:20px}.vsp-avatar,.vsp-head{align-items:center;display:flex}.vsp-avatar{background:#1b5e20;border-radius:999px;color:#fff;flex-shrink:0;font-size:26px;font-weight:700;height:72px;justify-content:center;overflow:hidden;width:72px}.vsp-avatar-img img{height:100%;object-fit:cover;width:100%}.vsp-head-text h1{color:#111827;font-size:22px;margin:0 0 6px}.vsp-head-meta{color:#4b5563;font-size:14px}.vsp-badges,.vsp-head-meta{display:flex;flex-wrap:wrap;gap:6px}.vsp-badges{margin-top:10px}.vsm-badge-admin{background:#fde68a;color:#92400e}.vsp-section{border-bottom:1px solid #f3f4f6;padding:18px 0}.vsp-section:last-of-type{border-bottom:none}.vsp-section h3{color:#6b7280;font-size:13px;font-weight:600;letter-spacing:.04em;margin:0 0 12px;text-transform:uppercase}.vsp-rows{grid-gap:10px 24px;display:grid;gap:10px 24px;grid-template-columns:1fr 1fr}.vsp-rows>div{color:#4b5563;display:flex;font-size:14px;gap:12px;justify-content:space-between}.vsp-rows strong{color:#111827;text-align:right;word-break:break-all}.vsp-membership-list{display:flex;flex-direction:column;gap:10px}.vsp-membership{align-items:center;background:#f9fafb;border:1px solid #f3f4f6;border-radius:10px;display:flex;gap:12px;justify-content:space-between;padding:12px 14px}.vsp-membership-villa{color:#111827;font-weight:600}.vsp-membership-meta{color:#6b7280;display:flex;flex-wrap:wrap;font-size:13px;gap:4px;margin-top:2px}.vsp-empty-small{color:#6b7280;font-size:13px;padding:8px 0}.vsp-actions{display:flex;justify-content:flex-end;margin-top:20px}.vsp-head{align-items:flex-start}.vsp-head-text{flex:1 1}.vsp-role-pill{background:#1b5e201a;border-radius:999px;display:inline-block;font-size:12px;letter-spacing:.02em;margin:6px 0 8px;padding:4px 12px}.vsp-edit-btn,.vsp-role-pill{color:#1b5e20;font-weight:600}.vsp-edit-btn{background:#fff;border:1px solid #1b5e20;border-radius:8px;cursor:pointer;flex-shrink:0;font-size:13px;padding:8px 16px;transition:background .15s,color .15s}.vsp-edit-btn:hover{background:#1b5e20;color:#fff}.vsp-form{gap:14px}.vsp-field,.vsp-form{display:flex;flex-direction:column}.vsp-field{gap:6px}.vsp-field label{color:#374151;font-size:13px;font-weight:500}.vsp-field label .req{color:#dc2626}.vsp-field input[type=email],.vsp-field input[type=tel],.vsp-field input[type=text]{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:14px;outline:none;padding:10px 12px}.vsp-field input:focus{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e2026}.vsp-phone-row{align-items:stretch;background:#fff;border:1px solid #d1d5db;border-radius:8px;display:flex;overflow:hidden}.vsp-phone-row:focus-within{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e2026}.vsp-phone-row span{background:#f3f4f6;border-right:1px solid #d1d5db;color:#374151;font-size:14px;font-weight:500;padding:10px 12px}.vsp-phone-row input{border:none!important;box-shadow:none!important;flex:1 1;font-size:14px;outline:none!important;padding:10px 12px!important}.vsp-error{background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;color:#b91c1c;font-size:13px;padding:10px 14px}.vsp-form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:4px}.vsp-btn-primary{background:#1b5e20;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px}.vsp-btn-primary:hover:not(:disabled){background:#2e7d32}.vsp-btn-primary:disabled{background:#d1d5db;cursor:not-allowed}.vsp-btn-secondary{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px}.vsp-btn-secondary:hover{background:#f9fafb}.vsp-banner{align-items:center;border-radius:10px;display:flex;font-size:13px;gap:12px;justify-content:space-between;margin:16px 0 0;padding:12px 14px}.vsp-banner-pending{background:#fef3c7;border:1px solid #fde68a;color:#92400e}.vsp-banner-info{background:#ecfeff;border:1px solid #a5f3fc;color:#155e75}.vsp-banner-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:13px;margin-top:8px;padding:10px 14px}.vsp-phone-masked{font-feature-settings:"tnum";color:#64748b;font-variant-numeric:tabular-nums}.vsp-reveal-btn{align-items:center;background:#0000;border:1px solid #d1d5db;border-radius:999px;color:#1b5e20;cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;gap:5px;margin-left:6px;padding:3px 10px;transition:background .12s,border-color .12s}.vsp-reveal-btn:hover:not(:disabled){background:#f0fdf4;border-color:#1b5e20}.vsp-reveal-btn:disabled{cursor:not-allowed;opacity:.55}.vsp-phone-note{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:12px;line-height:1.5;margin-top:8px;padding:8px 12px}.vsp-phone-note em{color:#1b5e20;font-style:italic}.vsp-banner code{background:#0000000f;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;padding:1px 6px}.vsp-banner-sub{display:block;font-size:12px;margin-top:2px}.vsp-banner-btn{background:#fff;border:1px solid;border-radius:8px;color:inherit;cursor:pointer;flex-shrink:0;font-size:12px;font-weight:600;padding:6px 12px}.vsp-banner-btn:hover{background:#fff9}.vsp-hint{background:#fef3c7;border:1px solid #fde68a;border-radius:6px;color:#92400e;font-size:12px;margin:6px 0 0;padding:8px 10px}.vsp-section-count{color:#6b7280;font-weight:500;letter-spacing:0;margin-left:4px;text-transform:none}.vsp-membership{color:inherit;text-decoration:none;transition:background .15s,border-color .15s}.vsp-membership:hover{background:#f3f4f6;border-color:#e5e7eb}.vsp-request-list{display:flex;flex-direction:column;gap:10px}.vsp-request{align-items:center;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;display:flex;gap:14px;padding:12px 14px}.vsp-request-main{flex:1 1;min-width:0}.vsp-request-name{align-items:center;display:flex;font-size:14px;gap:8px;margin-bottom:4px}.vsp-request-name a{color:#111827;font-weight:600;text-decoration:none}.vsp-request-name a:hover{color:#1b5e20;text-decoration:underline}.vsp-request-detail{color:#374151;font-size:13px}.vsp-request-detail code{background:#fff;border:1px solid #fde68a;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;padding:2px 6px}.vsp-request-villas{color:#6b7280;font-size:12px;margin-top:4px}.vsp-request-actions{display:flex;flex-shrink:0;gap:6px}.vsp-request-actions button{border:none;border-radius:8px}.vsp-btn-reject,.vsp-request-actions button{cursor:pointer;font-size:13px;font-weight:600;padding:8px 14px}.vsp-btn-reject{background:#fff;border:1px solid #fecaca;border-radius:8px;color:#b91c1c}.vsp-btn-reject:hover:not(:disabled){background:#fef2f2;border-color:#fca5a5}.vsp-btn-reject:disabled{cursor:not-allowed;opacity:.6}.vsp-modal-overlay{align-items:center;background:#11182780;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.vsp-modal{background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;max-width:460px;padding:24px;width:100%}.vsp-modal h2{color:#111827;font-size:18px;margin:0 0 8px}.vsp-modal-sub{color:#4b5563;font-size:13px;margin:0 0 16px}.vsp-modal-sub code{background:#f3f4f6;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;padding:2px 6px}.vsp-modal textarea{border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:13px;outline:none;padding:10px 12px;resize:vertical;width:100%}.vsp-modal textarea:focus{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e2026}.vsp-section-row{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.vsp-section-row h3{margin:0}.vsp-villa-add-btn{align-items:center;background:#1b5e20;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:8px 14px;transition:background .15s}.vsp-villa-add-btn:hover{background:#2e7d32}.vsp-villa-modal{max-height:88vh;max-width:560px;overflow-y:auto;width:100%}.vsp-villa-modal-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.vsp-villa-modal-head h2{color:#0f172a;font-size:18px;font-weight:700;margin:0}.vsp-villa-modal-close{align-items:center;background:none;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:inline-flex;height:32px;justify-content:center;width:32px}.vsp-villa-modal-close:hover{background:#f1f5f9;color:#0f172a}.vsp-villa-search{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:8px;display:flex;gap:8px;margin-bottom:8px;padding:10px 12px;position:relative}.vsp-villa-search:focus-within{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e2026}.vsp-villa-search svg{color:#64748b;flex-shrink:0}.vsp-villa-search input{background:#0000;border:none!important;flex:1 1;font-size:14px;outline:none!important;padding:0!important}.vsp-villa-list{background:#fff;border:1px solid #e5e7eb;border-radius:8px;max-height:200px;overflow-y:auto}.vsp-villa-empty{color:#6b7280;font-size:13px;padding:18px;text-align:center}.vsp-villa-item{align-items:center;background:#fff;border:none;border-bottom:1px solid #f3f4f6;color:#111827;cursor:pointer;display:flex;font-size:14px;gap:12px;justify-content:space-between;padding:10px 14px;text-align:left;width:100%}.vsp-villa-item:last-child{border-bottom:none}.vsp-villa-item:hover{background:#f8fbf8}.vsp-villa-item.selected{background:#1b5e2014;color:#1b5e20}.vsp-villa-item span{color:#6b7280;font-size:12px}.vsp-villa-item.selected span{color:#15803d}.vsp-villa-selected{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#166534;font-size:13px;margin-top:10px;padding:10px 12px}.vsp-role-options{grid-gap:8px;display:grid;gap:8px}.vsp-role-option{align-items:flex-start;background:#fff;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;display:flex;gap:12px;padding:12px 14px;text-align:left;transition:border-color .15s,background .15s;width:100%}.vsp-role-option:hover{border-color:#d1d5db}.vsp-role-option.selected{background:#1b5e200a;border-color:#1b5e20}.vsp-role-radio{background:#fff;border:2px solid #9ca3af;border-radius:50%;flex-shrink:0;height:18px;margin-top:2px;width:18px}.vsp-role-option.selected .vsp-role-radio{background:radial-gradient(circle at center,#1b5e20 0 5px,#fff 6px 100%);border-color:#1b5e20}.vsp-role-title{color:#0f172a;font-size:14px;font-weight:600}.vsp-role-sub{color:#475569;font-size:12.5px;margin-top:2px}.vsp-role-note{color:#64748b;font-size:11.5px;font-style:italic;margin-top:4px}.vsp-history-sub{color:#64748b;font-size:13px;line-height:1.5;margin:0 0 14px}.vsp-history-block{border-top:1px solid #f1f5f9;margin-top:14px;padding-top:14px}.vsp-history-block:first-of-type{border-top:none;margin-top:0;padding-top:0}.vsp-history-h{color:#475569;font-size:12px;font-weight:700;letter-spacing:.06em;margin-bottom:8px;text-transform:uppercase}.vsp-history-row{margin-bottom:10px}.vsp-history-row:last-child{margin-bottom:0}.vsp-history-row-h{align-items:center;color:#0f172a;display:flex;flex-wrap:wrap;font-size:14px;gap:8px}.vsp-history-now{background:#dcfce7;color:#166534}.vsp-history-lead,.vsp-history-now{border-radius:999px;font-size:10.5px;font-weight:700;letter-spacing:.04em;padding:2px 8px;text-transform:uppercase}.vsp-history-lead{background:#fef9c3;color:#854d0e}.vsp-history-past{background:#f1f5f9;border-radius:999px;color:#64748b;font-size:10.5px;font-weight:700;letter-spacing:.04em;padding:2px 8px;text-transform:uppercase}.vsp-history-meta{color:#64748b;font-size:12.5px;margin-top:3px}.vsp-history-resp{color:#334155;font-size:12.5px;line-height:1.55;margin:6px 0 0}.vsn-bell-wrap{display:inline-flex}.vsn-bell-btn,.vsn-bell-wrap{position:relative}.vsn-bell-badge{align-items:center;background:#dc2626;border-radius:999px;box-shadow:0 0 0 2px #0f172a;box-shadow:0 0 0 2px var(--vsa-header-bg,#0f172a);color:#fff;display:inline-flex;font-size:10px;font-weight:700;height:16px;justify-content:center;line-height:1;min-width:16px;padding:0 4px;pointer-events:none;position:absolute;right:2px;top:2px}.vsn-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 20px 40px #0f172a2e,0 6px 16px #0f172a1a;display:flex;flex-direction:column;max-width:calc(100vw - 24px);overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);width:360px;z-index:1100}.vsn-panel-head{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:12px 14px}.vsn-panel-head h3{color:#0f172a;font-size:13.5px;font-weight:700;letter-spacing:.05em;margin:0;text-transform:uppercase}.vsn-mark-all{background:#0000;border:none;border-radius:6px;color:#1b5e20;cursor:pointer;font-size:12px;font-weight:600;padding:4px 8px}.vsn-mark-all:hover:not(:disabled){background:#f0fdf4}.vsn-mark-all:disabled{color:#94a3b8;cursor:not-allowed}.vsn-list{list-style:none;margin:0;max-height:380px;overflow-y:auto;padding:0}.vsn-row{grid-gap:10px;align-items:flex-start;border-bottom:1px solid #f8fafc;cursor:pointer;display:grid;gap:10px;grid-template-columns:30px 1fr 12px;padding:12px 14px;transition:background .12s}.vsn-row:last-child{border-bottom:none}.vsn-row:hover{background:#f8fafc}.vsn-row.unread{background:#f0fdf4}.vsn-row.unread:hover{background:#dcfce7}.vsn-row-icon{align-items:center;background:#e0e7ff;border-radius:999px;color:#4338ca;display:inline-flex;flex-shrink:0;height:30px;justify-content:center;width:30px}.vsn-row.unread .vsn-row-icon{background:#1b5e20;color:#fff}.vsn-row-body{min-width:0}.vsn-row-title{word-wrap:break-word;color:#0f172a;font-size:13px;font-weight:500;line-height:1.35}.vsn-row.unread .vsn-row-title{font-weight:700}.vsn-row-snippet{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#64748b;display:-webkit-box;font-size:12px;line-height:1.4;margin-top:2px;overflow:hidden}.vsn-row-meta{color:#94a3b8;font-size:11.5px;margin-top:4px}.vsn-row-dot{align-self:flex-start;background:#1b5e20;border-radius:999px;height:8px;margin-top:8px;width:8px}.vsn-empty{align-items:center;color:#64748b;display:flex;flex-direction:column;font-size:13px;gap:8px;padding:28px 14px;text-align:center}.vsn-empty svg{color:#cbd5e1}.vsn-empty p{margin:0}.vsn-panel-foot{border-top:1px solid #f1f5f9;padding:8px}.vsn-see-all{background:#0000;border:none;border-radius:8px;color:#1b5e20;cursor:pointer;font-size:13px;font-weight:600;padding:10px;width:100%}.vsn-see-all:hover{background:#f0fdf4}@media (max-width:480px){.vsn-panel{right:-8px;width:calc(100vw - 24px)}}.vsa-shell{--sidebar-w:248px;background:#f8fafc;color:#0f172a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.vsa-shell.collapsed{--sidebar-w:76px}.vsa-header{background:#fff;border-bottom:1px solid #e2e8f0;gap:16px;height:64px;justify-content:space-between;padding:0 24px;position:-webkit-sticky;position:sticky;top:0;z-index:40}.vsa-header,.vsa-header-left{align-items:center;display:flex}.vsa-header-left{gap:14px;min-width:0}.vsa-header-brand{color:#0f172a;font-size:16px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vsa-header-right{align-items:center;display:flex;flex-shrink:0;gap:12px}.vsa-icon-btn{align-items:center;background:#0000;border:none;border-radius:10px;color:#475569;cursor:pointer;display:inline-flex;height:36px;justify-content:center;position:relative;transition:background .15s;width:36px}.vsa-icon-btn:hover{background:#f1f5f9;color:#0f172a}.vsa-bell-dot{background:#ef4444;border:1.5px solid #fff;border-radius:50%;height:7px;position:absolute;right:8px;top:8px;width:7px}.vsa-header-user{line-height:1.2;text-align:right}.vsa-header-user .vsa-user-name{color:#0f172a;font-size:13px;font-weight:600;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vsa-user-role-mini{color:#64748b;font-size:11px;margin-top:1px}.vsa-logout{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#475569;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:7px 12px;transition:background .15s,color .15s}.vsa-logout:hover{background:#f1f5f9;color:#0f172a}.vsa-hamburger{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#475569;cursor:pointer;display:none;height:36px;justify-content:center;width:36px}.vsa-hamburger:hover{background:#f1f5f9;color:#0f172a}.vsa-body{min-height:calc(100vh - 64px)}.vsa-body,.vsa-sidebar{display:flex;position:relative}.vsa-sidebar{background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;height:calc(100vh - 64px);position:-webkit-sticky;position:sticky;top:64px;transition:width .25s ease;width:var(--sidebar-w)}.vsa-brand-block{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;gap:12px;min-height:72px;padding:18px}.vsa-brand-mark{align-items:center;background:linear-gradient(135deg,#1b5e20,#2e7d32);border-radius:10px;color:#fff;display:flex;flex-shrink:0;font-size:14px;font-weight:700;height:36px;justify-content:center;letter-spacing:.5px;width:36px}.vsa-brand-text{min-width:0}.vsa-brand-title{color:#0f172a;font-size:14px;font-weight:600}.vsa-brand-sub,.vsa-brand-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vsa-brand-sub{color:#64748b;font-size:11px;margin-top:2px}.vsa-collapse-floater{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:50%;box-shadow:0 1px 3px #0f172a0f;color:#64748b;cursor:pointer;display:flex;height:24px;justify-content:center;position:absolute;right:-12px;top:60px;width:24px;z-index:5}.vsa-collapse-floater:hover{background:#f1f5f9;color:#0f172a}.vsa-nav{display:flex;flex:1 1;flex-direction:column;gap:2px;overflow-y:auto;padding:16px 12px;scrollbar-color:#e2e8f0 #0000;scrollbar-width:thin}.vsa-nav::-webkit-scrollbar{width:6px}.vsa-nav::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:999px}.vsa-nav-section-label{color:#94a3b8;font-size:10px;font-weight:700;letter-spacing:.12em;padding:0 8px 6px;text-transform:uppercase}.vsa-nav-item{align-items:center;background:#0000;border:none;border-radius:10px;color:#334155;cursor:pointer;display:flex;font-size:13.5px;font-weight:500;gap:12px;padding:8px;position:relative;text-align:left;text-decoration:none;transition:background .15s;width:100%}.vsa-nav-item:hover:not(:disabled):not(.active){background:#f8fafc;color:#0f172a}.vsa-nav-item.active{background:#f1f5f9;color:#0f172a;font-weight:600}.vsa-nav-item:disabled{cursor:not-allowed;opacity:.5}.vsa-nav-icon{align-items:center;border-radius:10px;display:inline-flex;flex-shrink:0;height:32px;justify-content:center;transition:transform .15s;width:32px}.vsa-nav-item:hover .vsa-nav-icon{transform:scale(1.04)}.vsa-nav-label{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vsa-nav-active-dot{border-radius:50%;flex-shrink:0;height:6px;margin-right:2px;width:6px}.vsa-sidebar-footer{border-top:1px solid #e2e8f0;padding:12px}.vsa-user-card{align-items:center;background:#f8fafc;border-radius:10px;display:flex;gap:10px;padding:8px 10px}.vsa-user-avatar{align-items:center;background:#1b5e20;border-radius:999px;color:#fff;display:flex;flex-shrink:0;font-size:13px;font-weight:700;height:32px;justify-content:center;width:32px}.vsa-user-meta{min-width:0}.vsa-user-meta .vsa-user-name{color:#0f172a;font-size:12.5px;font-weight:600;max-width:150px}.vsa-user-meta .vsa-user-name,.vsa-user-role{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vsa-user-role{color:#64748b;font-size:10.5px;margin-top:1px}.vsa-shell.collapsed .vsa-brand-text,.vsa-shell.collapsed .vsa-nav-active-dot,.vsa-shell.collapsed .vsa-nav-label,.vsa-shell.collapsed .vsa-nav-section-label,.vsa-shell.collapsed .vsa-user-meta{display:none}.vsa-shell.collapsed .vsa-brand-block{justify-content:center;padding:18px 12px}.vsa-shell.collapsed .vsa-nav-item{justify-content:center;padding:8px}.vsa-shell.collapsed .vsa-user-card{justify-content:center;padding:6px}.vsa-main{flex:1 1;max-width:100%;min-width:0;overflow-x:auto;padding:28px 32px}.vsa-mobile-backdrop{background:#0f172a66;display:none;inset:64px 0 0 0;position:fixed;z-index:19}.vs-auth-banner{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#991b1b;display:flex;font-size:14px;justify-content:space-between;margin-bottom:16px;padding:10px 14px}.vs-auth-banner button{background:#0000;border:1px solid #fca5a5;border-radius:6px;color:#991b1b;cursor:pointer;font-size:12px;font-weight:500;padding:4px 12px}.vs-auth-banner button:hover{background:#dc262614}.vsa-shellhome{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:28px}.vsa-shellhome h1{color:#0f172a;font-size:22px;margin:0 0 8px}.vsa-shellhome p{color:#475569;margin:0}@media (max-width:768px){.vsa-hamburger{display:flex}.vsa-collapse-floater{display:none}.vsa-shell,.vsa-shell.collapsed{--sidebar-w:240px}.vsa-sidebar{bottom:0;box-shadow:4px 0 16px #0f172a1a;height:auto;left:0;position:fixed;top:64px;transform:translateX(-100%);transition:transform .25s ease;z-index:20}.vsa-sidebar.mobile-open{transform:translateX(0)}.vsa-shell.collapsed .vsa-brand-text,.vsa-shell.collapsed .vsa-nav-label,.vsa-shell.collapsed .vsa-nav-section-label,.vsa-shell.collapsed .vsa-user-meta{display:revert}.vsa-shell.collapsed .vsa-brand-block{justify-content:flex-start;padding:18px}.vsa-shell.collapsed .vsa-nav-item{justify-content:flex-start;padding:8px}.vsa-shell.collapsed .vsa-user-card{justify-content:flex-start;padding:8px 10px}.vsa-mobile-backdrop{display:block}.vsa-main{padding:16px}.vsa-header-user{display:none}.vsa-header-brand{font-size:14px}.vsa-logout span{display:none}}.onb-shell{background:radial-gradient(900px 500px at 80% 10%,#d4af371f,#0000 60%),radial-gradient(800px 500px at 10% 100%,#1b5e201f,#0000 60%),linear-gradient(180deg,#f6faf6,#fff);color:#1c2a1f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.onb-topbar{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff9;border-bottom:1px solid #e6efe6;display:flex;justify-content:space-between;padding:16px 28px}.onb-brand{color:#0a1b0d;font-size:15px;font-weight:700;letter-spacing:-.01em}.onb-logout{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#475569;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:7px 12px;transition:background .15s}.onb-logout:hover{background:#f1f5f9;color:#0f172a}.onb-content{display:flex;justify-content:center;padding:32px 24px 80px}.onb-card{background:#fff;border:1px solid #e6efe6;border-radius:18px;box-shadow:0 1px 2px #0f172a0a,0 24px 60px #1b5e2014;max-width:640px;padding:36px;width:100%}.onb-head{margin-bottom:28px}.onb-head h1{color:#0a1b0d;font-size:28px;font-weight:700;letter-spacing:-.02em;margin:0 0 8px}.onb-head p{color:#4b5d52;font-size:15px;line-height:1.55;margin:0}.onb-field{margin-bottom:22px}.onb-field label{color:#334155;display:block;font-size:13px;font-weight:600;margin-bottom:8px}.onb-field .req{color:#dc2626}.onb-search{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:10px;display:flex;gap:10px;margin-bottom:10px;padding:12px 14px}.onb-search:focus-within{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e2026}.onb-search svg{color:#64748b;flex-shrink:0}.onb-search input{background:#0000;border:none;flex:1 1;font-family:inherit;font-size:14px;outline:none}.onb-villa-list{background:#fff;border:1px solid #e5e7eb;border-radius:10px;max-height:220px;overflow-y:auto}.onb-empty{color:#6b7280;font-size:13px;padding:22px;text-align:center}.onb-villa-item{align-items:center;background:#fff;border:none;border-bottom:1px solid #f3f4f6;color:#111827;cursor:pointer;display:flex;font-size:14px;justify-content:space-between;padding:12px 16px;text-align:left;width:100%}.onb-villa-item:last-child{border-bottom:none}.onb-villa-item:hover{background:#f8fbf8}.onb-villa-item.selected{background:#1b5e2014;color:#1b5e20}.onb-villa-item span{color:#6b7280;font-size:12px}.onb-villa-item.selected span{color:#15803d}.onb-villa-item strong{font-weight:700}.onb-selected{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;color:#166534;font-size:13px;margin-top:12px;padding:10px 14px}.onb-roles{grid-gap:10px;display:grid;gap:10px}.onb-role{align-items:flex-start;background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;display:flex;gap:12px;padding:14px 16px;text-align:left;transition:border-color .15s,background .15s;width:100%}.onb-role:hover{border-color:#d1d5db}.onb-role.selected{background:#1b5e200a;border-color:#1b5e20}.onb-role-radio{background:#fff;border:2px solid #9ca3af;border-radius:50%;flex-shrink:0;height:18px;margin-top:2px;width:18px}.onb-role.selected .onb-role-radio{background:radial-gradient(circle at center,#1b5e20 0 5px,#fff 6px 100%);border-color:#1b5e20}.onb-role-text{flex:1 1}.onb-role-title{color:#0a1b0d;font-size:14.5px;font-weight:600}.onb-role-sub{color:#4b5d52;font-size:12.5px;margin-top:2px}.onb-role-note{color:#64748b;font-size:11.5px;font-style:italic;margin-top:4px}.onb-input{background:#fff;border:1px solid #d1d5db;border-radius:10px;box-sizing:border-box;font-family:inherit;font-size:14px;outline:none;padding:12px 14px;width:100%}.onb-input:focus{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e2026}.onb-error{background:#fef2f2;border:1px solid #fee2e2;border-radius:10px;color:#b91c1c;font-size:13px;margin-bottom:16px;padding:10px 14px}.onb-submit{background:#1b5e20;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:14px 20px;transition:background .15s,transform .05s;width:100%}.onb-submit:hover:not(:disabled){background:#2e7d32}.onb-submit:active:not(:disabled){transform:translateY(1px)}.onb-submit:disabled{background:#d1d5db;cursor:not-allowed}.vsnp-shell{margin:0 auto;max-width:760px;padding:8px 4px 60px}.vsnp-head{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}.vsnp-head h1{color:#0f172a;font-size:22px;font-weight:700;margin:0}.vsnp-sub{color:#64748b;font-size:13px;margin:4px 0 0}.vsnp-btn-secondary{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#1b5e20;cursor:pointer;font-size:13px;font-weight:600;padding:8px 14px}.vsnp-btn-secondary:hover:not(:disabled){background:#f0fdf4;border-color:#1b5e20}.vsnp-btn-secondary:disabled{color:#9ca3af;cursor:not-allowed}.vsnp-tabs{background:#f1f5f9;border-radius:10px;display:inline-flex;margin-bottom:18px;padding:3px}.vsnp-tabs button{background:#0000;border:none;border-radius:7px;color:#64748b;cursor:pointer;font-size:13px;font-weight:600;padding:7px 16px;transition:background .12s,color .12s}.vsnp-tabs button.active{background:#fff;box-shadow:0 1px 3px #0f172a0f;color:#0f172a}.vsnp-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:13px;margin-bottom:14px;padding:10px 14px}.vsnp-empty{align-items:center;color:#64748b;display:flex;flex-direction:column;font-size:14px;gap:10px;padding:48px 20px;text-align:center}.vsnp-empty svg{color:#cbd5e1}.vsnp-empty p{margin:0}.vsnp-list{background:#fff;border:1px solid #e5e7eb;border-radius:12px;list-style:none;margin:0;overflow:hidden;padding:0}.vsnp-row{grid-gap:12px;align-items:flex-start;border-bottom:1px solid #f3f4f6;cursor:pointer;display:grid;gap:12px;grid-template-columns:36px 1fr 30px;padding:14px 16px;transition:background .12s}.vsnp-row:last-child{border-bottom:none}.vsnp-row:hover{background:#f8fafc}.vsnp-row.unread{background:#f0fdf4}.vsnp-row.unread:hover{background:#dcfce7}.vsnp-row-icon{align-items:center;background:#e0e7ff;border-radius:999px;color:#4338ca;display:inline-flex;height:36px;justify-content:center;width:36px}.vsnp-row.unread .vsnp-row-icon{background:#1b5e20;color:#fff}.vsnp-row-body{min-width:0}.vsnp-row-title{word-wrap:break-word;color:#0f172a;font-size:14px;line-height:1.4}.vsnp-row.unread .vsnp-row-title{font-weight:700}.vsnp-row-snippet{color:#64748b;font-size:13px;line-height:1.45;margin-top:3px}.vsnp-row-meta{color:#94a3b8;font-size:12px;margin-top:6px}.vsnp-row-delete{align-self:flex-start;background:#0000;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;opacity:0;padding:4px;transition:opacity .12s,color .12s,background .12s}.vsnp-row:hover .vsnp-row-delete{opacity:1}.vsnp-row-delete:hover{background:#fee2e2;color:#dc2626}.vsnp-sentinel{color:#94a3b8;font-size:12px;padding:16px;text-align:center}.vsr-stars{align-items:center;display:inline-flex;gap:2px}.vsr-star{background:#0000;border:none;border-radius:4px;cursor:pointer;line-height:0;padding:2px;transition:transform .08s ease}.vsr-stars.interactive .vsr-star:hover{transform:scale(1.1)}.vsr-stars.interactive .vsr-star:focus-visible{outline:2px solid #1b5e20;outline-offset:1px}.vsr-stars.readonly .vsr-star{cursor:default;padding:0}.vsr-count{font-feature-settings:"tnum";color:#0f172a;font-size:14px;font-variant-numeric:tabular-nums;font-weight:600;margin-left:6px}.vsr-count-meta{color:#64748b;font-size:12.5px;font-weight:400}.vsd-shell{margin:0 auto;max-width:1200px;padding:12px 16px 60px}@media (min-width:768px){.vsd-shell{padding:16px 24px 60px}}.vsd-head{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:18px}.vsd-head h1{color:#0f172a;font-size:22px;font-weight:700;margin:0}.vsd-sub{color:#64748b;font-size:13px;margin:4px 0 0}.vsd-add-btn{align-items:center;background:#1b5e20;border:none;border-radius:10px;box-shadow:0 2px 6px #1b5e202e;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:7px;padding:10px 18px}.vsd-add-btn:hover{background:#2e7d32}.vsd-search-row{margin-bottom:14px}.vsd-search{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:10px;display:flex;height:42px;max-width:520px;padding:0 12px;position:relative;transition:border-color .12s,box-shadow .12s;width:100%}.vsd-search:focus-within{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e201f}.vsd-search svg{color:#94a3b8;flex-shrink:0}.vsd-search input{background:#0000;border:none;color:#0f172a;flex:1 1;font-size:14px;outline:none;padding:0 10px}.vsd-tabs{-webkit-overflow-scrolling:touch;border-bottom:1px solid #e5e7eb;display:flex;gap:4px;margin-bottom:22px;overflow-x:auto;padding-bottom:1px}.vsd-tabs::-webkit-scrollbar{display:none}.vsd-tab{align-items:center;background:#0000;border:none;border-bottom:2px solid #0000;color:#64748b;cursor:pointer;display:inline-flex;font-size:13.5px;font-weight:600;gap:6px;padding:10px 14px;transition:color .12s,border-color .12s;white-space:nowrap}.vsd-tab:hover{color:#0f172a}.vsd-tab.active{border-bottom-color:#1b5e20;color:#1b5e20}.vsd-tab-count{background:#f1f5f9;border-radius:999px;color:#475569;font-size:11px;font-weight:600;padding:1px 7px}.vsd-tab.active .vsd-tab-count{background:#dcfce7;color:#166534}.vsd-section{margin-bottom:28px}.vsd-section-h{align-items:center;border-left:4px solid #cbd5e1;color:#475569;display:flex;font-size:13px;font-weight:700;gap:8px;letter-spacing:.08em;margin:0 0 12px;padding-left:6px;text-transform:uppercase}.vsd-section-h-icon{align-items:center;color:#64748b;display:inline-flex}.vsd-section-h-count{color:#94a3b8;font-size:12px;font-weight:500;letter-spacing:0;text-transform:none}.vsd-section-h.vsd-cat-emergency{border-left-color:#dc2626;color:#b91c1c}.vsd-section-h.vsd-cat-emergency .vsd-section-h-icon{color:#dc2626}.vsd-section-h.vsd-cat-medical{border-left-color:#16a34a;color:#15803d}.vsd-section-h.vsd-cat-medical .vsd-section-h-icon{color:#16a34a}.vsd-section-h.vsd-cat-services{border-left-color:#1b5e20;color:#1b5e20}.vsd-section-h.vsd-cat-services .vsd-section-h-icon{color:#1b5e20}.vsd-section-h.vsd-cat-newspaper{border-left-color:#4338ca;color:#3730a3}.vsd-section-h.vsd-cat-newspaper .vsd-section-h-icon{color:#4338ca}.vsd-section-h.vsd-cat-milk{border-left-color:#0891b2;color:#0e7490}.vsd-section-h.vsd-cat-milk .vsd-section-h-icon{color:#0891b2}.vsd-section-h.vsd-cat-vegetable{border-left-color:#ea580c;color:#c2410c}.vsd-section-h.vsd-cat-vegetable .vsd-section-h-icon{color:#ea580c}.vsd-section-h.vsd-cat-facility{border-left-color:#7c3aed;color:#6d28d9}.vsd-section-h.vsd-cat-facility .vsd-section-h-icon{color:#7c3aed}.vsd-cards{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.vsd-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;color:inherit;display:flex;flex-direction:column;gap:12px;padding:16px;text-decoration:none;transition:border-color .12s,box-shadow .12s,transform .12s}.vsd-card:hover{border-color:#1b5e20;box-shadow:0 4px 14px #0f172a14;transform:translateY(-1px)}.vsd-card-head{display:flex;gap:12px}.vsd-avatar{align-items:center;background:linear-gradient(135deg,#1b5e20,#2e7d32);border-radius:999px;color:#fff;display:inline-flex;flex-shrink:0;font-size:18px;font-weight:700;height:44px;justify-content:center;overflow:hidden;width:44px}.vsd-avatar img{height:100%;object-fit:cover;width:100%}.vsd-card-main{flex:1 1;min-width:0}.vsd-card-name{align-items:center;color:#0f172a;display:flex;flex-wrap:wrap;font-size:15px;font-weight:700;gap:6px;line-height:1.3}.vsd-card-cat{color:#64748b;font-size:12.5px;margin-bottom:4px;margin-top:2px}.vsd-card-no-reviews{color:#94a3b8;font-size:12px;font-style:italic}.vsd-pick{align-items:center;background:#dcfce7;border-radius:999px;color:#166534;display:inline-flex;font-size:10.5px;font-weight:700;gap:4px;letter-spacing:.04em;padding:2px 7px;text-transform:uppercase}.vsd-card-meta{color:#475569;display:flex;flex-wrap:wrap;font-size:13px;gap:6px}.vsd-meta-phone{color:#0f172a;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px}.vsd-meta-hours{color:#64748b}.vsd-card-actions{border-top:1px solid #f1f5f9;display:flex;gap:8px;padding-top:12px}.vsd-action{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#0f172a;display:inline-flex;flex:1 1;font-size:12.5px;font-weight:600;gap:5px;justify-content:center;padding:8px 10px;text-decoration:none;transition:background .12s,border-color .12s,color .12s}.vsd-action:hover{background:#f0fdf4;border-color:#1b5e20;color:#1b5e20}.vsd-action-wa:hover{background:#dcfce7;border-color:#16a34a;color:#166534}@media (max-width:600px){.vsd-cards{grid-template-columns:1fr}.vsd-card-actions{flex-direction:row}}.vsd-rm-overlay{align-items:center;background:#0f172a80;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.vsd-rm-modal{background:#fff;border-radius:14px;box-shadow:0 20px 60px #0f172a38;max-height:92vh;max-width:480px;overflow-y:auto;padding:24px;width:100%}.vsd-rm-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.vsd-rm-head h2{color:#0f172a;font-size:18px;margin:0}.vsd-rm-close{align-items:center;background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:inline-flex;height:32px;justify-content:center;width:32px}.vsd-rm-close:hover{background:#f1f5f9;color:#0f172a}.vsd-rm-sub{color:#475569;font-size:13.5px;margin:0 0 18px}.vsd-rm-field{margin-bottom:16px;position:relative}.vsd-rm-field label{color:#334155;display:block;font-size:12.5px;font-weight:600;margin-bottom:7px}.vsd-rm-stars{background:#f8fafc;border-radius:10px;display:flex;justify-content:center;padding:10px 0}.vsd-rm-field textarea{border:1px solid #d1d5db;border-radius:10px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:13.5px;outline:none;padding:10px 12px;resize:vertical;width:100%}.vsd-rm-field textarea:focus{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e201f}.vsd-rm-counter{background:#fff;bottom:6px;color:#94a3b8;font-size:11px;padding:0 4px;position:absolute;right:8px}.vsd-rm-error{background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;color:#b91c1c;font-size:12.5px;margin-bottom:12px;padding:8px 12px}.vsd-rm-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:14px}.vsd-rm-btn-primary,.vsd-rm-btn-secondary{border:1px solid #0000;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;padding:9px 18px}.vsd-rm-btn-primary{background:#1b5e20;color:#fff}.vsd-rm-btn-primary:hover:not(:disabled){background:#2e7d32}.vsd-rm-btn-primary:disabled{background:#94a3b8;cursor:not-allowed}.vsd-rm-btn-secondary{background:#fff;border-color:#d1d5db;color:#374151}.vsd-rm-btn-secondary:hover{background:#f9fafb}.vsd-detail-shell{margin:0 auto;max-width:1100px;padding:4px 4px 60px}.vsd-detail-topbar{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:16px}.vsd-back-link{align-items:center;color:#64748b;display:inline-flex;font-size:13px;gap:5px;text-decoration:none}.vsd-back-link:hover{color:#0f172a}.vsd-detail-admin-actions{display:flex;gap:8px}.vsd-detail-grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:340px 1fr}@media (max-width:800px){.vsd-detail-grid{grid-template-columns:1fr}}.vsd-detail-left{background:#fff;border:1px solid #e5e7eb;border-radius:14px;height:-webkit-fit-content;height:fit-content;padding:24px;position:-webkit-sticky;position:sticky;text-align:center;top:16px}@media (max-width:800px){.vsd-detail-left{position:static}}.vsd-detail-avatar{align-items:center;background:linear-gradient(135deg,#1b5e20,#2e7d32);border-radius:999px;color:#fff;display:inline-flex;font-size:36px;font-weight:700;height:96px;justify-content:center;margin-bottom:14px;overflow:hidden;width:96px}.vsd-detail-avatar img{height:100%;object-fit:cover;width:100%}.vsd-detail-left h1{color:#0f172a;font-size:22px;margin:0 0 6px}.vsd-detail-category{align-items:center;background:#f1f5f9;border-radius:999px;color:#475569;display:inline-flex;font-size:12px;font-weight:600;gap:5px;padding:3px 10px}.vsd-detail-rating{margin-top:14px}.vsd-detail-no-reviews{color:#94a3b8;font-size:13px;font-style:italic;margin-top:14px}.vsd-detail-pick{align-items:center;background:#dcfce7;border-radius:999px;color:#166534;display:inline-flex;font-size:12px;font-weight:700;gap:5px;letter-spacing:.04em;margin-top:10px;padding:4px 12px;text-transform:uppercase}.vsd-detail-info{border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:14px;margin:22px 0 18px;padding-top:18px;text-align:left}.vsd-info-row{align-items:flex-start;display:flex;gap:10px}.vsd-info-row svg{color:#94a3b8;flex-shrink:0;margin-top:2px}.vsd-info-label{color:#94a3b8;display:block;font-size:11px;letter-spacing:.06em;margin-bottom:2px;text-transform:uppercase}.vsd-info-value{color:#0f172a;font-size:13.5px;word-break:break-word}.vsd-info-link{color:inherit;text-decoration:none}.vsd-info-link:hover{color:#1b5e20;text-decoration:underline}.vsd-detail-actions{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.vsd-detail-creator{color:#94a3b8;font-size:11.5px}.vsd-detail-right{display:flex;flex-direction:column;gap:14px}.vsd-detail-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:22px}.vsd-detail-card h2{color:#0f172a;font-size:16px;font-weight:700;margin:0 0 14px}.vsd-services{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));list-style:none;margin:0;padding:0}.vsd-services li{align-items:center;color:#334155;display:flex;font-size:13.5px;gap:7px}.vsd-services li:before{background:#1b5e20;border-radius:999px;content:"";height:6px;width:6px}.vsd-description{color:#475569;font-size:13.5px;line-height:1.55;margin:0;white-space:pre-wrap}.vsd-reviews-head{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:14px}.vsd-reviews-actions{display:flex;flex-wrap:wrap;gap:8px}.vsd-no-reviews-yet{color:#64748b;font-size:13.5px;font-style:italic;margin:10px 0 0}.vsd-review-list{display:flex;flex-direction:column;gap:16px}.vsd-review{border-bottom:1px solid #f1f5f9;padding-bottom:16px}.vsd-review:last-child{border-bottom:none;padding-bottom:0}.vsd-review header{color:#0f172a;display:flex;flex-wrap:wrap;font-size:13.5px;gap:6px;justify-content:space-between;margin-bottom:6px}.vsd-review-villa{color:#64748b;font-weight:400}.vsd-review-time{color:#94a3b8;font-size:11.5px}.vsd-review p{color:#475569;font-size:13.5px;line-height:1.55;margin:8px 0 0}.vsd-btn-danger,.vsd-btn-ghost,.vsd-btn-primary,.vsd-btn-secondary{align-items:center;border:1px solid #0000;border-radius:8px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;justify-content:center;padding:8px 14px;text-decoration:none;transition:background .12s,border-color .12s,color .12s}.vsd-btn-primary:hover{background:#2e7d32}.vsd-btn-secondary{background:#fff;border-color:#d1d5db;color:#0f172a}.vsd-btn-secondary:hover{background:#f0fdf4;border-color:#1b5e20;color:#1b5e20}.vsd-btn-danger{background:#fff;border-color:#fecaca;color:#dc2626}.vsd-btn-danger:hover{background:#fef2f2;border-color:#dc2626}.vsd-btn-ghost{background:#0000;color:#64748b;font-size:12px;padding:6px 10px}.vsd-btn-ghost:hover{background:#f1f5f9;color:#0f172a}.vsd-cf-shell{margin:0 auto;max-width:700px;padding:4px 4px 60px}.vsd-cf-h1{color:#0f172a;font-size:22px;margin:12px 0 4px}.vsd-cf-sub{color:#64748b;font-size:13.5px;margin:0 0 22px}.vsd-cf-form{background:#fff;border:1px solid #e5e7eb;border-radius:14px;gap:16px;padding:24px}.vsd-cf-field,.vsd-cf-form{display:flex;flex-direction:column}.vsd-cf-field{gap:7px}.vsd-cf-field label{color:#334155;font-size:12.5px;font-weight:600}.vsd-cf-req{color:#dc2626}.vsd-cf-field input,.vsd-cf-field select,.vsd-cf-field textarea{background:#fff;border:1px solid #d1d5db;border-radius:10px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:13.5px;outline:none;padding:10px 12px;width:100%}.vsd-cf-field input:focus,.vsd-cf-field select:focus,.vsd-cf-field textarea:focus{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e201f}.vsd-cf-field textarea{resize:vertical}.vsd-cf-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}@media (max-width:520px){.vsd-cf-grid{grid-template-columns:1fr}}.vsd-cf-cat-row{align-items:stretch;display:flex;gap:8px}.vsd-cf-cat-row select{flex:1 1}.vsd-cf-cat-add{align-items:center;background:#f0fdf4;border:1px solid #c7d3c9;border-radius:10px;color:#1b5e20;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:5px;padding:0 14px;white-space:nowrap}.vsd-cf-cat-add:hover{background:#dcfce7;border-color:#1b5e20}.vsd-cf-cat-create{align-items:stretch;display:flex;gap:6px}.vsd-cf-cat-create input{flex:1 1}.vsd-cf-cat-save{background:#1b5e20;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:0 14px}.vsd-cf-cat-save:disabled{background:#94a3b8;cursor:not-allowed}.vsd-cf-cat-cancel{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#64748b;cursor:pointer;display:inline-flex;justify-content:center;width:36px}.vsd-cf-cat-cancel:hover{background:#f1f5f9;color:#0f172a}.vsd-cf-conflict{background:#fef3c7;border:1px solid #fde68a;border-radius:10px;color:#78350f;display:flex;flex-direction:column;font-size:13px;gap:4px;margin-bottom:14px;padding:12px 16px}.vsd-cf-conflict strong{color:#92400e;font-size:13px}.vsd-cf-conflict a{color:#1b5e20;font-weight:600}.vsd-cf-error{background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;color:#b91c1c;font-size:13px;padding:10px 14px}.vsd-cf-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:8px}.vsd-adm-shell{margin:0 auto;max-width:1200px;padding:4px 4px 60px}.vsd-adm-head h1{color:#0f172a;font-size:22px;margin:0}.vsd-adm-head p{color:#64748b;font-size:13px;margin:4px 0 18px}.vsd-adm-tabs{border-bottom:1px solid #e5e7eb;display:flex;gap:4px;margin-bottom:18px}.vsd-adm-tabs button{background:#0000;border:none;border-bottom:2px solid #0000;color:#64748b;cursor:pointer;font-size:13.5px;font-weight:600;padding:10px 14px}.vsd-adm-tabs button:hover{color:#0f172a}.vsd-adm-tabs button.active{border-bottom-color:#1b5e20;color:#1b5e20}.vsd-adm-controls{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:14px}.vsd-adm-search{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:10px;display:flex;flex:1 1;height:38px;max-width:360px;padding:0 12px;position:relative}.vsd-adm-search svg{color:#94a3b8}.vsd-adm-search input{background:#0000;border:none;flex:1 1;font-size:13.5px;outline:none;padding:0 8px}.vsd-adm-total{color:#64748b;font-size:12.5px}.vsd-adm-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:auto}.vsd-adm-table{border-collapse:collapse;font-size:13.5px;width:100%}.vsd-adm-table td,.vsd-adm-table th{border-bottom:1px solid #f3f4f6;padding:11px 14px;text-align:left}.vsd-adm-table th{background:#f8fafc;color:#64748b;font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.vsd-adm-table tr:last-child td{border-bottom:none}.vsd-adm-table a{color:#0f172a;font-weight:600;text-decoration:none}.vsd-adm-table a:hover{color:#1b5e20;text-decoration:underline}.vsd-adm-phone{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px}.vsd-adm-actions-col{text-align:right;white-space:nowrap}.vsd-icon-btn{align-items:center;background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:inline-flex;height:30px;justify-content:center;margin-left:4px;width:30px}.vsd-icon-btn:hover{background:#f1f5f9;color:#0f172a}.vsd-icon-btn.danger:hover{background:#fef2f2;color:#dc2626}.vsd-icon-btn:disabled{cursor:not-allowed;opacity:.35}.vsd-adm-pick{background:#dcfce7;border-radius:999px;color:#166534;font-size:10px;font-weight:700;margin-left:6px;padding:1px 6px;text-transform:uppercase}.vsd-adm-cats{display:flex;flex-direction:column;gap:14px}.vsd-adm-cat-add{background:#fff;border:1px solid #e5e7eb;border-radius:10px;display:flex;gap:8px;padding:12px}.vsd-adm-cat-add input{border:1px solid #d1d5db;border-radius:8px;flex:1 1;font-size:13.5px;outline:none;padding:9px 12px}.vsd-adm-cat-add input:focus{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e201f}.vsd-btn-primary{align-items:center;background:#1b5e20;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:5px;padding:0 16px}.vsd-btn-primary:hover:not(:disabled){background:#2e7d32}.vsd-btn-primary:disabled{background:#94a3b8;cursor:not-allowed}.vsd-adm-cat-list{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.vsd-adm-cat-row{align-items:center;border-bottom:1px solid #f3f4f6;cursor:move;display:flex;gap:10px;padding:12px 16px}.vsd-adm-cat-row:last-child{border-bottom:none}.vsd-adm-cat-row.dragging{opacity:.4}.vsd-adm-cat-row:hover{background:#f8fafc}.vsd-adm-grip{color:#cbd5e1}.vsd-adm-cat-name,.vsd-adm-grip{align-items:center;display:inline-flex}.vsd-adm-cat-name{color:#0f172a;flex:1 1;font-size:14px;font-weight:600;gap:6px}.vsd-adm-seed{background:#f1f5f9;border-radius:999px;color:#64748b;font-size:10px;font-weight:600;letter-spacing:.04em;padding:1px 6px;text-transform:uppercase}.vsd-adm-cat-count{color:#64748b;font-size:12px}.vsd-adm-cat-rename{border:1px solid #1b5e20;border-radius:8px;flex:1 1;font-size:13.5px;outline:none;padding:7px 10px}.vsd-empty{color:#64748b;font-size:14px;padding:40px 20px;text-align:center}.vsd-error{background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;color:#b91c1c;font-size:13px;margin-bottom:14px;padding:10px 14px}.vsbf-overlay{align-items:center;background:#0f172a80;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.vsbf-modal{background:#fff;border-radius:14px;box-shadow:0 20px 60px #0f172a38;display:flex;flex-direction:column;gap:14px;max-height:92vh;max-width:560px;overflow-y:auto;padding:24px;width:100%}.vsbf-head{align-items:center;display:flex;justify-content:space-between}.vsbf-head h2{color:#0f172a;font-size:17px;margin:0}.vsbf-close{align-items:center;background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:inline-flex;height:32px;justify-content:center;width:32px}.vsbf-close:hover{background:#f1f5f9;color:#0f172a}.vsbf-field{display:flex;flex-direction:column;gap:6px}.vsbf-field label{color:#334155;font-size:12.5px;font-weight:600}.vsbf-field input,.vsbf-field select,.vsbf-field textarea{border:1px solid #d1d5db;border-radius:9px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:13px;outline:none;padding:9px 11px;width:100%}.vsbf-field input:focus,.vsbf-field select:focus,.vsbf-field textarea:focus{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e201f}.vsbf-helper{color:#64748b;font-size:11.5px;font-style:italic;line-height:1.4;margin:4px 0 0}.vsbf-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}@media (max-width:480px){.vsbf-grid{grid-template-columns:1fr}}.vsbf-picked{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;padding:10px 14px}.vsbf-picked,.vsbf-picked-info{align-items:center;display:flex}.vsbf-picked-info{gap:10px}.vsbf-picked-avatar{align-items:center;background:linear-gradient(135deg,#1b5e20,#2e7d32);border-radius:999px;color:#fff;display:inline-flex;flex-shrink:0;font-size:14px;font-weight:700;height:36px;justify-content:center;overflow:hidden;width:36px}.vsbf-picked-avatar img{height:100%;object-fit:cover;width:100%}.vsbf-picked-name{color:#0f172a;font-size:13.5px;font-weight:600}.vsbf-picked-villa{color:#64748b;font-size:11.5px}.vsbf-change-btn{background:#0000;border:1px solid #d1d5db;border-radius:7px;color:#1b5e20;cursor:pointer;font-size:12px;font-weight:600;padding:5px 10px}.vsbf-change-btn:hover{background:#f0fdf4}.vsbf-picker{position:relative}.vsbf-picker-search{align-items:center;border:1px solid #d1d5db;border-radius:10px;display:flex;gap:7px;height:38px;padding:0 11px}.vsbf-picker-search:focus-within{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e201f}.vsbf-picker-search svg{color:#94a3b8}.vsbf-picker-search input{background:#0000;border:none;flex:1 1;font-size:13px;outline:none;padding:0}.vsbf-picker-results{border:1px solid #e5e7eb;border-radius:10px;margin-top:6px;max-height:200px;overflow-y:auto}.vsbf-picker-loading{color:#64748b;font-size:12.5px;padding:14px;text-align:center}.vsbf-picker-row{align-items:center;background:#0000;border:none;border-bottom:1px solid #f3f4f6;cursor:pointer;display:flex;gap:10px;padding:8px 12px;text-align:left;width:100%}.vsbf-picker-row:last-child{border-bottom:none}.vsbf-picker-row:hover{background:#f8fafc}.vsbf-checkbox{align-items:flex-start;color:#334155;cursor:pointer;display:flex;font-size:12.5px;gap:8px;line-height:1.45}.vsbf-checkbox input{margin-top:2px}.vsbf-checkbox em{color:#b45309}.vsbf-error{align-items:center;background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;color:#b91c1c;display:flex;font-size:12.5px;gap:6px;padding:9px 12px}.vsbf-actions{display:flex;gap:8px;justify-content:flex-end}.vsbf-btn-primary,.vsbf-btn-secondary{border:1px solid #0000;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;padding:9px 16px}.vsbf-btn-primary{background:#1b5e20;color:#fff}.vsbf-btn-primary:hover:not(:disabled){background:#2e7d32}.vsbf-btn-primary:disabled{background:#94a3b8;cursor:not-allowed}.vsbf-btn-secondary{background:#fff;border-color:#d1d5db;color:#374151}.vsbf-btn-secondary:hover{background:#f9fafb}.vsbf-modal-narrow{max-width:480px}.vsbf-warn{align-items:flex-start;background:#fef3c7;border:1px solid #fde68a;border-radius:10px;color:#78350f;display:flex;font-size:13px;gap:10px;line-height:1.5;padding:12px 14px}.vsbf-warn svg{color:#b45309;flex-shrink:0;margin-top:2px}.vsbf-btn-warn{background:#b45309}.vsbf-btn-warn:hover:not(:disabled){background:#92400e}.vsbm-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;display:flex;flex-direction:column;gap:12px;padding:20px;transition:border-color .12s,box-shadow .12s,opacity .12s}.vsbm-card:hover{border-color:#cbd5e1;box-shadow:0 4px 14px #0f172a0f}.vsbm-card.dimmed{background:#f8fafc;opacity:.85}.vsbm-head{align-items:flex-start;display:flex;gap:12px}.vsbm-avatar{align-items:center;background:linear-gradient(135deg,#1b5e20,#2e7d32);border-radius:999px;color:#fff;display:inline-flex;flex-shrink:0;font-size:20px;font-weight:700;height:56px;justify-content:center;overflow:hidden;width:56px}.vsbm-avatar img{height:100%;object-fit:cover;width:100%}.vsbm-head-text{flex:1 1;min-width:0}.vsbm-head-text h3{color:#0f172a;font-size:16px;font-weight:700;line-height:1.2;margin:0}.vsbm-role-pill{align-items:center;background:#f1f5f9;border-radius:999px;color:#475569;display:inline-flex;font-size:10.5px;font-weight:700;gap:4px;letter-spacing:.06em;margin-top:6px;padding:3px 8px;text-transform:uppercase}.vsbm-role-pill.role-president{background:#fef3c7;color:#78350f}.vsbm-role-pill.role-vice_president{background:#fef9c3;color:#854d0e}.vsbm-role-pill.role-secretary{background:#dbeafe;color:#1d4ed8}.vsbm-role-pill.role-joint_secretary{background:#e0e7ff;color:#4338ca}.vsbm-role-pill.role-treasurer{background:#dcfce7;color:#166534}.vsbm-role-pill.role-joint_treasurer{background:#d1fae5;color:#047857}.vsbm-role-pill.role-director{background:#ede9fe;color:#6d28d9}.vsbm-role-pill.role-elder{background:#fef3c7;color:#b45309}.vsbm-villa{color:#64748b;font-size:11.5px;font-weight:600;margin-top:6px}.vsbm-admin-actions{display:flex;gap:4px}.vsbm-icon-btn{align-items:center;background:#0000;border:none;border-radius:7px;color:#64748b;cursor:pointer;display:inline-flex;height:28px;justify-content:center;width:28px}.vsbm-icon-btn:hover{background:#f1f5f9;color:#0f172a}.vsbm-icon-btn.danger:hover{background:#fef2f2;color:#dc2626}.vsbm-icon-btn:disabled{cursor:not-allowed;opacity:.4}.vsbm-resp{color:#475569;font-size:12.5px;line-height:1.5;margin:0}.vsbm-term{align-items:center;color:#64748b;display:inline-flex;font-size:11.5px;font-weight:600;gap:4px}.vsbm-term svg{color:#94a3b8}.vsbm-actions{border-top:1px solid #f1f5f9;display:flex;flex-wrap:wrap;gap:6px;padding-top:12px}.vsbm-action{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#0f172a;display:inline-flex;flex:1 1;font-size:12px;font-weight:600;gap:5px;justify-content:center;min-width:90px;padding:7px 10px;text-decoration:none;transition:background .12s,border-color .12s,color .12s}.vsbm-action:hover{background:#f0fdf4;border-color:#1b5e20;color:#1b5e20}.vsbm-action.disabled{opacity:.4;pointer-events:none}.vsbm-action-wa:hover{background:#dcfce7;border-color:#16a34a;color:#166534}.vsbm-served{font-size:11px;gap:4px}.vsbm-role-link,.vsbm-served{align-items:center;color:#1b5e20;display:inline-flex;font-weight:600}.vsbm-role-link{background:#f0fdf4;border-radius:8px;font-size:12.5px;gap:5px;margin-top:8px;padding:6px 10px;text-decoration:none;width:-webkit-fit-content;width:fit-content}.vsbm-role-link:hover{background:#dcfce7;color:#14532d}.vsbm-role-link svg{color:#1b5e20}.vst-row{flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:14px}.vst-blurb,.vst-row{align-items:center;display:flex}.vst-blurb{color:#475569;flex:1 1;font-size:13px;gap:8px}.vst-blurb svg{color:#b45309}.vst-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.vst-tile{background:#fff;border:1px solid #e5e7eb;border-radius:14px;cursor:pointer;display:flex;font-family:inherit;gap:14px;padding:18px;text-align:left;transition:border-color .12s,box-shadow .12s,transform .12s}.vst-tile:hover{border-color:#1b5e20;box-shadow:0 4px 14px #0f172a14;transform:translateY(-1px)}.vst-tile-icon{align-items:center;border-radius:12px;display:inline-flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.vst-tile-body{flex:1 1;min-width:0}.vst-tile-body h4{color:#0f172a;font-size:15.5px;font-weight:700;margin:0 0 4px}.vst-tile-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#64748b;display:-webkit-box;font-size:12.5px;line-height:1.45;margin:0 0 10px;overflow:hidden}.vst-tile-foot{align-items:center;color:#64748b;display:flex;font-size:11.5px;gap:8px;justify-content:space-between}.vst-tile-lead{align-items:center;color:#1b5e20;display:inline-flex;font-weight:600;gap:4px}.vst-tile-no-lead{font-style:italic}.vst-tile-count{color:#334155;font-weight:600}.vst-pending{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;margin-bottom:16px;padding:14px 16px}.vst-pending-head{align-items:center;color:#92400e;display:flex;font-size:12.5px;gap:6px;margin-bottom:10px}.vst-pending ul{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.vst-pending li{background:#fff;border-radius:10px;flex-wrap:wrap;justify-content:space-between;padding:10px 12px}.vst-pending li,.vst-pending-info{align-items:center;display:flex;gap:10px}.vst-pending-info{color:#0f172a;flex:1 1;font-size:13px;min-width:200px}.vst-pending-info strong{color:#0f172a}.vst-pending-info>div{line-height:1.3}.vst-pending-note{color:#64748b;font-size:11.5px;font-style:italic;margin-top:2px}.vst-pending-actions{display:flex;gap:6px}.vst-mini-avatar{align-items:center;background:linear-gradient(135deg,#1b5e20,#2e7d32);border-radius:999px;color:#fff;display:inline-flex;flex-shrink:0;font-size:13px;font-weight:700;height:32px;justify-content:center;overflow:hidden;width:32px}.vst-mini-avatar img{height:100%;object-fit:cover;width:100%}.vst-back{align-items:center;background:#0000;border:none;border-radius:7px;color:#64748b;cursor:pointer;display:inline-flex;font-size:13px;gap:5px;margin-bottom:14px;padding:4px 8px}.vst-back:hover{background:#f1f5f9;color:#0f172a}.vst-detail-head{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:14px;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px;padding:20px 22px}.vst-detail-head .vst-tile-icon{border-radius:14px;height:56px;width:56px}.vst-detail-head h2{color:#0f172a;font-size:18px;margin:0}.vst-detail-head p{color:#64748b;font-size:13px;margin:4px 0 0;max-width:520px}.vst-member-pill{background:#dcfce7;color:#166534}.vst-member-pill,.vst-pending-pill{align-items:center;border-radius:999px;display:inline-flex;font-size:12.5px;font-weight:700;gap:5px;padding:6px 14px}.vst-pending-pill{background:#fef9c3;color:#92400e}.vst-members-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.vst-member-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:10px;padding:12px 14px}.vst-member-avatar{align-items:center;background:linear-gradient(135deg,#1b5e20,#2e7d32);border-radius:999px;color:#fff;display:inline-flex;flex-shrink:0;font-weight:700;height:40px;justify-content:center;overflow:hidden;width:40px}.vst-member-avatar img{height:100%;object-fit:cover;width:100%}.vst-member-info{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.vst-member-info strong{color:#0f172a;font-size:13.5px}.vst-role{color:#64748b;font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.vst-role.lead{align-items:center;color:#b45309;display:inline-flex;gap:3px}.vst-member-admin{display:flex;gap:4px}.vst-member-admin button{align-items:center;background:#0000;border:none;border-radius:6px;color:#64748b;cursor:pointer;display:inline-flex;height:26px;justify-content:center;width:26px}.vst-member-admin button:hover{background:#f1f5f9;color:#0f172a}.vst-mem-actions{align-items:flex-end;display:flex;flex-direction:column;gap:6px}.vst-past{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;margin-top:16px;padding:12px 16px}.vst-past summary{color:#334155;cursor:pointer;font-size:13px;font-weight:600;outline:none;padding:4px 0}.vst-past summary:hover{color:#0f172a}.vst-past .vst-members-grid{margin-top:12px}.vst-member-card.dimmed{background:#fff;border-style:dashed;opacity:.7}.vst-past-when{color:#94a3b8;display:block;font-size:11px;margin-top:2px}.vssec-widget{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 1px 2px #0f172a08;margin-bottom:20px;padding:16px 18px}.vssec-widget-head{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:12px}.vssec-widget-title{align-items:center;color:#1b5e20;display:inline-flex;font-size:14.5px;font-weight:700;gap:8px}.vssec-widget-title svg{color:#1b5e20}.vssec-widget-meta{color:#94a3b8;font-size:11.5px;font-weight:600;letter-spacing:.02em}.vssec-widget-list{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));list-style:none;margin:0;padding:0}.vssec-widget-row{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;display:flex;flex-direction:column;gap:6px;padding:10px 12px}.vssec-widget-row-main{align-items:center;display:flex;gap:8px;justify-content:space-between}.vssec-widget-name{color:#0f172a;font-size:13.5px;font-weight:700;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vssec-widget-rolepill{background:#dcfce7;border-radius:999px;color:#166534;flex-shrink:0;font-size:10px;font-weight:700;letter-spacing:.06em;padding:2px 7px;text-transform:uppercase}.vssec-widget-meta-row{color:#475569;display:flex;flex-wrap:wrap;font-size:11.5px;gap:6px 12px}.vssec-widget-area,.vssec-widget-shift{align-items:center;display:inline-flex;gap:4px}.vssec-widget-area svg,.vssec-widget-shift svg{color:#94a3b8}.vssec-widget-empty{align-items:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;color:#475569;display:flex;gap:10px;padding:14px}.vssec-widget-empty svg{color:#94a3b8;flex-shrink:0}.vssec-widget-empty strong{color:#0f172a;display:block;font-size:13px}.vssec-widget-empty p{color:#64748b;font-size:12px;margin:2px 0 0}.vssec-widget-note{color:#b91c1c;font-size:11.5px;margin-top:8px}@keyframes vssec-skel-pulse{0%{opacity:.55}50%{opacity:.85}to{opacity:.55}}.vssec-widget-skel{background:#f1f5f9;border-color:#e2e8f0}.vssec-skel-line{animation:vssec-skel-pulse 1.4s ease-in-out infinite;background:linear-gradient(90deg,#e2e8f0,#f1f5f9 50%,#e2e8f0);border-radius:6px;height:10px}.vssec-skel-name{height:12px;width:60%}.vssec-skel-pill{border-radius:999px;height:12px;width:50px}.vssec-skel-meta{width:40%}.vsbd-shell{margin:0 auto;max-width:1200px;padding:12px 16px 60px}@media (min-width:768px){.vsbd-shell{padding:16px 24px 60px}}.vsbd-head{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:18px}.vsbd-head h1{color:#0f172a;font-size:22px;margin:0}.vsbd-sub{color:#64748b;font-size:13.5px;line-height:1.5;margin:4px 0 0;max-width:600px}.vsbd-head-actions{display:flex;gap:8px}.vsbd-btn-primary,.vsbd-btn-secondary{align-items:center;border:1px solid #0000;border-radius:10px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:9px 14px}.vsbd-btn-primary{background:#1b5e20;color:#fff}.vsbd-btn-primary:hover{background:#2e7d32}.vsbd-btn-secondary{background:#fff;border-color:#d1d5db;color:#0f172a}.vsbd-btn-secondary:hover{background:#f0fdf4;border-color:#1b5e20;color:#1b5e20}.vsbd-tabs{border-bottom:1px solid #e5e7eb;display:flex;gap:4px;margin-bottom:22px;overflow-x:auto}.vsbd-tabs::-webkit-scrollbar{display:none}.vsbd-tab{align-items:center;background:#0000;border:none;border-bottom:2px solid #0000;color:#64748b;cursor:pointer;display:inline-flex;font-size:13.5px;font-weight:600;gap:6px;padding:10px 16px;white-space:nowrap}.vsbd-tab:hover{color:#0f172a}.vsbd-tab.active{border-bottom-color:#1b5e20;color:#1b5e20}.vsbd-tab-count{background:#f1f5f9;border-radius:999px;color:#475569;font-size:11px;font-weight:600;padding:1px 7px}.vsbd-tab.active .vsbd-tab-count{background:#dcfce7;color:#166534}.vsbd-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.vsbd-empty{font-size:14px;padding:40px 20px}.vsbd-empty,.vsbd-empty-card{color:#64748b;text-align:center}.vsbd-empty-card{background:#fff;border:1px dashed #cbd5e1;border-radius:14px;padding:36px 20px}.vsbd-empty-card svg{color:#cbd5e1;margin-bottom:8px}.vsbd-empty-card h3{color:#0f172a;font-size:15px;margin:8px 0 4px}.vsbd-empty-card p{color:#64748b;font-size:13px;margin:0}.vsbd-error{background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;color:#b91c1c;font-size:13px;margin-bottom:14px;padding:10px 14px}.vsbd-elders-blurb{align-items:center;background:#fef9c3;border:1px solid #fde68a;border-radius:12px;color:#78350f;display:flex;font-size:13px;gap:10px;margin-bottom:16px;padding:12px 16px}.vsbd-elders-blurb svg{color:#d97706;flex-shrink:0}.vsbd-past-elders{margin-top:26px}.vsbd-past-elders summary{border-top:1px solid #e5e7eb;color:#475569;cursor:pointer;font-size:13px;font-weight:700;letter-spacing:.06em;margin-bottom:12px;padding:10px 0;text-transform:uppercase}.vsbd-bylaws-link{align-items:center;background:#f0fdf4;border-radius:8px;color:#1b5e20;display:inline-flex;font-size:12.5px;font-weight:600;gap:6px;margin-top:8px;padding:5px 10px;text-decoration:none;width:-webkit-fit-content;width:fit-content}.vsbd-bylaws-link:hover{background:#dcfce7;color:#14532d}.vsrp-shell{margin:0 auto;max-width:920px;padding:12px 16px 60px}@media (min-width:768px){.vsrp-shell{padding:16px 24px 60px}}.vsrp-back{align-items:center;border-radius:7px;color:#64748b;display:inline-flex;font-size:13px;gap:5px;padding:6px 10px;text-decoration:none}.vsrp-back:hover{background:#f1f5f9;color:#0f172a}.vsrp-head{margin:12px 0 18px;text-align:left}.vsrp-head h1{color:#0f172a;font-size:22px;font-weight:700;margin:8px 0 4px}.vsrp-sub{color:#64748b;font-size:13px;margin:0}.vsrp-role-pill{align-items:center;border-radius:999px;display:inline-flex;font-size:11px;font-weight:700;gap:4px;letter-spacing:.04em;padding:4px 10px;text-transform:uppercase}.vsrp-role-pill.role-president{background:#fef3c7;color:#78350f}.vsrp-role-pill.role-vice_president{background:#fef9c3;color:#854d0e}.vsrp-role-pill.role-secretary{background:#dbeafe;color:#1d4ed8}.vsrp-role-pill.role-joint_secretary{background:#e0e7ff;color:#4338ca}.vsrp-role-pill.role-treasurer{background:#dcfce7;color:#166534}.vsrp-role-pill.role-joint_treasurer{background:#d1fae5;color:#047857}.vsrp-role-pill.role-director{background:#ede9fe;color:#6d28d9}.vsrp-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-bottom:14px;padding:18px 20px}.vsrp-card-head{align-items:center;display:flex;gap:8px;margin-bottom:12px}.vsrp-card-head svg{color:#1b5e20}.vsrp-card-head h2{color:#0f172a;font-size:15px;font-weight:700;margin:0}.vsrp-resp p{color:#334155;font-size:14px;line-height:1.6;margin:0}.vsrp-cards{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.vsrp-empty,.vsrp-empty-inline{color:#64748b;font-size:14px;padding:24px;text-align:center}.vsrp-empty-inline{background:#f8fafc;border-radius:10px;padding:16px}.vsop-overlay{align-items:center;background:#0f172a73;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:50}.vsop-modal{background:#fff;border-radius:16px;display:flex;flex-direction:column;gap:12px;max-height:90vh;max-width:560px;overflow-y:auto;padding:20px 22px;width:100%}.vsop-modal-narrow{max-width:460px}.vsop-modal-wide{max-width:720px}.vsop-modal-head{align-items:center;display:flex;justify-content:space-between}.vsop-modal-head h2{color:#0f172a;font-size:17px;font-weight:700;margin:0}.vsop-modal-close{align-items:center;background:#0000;border:none;border-radius:999px;color:#64748b;cursor:pointer;display:inline-flex;height:36px;justify-content:center;width:36px}.vsop-modal-close:hover{background:#f1f5f9;color:#0f172a}.vsop-modal-field{display:flex;flex-direction:column;gap:5px}.vsop-modal-field label{color:#334155;font-size:12px;font-weight:600}.vsop-modal-field input,.vsop-modal-field select,.vsop-modal-field textarea{background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#0f172a;font-family:inherit;font-size:14px;outline:none;padding:10px 12px}.vsop-modal-field input:focus,.vsop-modal-field select:focus,.vsop-modal-field textarea:focus{border-color:#b91c1c;box-shadow:0 0 0 3px #b91c1c1f}.vsop-modal-helper{color:#64748b;font-size:11.5px;line-height:1.5;margin:0}.vsop-modal-row{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}@media (max-width:480px){.vsop-modal-row{grid-template-columns:1fr}}.vsop-modal-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-size:12.5px;padding:8px 10px}.vsop-modal-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:4px}.vsop-warn{align-items:flex-start;background:#fef3c7;border:1px solid #fde68a;border-radius:10px;color:#78350f;display:flex;font-size:13px;gap:10px;line-height:1.5;padding:12px 14px}.vsop-warn svg{color:#b45309;flex-shrink:0;margin-top:2px}.vsop-roster-rows{display:flex;flex-direction:column;gap:8px}.vsop-roster-row{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:1fr 1fr auto}.vsop-roster-row select{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:13px;outline:none;padding:9px 10px}.vsop-roster-add{align-self:flex-start;padding:8px 0}@media (max-width:480px){.vsop-roster-row{gap:6px;grid-template-columns:1fr}.vsop-roster-row .vsop-icon-btn{justify-self:end}}.vsop-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;display:flex;flex-direction:column;gap:10px;padding:14px 16px;position:relative}.vsop-card.featured{background:linear-gradient(180deg,#fff,#fef9c3);border-color:#fde68a}.vsop-card.dimmed{background:#f8fafc;opacity:.85}.vsop-head-row{align-items:flex-start;display:flex;gap:10px}.vsop-avatar{align-items:center;background:linear-gradient(135deg,#b91c1c,#dc2626);border-radius:999px;color:#fff;display:inline-flex;flex-shrink:0;font-weight:700;height:48px;justify-content:center;overflow:hidden;width:48px}.vsop-avatar img{height:100%;object-fit:cover;width:100%}.vsop-head-text{display:flex;flex:1 1;flex-direction:column;gap:4px}.vsop-head-text h3{color:#0f172a;font-size:15px;font-weight:700;margin:0}.vsop-role-pill{align-items:center;background:#f1f5f9;border-radius:999px;color:#475569;display:inline-flex;font-size:11px;font-weight:700;letter-spacing:.04em;padding:2px 9px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.vsop-role-pill.role-security_guard{background:#fee2e2;color:#991b1b}.vsop-role-pill.role-facility_manager{background:#fef3c7;color:#78350f}.vsop-role-pill.role-plumber{background:#dbeafe;color:#1d4ed8}.vsop-role-pill.role-electrician{background:#fef9c3;color:#854d0e}.vsop-role-pill.role-gardener{background:#dcfce7;color:#166534}.vsop-role-pill.role-housekeeper{background:#e0e7ff;color:#4338ca}.vsop-role-pill.role-caretaker{background:#fce7f3;color:#9d174d}.vsop-role-pill.role-ac_technician{background:#cffafe;color:#155e75}.vsop-duty-pill{align-items:center;background:#dcfce7;border-radius:999px;color:#166534;display:inline-flex;font-size:10.5px;font-weight:700;gap:4px;letter-spacing:.04em;padding:2px 8px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.vsop-admin-actions{display:flex;gap:4px}.vsop-icon-btn{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:999px;color:#475569;cursor:pointer;display:inline-flex;height:32px;justify-content:center;width:32px}.vsop-icon-btn:hover{background:#f1f5f9;color:#0f172a}.vsop-notes{background:#f8fafc;border-radius:8px;color:#64748b;font-size:12.5px;line-height:1.5;margin:0;padding:8px 10px}.vsop-actions{display:flex;flex-wrap:wrap;gap:6px}.vsop-action{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#166534;display:inline-flex;font-size:12px;font-weight:600;gap:4px;padding:6px 11px;text-decoration:none}.vsop-action:hover{background:#dcfce7}.vsop-action.disabled{opacity:.5;pointer-events:none}.vsop-action.vsop-action-wa{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.vsop-action.vsop-action-mail{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.vsop-served{align-items:center;color:#64748b;display:inline-flex;font-size:11px;gap:4px}.vsop-shell{margin:0 auto;max-width:1200px;padding:12px 16px 60px}@media (min-width:768px){.vsop-shell{padding:16px 24px 60px}}.vsop-head{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:16px}.vsop-head h1{color:#0f172a;font-size:24px;font-weight:700;margin:0}.vsop-sub{color:#64748b;font-size:13px;line-height:1.5;margin:4px 0 0}.vsop-head-actions{display:flex;flex-wrap:wrap;gap:8px}.vsop-btn-ghost,.vsop-btn-primary,.vsop-btn-secondary{align-items:center;border:1px solid #0000;border-radius:10px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:700;gap:6px;padding:9px 14px}.vsop-btn-primary{background:#b91c1c;color:#fff}.vsop-btn-primary:hover:not(:disabled){background:#991b1b}.vsop-btn-primary:disabled{background:#94a3b8;cursor:not-allowed}.vsop-btn-secondary{background:#fff;border-color:#d1d5db;color:#374151}.vsop-btn-secondary:hover{background:#f9fafb}.vsop-btn-ghost{background:#0000;color:#64748b}.vsop-btn-ghost:hover{background:#f1f5f9;color:#0f172a}.vsop-btn-warn{background:#b45309}.vsop-btn-warn:hover:not(:disabled){background:#92400e}.vsop-tabs{border-bottom:1px solid #e5e7eb;display:flex;gap:4px;margin-bottom:16px;overflow-x:auto}.vsop-tab{align-items:center;background:#0000;border:none;border-bottom:2px solid #0000;color:#64748b;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:10px 14px;white-space:nowrap}.vsop-tab:hover{color:#0f172a}.vsop-tab.active{border-bottom-color:#b91c1c;color:#b91c1c}.vsop-tab-count{background:#fee2e2;border-radius:999px;color:#b91c1c;font-size:11px;padding:1px 7px}.vsop-fm-section,.vsop-section{margin-bottom:22px}.vsop-section-head{align-items:center;display:flex;gap:8px;margin-bottom:10px}.vsop-section-head svg{color:#b91c1c}.vsop-section-head h2{color:#475569;font-size:14px;font-weight:700;letter-spacing:.06em;margin:0;text-transform:uppercase}.vsop-section-count{background:#f1f5f9;border-radius:999px;color:#64748b;font-size:11px;font-weight:700;padding:1px 8px}.vsop-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.vsop-empty,.vsop-empty-card{color:#64748b;padding:36px 16px;text-align:center}.vsop-empty-card{background:#fff;border:1px dashed #cbd5e1;border-radius:14px}.vsop-empty-card h3{color:#0f172a;font-size:16px;margin:8px 0 4px}.vsop-empty-card p{color:#64748b;font-size:13px;line-height:1.5;margin:0}.vsop-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-size:13px;margin-bottom:12px;padding:10px 14px}.vsop-roster{display:flex;flex-direction:column;gap:14px}.vsop-shift{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px}.vsop-shift-head{align-items:center;color:#b91c1c;display:inline-flex;font-size:12px;font-weight:700;gap:6px;letter-spacing:.04em;margin-bottom:10px;text-transform:uppercase}.vsop-shift ul{list-style:none;margin:0;padding:0}.vsop-shift li{align-items:center;border-top:1px solid #f1f5f9;display:flex;flex-wrap:wrap;font-size:13px;gap:8px;padding:8px 0}.vsop-shift li:first-child{border-top:none}.vsop-shift-role{background:#f1f5f9;border-radius:999px;color:#475569;font-size:11px;font-weight:600;padding:2px 8px;text-transform:capitalize}.vsop-shift-actions{display:flex;gap:8px;margin-left:auto}.vsop-link{align-items:center;background:#f0fdf4;border-radius:8px;color:#1b5e20;display:inline-flex;font-size:12px;gap:4px;padding:4px 10px;text-decoration:none}.vsop-link:hover{background:#dcfce7}.vsop-roster-edit{align-self:flex-start}.vsa-audit-shell{margin:0 auto;max-width:1300px;padding:12px 16px 60px}@media (min-width:768px){.vsa-audit-shell{padding:16px 24px 60px}}.vsa-audit-range select{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:13px;padding:8px 12px}.vsa-audit-tabs{border-bottom:1px solid #e5e7eb;display:flex;gap:4px;margin:16px 0}.vsa-audit-tabs button{background:#0000;border:none;border-bottom:2px solid #0000;color:#64748b;cursor:pointer;font-size:13px;font-weight:600;padding:10px 14px}.vsa-audit-tabs button.active{border-bottom-color:#1b5e20;color:#1b5e20}.vsa-audit-stats{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));margin-bottom:18px}.vsa-audit-stat{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px}.vsa-audit-stat.tone-warn{background:#fef3c7;border-color:#fde68a}.vsa-audit-stat-value{font-feature-settings:"tnum";color:#0f172a;font-size:24px;font-variant-numeric:tabular-nums;font-weight:800}.vsa-audit-stat-label{color:#64748b;font-size:11.5px;font-weight:600;letter-spacing:.06em;margin-top:4px;text-transform:uppercase}.vsa-audit-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-bottom:18px;padding:18px 20px}.vsa-audit-card h2{color:#0f172a;font-size:15px;font-weight:700;margin:0 0 12px}.vsa-audit-twocol{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}@media (max-width:900px){.vsa-audit-twocol{grid-template-columns:1fr}}.vsa-audit-table{border-collapse:collapse;font-size:13px;width:100%}.vsa-audit-table th{border-bottom:1px solid #e5e7eb;color:#475569;font-size:11.5px;font-weight:700;letter-spacing:.06em;padding:8px 6px;text-align:left;text-transform:uppercase}.vsa-audit-table td{border-bottom:1px solid #f1f5f9;color:#0f172a;padding:8px 6px;vertical-align:top}.vsa-audit-table code{background:#f1f5f9;border-radius:4px;color:#1b5e20;font-size:12px;padding:1px 6px}.vsa-audit-muted{color:#94a3b8}.vsa-audit-chart{align-items:flex-end;display:flex;gap:4px;height:140px;overflow-x:auto}.vsa-audit-chart-bar{align-items:stretch;display:flex;flex:1 1;flex-direction:column;min-width:18px}.vsa-audit-chart-fill{background:linear-gradient(180deg,#1b5e20,#4ade80);border-radius:4px 4px 0 0;min-height:4px;width:100%}.vsa-audit-chart-label{font-feature-settings:"tnum";color:#64748b;font-size:10px;font-variant-numeric:tabular-nums;margin-top:4px;text-align:center}.vsa-audit-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;margin:10px 0;padding:10px 14px}.vsa-audit-empty,.vsa-audit-empty-card{color:#64748b;font-size:13px;padding:16px;text-align:center}.vsa-audit-empty-card{background:#fff;border:1px dashed #cbd5e1;border-radius:12px}.vsa-audit-filters{grid-gap:8px;display:grid;gap:8px;grid-template-columns:2fr 1fr 1fr 1fr 1fr auto;margin-bottom:12px}@media (max-width:1100px){.vsa-audit-filters{grid-template-columns:repeat(2,1fr)}}.vsa-audit-filters input,.vsa-audit-filters select{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:13px;padding:8px 10px}.vsa-audit-apply{background:#1b5e20;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:8px 18px}.vsa-audit-apply:hover{background:#2e7d32}.vsa-audit-feed-table{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.vsa-audit-detail{color:#475569;font-size:12px;max-width:320px;overflow:hidden;text-overflow:ellipsis}.vsa-audit-more{margin-top:14px;text-align:center}.vsa-audit-more button{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-weight:600;padding:9px 18px}.vsa-audit-more button:hover{background:#f1f5f9}.vsa-audit-feed-table{display:block;overflow-x:auto;white-space:nowrap;width:100%}@media (min-width:1100px){.vsa-audit-feed-table{display:table;white-space:normal}}.vsa-audit-chart{scrollbar-width:thin}.vss-shell{margin:0 auto;max-width:720px;padding:12px 16px 60px}@media (min-width:768px){.vss-shell{padding:16px 24px 60px}}.vss-head{margin-bottom:16px}.vss-head h1{color:#0f172a;font-size:24px;font-weight:700;margin:0 0 4px}.vss-head p{color:#64748b;font-size:13.5px;margin:0}.vss-error,.vss-loading{color:#64748b;padding:30px;text-align:center}.vss-error{color:#b91c1c}.vss-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-bottom:16px;padding:18px 20px}.vss-card-head{align-items:center;display:flex;gap:8px;margin-bottom:8px}.vss-card-head svg{color:#1b5e20}.vss-card-head h2{color:#0f172a;font-size:15px;font-weight:700;margin:0}.vss-card-desc{color:#64748b;font-size:13px;line-height:1.55;margin:0 0 14px}.vss-card-foot{color:#94a3b8;font-size:12px;line-height:1.5;margin:8px 0 0}.vss-card-body{display:flex;flex-direction:column;gap:10px}.vss-row{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;font-size:13.5px;justify-content:space-between;padding:8px 0}.vss-row:last-child{border-bottom:none}.vss-row-label{color:#64748b}.vss-row-value{color:#0f172a;font-weight:600}.vss-row-actions{margin-top:10px}.vss-form{display:flex;flex-direction:column;gap:10px}.vss-card-body>label,.vss-form label{color:#334155;display:flex;flex-direction:column;font-size:12px;font-weight:600;gap:4px}.vss-card-body>label>input,.vss-card-body>label>textarea,.vss-form input,.vss-form textarea{background:#fff;border:1px solid #d1d5db;border-radius:10px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:14px;outline:none;padding:10px 12px;resize:vertical;width:100%}.vss-card-body>label>input:focus,.vss-card-body>label>textarea:focus,.vss-form input:focus,.vss-form textarea:focus{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e201f}.vss-card-body>label>textarea{line-height:1.5;min-height:80px}.vss-form-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:6px}.vss-btn-danger,.vss-btn-primary,.vss-btn-secondary,.vss-link{align-items:center;border:1px solid #0000;border-radius:10px;cursor:pointer;display:inline-flex;font-size:13.5px;font-weight:700;gap:6px;padding:9px 16px}.vss-btn-primary{background:#1b5e20;color:#fff}.vss-btn-primary:hover:not(:disabled){background:#2e7d32}.vss-btn-primary:disabled{background:#94a3b8;cursor:not-allowed}.vss-btn-secondary{background:#fff;border-color:#d1d5db;color:#374151}.vss-btn-secondary:hover:not(:disabled){background:#f9fafb}.vss-btn-danger{background:#b91c1c;color:#fff}.vss-btn-danger:hover:not(:disabled){background:#991b1b}.vss-link{background:#0000;color:#1b5e20;padding:4px 0;text-decoration:underline}.vss-msg{border-radius:8px;font-size:13px;padding:9px 12px}.vss-msg-ok{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.vss-msg-err{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.vss-msg-warn{background:#fef3c7;border:1px solid #fde68a;color:#78350f;flex-wrap:wrap;gap:12px;justify-content:space-between}.vss-msg-warn,.vss-toggle{align-items:center;display:flex}.vss-toggle{color:#0f172a;cursor:pointer;font-size:13.5px;gap:10px;padding:8px 0}.vss-toggle input{cursor:pointer;height:18px;width:18px}.vss-notif-list{display:flex;flex-direction:column;gap:4px}.vss-card-danger{background:#fef2f2;background:linear-gradient(180deg,#fff,#fef2f2);border-color:#fecaca}.vss-card-danger .vss-card-head h2,.vss-card-danger .vss-card-head svg{color:#b91c1c}.vss-card-danger-warn{background:#fee2e2;border:1px solid #fecaca;border-radius:10px;color:#991b1b;font-size:13px;line-height:1.55;margin:8px 0 14px;padding:12px 14px}.vss-card-danger-warn strong{color:#7f1d1d}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.vssec-map-shell{margin:0 auto;max-width:1300px;padding:12px 16px 60px}@media (min-width:768px){.vssec-map-shell{padding:16px 24px 60px}}.vssec-map-head{align-items:flex-end;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;margin-bottom:16px}.vssec-map-head h1{align-items:center;color:#0f172a;display:inline-flex;font-size:22px;gap:8px;margin:0}.vssec-map-head h1 svg{color:#1b5e20}.vssec-map-sub{color:#64748b;font-size:13.5px;line-height:1.5;margin:4px 0 0;max-width:640px}.vssec-map-refresh{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#0f172a;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:8px 12px}.vssec-map-refresh:hover{background:#f0fdf4;border-color:#1b5e20;color:#1b5e20}.vssec-map-grid{grid-gap:14px;align-items:stretch;display:grid;gap:14px;grid-template-columns:280px 1fr}@media (max-width:900px){.vssec-map-grid{grid-template-columns:1fr}}.vssec-map-roster{background:#fff;border:1px solid #e5e7eb;border-radius:14px;display:flex;flex-direction:column;gap:8px;max-height:560px;overflow:hidden;padding:12px}.vssec-map-roster-head{align-items:center;color:#475569;display:flex;font-size:12px;font-weight:700;justify-content:space-between;letter-spacing:.06em;padding:4px 6px;text-transform:uppercase}.vssec-map-roster-count{background:#f1f5f9;border-radius:999px;color:#475569;font-size:11px;padding:1px 7px}.vssec-map-roster-empty{color:#64748b;font-size:12.5px;padding:12px 8px;text-align:center}.vssec-map-roster-list{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;overflow-y:auto;padding:0}.vssec-map-roster-row{align-items:center;background:#f8fafc;border:1px solid #0000;border-radius:10px;cursor:pointer;display:flex;gap:8px;justify-content:space-between;padding:8px 10px;transition:background .12s,border-color .12s}.vssec-map-roster-row:hover{background:#f0fdf4;border-color:#bbf7d0}.vssec-map-roster-row.selected{background:#ecfdf5;border-color:#1b5e20}.vssec-map-roster-row-main{align-items:center;display:flex;gap:10px;min-width:0}.vssec-map-dot{border-radius:999px;display:inline-block;flex-shrink:0;height:10px;width:10px}.vssec-map-dot.on{background:#16a34a;box-shadow:0 0 0 3px #dcfce7}.vssec-map-dot.off{background:#cbd5e1}.vssec-map-roster-text{min-width:0}.vssec-map-name{color:#0f172a;font-size:13px;font-weight:700;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vssec-map-rolepill{background:#dbeafe;border-radius:999px;color:#1d4ed8;display:inline-block;font-size:10px;font-weight:700;letter-spacing:.06em;margin-top:3px;padding:2px 7px;text-transform:uppercase}.vssec-map-toggle{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:7px;cursor:pointer;display:inline-flex;font-size:11px;font-weight:700;gap:4px;padding:4px 8px;white-space:nowrap}.vssec-map-toggle.active{background:#dcfce7;border-color:#86efac;color:#166534}.vssec-map-toggle.inactive{background:#f1f5f9;border-color:#e2e8f0;color:#64748b}.vssec-map-toggle:hover{filter:brightness(.96)}.vssec-map-canvas{background:#fff;border:1px solid #e5e7eb;border-radius:14px;display:flex;flex-direction:column;min-height:480px;overflow:hidden}.vssec-leaflet-root{flex:1 1;height:100%;min-height:480px;width:100%}.vssec-map-selected-bar{align-items:center;background:#f8fafc;border-top:1px solid #e5e7eb;color:#475569;display:flex;font-size:12.5px;gap:12px;justify-content:space-between;padding:8px 14px}.vssec-err{color:#b91c1c}.vssec-map-popup{font-size:12.5px;line-height:1.4}.vssec-map-popup strong{font-size:13px}.vssec-map-popup-meta{color:#64748b;font-size:11px;margin-top:4px}.vssec-map-error{background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;color:#b91c1c;font-size:12px;padding:8px 10px}.vssec-map-pings{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-top:14px;overflow:hidden}.vssec-map-pings-toggle{align-items:center;background:#fff;border:none;border-bottom:1px solid #0000;color:#0f172a;cursor:pointer;display:flex;font-size:13px;font-weight:700;gap:6px;padding:12px 16px;width:100%}.vssec-map-pings-toggle:hover{background:#f8fafc}.vssec-map-pings-tablewrap{border-top:1px solid #e5e7eb;max-height:360px;overflow:auto}.vssec-map-pings-table{border-collapse:collapse;font-size:12.5px;width:100%}.vssec-map-pings-table td,.vssec-map-pings-table th{border-bottom:1px solid #f1f5f9;padding:8px 12px;text-align:left}.vssec-map-pings-table th{background:#f8fafc;color:#475569;font-size:11px;font-weight:700;letter-spacing:.06em;position:-webkit-sticky;position:sticky;text-transform:uppercase;top:0}.vssec-map-pings-empty{color:#64748b;padding:20px;text-align:center}.vsp-br-shell{margin:0 auto;max-width:1300px;padding:12px 16px 60px}@media (min-width:768px){.vsp-br-shell{padding:16px 24px 60px}}.vsp-br-back-link{align-items:center;background:#0000;border:none;border-radius:7px;color:#64748b;cursor:pointer;display:inline-flex;font-size:13px;gap:5px;margin-bottom:10px;padding:4px 8px}.vsp-br-back-link:hover{background:#f1f5f9;color:#0f172a}.vsp-br-head{align-items:flex-end;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;margin-bottom:16px}.vsp-br-head h1{color:#0f172a;font-size:22px;margin:0}.vsp-br-sub{color:#64748b;font-size:13.5px;margin:4px 0 0}.vsp-br-add{align-items:center;background:#1b5e20;border:none;border-radius:10px;box-shadow:0 2px 6px #1b5e202e;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:7px;padding:10px 18px}.vsp-br-add:hover{background:#2e7d32}.vsp-br-head-actions{display:flex;flex-wrap:wrap;gap:8px}.vsp-br-add-secondary{align-items:center;background:#fff;border:1px solid #c7d3c9;border-radius:10px;color:#1b5e20;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:10px 14px}.vsp-br-add-secondary:hover{background:#f0fdf4;border-color:#1b5e20}.vsp-br-controls{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.vsp-br-search{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:10px;display:flex;flex:1 1 240px;gap:8px;height:42px;padding:0 12px}.vsp-br-search svg{color:#94a3b8}.vsp-br-search input{background:#0000;border:none;flex:1 1;font-size:13.5px;outline:none;padding:0}.vsp-br-pills{background:#f1f5f9;border-radius:10px;display:flex;gap:4px;padding:4px}.vsp-br-pill{background:#0000;border:none;border-radius:7px;color:#475569;cursor:pointer;font-size:12.5px;font-weight:600;padding:7px 14px;white-space:nowrap}.vsp-br-pill.active{background:#fff;box-shadow:0 1px 3px #0f172a14;color:#1b5e20}.vsp-br-filter-btn{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#0f172a;cursor:pointer;display:inline-flex;font-size:12.5px;font-weight:600;gap:6px;padding:9px 14px}.vsp-br-filter-btn:hover{background:#f8fafc}.vsp-br-filters{background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-wrap:wrap;gap:18px;margin-bottom:14px;padding:16px 20px}.vsp-br-filter{display:flex;flex-direction:column;gap:7px}.vsp-br-filter label{color:#475569;font-size:12px;font-weight:600}.vsp-br-bed-pills{display:flex;gap:5px}.vsp-br-reset{background:#0000;border:1px solid #d1d5db;border-radius:8px;color:#64748b;cursor:pointer;font-size:12.5px;font-weight:600;padding:7px 14px}.vsp-br-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(290px,1fr))}.vsp-br-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;color:inherit;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:transform .12s,box-shadow .12s,border-color .12s}.vsp-br-card:hover{border-color:#cbd5e1;box-shadow:0 8px 24px #0f172a1a;transform:translateY(-2px)}.vsp-br-card-img{aspect-ratio:4/3;background:#f1f5f9;overflow:hidden;position:relative}.vsp-br-card-img img{height:100%;object-fit:cover;width:100%}.vsp-br-card-placeholder{align-items:center;color:#94a3b8;display:flex;height:100%;justify-content:center;width:100%}.vsp-br-card-type{background:#1b5e20;border-radius:999px;color:#fff;font-size:10.5px;font-weight:700;left:10px;letter-spacing:.04em;padding:4px 10px;position:absolute;text-transform:uppercase;top:10px}.vsp-br-card-type.sale{background:#4338ca}.vsp-br-card-heart{align-items:center;background:#fffffff2;border:none;border-radius:999px;box-shadow:0 1px 3px #0f172a2e;color:#64748b;cursor:pointer;display:inline-flex;height:32px;justify-content:center;position:absolute;right:8px;top:8px;transition:color .12s,transform .12s;width:32px}.vsp-br-card-heart:hover{transform:scale(1.05)}.vsp-br-card-heart.active{color:#dc2626}.vsp-br-card-body{display:flex;flex-direction:column;gap:4px;padding:14px 16px}.vsp-br-card-body h3{color:#0f172a;font-size:16px;font-weight:700;margin:0}.vsp-br-card-bhk{color:#64748b;font-size:12.5px}.vsp-br-card-price{font-feature-settings:"tnum";color:#1b5e20;font-size:18px;font-variant-numeric:tabular-nums;font-weight:800;margin-top:6px}.vsp-br-card-extras{color:#64748b;font-size:11.5px;margin-bottom:4px}.vsp-br-card-icons{color:#64748b;display:flex;flex-wrap:wrap;font-size:12.5px;gap:10px;margin-top:8px}.vsp-br-card-icons span{align-items:center;display:inline-flex;gap:4px}.vsp-br-card-icons svg{color:#94a3b8}.vsp-br-card-foot{align-items:center;border-top:1px solid #f1f5f9;display:flex;font-size:11.5px;gap:8px;justify-content:space-between;margin-top:8px;padding-top:10px}.vsp-br-furn{background:#f1f5f9;border-radius:999px;color:#475569;font-weight:600;padding:3px 8px}.vsp-br-when{color:#94a3b8}.vsp-br-error{background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;color:#b91c1c;font-size:13px;margin-bottom:14px;padding:10px 14px}.vsp-br-empty{color:#64748b;font-size:14px;padding:40px 20px;text-align:center}.vsp-br-empty-card{background:#fff;border:1px dashed #cbd5e1;border-radius:14px;color:#64748b;padding:36px 20px;text-align:center}.vsp-br-empty-card svg{color:#cbd5e1;margin-bottom:8px}.vsp-br-empty-card h3{color:#0f172a;margin:8px 0 4px}.vsp-br-empty-card p{margin:0}.vsp-x-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;display:flex;flex-direction:column;gap:12px;padding:22px}.vsp-x-head{align-items:center;display:flex;gap:8px}.vsp-x-head svg{color:#1b5e20;flex-shrink:0}.vsp-x-head h3{color:#0f172a;font-size:16px;font-weight:700;margin:0}.vsp-x-help{color:#475569;font-size:13px;line-height:1.5;margin:0}.vsp-x-help strong{color:#0f172a}.vsp-x-field{display:flex;flex-direction:column;gap:5px}.vsp-x-field label{color:#334155;font-size:12px;font-weight:600}.vsp-x-field input{background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#0f172a;font-family:inherit;font-size:14px;outline:none;padding:10px 12px}.vsp-x-field input:focus{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e201f}.vsp-x-phone{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:10px;display:flex;gap:6px;height:42px;padding:0 12px}.vsp-x-phone:focus-within{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e201f}.vsp-x-phone span{color:#64748b;font-size:13px;font-weight:600}.vsp-x-phone input{background:#0000;border:none;flex:1 1;font-size:14px;outline:none;padding:0}.vsp-x-captcha{display:flex;justify-content:center;min-height:65px}.vsp-x-error{background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;color:#b91c1c;font-size:12.5px;padding:8px 12px}.vsp-x-actions{display:flex;gap:8px;justify-content:space-between}.vsp-x-btn-primary,.vsp-x-btn-secondary{align-items:center;border:1px solid #0000;border-radius:10px;cursor:pointer;display:inline-flex;font-size:13.5px;font-weight:700;gap:6px;justify-content:center;padding:10px 16px}.vsp-x-btn-primary{background:#1b5e20;color:#fff}.vsp-x-btn-primary:hover:not(:disabled){background:#2e7d32}.vsp-x-btn-primary:disabled{background:#94a3b8;cursor:not-allowed}.vsp-x-btn-block{width:100%}.vsp-x-btn-secondary{background:#fff;border-color:#d1d5db;color:#374151}.vsp-x-btn-secondary:hover{background:#f9fafb}.vsp-x-foot{color:#94a3b8;font-size:11.5px;line-height:1.5;margin:0}.vsp-x-success{align-items:center;background:#f0fdf4;border-color:#bbf7d0;text-align:center}.vsp-x-success h3{color:#166534;font-size:16px;margin:4px 0 0}.vsp-x-success p{color:#166534;font-size:13px;line-height:1.55;margin:0}.vsp-au-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}.vsp-au-toggle{align-items:center;background:#0000;border:none;color:#0f172a;cursor:pointer;display:flex;font-size:13.5px;font-weight:600;gap:8px;padding:14px 18px;width:100%}.vsp-au-toggle:hover{background:#f8fafc}.vsp-au-toggle svg{color:#1b5e20}.vsp-au-badge{background:#f1f5f9;border-radius:999px;color:#475569;font-size:11.5px;font-weight:700;padding:1px 7px}.vsp-au-chev{color:#94a3b8;margin-left:auto;transition:transform .15s}.vsp-au-chev.open{transform:rotate(180deg)}.vsp-au-body{border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:10px;padding:4px 18px 18px}.vsp-au-help{color:#64748b;font-size:12px;line-height:1.5;margin:8px 0 0}.vsp-au-empty{color:#94a3b8;font-size:12.5px;line-height:1.5;padding:12px 0}.vsp-au-error{background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;color:#b91c1c;font-size:12.5px;padding:8px 10px}.vsp-au-list{gap:8px;list-style:none;margin:0;padding:0}.vsp-au-list,.vsp-au-list li{display:flex;flex-direction:column}.vsp-au-list li{background:#f8fafc;border-radius:10px;font-size:12.5px;gap:4px;padding:10px 12px}.vsp-au-name{align-items:baseline;display:flex;gap:8px;justify-content:space-between}.vsp-au-name strong{color:#0f172a}.vsp-au-when{color:#94a3b8;font-size:11.5px}.vsp-au-phone{align-items:center;color:#475569;display:flex;gap:5px}.vsp-au-phone a{color:#1b5e20;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;text-decoration:none}.vsp-au-phone a:hover{text-decoration:underline}.vsp-au-refresh{align-items:center;align-self:flex-start;background:#0000;border:1px solid #d1d5db;border-radius:7px;color:#64748b;cursor:pointer;display:inline-flex;font-size:11.5px;font-weight:600;gap:5px;padding:5px 10px}.vsp-au-refresh:hover{background:#f1f5f9;color:#0f172a}.vsp-au-refresh:disabled{cursor:not-allowed;opacity:.5}.vsp-d-shell{margin:0 auto;max-width:1300px;padding:12px 16px 60px}@media (min-width:768px){.vsp-d-shell{padding:16px 24px 60px}}.vsp-d-topbar{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:14px}.vsp-d-back{align-items:center;border-radius:7px;color:#64748b;display:inline-flex;font-size:13px;gap:5px;padding:4px 8px;text-decoration:none}.vsp-d-back:hover{background:#f1f5f9;color:#0f172a}.vsp-d-top-actions{display:flex;gap:6px}.vsp-d-icon-btn{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:999px;color:#475569;cursor:pointer;display:inline-flex;height:36px;justify-content:center;width:36px}.vsp-d-icon-btn:hover{background:#f0fdf4;border-color:#1b5e20;color:#1b5e20}.vsp-d-title-row{margin-bottom:16px}.vsp-d-title-row h1{color:#0f172a;font-size:22px;margin:0}.vsp-d-pills{display:flex;gap:6px;margin-top:8px}.vsp-d-type{background:#1b5e20;border-radius:999px;color:#fff;font-size:11px;font-weight:700;letter-spacing:.04em;padding:4px 10px;text-transform:uppercase}.vsp-d-type.sale{background:#4338ca}.vsp-d-status{background:#f1f5f9;border-radius:999px;color:#475569;font-size:11px;font-weight:700;letter-spacing:.04em;padding:4px 10px;text-transform:uppercase}.vsp-d-status.status-active{background:#dcfce7;color:#166534}.vsp-d-status.status-paused{background:#fef9c3;color:#92400e}.vsp-d-status.status-expired{background:#fee2e2;color:#b91c1c}.vsp-d-grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:1fr 360px}@media (max-width:900px){.vsp-d-grid{grid-template-columns:1fr}}.vsp-d-main{display:flex;flex-direction:column;gap:14px}.vsp-d-gallery{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}.vsp-d-hero{aspect-ratio:16/10;display:block;object-fit:cover;width:100%}.vsp-d-hero-placeholder{align-items:center;aspect-ratio:16/10;color:#94a3b8;display:flex;font-size:14px;justify-content:center}.vsp-d-thumbs{display:flex;gap:8px;overflow-x:auto;padding:12px}.vsp-d-thumb{background:#0000;border:2px solid #0000;border-radius:8px;cursor:pointer;flex-shrink:0;height:64px;overflow:hidden;padding:0;width:96px}.vsp-d-thumb.active{border-color:#1b5e20}.vsp-d-thumb img{height:100%;object-fit:cover;width:100%}.vsp-d-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:22px}.vsp-d-card h2{color:#0f172a;font-size:17px;font-weight:700;margin:0 0 12px}.vsp-d-card h4{color:#334155;font-size:13px;font-weight:700;letter-spacing:.06em;margin:14px 0 6px;text-transform:uppercase}.vsp-d-price-row{align-items:baseline;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.vsp-d-price{font-feature-settings:"tnum";color:#1b5e20;font-size:30px;font-variant-numeric:tabular-nums;font-weight:800}.vsp-d-maint{color:#64748b;font-size:13px}.vsp-d-neg-pill{background:#fef9c3;border-radius:999px;color:#92400e;font-size:10.5px;font-weight:700;letter-spacing:.04em;padding:3px 9px;text-transform:uppercase}.vsp-d-stats{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));margin-bottom:14px}.vsp-d-stat{background:#f8fafc;border-radius:10px;padding:10px 12px}.vsp-d-stat-h{align-items:center;color:#64748b;display:flex;font-size:11px;gap:5px;letter-spacing:.04em;text-transform:uppercase}.vsp-d-stat-v{color:#0f172a;font-size:16px;font-weight:700;margin-top:4px}.vsp-d-terms{display:flex;flex-direction:column}.vsp-d-row{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;font-size:13px;justify-content:space-between;padding:9px 0}.vsp-d-row:last-child{border-bottom:none}.vsp-d-row span{color:#64748b}.vsp-d-row strong{color:#0f172a;font-weight:600}.vsp-d-desc{color:#334155;font-size:13.5px;line-height:1.6;margin:0;white-space:pre-wrap}.vsp-d-prefs{display:flex;flex-wrap:wrap;gap:6px}.vsp-d-pref{background:#f1f5f9;border-radius:999px;color:#475569;font-size:12px;font-weight:600;padding:5px 12px}.vsp-d-amen-cat{padding-top:4px}.vsp-d-amen-items{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.vsp-d-amen{align-items:center;color:#334155;display:inline-flex;font-size:12.5px;gap:5px}.vsp-d-amen svg{color:#1b5e20}.vsp-d-side{display:flex;flex-direction:column;gap:14px}@media (min-width:901px){.vsp-d-side{align-self:flex-start;position:-webkit-sticky;position:sticky;top:16px}}.vsp-d-contact{display:flex;flex-direction:column;gap:10px}.vsp-d-owner{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;gap:10px;padding-bottom:14px}.vsp-d-owner-avatar{align-items:center;background:linear-gradient(135deg,#1b5e20,#2e7d32);border-radius:999px;color:#fff;display:inline-flex;font-weight:700;height:44px;justify-content:center;overflow:hidden;width:44px}.vsp-d-owner-avatar img{height:100%;object-fit:cover;width:100%}.vsp-d-owner-name{color:#0f172a;font-size:14px;font-weight:700}.vsp-d-owner-meta{color:#64748b;font-size:12px}.vsp-d-btn-ghost,.vsp-d-btn-primary,.vsp-d-btn-secondary{align-items:center;border:1px solid #0000;border-radius:10px;cursor:pointer;display:inline-flex;font-size:13.5px;font-weight:700;gap:6px;justify-content:center;padding:11px 18px;text-align:center;text-decoration:none}.vsp-d-btn-primary{background:#1b5e20;color:#fff}.vsp-d-btn-primary:hover:not(:disabled){background:#2e7d32}.vsp-d-btn-primary:disabled{background:#94a3b8;cursor:not-allowed}.vsp-d-btn-secondary{background:#fff;border-color:#d1d5db;color:#0f172a}.vsp-d-btn-secondary:hover{background:#f0fdf4;border-color:#1b5e20;color:#1b5e20}.vsp-d-btn-ghost{background:#0000;color:#64748b}.vsp-d-btn-ghost:hover{background:#f1f5f9;color:#0f172a}.vsp-d-self-note{background:#f8fafc;border-radius:8px;color:#64748b;font-size:12.5px;line-height:1.5;margin:0;padding:10px 12px}.vsp-d-empty,.vsp-d-error{color:#64748b;font-size:14px;padding:36px;text-align:center}.vsp-d-error{background:#fef2f2;border:1px solid #fee2e2;border-radius:10px;color:#b91c1c}.vsp-d-overlay{align-items:center;background:#0f172a80;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.vsp-d-modal{background:#fff;border-radius:14px;box-shadow:0 20px 60px #0f172a38;display:flex;flex-direction:column;gap:12px;max-width:480px;padding:22px;width:100%}.vsp-d-modal-head{align-items:center;display:flex;justify-content:space-between}.vsp-d-modal-head h2{color:#0f172a;font-size:17px;margin:0}.vsp-d-modal-close{align-items:center;background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:inline-flex;height:32px;justify-content:center;width:32px}.vsp-d-modal-row{background:#f8fafc;border-radius:8px;color:#475569;font-size:12.5px;padding:8px 12px}.vsp-d-modal-field{display:flex;flex-direction:column;gap:5px}.vsp-d-modal-field label{color:#334155;font-size:12px;font-weight:600}.vsp-d-modal-field select,.vsp-d-modal-field textarea{border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:13px;padding:9px 11px;resize:vertical}.vsp-d-modal-error{background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;color:#b91c1c;font-size:12.5px;padding:8px 12px}.vsp-d-modal-actions{display:flex;gap:8px;justify-content:flex-end;padding-top:6px}.vsp-d-mobile-cta{display:none}@media (max-width:900px){.vsp-d-mobile-cta{background:#fff;border-top:1px solid #e5e7eb;bottom:0;box-shadow:0 -8px 24px #0f172a0f;display:block;left:0;padding:10px 16px calc(10px + env(safe-area-inset-bottom));position:fixed;right:0;z-index:40}.vsp-d-mobile-cta-btn{font-size:15px;height:48px;width:100%}.vsp-d-shell{padding-bottom:96px!important}}.vsp-pe-drop{align-items:center;background:#f8fafc;border:2px dashed #d1d5db;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:6px;justify-content:center;padding:28px;text-align:center;transition:border-color .15s,background .15s}.vsp-pe-drop:hover{background:#f0fdf4;border-color:#1b5e20}.vsp-pe-drop svg{color:#1b5e20}.vsp-pe-drop p{color:#0f172a;font-size:13.5px;font-weight:600;margin:0}.vsp-pe-drop span{color:#64748b;font-size:11.5px}.vsp-pe-help{color:#64748b;font-size:12px;font-style:italic;margin:14px 0 8px}.vsp-pe-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.vsp-pe-photo{aspect-ratio:4/3;background:#f1f5f9;border:2px solid #0000;border-radius:10px;cursor:grab;overflow:hidden;position:relative}.vsp-pe-photo.dragging{cursor:grabbing;opacity:.4}.vsp-pe-photo.drop{border-color:#1b5e20}.vsp-pe-photo:active{cursor:grabbing}.vsp-pe-photo img{height:100%;object-fit:cover;width:100%}.vsp-pe-grip{border-radius:6px;height:22px;left:50%;pointer-events:none;transform:translateX(-50%);width:22px}.vsp-pe-grip,.vsp-pe-remove,.vsp-pe-star{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;color:#fff;display:inline-flex;justify-content:center;position:absolute;top:6px}.vsp-pe-remove,.vsp-pe-star{border:none;border-radius:999px;cursor:pointer;height:24px;width:24px}.vsp-pe-star{left:6px}.vsp-pe-remove{right:6px}.vsp-pe-star.active{background:#f59e0be6}.vsp-pe-pri{background:#f59e0bf2;border-radius:999px;bottom:6px;color:#fff;font-size:10px;font-weight:700;left:6px;letter-spacing:.04em;padding:2px 8px;position:absolute;text-transform:uppercase}.vsp-pe-error{background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;color:#b91c1c;font-size:13px;margin-top:12px;padding:10px 14px}.vsp-cl-shell{margin:0 auto;max-width:880px;padding:12px 16px 60px}@media (min-width:768px){.vsp-cl-shell{padding:16px 24px 60px}}.vsp-cl-back{align-items:center;background:#0000;border:none;border-radius:7px;color:#64748b;cursor:pointer;display:inline-flex;font-size:13px;gap:5px;margin-bottom:10px;padding:4px 8px}.vsp-cl-back:hover{background:#f1f5f9;color:#0f172a}.vsp-cl-shell h1{color:#0f172a;font-size:24px;margin:6px 0 4px}.vsp-cl-sub{color:#64748b;font-size:13.5px;line-height:1.5;margin:0 0 22px;max-width:620px}.vsp-cl-progress{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:18px}.vsp-cl-step{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;display:flex;flex:1 1 140px;font-size:12.5px;font-weight:600;gap:8px;padding:10px 14px}.vsp-cl-step.active{background:#1b5e20;border-color:#1b5e20;color:#fff}.vsp-cl-step.done{background:#dcfce7;border-color:#bbf7d0;color:#166534}.vsp-cl-step-circle{align-items:center;background:#fff;border-radius:999px;color:#475569;display:inline-flex;flex-shrink:0;font-size:12px;height:24px;justify-content:center;width:24px}.vsp-cl-step.active .vsp-cl-step-circle{color:#1b5e20}.vsp-cl-step.done .vsp-cl-step-circle{background:#16a34a;color:#fff}.vsp-cl-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;display:flex;flex-direction:column;gap:16px;padding:26px}.vsp-cl-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}@media (max-width:600px){.vsp-cl-grid{grid-template-columns:1fr}}.vsp-cl-field{display:flex;flex-direction:column;gap:6px}.vsp-cl-field.wide{grid-column:1/-1}.vsp-cl-field label{color:#334155;font-size:12.5px;font-weight:600}.vsp-cl-field input,.vsp-cl-field select,.vsp-cl-field textarea{background:#fff;border:1px solid #d1d5db;border-radius:10px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:13.5px;outline:none;padding:10px 12px;width:100%}.vsp-cl-field input:focus,.vsp-cl-field select:focus,.vsp-cl-field textarea:focus{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e201f}.vsp-cl-field textarea{resize:vertical}.vsp-cl-helper{color:#94a3b8;font-size:11.5px;margin:4px 0 0}.vsp-cl-pills{display:flex;flex-wrap:wrap;gap:6px}.vsp-cl-pill{background:#fff;border:1px solid #d1d5db;border-radius:999px;color:#475569;cursor:pointer;font-size:12.5px;font-weight:600;padding:8px 14px;transition:background .12s,border-color .12s,color .12s}.vsp-cl-pill:hover{background:#f8fafc}.vsp-cl-pill.active{background:#1b5e20;border-color:#1b5e20;color:#fff}.vsp-cl-drop{align-items:center;background:#f8fafc;border:2px dashed #d1d5db;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:6px;justify-content:center;padding:32px;text-align:center;transition:border-color .15s,background .15s}.vsp-cl-drop:hover{background:#f0fdf4;border-color:#1b5e20}.vsp-cl-drop svg{color:#1b5e20}.vsp-cl-drop p{color:#0f172a;font-size:14px;font-weight:600;margin:0}.vsp-cl-drop span{color:#64748b;font-size:11.5px}.vsp-cl-photos{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));margin-top:14px}.vsp-cl-photo{aspect-ratio:4/3;background:#f1f5f9;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;position:relative}.vsp-cl-photo img{height:100%;object-fit:cover;width:100%}.vsp-cl-photo-remove,.vsp-cl-photo-star{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;border:none;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;height:24px;justify-content:center;position:absolute;top:6px;width:24px}.vsp-cl-photo-star{left:6px}.vsp-cl-photo-remove{right:6px}.vsp-cl-photo-star.active{background:#f59e0be6}.vsp-cl-photo-pri{background:#f59e0bf2;border-radius:999px;bottom:6px;color:#fff;font-size:10px;font-weight:700;left:6px;letter-spacing:.04em;padding:2px 8px;position:absolute;text-transform:uppercase}.vsp-cl-amen{display:flex;flex-direction:column;gap:18px}.vsp-cl-amen-cat h4{color:#0f172a;font-size:14px;font-weight:700;margin:0 0 8px}.vsp-cl-amen-items{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.vsp-cl-amen-item{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#334155;cursor:pointer;display:flex;font-size:12.5px;gap:7px;padding:8px 10px;transition:background .12s,border-color .12s}.vsp-cl-amen-item:hover{background:#f8fafc}.vsp-cl-amen-item.checked{background:#f0fdf4;border-color:#86efac;color:#166534}.vsp-cl-pref{display:flex;flex-wrap:wrap;gap:10px}.vsp-cl-toggle{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;color:#334155;cursor:pointer;display:inline-flex;font-size:12.5px;gap:6px;padding:7px 10px}.vsp-cl-error{background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;color:#b91c1c;font-size:13px;padding:10px 14px}.vsp-cl-actions{align-items:center;border-top:1px solid #f1f5f9;display:flex;gap:10px;padding-top:14px}.vsp-cl-btn-primary,.vsp-cl-btn-secondary{align-items:center;border:1px solid #0000;border-radius:10px;cursor:pointer;display:inline-flex;font-size:13.5px;font-weight:600;gap:6px;padding:10px 18px}.vsp-cl-btn-primary{background:#1b5e20;color:#fff}.vsp-cl-btn-primary:hover:not(:disabled){background:#2e7d32}.vsp-cl-btn-primary:disabled{background:#94a3b8;cursor:not-allowed}.vsp-cl-btn-secondary{background:#fff;border-color:#d1d5db;color:#374151}.vsp-cl-btn-secondary:hover{background:#f9fafb}.vsp-my-shell{margin:0 auto;max-width:1100px;padding:12px 16px 60px}@media (min-width:768px){.vsp-my-shell{padding:16px 24px 60px}}.vsp-my-head{align-items:flex-end;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:16px}.vsp-my-head h1{color:#0f172a;font-size:22px;margin:0}.vsp-my-sub{color:#64748b;font-size:13.5px;margin:4px 0 0}.vsp-my-add{align-items:center;background:#1b5e20;border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:10px 16px}.vsp-my-add:hover{background:#2e7d32}.vsp-my-tabs{border-bottom:1px solid #e5e7eb;display:flex;gap:4px;margin-bottom:14px}.vsp-my-tabs button{align-items:center;background:#0000;border:none;border-bottom:2px solid #0000;color:#64748b;cursor:pointer;display:inline-flex;font-size:13.5px;font-weight:600;gap:6px;padding:10px 14px}.vsp-my-tabs button:hover{color:#0f172a}.vsp-my-tabs button.active{border-bottom-color:#1b5e20;color:#1b5e20}.vsp-my-tab-badge{background:#1b5e20;border-radius:999px;color:#fff;font-size:10.5px;font-weight:700;padding:1px 8px}.vsp-my-status-row{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.vsp-my-status-pill{background:#fff;border:1px solid #d1d5db;border-radius:999px;color:#475569;cursor:pointer;font-size:12px;font-weight:600;padding:6px 12px}.vsp-my-status-pill:hover{background:#f8fafc}.vsp-my-status-pill.active{background:#1b5e20;border-color:#1b5e20;color:#fff}.vsp-my-list{display:flex;flex-direction:column;gap:10px}.vsp-my-row{grid-gap:14px;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:grid;gap:14px;grid-template-columns:120px 1fr auto;padding:14px}@media (max-width:600px){.vsp-my-row{grid-template-columns:1fr}}.vsp-my-thumb{background:#f1f5f9;border-radius:10px;flex-shrink:0;height:80px;overflow:hidden;width:120px}.vsp-my-thumb img{height:100%;object-fit:cover;width:100%}.vsp-my-thumb-empty{align-items:center;color:#94a3b8;display:flex;height:100%;justify-content:center;width:100%}.vsp-my-row-body{display:flex;flex-direction:column;gap:4px;min-width:0}.vsp-my-row-head{align-items:center;display:flex;gap:8px}.vsp-my-row-title{color:#0f172a;font-size:15px;font-weight:700;text-decoration:none}.vsp-my-row-title:hover{color:#1b5e20}.vsp-my-status{background:#f1f5f9;border-radius:999px;color:#475569;font-size:10px;font-weight:700;letter-spacing:.04em;padding:2px 8px;text-transform:uppercase}.vsp-my-status.status-active{background:#dcfce7;color:#166534}.vsp-my-status.status-paused{background:#fef9c3;color:#92400e}.vsp-my-status.status-expired{background:#fee2e2;color:#b91c1c}.vsp-my-status.status-draft{background:#e0e7ff;color:#4338ca}.vsp-my-status.status-closed_won{background:#d1fae5;color:#065f46}.vsp-my-status.status-closed_lost{background:#f1f5f9;color:#475569}.vsp-my-row-meta{color:#475569;font-size:12.5px}.vsp-my-row-inq{align-items:center;color:#1b5e20;display:inline-flex;font-size:12px;font-weight:600;gap:5px}.vsp-my-row-inq.muted{color:#94a3b8;font-weight:500}.vsp-my-row-expires{color:#94a3b8;font-size:11.5px}.vsp-my-row-actions{display:flex;flex-wrap:wrap;gap:6px}.vsp-my-btn-primary,.vsp-my-btn-secondary,.vsp-my-btn-success{align-items:center;border:1px solid #0000;border-radius:8px;cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;gap:4px;padding:7px 12px}.vsp-my-btn-primary{background:#1b5e20;color:#fff}.vsp-my-btn-primary:hover{background:#2e7d32}.vsp-my-btn-secondary{background:#fff;border-color:#d1d5db;color:#374151}.vsp-my-btn-secondary:hover{background:#f9fafb}.vsp-my-btn-success{background:#dcfce7;border-color:#bbf7d0;color:#166534}.vsp-my-btn-success:hover{background:#bbf7d0}.vsp-my-empty{color:#64748b;font-size:14px;padding:36px;text-align:center}.vsp-my-empty-card{background:#fff;border:1px dashed #cbd5e1;border-radius:14px;color:#64748b;padding:32px 20px;text-align:center}.vsp-my-empty-card svg{color:#cbd5e1;margin-bottom:8px}.vsp-my-empty-card h3{color:#0f172a;margin:8px 0 4px}.vsp-my-empty-card p{margin:0}.vsp-my-error{background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;color:#b91c1c;font-size:13px;margin-bottom:14px;padding:10px 14px}.vsp-my-inq,.vsp-my-inq-list{display:flex;flex-direction:column;gap:10px}.vsp-my-inq{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px}.vsp-my-inq-head{flex-wrap:wrap;justify-content:space-between}.vsp-my-inq-from,.vsp-my-inq-head{align-items:center;display:flex;gap:10px}.vsp-my-inq-avatar{align-items:center;background:linear-gradient(135deg,#1b5e20,#2e7d32);border-radius:999px;color:#fff;display:inline-flex;font-weight:700;height:38px;justify-content:center;width:38px}.vsp-my-inq-from strong{color:#0f172a}.vsp-my-inq-from-meta{color:#64748b;font-size:12px}.vsp-my-inq-status{background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;font-size:12.5px;font-weight:600;padding:6px 12px}.vsp-my-inq-msg{background:#f8fafc;border-radius:8px;color:#475569;font-size:13px;font-style:italic;padding:10px 12px}.vsp-my-inq-contact{display:flex;flex-wrap:wrap;font-size:12.5px;gap:12px}.vsp-my-inq-contact a{color:#1b5e20;font-weight:600;text-decoration:none}.vsp-my-inq-contact a:hover{text-decoration:underline}.vsp-my-inq-action{background:#0000;border:1px solid #d1d5db;border-radius:7px;color:#1b5e20;cursor:pointer;font-size:12px;font-weight:600;padding:5px 10px}.vsp-my-inq-action:hover{background:#f0fdf4;border-color:#1b5e20}.vsp-my-inq-visit-pill{align-items:center;align-self:flex-start;background:#dcfce7;border-radius:999px;color:#166534;display:inline-flex;font-size:12px;font-weight:600;gap:5px;padding:5px 12px}.vsp-my-inq-notes{display:flex;flex-direction:column;gap:4px;position:relative}.vsp-my-inq-notes label{color:#475569;font-size:11.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.vsp-my-inq-notes textarea{border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:12.5px;padding:8px 10px;resize:vertical}.vsp-my-inq-notes textarea:focus{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e201f;outline:none}.vsp-my-inq-savestate{bottom:4px;color:#64748b;font-size:11px;position:absolute;right:8px}.vsp-my-inq-sched{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;display:flex;flex-direction:column;gap:10px;padding:12px 14px}.vsp-my-sched-row{display:flex;flex-wrap:wrap;gap:10px}.vsp-my-sched-notes-label,.vsp-my-sched-row label{color:#334155;display:flex;flex:1 1;flex-direction:column;font-size:12px;gap:4px}.vsp-my-sched-notes-label span,.vsp-my-sched-row span{font-weight:600}.vsp-my-sched-notes-label textarea,.vsp-my-sched-row input{border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:13px;padding:8px 10px}.vsp-my-sched-notes-label textarea:focus,.vsp-my-sched-row input:focus{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e201f;outline:none}.vsp-my-sched-err{background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;color:#b91c1c;font-size:12.5px;padding:8px 12px}.vsp-my-sched-actions{display:flex;gap:8px;justify-content:flex-end}
/*# sourceMappingURL=main.3da24e2b.css.map*/