:root{
    --bg:#f6f7f9;
    --surface:#ffffff;
    --surface2:#f2f4f7;
    --text:#111827;
    --muted:#6b7280;
    --muted2:#9ca3af;
    --line:rgba(17,24,39,.08);
    --yellow:#ffd21f;
    --yellow2:#ffbf00;
    --dark:#101418;
    --blue:#2f80ed;
    --green:#27ae60;
    --orange:#f97316;
    --purple:#8b5cf6;
    --red:#ef4444;
    --shadow:0 18px 50px rgba(15,23,42,.08);
    --shadow2:0 8px 26px rgba(15,23,42,.06);
    --r12:12px;
    --r16:16px;
    --r20:20px;
    --r24:24px;
}
*{box-sizing:border-box}
html,body{
    margin:0;
    min-height:100%;
    font-family:-apple-system,BlinkMacSystemFont,"Inter","Segoe UI",Arial,sans-serif;
    background:var(--bg);
    color:var(--text);
}
body{overflow-x:hidden}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
.vv-app{
    min-height:100vh;
    display:grid;
    grid-template-columns:236px 1fr;
}
.vv-sidebar{
    position:sticky;
    top:0;
    height:100vh;
    background:#fff;
    border-right:1px solid var(--line);
    padding:20px 18px;
    display:flex;
    flex-direction:column;
}
.vv-logo{
    display:flex;
    align-items:center;
    gap:12px;
    margin:0 0 26px 0;
}
.vv-logo-mark{
    width:44px;
    height:44px;
    border-radius:14px;
    background:linear-gradient(135deg,var(--yellow),#ffb800);
    display:grid;
    place-items:center;
    color:#111;
    font-weight:1000;
    font-size:26px;
    box-shadow:0 8px 22px rgba(255,191,0,.28);
}
.vv-logo-text b{
    display:block;
    font-size:25px;
    line-height:1;
    letter-spacing:.5px;
}
.vv-logo-text small{
    display:block;
    margin-top:4px;
    color:var(--muted);
    text-transform:uppercase;
    font-size:10px;
    letter-spacing:1.5px;
}
.vv-nav{
    display:grid;
    gap:8px;
}
.vv-nav a{
    min-height:44px;
    padding:0 14px;
    display:flex;
    align-items:center;
    gap:12px;
    border-radius:12px;
    font-weight:800;
    color:#242a33;
}
.vv-nav a:hover{background:#f5f6f8}
.vv-nav a.active{
    background:linear-gradient(90deg,rgba(255,210,31,.38),rgba(255,210,31,.16));
}
.vv-nav .ico{
    width:22px;
    display:inline-grid;
    place-items:center;
    font-size:17px;
}
.vv-count{
    margin-left:auto;
    min-width:22px;
    height:22px;
    padding:0 7px;
    border-radius:999px;
    display:inline-grid;
    place-items:center;
    background:#ffe67c;
    font-size:12px;
    font-weight:900;
}
.vv-pro-card{
    margin-top:auto;
    background:linear-gradient(135deg,#101418,#202932);
    color:#fff;
    padding:18px;
    border-radius:18px;
    box-shadow:var(--shadow2);
}
.vv-pro-card b{
    color:var(--yellow);
    font-size:20px;
}
.vv-pro-card p{
    color:rgba(255,255,255,.8);
    line-height:1.45;
    margin:9px 0 14px;
}
.vv-socials{
    display:flex;
    gap:10px;
    margin:18px 0 16px;
}
.vv-socials span{
    width:36px;
    height:36px;
    border-radius:12px;
    background:#f2f4f7;
    display:grid;
    place-items:center;
    color:var(--muted);
    font-weight:900;
}
.vv-footer-mini{
    color:var(--muted2);
    font-size:12px;
    line-height:1.6;
}
.vv-main{
    min-width:0;
}
.vv-topbar{
    height:78px;
    background:rgba(255,255,255,.86);
    backdrop-filter:blur(12px);
    border-bottom:1px solid var(--line);
    display:grid;
    grid-template-columns:150px minmax(280px,1fr) 210px 230px;
    gap:18px;
    align-items:center;
    padding:0 28px;
    position:sticky;
    top:0;
    z-index:20;
}
.vv-btn{
    border:0;
    cursor:pointer;
    border-radius:12px;
    min-height:42px;
    padding:0 18px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    font-weight:900;
    background:var(--yellow);
    color:#111;
    box-shadow:0 8px 18px rgba(255,210,31,.22);
}
.vv-btn:hover{filter:brightness(.98);transform:translateY(-1px)}
.vv-btn.ghost{
    background:#fff;
    border:1px solid var(--line);
    box-shadow:none;
}
.vv-btn.dark{
    background:var(--dark);
    color:#fff;
    box-shadow:none;
}
.vv-btn.small{
    min-height:32px;
    border-radius:9px;
    padding:0 12px;
    font-size:13px;
}
.vv-search{
    position:relative;
}
.vv-search input{
    width:100%;
    height:46px;
    border:1px solid transparent;
    outline:none;
    border-radius:14px;
    background:#f1f3f6;
    padding:0 18px 0 46px;
    color:var(--text);
}
.vv-search:before{
    content:"⌕";
    position:absolute;
    left:17px;
    top:10px;
    color:var(--muted);
    font-size:22px;
}
.vv-city{
    display:flex;
    gap:9px;
    align-items:center;
    font-weight:800;
}
.vv-top-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:16px;
}
.vv-top-icon{
    position:relative;
    width:32px;
    height:32px;
    display:grid;
    place-items:center;
    font-size:20px;
}
.vv-dot{
    position:absolute;
    top:-5px;
    right:-5px;
    min-width:18px;
    height:18px;
    border-radius:999px;
    background:var(--yellow);
    color:#111;
    font-size:11px;
    font-weight:900;
    display:grid;
    place-items:center;
}
.vv-dot.red{background:#ff5a2c;color:#fff}
.vv-user-chip{
    display:flex;
    align-items:center;
    gap:10px;
}
.vv-avatar{
    width:42px;
    height:42px;
    border-radius:50%;
    background:linear-gradient(135deg,#d8dee9,#fff);
    display:grid;
    place-items:center;
    font-weight:900;
    overflow:hidden;
}
.vv-user-chip b{display:block;font-size:14px}
.vv-user-chip small{display:block;color:var(--muted);font-size:12px;margin-top:2px}
.vv-page{
    display:grid;
    grid-template-columns:minmax(0,1fr) 344px;
    gap:22px;
    padding:22px 28px 32px;
    max-width:1510px;
    margin:0 auto;
}
.vv-content{min-width:0}
.vv-hero{
    height:260px;
    border-radius:24px;
    overflow:hidden;
    position:relative;
    background:
        linear-gradient(90deg,rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0) 42%,rgba(255,255,255,.15) 70%),
        url('/assets/img/hero-cover.jpg'),
        linear-gradient(135deg,#dbeafe,#fef3c7);
    background-size:cover;
    background-position:center;
    box-shadow:var(--shadow2);
    border:1px solid var(--line);
    padding:34px 36px;
    display:flex;
    align-items:center;
}
.vv-hero-inner{max-width:520px}
.vv-hero h1{
    margin:0;
    font-size:42px;
    line-height:1.08;
    letter-spacing:-1.3px;
}
.vv-hero p{
    margin:16px 0 20px;
    color:#4b5563;
    font-size:17px;
    line-height:1.55;
}
.vv-hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.vv-category-strip{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:10px;
    margin:14px 0 20px;
}
.vv-category-card{
    min-height:76px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:16px;
    padding:14px;
    display:flex;
    align-items:center;
    gap:12px;
    box-shadow:var(--shadow2);
}
.vv-category-card:hover,.vv-market-card:hover,.vv-build-card:hover,.vv-side-card:hover{
    transform:translateY(-2px);
    box-shadow:var(--shadow);
}
.vv-cat-icon{
    width:42px;
    height:42px;
    border-radius:13px;
    display:grid;
    place-items:center;
    font-size:22px;
    background:#fff7cc;
}
.vv-category-card b{display:block;font-size:14px}
.vv-category-card small{display:block;color:var(--muted);font-size:11px;margin-top:4px}
.vv-section-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin:18px 0 12px;
}
.vv-section-head h2{margin:0;font-size:22px;letter-spacing:-.4px}
.vv-link{color:#006fee;font-weight:800;font-size:13px}
.vv-tabs{
    display:flex;
    gap:9px;
    flex-wrap:wrap;
    margin-bottom:13px;
}
.vv-tabs a{
    padding:9px 14px;
    border-radius:999px;
    background:#edf0f4;
    color:#4b5563;
    font-size:14px;
    font-weight:800;
}
.vv-tabs a.active{background:#111827;color:#fff}
.vv-market-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}
.vv-market-card{
    background:#fff;
    border:1px solid var(--line);
    border-radius:16px;
    overflow:hidden;
    box-shadow:var(--shadow2);
    transition:.18s ease;
}
.vv-card-photo{
    height:150px;
    background:linear-gradient(135deg,#e5e7eb,#fff);
    background-size:cover;
    background-position:center;
    position:relative;
}
.vv-card-label{
    position:absolute;
    left:10px;
    bottom:10px;
    padding:5px 8px;
    border-radius:8px;
    color:#fff;
    background:var(--orange);
    font-size:11px;
    font-weight:900;
}
.vv-card-label.green{background:var(--green)}
.vv-card-label.blue{background:var(--blue)}
.vv-card-label.purple{background:var(--purple)}
.vv-market-card-body{padding:12px 13px 14px}
.vv-market-card h3{font-size:16px;line-height:1.25;margin:0 0 9px}
.vv-meta{
    color:var(--muted);
    font-size:13px;
    line-height:1.45;
}
.vv-price{
    margin:10px 0 8px;
    font-size:20px;
    font-weight:950;
}
.vv-card-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:var(--muted);
    font-size:12px;
}
.vv-build-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}
.vv-build-card{
    background:#fff;
    border:1px solid var(--line);
    border-radius:16px;
    overflow:hidden;
    box-shadow:var(--shadow2);
    transition:.18s ease;
}
.vv-build-photo{
    height:116px;
    background:linear-gradient(135deg,#dbeafe,#fef3c7);
    background-size:cover;
    background-position:center;
    position:relative;
}
.vv-status{
    position:absolute;
    top:10px;
    left:10px;
    padding:5px 9px;
    border-radius:999px;
    background:var(--green);
    color:#fff;
    font-size:11px;
    font-weight:900;
}
.vv-progress{
    position:absolute;
    right:10px;
    top:10px;
    padding:5px 9px;
    border-radius:999px;
    background:rgba(17,24,39,.72);
    color:#fff;
    font-size:11px;
    font-weight:900;
}
.vv-build-body{padding:12px}
.vv-build-body h3{font-size:15px;margin:0 0 7px}
.vv-people{display:flex;margin-top:10px}
.vv-people i{
    width:25px;
    height:25px;
    border-radius:50%;
    border:2px solid #fff;
    margin-left:-7px;
    background:#dbeafe;
    display:grid;
    place-items:center;
    font-style:normal;
    font-size:11px;
}
.vv-people i:first-child{margin-left:0}
.vv-benefits{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin-top:18px;
}
.vv-benefit{
    background:#fff;
    border:1px solid var(--line);
    border-radius:16px;
    padding:15px;
    display:flex;
    gap:12px;
    align-items:flex-start;
}
.vv-benefit i{
    width:42px;
    height:42px;
    border-radius:14px;
    background:#fff7cc;
    display:grid;
    place-items:center;
    font-style:normal;
    font-size:21px;
}
.vv-benefit b{display:block}
.vv-benefit small{display:block;color:var(--muted);margin-top:4px;line-height:1.45}
.vv-right{
    display:grid;
    gap:16px;
    align-self:start;
}
.vv-side-card{
    background:#fff;
    border:1px solid var(--line);
    border-radius:18px;
    padding:16px;
    box-shadow:var(--shadow2);
    transition:.18s ease;
}
.vv-side-card-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    margin-bottom:12px;
}
.vv-side-card h3{margin:0;font-size:17px}
.vv-map{
    height:198px;
    border-radius:15px;
    background:
        radial-gradient(circle at 38% 28%,rgba(39,174,96,.26),transparent 8%),
        radial-gradient(circle at 55% 35%,rgba(249,115,22,.26),transparent 8%),
        radial-gradient(circle at 72% 22%,rgba(139,92,246,.26),transparent 8%),
        linear-gradient(135deg,#edf7ef,#eef5ff);
    position:relative;
    overflow:hidden;
}
.vv-map:before,.vv-map:after{
    content:"";
    position:absolute;
    inset:-20px;
    background:
        linear-gradient(30deg,transparent 48%,rgba(255,255,255,.9) 49%,rgba(255,255,255,.9) 51%,transparent 52%),
        linear-gradient(100deg,transparent 47%,rgba(255,255,255,.75) 48%,rgba(255,255,255,.75) 50%,transparent 51%);
    background-size:80px 80px,100px 100px;
    opacity:.7;
}
.vv-pin{
    position:absolute;
    width:34px;
    height:34px;
    border-radius:50%;
    display:grid;
    place-items:center;
    font-weight:950;
    color:#fff;
    z-index:2;
    box-shadow:0 7px 18px rgba(0,0,0,.16);
}
.vv-pin.green{background:#63c66d;left:30%;top:20%}
.vv-pin.orange{background:#fb7a19;left:52%;top:33%}
.vv-pin.blue{background:#6aa4e8;left:18%;top:50%}
.vv-pin.purple{background:#a879e8;left:78%;top:20%}
.vv-pin.yellow{background:#f9c830;color:#111;left:70%;top:55%}
.vv-pin.dark{background:#111827;left:55%;top:68%}
.vv-legend{
    display:flex;
    flex-wrap:wrap;
    gap:10px 16px;
    margin-top:12px;
    color:#4b5563;
    font-size:12px;
}
.vv-legend span:before{
    content:"";
    display:inline-block;
    width:9px;
    height:9px;
    border-radius:50%;
    margin-right:6px;
    background:var(--green);
}
.vv-legend span:nth-child(2):before{background:var(--orange)}
.vv-legend span:nth-child(3):before{background:var(--blue)}
.vv-legend span:nth-child(4):before{background:var(--purple)}
.vv-specialist{
    display:grid;
    grid-template-columns:46px 1fr auto;
    gap:10px;
    align-items:center;
    padding:11px 0;
    border-bottom:1px solid var(--line);
}
.vv-specialist:last-child{border-bottom:0}
.vv-face{
    width:46px;
    height:46px;
    border-radius:50%;
    background:linear-gradient(135deg,#dbeafe,#fef3c7);
    display:grid;
    place-items:center;
    font-weight:900;
}
.vv-specialist b{display:block;font-size:14px}
.vv-specialist small{display:block;color:var(--muted);font-size:12px;margin-top:3px}
.vv-hot{
    display:grid;
    grid-template-columns:78px 1fr 34px;
    gap:10px;
    align-items:center;
    padding:10px 0;
    border-bottom:1px solid var(--line);
}
.vv-hot:last-child{border-bottom:0}
.vv-hot-photo{
    width:78px;
    height:66px;
    border-radius:12px;
    background:linear-gradient(135deg,#e5e7eb,#fff);
    background-size:cover;
    background-position:center;
}
.vv-heart{
    width:34px;
    height:34px;
    border-radius:50%;
    background:#f4f6f8;
    display:grid;
    place-items:center;
    color:#5b6472;
}
.vv-form-page{
    max-width:860px;
    margin:0 auto;
}
.vv-form{
    display:grid;
    gap:12px;
}
.vv-form.two{grid-template-columns:1fr 1fr}
.vv-form .full{grid-column:1/-1}
.vv-input,textarea,select{
    border:1px solid var(--line);
    border-radius:14px;
    padding:14px 15px;
    background:#fff;
    outline:none;
}
textarea{min-height:130px;resize:vertical}
.vv-alert{
    padding:14px 16px;
    border-radius:14px;
    margin-bottom:12px;
    background:#fff;
    border:1px solid var(--line);
}
.vv-alert.success{background:rgba(39,174,96,.1);border-color:rgba(39,174,96,.25)}
.vv-alert.error{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.25)}
.vv-profile-hero{
    background:#fff;
    border:1px solid var(--line);
    border-radius:20px;
    padding:18px;
    display:grid;
    grid-template-columns:70px 1fr auto;
    gap:16px;
    align-items:center;
    box-shadow:var(--shadow2);
}
.vv-profile-avatar{
    width:70px;
    height:70px;
    border-radius:22px;
    background:var(--dark);
    color:#fff;
    display:grid;
    place-items:center;
    font-size:30px;
    font-weight:950;
}
.vv-score{
    height:10px;
    background:#eef0f3;
    border-radius:999px;
    overflow:hidden;
    margin-top:10px;
}
.vv-score i{
    display:block;
    height:100%;
    width:40%;
    background:var(--yellow);
}
.vv-table-list{
    display:grid;
    gap:10px;
}
.vv-row{
    background:#fff;
    border:1px solid var(--line);
    border-radius:16px;
    padding:14px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
}
.vv-row b{display:block}
.vv-row small{display:block;color:var(--muted);margin-top:4px}
.vv-mobile-top{display:none}
@media(max-width:1240px){
    .vv-app{grid-template-columns:1fr}
    .vv-sidebar{display:none}
    .vv-mobile-top{
        display:flex;
        position:sticky;
        top:0;
        z-index:30;
        height:64px;
        background:#fff;
        border-bottom:1px solid var(--line);
        align-items:center;
        gap:10px;
        padding:0 14px;
        overflow:auto;
    }
    .vv-mobile-top a{
        white-space:nowrap;
        padding:9px 11px;
        border-radius:12px;
        background:#f3f4f6;
        font-weight:800;
    }
    .vv-topbar{
        grid-template-columns:1fr;
        height:auto;
        position:relative;
        padding:14px;
    }
    .vv-city,.vv-top-actions{display:none}
    .vv-page{grid-template-columns:1fr;padding:14px}
    .vv-right{grid-template-columns:1fr}
}
@media(max-width:920px){
    .vv-category-strip,.vv-market-grid,.vv-build-grid,.vv-benefits{grid-template-columns:1fr 1fr}
    .vv-hero{height:auto;min-height:310px}
    .vv-hero h1{font-size:34px}
    .vv-form.two{grid-template-columns:1fr}
}
@media(max-width:560px){
    .vv-category-strip,.vv-market-grid,.vv-build-grid,.vv-benefits{grid-template-columns:1fr}
    .vv-profile-hero{grid-template-columns:1fr}
}
