:root{--vv-navy-950:#081828;--vv-navy-900:#10283a;--vv-navy-800:#16364b;--vv-header:#00436d;--vv-blue-700:#0059b0;--vv-blue-600:#0067c5;--vv-blue-100:#eaf4fc;--vv-green-700:#418938;--vv-green-600:#4c9d3d;--vv-green-500:#5caf47;--vv-green-100:#edf7ea;--vv-success:#2e8b57;--vv-warning:#d98a00;--vv-danger:#c73a3a;--vv-info:#0067c5;--vv-white:#fff;--vv-surface:#fff;--vv-bg:#f8fafc;--vv-soft:#f1f4f8;--vv-border:#d9e2ea;--vv-border-2:#c9d4de;--vv-text:#10283a;--vv-text-2:#425466;--vv-muted:#6b7d8c;--vv-overlay:#08182894;--vv-shadow-sm:0 2px 8px #08182814;--vv-shadow-md:0 8px 24px #0818281f;--vv-radius-sm:8px;--vv-radius-md:12px;--vv-radius-lg:16px;--vv-radius-xl:22px;--vv-radius-pill:999px;--vv-space-1:4px;--vv-space-2:8px;--vv-space-3:12px;--vv-space-4:16px;--vv-space-5:20px;--vv-space-6:24px;--vv-space-8:32px;--vv-space-10:40px;--vv-touch-min:48px;--vv-button-h:56px;--vv-button-h-large:64px;--vv-mobile-max:520px;--vv-desktop-content-max:1440px;--vv-sidebar-w:232px;--vv-mobile-nav-h:68px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--vv-bg);color:var(--vv-text);-webkit-font-smoothing:antialiased;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5}h1,h2,h3,h4{margin:0;line-height:1.2}h1{font-size:26px;font-weight:700}h2{font-size:20px;font-weight:700}h3{font-size:18px;font-weight:600}a{color:var(--vv-blue-700)}button{cursor:pointer;font-family:inherit}img{max-width:100%}.vv-shell{min-height:100dvh;max-width:var(--vv-mobile-max);background:var(--vv-bg);flex-direction:column;margin:0 auto;display:flex}.vv-main{padding:var(--vv-space-4);padding-bottom:calc(var(--vv-mobile-nav-h) + env(safe-area-inset-bottom) + var(--vv-space-4));flex:1}.vv-header{align-items:center;gap:var(--vv-space-3);height:64px;padding:0 var(--vv-space-4);padding-top:env(safe-area-inset-top);background:var(--vv-header);color:var(--vv-white);z-index:20;display:flex;position:sticky;top:0}.vv-header-back{color:var(--vv-white);min-width:var(--vv-touch-min);min-height:var(--vv-touch-min);background:0 0;border:none;font-size:22px}.vv-header-brand{align-items:center;gap:var(--vv-space-2);display:flex}.vv-header-logo{letter-spacing:-.5px;font-size:21px;font-weight:800}.vv-header-iconbtn{border-radius:var(--vv-radius-pill);width:38px;height:38px;color:var(--vv-white);background:#ffffff24;border:none;justify-content:center;align-items:center;display:flex}.vv-header-logo-accent{color:var(--vv-green-500)}.vv-header-title{text-align:center;flex:1;font-size:18px;font-weight:600}.vv-header-right{align-items:center;margin-left:auto;display:flex}.vv-actioncard{align-items:center;gap:var(--vv-space-4);width:100%;min-height:var(--vv-button-h-large);padding:var(--vv-space-4);border-radius:var(--vv-radius-lg);border:1px solid var(--vv-border);box-shadow:var(--vv-shadow-sm);text-align:left;display:flex}.vv-actioncard--navy{background:var(--vv-header);border-color:var(--vv-header);color:var(--vv-white)}.vv-actioncard--green{background:var(--vv-green-600);border-color:var(--vv-green-600);color:var(--vv-white)}.vv-actioncard--light{background:var(--vv-white);color:var(--vv-text)}.vv-actioncard--light .vv-actioncard-icon{color:var(--vv-blue-700)}.vv-actioncard-icon{align-items:center;font-size:26px;line-height:1;display:flex}.vv-actioncard-text{flex-direction:column;flex:1;gap:2px;display:flex}.vv-actioncard-title{font-size:17px;font-weight:700}.vv-actioncard-subtitle{opacity:.85;font-size:14px}.vv-actioncard-chevron{opacity:.6;font-size:22px}.vv-vans-search{width:100%;min-height:var(--vv-touch-min);border:1px solid var(--vv-border-2);border-radius:var(--vv-radius-md);padding:0 var(--vv-space-3);background:var(--vv-white);margin-bottom:var(--vv-space-3);box-sizing:border-box;font-size:16px}.vv-vans-search:focus{outline:2px solid var(--vv-blue-600);border-color:var(--vv-blue-600)}.vv-vans-filters{gap:var(--vv-space-2);margin-bottom:var(--vv-space-4);display:flex}.vv-van-row{align-items:center;gap:var(--vv-space-3);text-align:left;background:var(--vv-white);border:1px solid var(--vv-border);border-radius:var(--vv-radius-lg);width:100%;padding:var(--vv-space-3);margin-bottom:var(--vv-space-3);box-shadow:var(--vv-shadow-sm);display:flex}.vv-van-thumb{border-radius:var(--vv-radius-md);object-fit:cover;flex-shrink:0;width:76px;height:76px}.vv-van-thumb--empty{background:var(--vv-soft);color:var(--vv-muted);justify-content:center;align-items:center;font-size:28px;display:flex}.vv-van-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.vv-van-name{color:var(--vv-text);text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:700;overflow:hidden}.vv-van-sub{color:var(--vv-text-2);font-size:13px}.vv-van-price{color:var(--vv-green-700);font-size:14px;font-weight:700}.vv-van-badge{flex-shrink:0;align-items:center;font-size:20px;display:flex}.vv-van-badge--star{color:var(--vv-warning)}.vv-van-badge--no{color:var(--vv-danger)}.vv-home-hero{padding:var(--vv-space-8) var(--vv-space-4) var(--vv-space-6);background-position:50% 62%;background-size:cover;position:relative}.vv-home-hero:before{content:"";background:linear-gradient(#00436d8c,#08182859);position:absolute;inset:0}.vv-home-greeting{position:relative}.vv-home-greeting h1{color:var(--vv-white);text-shadow:0 1px 4px #08182873;font-size:22px}.vv-home-greeting p{margin:var(--vv-space-1) 0 0;color:#ffffffeb;text-shadow:0 1px 4px #08182873}.vv-home-actions{gap:var(--vv-space-3);flex-direction:column;display:flex}.vv-home-recent{margin-top:var(--vv-space-8)}.vv-home-recent-head{justify-content:space-between;align-items:baseline;display:flex}.vv-home-seeall{color:var(--vv-blue-700);min-height:var(--vv-touch-min);background:0 0;border:none;font-size:15px;font-weight:600}.vv-home-empty{color:var(--vv-muted);background:var(--vv-white);border:1px solid var(--vv-border);border-radius:var(--vv-radius-lg);padding:var(--vv-space-5)}.vv-btn{height:var(--vv-button-h);min-width:var(--vv-touch-min);padding:0 var(--vv-space-5);border-radius:var(--vv-radius-md);border:none;width:100%;font-size:16px;font-weight:700}.vv-btn--blue{background:var(--vv-blue-700);color:var(--vv-white)}.vv-btn--green{background:var(--vv-green-600);color:var(--vv-white)}.vv-btn--outline{background:var(--vv-white);color:var(--vv-blue-700);border:1px solid var(--vv-border-2)}.vv-auth{flex-direction:column;gap:16px;padding-top:24px;display:flex}.vv-auth h1{color:var(--vv-navy-900);margin:0;font-size:24px;font-weight:700}.vv-auth-form{flex-direction:column;gap:14px;display:flex}.vv-auth-form label{color:var(--vv-text-2);flex-direction:column;gap:6px;font-size:14px;font-weight:600;display:flex}.vv-auth-form input{border:1px solid var(--vv-border-2);background:var(--vv-white);min-height:48px;color:var(--vv-navy-900);border-radius:10px;padding:0 14px;font-size:16px}.vv-auth-form input:focus{outline:2px solid var(--vv-blue-700);outline-offset:1px}.vv-auth-error{color:var(--vv-danger);margin:0;font-size:14px}.vv-auth-alt{text-align:center;color:var(--vv-muted);font-size:14px}.vv-auth-alt a{color:var(--vv-blue-700);font-weight:600}.vv-bottomnav{width:100%;max-width:var(--vv-mobile-max);height:calc(var(--vv-mobile-nav-h) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--vv-white);border-top:1px solid var(--vv-border);z-index:20;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.vv-bottomnav-item{color:var(--vv-muted);min-height:var(--vv-touch-min);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;text-decoration:none;display:flex}.vv-bottomnav-item.is-active{color:var(--vv-blue-700)}.vv-bottomnav-icon{align-items:center;font-size:22px;line-height:1;display:flex}.vv-bottomnav-label{font-size:12px;font-weight:600}.vv-syncstrip{text-align:center;padding:6px var(--vv-space-4);font-size:13px;font-weight:600}.vv-syncstrip--ok{background:var(--vv-green-100);color:var(--vv-green-700)}.vv-syncstrip--local{background:var(--vv-soft);color:var(--vv-text-2)}.vv-syncstrip--busy{background:var(--vv-blue-100);color:var(--vv-blue-700)}.vv-segment{background:var(--vv-soft);border-radius:var(--vv-radius-pill);margin-bottom:var(--vv-space-5);padding:4px;display:flex}.vv-segment-item{min-height:var(--vv-touch-min);border-radius:var(--vv-radius-pill);color:var(--vv-text-2);background:0 0;border:none;flex:1;font-size:15px;font-weight:600}.vv-segment-item.is-active{background:var(--vv-white);color:var(--vv-header);box-shadow:var(--vv-shadow-sm)}.vv-form{gap:var(--vv-space-4);flex-direction:column;display:flex}.vv-field{gap:var(--vv-space-1);flex-direction:column;display:flex}.vv-field span{color:var(--vv-text-2);font-size:13px;font-weight:600}.vv-field input,.vv-note-add textarea{min-height:var(--vv-touch-min);border:1px solid var(--vv-border-2);border-radius:var(--vv-radius-md);padding:0 var(--vv-space-3);color:var(--vv-text);background:var(--vv-white);font-size:16px}.vv-note-add textarea{padding:var(--vv-space-3);resize:vertical;font-family:inherit}.vv-field input:focus,.vv-note-add textarea:focus{outline:2px solid var(--vv-blue-600);border-color:var(--vv-blue-600)}.vv-find-actions{margin-top:var(--vv-space-6);gap:var(--vv-space-3);flex-direction:column;display:flex}.vv-find-hint{color:var(--vv-muted);text-align:center;margin:0;font-size:14px}.vv-qr-captured{background:var(--vv-green-100);color:var(--vv-green-700);border-radius:var(--vv-radius-md);padding:var(--vv-space-3) var(--vv-space-4);margin-bottom:var(--vv-space-4);word-break:break-all;font-size:14px}.vv-qr-captured--big{gap:var(--vv-space-2);padding:var(--vv-space-5);flex-direction:column;display:flex}.vv-qr-url{opacity:.85;font-size:13px}.vv-qr-note{color:var(--vv-text-2);font-size:13px}.vv-scan-frame{background:var(--vv-navy-950);border-radius:var(--vv-radius-lg);aspect-ratio:3/4;max-height:45vh;margin-bottom:var(--vv-space-4);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.vv-scan-video{object-fit:cover;width:100%;height:100%}.vv-scan-msg{inset:auto var(--vv-space-4) var(--vv-space-4);color:var(--vv-white);text-align:center;background:var(--vv-overlay);border-radius:var(--vv-radius-md);padding:var(--vv-space-3);font-size:14px;position:absolute}.vv-tabs{background:var(--vv-white);border-bottom:1px solid var(--vv-border);display:flex}.vv-tab{min-height:var(--vv-touch-min);color:var(--vv-text-2);background:0 0;border:none;border-bottom:3px solid #0000;flex:1;font-size:14px;font-weight:600}.vv-tab.is-active{color:var(--vv-header);border-bottom-color:var(--vv-blue-600)}.vv-main--capture{padding-bottom:140px}.vv-capture-grid{gap:var(--vv-space-3);grid-template-columns:1fr 1fr;display:grid}.vv-capture-tile{border:1px solid var(--vv-border);border-radius:var(--vv-radius-lg);background:var(--vv-white);min-height:108px;box-shadow:var(--vv-shadow-sm);color:var(--vv-text);justify-content:center;align-items:center;gap:var(--vv-space-2);flex-direction:column;font-size:15px;font-weight:700;display:flex;position:relative}.vv-capture-tile.is-recording{border-color:var(--vv-danger);color:var(--vv-danger);background:#fdebeb}.vv-capture-ico{justify-content:center;align-items:center;font-size:28px;display:flex}.vv-capture-count{top:var(--vv-space-2);right:var(--vv-space-2);background:var(--vv-blue-100);color:var(--vv-blue-700);border-radius:var(--vv-radius-pill);padding:2px 8px;font-size:12px;position:absolute}.vv-thumbrow{gap:var(--vv-space-2);margin-top:var(--vv-space-4);display:flex;overflow-x:auto}.vv-thumb{object-fit:cover;border-radius:var(--vv-radius-md);flex-shrink:0;width:72px;height:72px}.vv-quicknotes{margin-top:var(--vv-space-6)}.vv-quicknotes h3{margin:0 0 var(--vv-space-3);font-size:15px}.vv-quicknote-chips{gap:var(--vv-space-2);flex-wrap:wrap;display:flex}.vv-chip{min-height:40px;padding:0 var(--vv-space-4);border:1px solid var(--vv-border-2);border-radius:var(--vv-radius-pill);background:var(--vv-white);color:var(--vv-text);font-size:14px}.vv-chip.is-active{background:var(--vv-header);border-color:var(--vv-header);color:var(--vv-white)}.vv-verdict-row{gap:var(--vv-space-3);margin-top:var(--vv-space-2);display:flex}.vv-verdict{min-height:var(--vv-button-h);border-radius:var(--vv-radius-md);border:2px solid var(--vv-border-2);background:var(--vv-white);color:var(--vv-text-2);flex:1;font-size:15px;font-weight:700}.vv-verdict--yes.is-on{background:var(--vv-green-600);border-color:var(--vv-green-600);color:var(--vv-white)}.vv-verdict--no.is-on{background:var(--vv-danger);border-color:var(--vv-danger);color:var(--vv-white)}.vv-checklist section{margin-bottom:var(--vv-space-6)}.vv-checklist h3{margin:0 0 var(--vv-space-3);font-size:15px}.vv-check-item{justify-content:space-between;align-items:center;gap:var(--vv-space-3);background:var(--vv-white);border:1px solid var(--vv-border);border-radius:var(--vv-radius-md);padding:var(--vv-space-3);margin-bottom:var(--vv-space-2);display:flex}.vv-check-label{font-size:14px}.vv-check-btns{gap:var(--vv-space-1);flex-shrink:0;display:flex}.vv-check-btn{min-width:var(--vv-touch-min);min-height:var(--vv-touch-min);border:1px solid var(--vv-border-2);border-radius:var(--vv-radius-sm);background:var(--vv-white);color:var(--vv-text-2);font-size:14px;font-weight:700}.vv-check-btn--yes.is-on{background:var(--vv-green-600);border-color:var(--vv-green-600);color:var(--vv-white)}.vv-check-btn--no.is-on{background:var(--vv-danger);border-color:var(--vv-danger);color:var(--vv-white)}.vv-check-btn--na.is-on{background:var(--vv-muted);border-color:var(--vv-muted);color:var(--vv-white)}.vv-note-add{gap:var(--vv-space-3);margin-bottom:var(--vv-space-5);flex-direction:column;display:flex}.vv-note{background:var(--vv-white);border:1px solid var(--vv-border);border-radius:var(--vv-radius-md);padding:var(--vv-space-3) var(--vv-space-4);margin-bottom:var(--vv-space-3)}.vv-note p{margin:0 0 var(--vv-space-1);white-space:pre-wrap}.vv-note-when{color:var(--vv-muted);font-size:12px}.vv-capture-footer{bottom:var(--vv-mobile-nav-h);gap:var(--vv-space-3);padding:var(--vv-space-3) var(--vv-space-4);background:var(--vv-white);border-top:1px solid var(--vv-border);max-width:var(--vv-mobile-max);margin:0 auto;display:flex;position:fixed;left:0;right:0}.vv-capture-footer .vv-btn{flex:1}.vv-sync-card{background:var(--vv-white);border:1px solid var(--vv-border);border-radius:var(--vv-radius-lg);padding:var(--vv-space-5);margin-bottom:var(--vv-space-4);box-shadow:var(--vv-shadow-sm)}.vv-sync-card h2{margin:0 0 var(--vv-space-2);font-size:17px}.vv-sync-sub{color:var(--vv-text-2);margin:0 0 var(--vv-space-3);font-size:14px}.vv-sync-ok{color:var(--vv-green-700);margin:var(--vv-space-3) 0 0;font-size:14px}.vv-sync-err{color:var(--vv-danger);margin:var(--vv-space-3) 0 0;font-size:14px}.vv-sync-btnrow{gap:var(--vv-space-3);flex-wrap:wrap;display:flex}.vv-sync-btnrow .vv-btn{flex:1;min-width:140px}.vv-shows-search{width:100%;min-height:var(--vv-touch-min);border:1px solid var(--vv-border-2);border-radius:var(--vv-radius-md);padding:0 var(--vv-space-3);background:var(--vv-white);margin-bottom:var(--vv-space-4);box-sizing:border-box;font-size:16px}.vv-shows-search:focus{outline:2px solid var(--vv-blue-600);border-color:var(--vv-blue-600)}.vv-shows-hint{color:var(--vv-text-2);margin-bottom:var(--vv-space-3);font-size:14px}.vv-shows-err{color:var(--vv-danger);margin-bottom:var(--vv-space-3);font-size:14px}.vv-show-card{background:var(--vv-white);border:1px solid var(--vv-border);border-radius:var(--vv-radius-lg);padding:var(--vv-space-4);margin-bottom:var(--vv-space-3);box-shadow:var(--vv-shadow-sm)}.vv-show-head{justify-content:space-between;align-items:flex-start;gap:var(--vv-space-2);display:flex}.vv-show-name{color:var(--vv-text);margin:0;font-size:16px;font-weight:700}.vv-show-state{color:var(--vv-blue-600);background:var(--vv-soft);border-radius:var(--vv-radius-sm);flex-shrink:0;padding:2px 8px;font-size:12px;font-weight:700}.vv-show-dates{color:var(--vv-green-700);margin:var(--vv-space-1) 0 0;font-size:14px;font-weight:700}.vv-show-loc{color:var(--vv-text-2);margin:2px 0 0;font-size:13px}.vv-show-note{color:var(--vv-muted);margin:var(--vv-space-2) 0 0;font-size:12px}.vv-show-link{margin-top:var(--vv-space-2);color:var(--vv-blue-600);font-size:13px;font-weight:600;text-decoration:none;display:inline-block}.vv-show-link:active{text-decoration:underline}
