:root{--bg: #0f172a;--bg-card: #1e293b;--bg-card-hover: #263347;--bg-input: #0f172a;--bg-alt: #162032;--text: #f1f5f9;--text-muted: #94a3b8;--primary: #3b82f6;--primary-hover: #2563eb;--primary-light: rgba(59, 130, 246, .15);--accent: #38bdf8;--green: #22c55e;--green-bg: rgba(34, 197, 94, .15);--red: #ef4444;--red-bg: rgba(239, 68, 68, .1);--border: #334155;--radius: 12px;--radius-sm: 8px;--shadow: 0 4px 24px rgba(0, 0, 0, .3);--navbar-bg: rgba(15, 23, 42, .95);--modal-overlay: rgba(0, 0, 0, .6);--bg-primary: #0f172a;--bg-secondary: #1e293b;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--border-color: #334155}[data-theme=light]{--bg: #f1f5f9;--bg-card: #ffffff;--bg-card-hover: #e8eef6;--bg-input: #ffffff;--bg-alt: #e2e8f0;--text: #0f172a;--text-muted: #475569;--primary: #2563eb;--primary-hover: #1d4ed8;--primary-light: rgba(37, 99, 235, .1);--accent: #0284c7;--green: #16a34a;--green-bg: rgba(22, 163, 74, .1);--red: #dc2626;--red-bg: rgba(220, 38, 38, .08);--border: #cbd5e1;--shadow: 0 4px 24px rgba(0, 0, 0, .08);--navbar-bg: rgba(241, 245, 249, .95);--modal-overlay: rgba(0, 0, 0, .3);--bg-primary: #f1f5f9;--bg-secondary: #ffffff;--text-primary: #0f172a;--text-secondary: #475569;--border-color: #cbd5e1}[data-theme=light] .nav-logo-img,[data-theme=light] .footer-logo-img,[data-theme=light] .va-logo-img{filter:invert(1) hue-rotate(180deg)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;transition:background .3s,color .3s;padding-top:72px}html,body{overflow-x:hidden}a{color:var(--accent);text-decoration:none}a:hover{color:var(--primary)}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.page-container{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.page-header h1{font-size:1.75rem;font-weight:700}.navbar{background:var(--navbar-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);position:fixed;top:0;left:0;right:0;z-index:100}.nav-container{max-width:1100px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:72px}.nav-logo{display:flex;align-items:center;gap:.6rem;font-size:1.25rem;font-weight:700;color:var(--text);transition:opacity .2s}.nav-logo:hover{color:var(--text);opacity:.85}.nav-logo-img{height:56px;width:auto;display:block;object-fit:contain}.nav-links{display:flex;align-items:center;gap:.5rem}.nav-link{color:var(--text-muted);padding:.5rem .75rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500;transition:all .2s}.nav-link:hover{color:var(--text);background:var(--primary-light)}.nav-link.active{color:var(--accent);background:var(--primary-light)}.theme-toggle{background:none;border:1px solid var(--border);color:var(--text-muted);cursor:pointer;padding:.4rem;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:all .2s;width:36px;height:36px}.theme-toggle:hover{color:var(--accent);border-color:var(--accent);background:var(--primary-light)}.profile-menu{position:relative}.profile-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--accent),#6366f1);color:#fff;font-size:.9rem;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid transparent;cursor:pointer;transition:all .2s;text-transform:uppercase;line-height:1;padding:0;-webkit-user-select:none;user-select:none}.profile-avatar:hover,.profile-avatar.active{border-color:var(--accent);box-shadow:0 0 0 3px var(--primary-light)}.profile-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:260px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 12px 40px #00000040,0 4px 12px #0000001a;z-index:150;padding:0;animation:dropdownSlideIn .18s cubic-bezier(.16,1,.3,1);overflow:hidden}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.profile-dropdown-header{display:flex;align-items:center;gap:.75rem;padding:1rem}.profile-dropdown-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--accent),#6366f1);color:#fff;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;text-transform:uppercase;flex-shrink:0}.profile-dropdown-details{display:flex;flex-direction:column;gap:.15rem;min-width:0}.profile-dropdown-name{font-weight:600;font-size:.9rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-dropdown-email{font-size:.78rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-dropdown-plan-row{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1rem}.profile-dropdown-plan-label{font-size:.82rem;color:var(--text-muted);font-weight:500}.profile-dropdown-plan{font-size:.72rem;font-weight:700;padding:.2rem .6rem;border-radius:9999px;letter-spacing:.03em;text-transform:uppercase}.profile-dropdown-plan.pro{background:linear-gradient(135deg,#6366f133,#38bdf833);color:var(--accent);border:1px solid rgba(99,102,241,.3)}.profile-dropdown-plan.free{background:var(--primary-light);color:var(--text-muted);border:1px solid var(--border)}.profile-dropdown-divider{height:1px;background:var(--border);margin:0}.profile-dropdown-logout{display:flex;align-items:center;gap:.6rem;width:100%;padding:.75rem 1rem;background:none;border:none;cursor:pointer;font-size:.85rem;font-weight:600;color:#ef4444;transition:all .15s}.profile-dropdown-logout:hover{background:#ef444414}.mobile-drawer-user{display:flex;align-items:center;gap:.75rem;padding:.5rem 1.25rem .75rem}.mobile-avatar{width:42px;height:42px;font-size:1.1rem;flex-shrink:0}.mobile-drawer-user-info{display:flex;flex-direction:column;gap:.25rem;min-width:0}.mobile-drawer-user-name{font-weight:600;font-size:1rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem 1.4rem;border:none;border-radius:var(--radius-sm);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 16px #3b82f64d}.btn-outline{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.btn-outline:hover:not(:disabled){border-color:var(--text-muted);color:var(--text)}.btn-sm{padding:.45rem 1rem;font-size:.85rem}.btn-lg{padding:.85rem 2rem;font-size:1rem}.btn-full{width:100%}.btn-icon{background:none;border:none;cursor:pointer;font-size:1rem;padding:.3rem;border-radius:4px;transition:background .2s}.btn-icon:hover{background:var(--primary-light)}.hero{padding:5rem 0 4rem;text-align:center;background:radial-gradient(ellipse at center top,rgba(59,130,246,.12) 0%,transparent 60%)}.hero-title{font-size:3rem;font-weight:800;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.02em}.text-accent{color:var(--accent)}.hero-subtitle{font-size:1.15rem;color:var(--text-muted);max-width:650px;margin:0 auto;line-height:1.7}.hero-actions{display:flex;gap:1rem;justify-content:center;margin-top:2.5rem;flex-wrap:wrap}.section{padding:4rem 0}.section-alt{background:var(--bg-alt)}.section-title{font-size:1.75rem;font-weight:700;text-align:center;margin-bottom:2.5rem}.cta-section{background:radial-gradient(ellipse at center,rgba(59,130,246,.08) 0%,transparent 70%)}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));gap:1.5rem}.step-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.5rem;text-align:center}.step-number{width:44px;height:44px;background:var(--primary);color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.step-card h3{margin-bottom:.5rem;font-size:1.1rem}.step-card p{color:var(--text-muted);font-size:.9rem}.asset-types-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.asset-type-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem 1.25rem;display:flex;align-items:center;gap:.75rem;font-weight:500;font-size:.9rem;transition:all .2s}.asset-type-card:hover{border-color:var(--primary);transform:translateY(-2px)}.asset-type-icon{font-size:1.4rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(200px,100%),1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-align:center}.stat-card.stat-accent{border-color:var(--primary);background:linear-gradient(135deg,var(--bg-card),var(--primary-light))}.stat-value{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.stat-label{color:var(--text-muted);font-size:.85rem;font-weight:500}.quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:1rem;margin-bottom:2rem}.action-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1rem;transition:all .2s;color:var(--text)}.action-card:hover{background:var(--bg-card-hover);border-color:var(--primary);transform:translateY(-2px);color:var(--text)}.action-icon{font-size:1.8rem}.action-card strong{display:block;margin-bottom:.15rem}.action-card p{color:var(--text-muted);font-size:.85rem}.section-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:2rem}.section-card h3{margin-bottom:1rem;font-size:1.1rem}.breakdown-list{display:flex;flex-direction:column;gap:.5rem}.breakdown-item{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid var(--border);font-size:.9rem}.breakdown-item:last-child{border-bottom:none}.breakdown-count{background:var(--primary-light);color:var(--primary);padding:.2rem .7rem;border-radius:99px;font-weight:600;font-size:.85rem}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(320px,100%),1fr));gap:1rem}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;transition:all .2s}.card:hover{border-color:var(--primary)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.card-badge{background:var(--primary-light);color:var(--accent);padding:.25rem .7rem;border-radius:99px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.badge-green{background:var(--green-bg);color:var(--green)}.card-actions{display:flex;gap:.25rem}.card-title{font-size:1.15rem;font-weight:600;margin-bottom:.5rem}.card-detail{font-size:.88rem;color:var(--text-muted);margin-bottom:.3rem}.card-detail span{color:var(--text);font-weight:500}.card-value span{color:var(--text)}.card-notes{font-size:.82rem;color:var(--text-muted);margin-top:.6rem;padding-top:.6rem;border-top:1px solid var(--border);font-style:italic}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text-muted)}.empty-state h3{color:var(--text);margin-bottom:.5rem}.empty-state p{max-width:400px;margin:0 auto 1.5rem;font-size:.9rem}.auth-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 64px);padding:2rem 1rem}.auth-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem;width:100%;max-width:420px;box-shadow:var(--shadow)}.auth-card h2{font-size:1.5rem;margin-bottom:.25rem}.auth-subtitle{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}.auth-footer{text-align:center;margin-top:1.5rem;color:var(--text-muted);font-size:.9rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.85rem;font-weight:500;margin-bottom:.35rem;color:var(--text-muted)}.form-group input:not(.custom-checkbox),.form-group select,.form-group textarea{width:100%;padding:.7rem .9rem;background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:1rem;font-family:inherit;transition:border-color .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group input:not(.custom-checkbox):focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.form-group textarea{resize:vertical;min-height:60px}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M2.5 4.5L6 8l3.5-3.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px;padding-right:2rem}.field-hint{display:block;font-size:.75rem;color:var(--text-muted);margin-top:.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem}.alert{padding:.75rem 1rem;border-radius:var(--radius-sm);margin-bottom:1rem;font-size:.88rem}.alert-error{background:var(--red-bg);color:var(--red);border:1px solid rgba(239,68,68,.3)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--modal-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.modal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:520px;max-height:85vh;overflow-y:auto;padding:2rem;box-shadow:var(--shadow)}.modal.modal-dynamic{max-width:600px}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h3{font-size:1.2rem}.modal-close{background:none;border:none;color:var(--text-muted);font-size:1.5rem;cursor:pointer;padding:0;line-height:1}.modal-close:hover{color:var(--text)}.dynamic-fields-section{margin:.75rem 0}.dynamic-fields-divider{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:var(--accent);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.dynamic-fields-divider:before,.dynamic-fields-divider:after{content:"";flex:1;height:1px;background:var(--border)}.field-required{color:var(--red);font-weight:600}.card-details-list{margin-top:.4rem;padding-top:.4rem;border-top:1px dashed var(--border)}.loading-screen{display:flex;align-items:center;justify-content:center;height:60vh;color:var(--text-muted);font-size:1rem}.footer{text-align:center;padding:2rem 0;color:var(--text-muted);font-size:.85rem;border-top:1px solid var(--border)}.footer-logo{margin-bottom:1rem}.footer-logo-img{height:44px;width:auto;display:inline-block;object-fit:contain;opacity:.9}.text-muted{color:var(--text-muted);font-size:.9rem}.nav-mobile-actions{display:none;align-items:center;gap:.5rem}.hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:none;border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;padding:.5rem;width:40px;height:40px;transition:all .2s}.hamburger:hover{border-color:var(--accent);background:var(--primary-light)}.hamburger-line{display:block;width:20px;height:2px;background:var(--text);border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger.open .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s;-webkit-tap-highlight-color:transparent}.mobile-overlay.open{opacity:1;visibility:visible}.mobile-drawer{position:fixed;top:0;right:0;width:280px;max-width:80vw;height:100vh;height:100dvh;background:var(--bg-card);border-left:1px solid var(--border);z-index:201;transform:translate(100%);transition:transform .3s cubic-bezier(.16,1,.3,1),visibility .3s;box-shadow:-4px 0 24px #0003;visibility:hidden;overflow-y:auto}.mobile-drawer.open{transform:translate(0);visibility:visible}.mobile-drawer-content{display:flex;flex-direction:column;padding:5rem 1.25rem 2rem;gap:.25rem}.mobile-nav-link{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border-radius:var(--radius-sm);color:var(--text-muted);font-size:1rem;font-weight:500;transition:all .2s;text-decoration:none;border:none;background:none;cursor:pointer;width:100%;text-align:left;font-family:inherit}.mobile-nav-link:hover{color:var(--text);background:var(--primary-light)}.mobile-nav-link.active{color:var(--accent);background:var(--primary-light)}.mobile-logout{color:var(--red)}.mobile-logout:hover{background:var(--red-bg);color:var(--red)}.mobile-drawer-divider{height:1px;background:var(--border);margin:.75rem 0}@media (max-width: 1024px){.quick-actions,.steps-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.nav-desktop{display:none}.nav-mobile-actions{display:flex}.hero{padding:3rem 0 2.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.page-container{padding:1.5rem 1rem}.page-header{flex-direction:column;gap:.75rem}.page-header h1{font-size:1.5rem}.form-row,.cards-grid,.stats-grid,.quick-actions,.steps-grid{grid-template-columns:1fr}.section-title{font-size:1.5rem;margin-bottom:1.75rem}.section{padding:2.5rem 0}.auth-card{padding:1.75rem}.modal-overlay{padding:0;align-items:flex-end}.modal{max-width:100%;max-height:92vh;max-height:92dvh;border-radius:var(--radius) var(--radius) 0 0;padding:1.5rem;animation:modalSlideUp .3s cubic-bezier(.16,1,.3,1)}.modal.modal-dynamic{max-width:100%}.confirm-dialog{margin:0 1rem}.asset-types-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.stat-value{font-size:1.5rem}}@media (max-width: 480px){.hero{padding:2rem 0}.hero-title{font-size:1.6rem;line-height:1.25}.hero-subtitle{font-size:.92rem;line-height:1.6}.hero-actions{flex-direction:column;align-items:stretch;margin-top:1.75rem}.btn-lg{width:100%;justify-content:center}.container{padding:0 1rem}.page-container{padding:1.25rem .85rem}.asset-types-grid{grid-template-columns:1fr 1fr;gap:.75rem}.asset-type-card{padding:.75rem .85rem;font-size:.82rem}.nav-container{padding:0 1rem;height:60px}.nav-logo{font-size:1.1rem}.nav-logo svg{width:24px;height:24px}.nav-logo-img{height:44px}.footer-logo-img,.va-logo-img{height:40px}body{padding-top:60px}.card{padding:1rem 1.15rem}.card-title{font-size:1.05rem}.card-detail{font-size:.82rem}.stat-card{padding:1.15rem}.stat-value{font-size:1.35rem}.stat-label{font-size:.8rem}.action-card{padding:1rem 1.15rem}.action-icon{font-size:1.5rem}.section-card{padding:1.15rem}.step-card{padding:1.5rem 1.15rem}.auth-page{padding:1.5rem .85rem}.auth-card{padding:1.5rem}.auth-card h2{font-size:1.3rem}.modal{padding:1.25rem;max-height:95vh;max-height:95dvh}.modal-header h3{font-size:1.1rem}.confirm-dialog{padding:1.5rem}.confirm-title{font-size:1.05rem}.confirm-message{font-size:.85rem}.form-actions{flex-direction:column-reverse}.form-actions .btn{width:100%;justify-content:center}.footer{font-size:.8rem;padding:1.5rem 0}.btn{padding:.7rem 1.2rem;font-size:.88rem}.btn-sm{padding:.5rem .85rem;font-size:.82rem}.empty-state{padding:2rem .5rem}.empty-state h3{font-size:1.1rem}.breakdown-item{font-size:.85rem;padding:.5rem 0}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--modal-overlay);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:300;padding:1rem;animation:confirmFadeIn .2s ease}@keyframes confirmFadeIn{0%{opacity:0}to{opacity:1}}@keyframes confirmSlideUp{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.confirm-dialog{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 2rem 1.5rem;width:100%;max-width:400px;box-shadow:var(--shadow),0 8px 40px #00000040;text-align:center;animation:confirmSlideUp .25s ease}.confirm-icon{width:56px;height:56px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.confirm-icon--danger{background:var(--red-bg);color:var(--red);border:2px solid rgba(239,68,68,.25)}.confirm-icon--warning{background:#f59e0b1f;color:#f59e0b;border:2px solid rgba(245,158,11,.25)}.confirm-title{font-size:1.15rem;font-weight:700;margin-bottom:.4rem;color:var(--text)}.confirm-message{color:var(--text-muted);font-size:.9rem;line-height:1.5;margin-bottom:1.5rem}.confirm-actions{display:flex;gap:.75rem;justify-content:center}.confirm-actions .btn{min-width:100px;padding:.6rem 1.25rem}.confirm-btn--danger{background:var(--red);color:#fff}.confirm-btn--danger:hover:not(:disabled){background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 16px #ef444459}.confirm-btn--warning{background:#f59e0b;color:#1a1a1a}.confirm-btn--warning:hover:not(:disabled){background:#d97706;transform:translateY(-1px);box-shadow:0 4px 16px #f59e0b59}.toast-container{position:fixed;top:80px;right:1.25rem;z-index:400;display:flex;flex-direction:column;gap:.6rem;pointer-events:none;max-width:380px;width:calc(100% - 2.5rem)}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100%) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes toastSlideOut{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(100%) scale(.95)}}.toast{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.15rem;border-radius:var(--radius-sm);background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow),0 4px 20px #00000026;pointer-events:auto;cursor:pointer;animation:toastSlideIn .35s cubic-bezier(.16,1,.3,1);transition:all .2s}.toast:hover{transform:translate(-4px)}.toast--exit{animation:toastSlideOut .3s ease forwards}.toast-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%}.toast-msg{font-size:.88rem;font-weight:500;color:var(--text);line-height:1.35}.toast--success{border-left:3px solid var(--green)}.toast--success .toast-icon{background:var(--green-bg);color:var(--green)}.toast--error{border-left:3px solid var(--red)}.toast--error .toast-icon{background:var(--red-bg);color:var(--red)}.toast--info{border-left:3px solid var(--accent)}.toast--info .toast-icon{background:var(--primary-light);color:var(--accent)}@media (max-width: 768px){.toast-container{top:70px;right:.75rem;left:.75rem;max-width:none}}@media (max-width: 480px){.toast-container{top:62px}}.pricing-page{min-height:100vh}.pricing-hero{padding:3.5rem 0 2rem;text-align:center;background:radial-gradient(ellipse at center top,rgba(59,130,246,.1) 0%,transparent 60%)}.pricing-title{font-size:2.5rem;font-weight:800;line-height:1.15;margin-bottom:1rem;letter-spacing:-.02em}.pricing-subtitle{font-size:1.1rem;color:var(--text-muted);max-width:560px;margin:0 auto;line-height:1.7}.billing-toggle{display:inline-flex;background:var(--bg-card);border:1px solid var(--border);border-radius:99px;padding:4px;margin-top:2rem}.billing-option{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.5rem;border:none;border-radius:99px;background:transparent;color:var(--text-muted);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.billing-option.active{background:var(--primary);color:#fff;box-shadow:0 2px 8px #3b82f64d}.billing-option:not(.active):hover{color:var(--text)}.billing-save{font-size:.72rem;background:var(--green);color:#fff;padding:.15rem .5rem;border-radius:99px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.pricing-plans{padding:2rem 0 3rem}.plans-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:780px;margin:0 auto;align-items:start}.plan-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;position:relative;transition:all .2s}.plan-card:hover{border-color:var(--primary)}.plan-card--featured{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary),0 8px 32px #3b82f626}.plan-popular{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;font-size:.75rem;font-weight:700;padding:.3rem 1rem;border-radius:99px;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.plan-header{margin-bottom:1.25rem}.plan-name{font-size:1.35rem;font-weight:700;margin-bottom:.35rem}.plan-desc{color:var(--text-muted);font-size:.88rem;line-height:1.5}.plan-price{margin-bottom:.5rem;display:flex;align-items:baseline;gap:.3rem}.price-amount{font-size:2.5rem;font-weight:800;letter-spacing:-.02em}.price-period{color:var(--text-muted);font-size:.95rem;font-weight:500}.plan-price-note{color:var(--green);font-size:.82rem;font-weight:500;margin-bottom:1.25rem}.plan-features{list-style:none;padding:0;margin:1.25rem 0 1.5rem;display:flex;flex-direction:column;gap:.65rem}.plan-feature{display:flex;align-items:center;gap:.6rem;font-size:.88rem;color:var(--text)}.plan-feature.disabled{color:var(--text-muted);opacity:.5}.feature-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--green-bg);color:var(--green)}.plan-feature.disabled .feature-icon{background:var(--red-bg);color:var(--red);opacity:.6}.feature-icon.featured{background:#3b82f61f;color:var(--primary)}.plan-feature.disabled .feature-icon.featured{background:var(--red-bg);color:var(--red)}.plan-action{margin-top:auto}.pricing-active-sub{padding:0 0 2rem}.active-sub-card{display:flex;align-items:center;gap:1rem;max-width:780px;margin:0 auto;background:var(--bg-card);border:1px solid var(--green);border-radius:var(--radius);padding:1.25rem 1.5rem}.active-sub-icon{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:var(--green-bg);color:var(--green);display:flex;align-items:center;justify-content:center}.active-sub-card strong{display:block;margin-bottom:.15rem;color:var(--green)}.active-sub-card p{color:var(--text-muted);font-size:.88rem}.pricing-trust{padding:3rem 0;background:var(--bg-alt)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:900px;margin:0 auto}.trust-item{text-align:center;padding:1.5rem 1rem}.trust-icon{width:56px;height:56px;border-radius:50%;background:var(--primary-light);color:var(--primary);display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.trust-item h4{font-size:1rem;font-weight:700;margin-bottom:.5rem}.trust-item p{color:var(--text-muted);font-size:.85rem;line-height:1.6}.pricing-faq{padding:3rem 0}.faq-list{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem}.faq-item h4{font-size:.95rem;font-weight:600;margin-bottom:.5rem}.faq-item p{color:var(--text-muted);font-size:.88rem;line-height:1.6}.sub-badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .6rem;border-radius:99px}.sub-badge--free{background:var(--bg-alt);color:var(--text-muted);border:1px solid var(--border)}.sub-badge--pro{background:linear-gradient(135deg,#3b82f626,#38bdf826);color:var(--accent);border:1px solid rgba(59,130,246,.3)}.sub-badge--cancelling{background:linear-gradient(135deg,#f59e0b1f,#fbbf241f);color:#d97706;border:1px solid rgba(245,158,11,.3)}.active-sub-card--cancelled{border-color:#d97706}.active-sub-card--cancelled .active-sub-icon{background:#f59e0b1a;color:#d97706}.active-sub-card--cancelled strong{color:#d97706}.upgrade-banner{display:flex;align-items:center;gap:1rem;background:var(--bg-card);border:1px solid var(--primary);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:1.5rem}.upgrade-banner-icon{flex-shrink:0;font-size:1.5rem}.upgrade-banner-text{flex:1}.upgrade-banner-text strong{display:block;font-size:.9rem;margin-bottom:.15rem}.upgrade-banner-text p{color:var(--text-muted);font-size:.82rem}@media (max-width: 768px){.pricing-hero{padding:2.5rem 0 1.5rem}.pricing-title{font-size:1.8rem}.pricing-subtitle{font-size:1rem}.plans-grid{grid-template-columns:1fr;max-width:420px}.plan-card--featured{order:-1}.trust-grid{grid-template-columns:1fr;gap:.5rem}.trust-item{padding:1rem}.active-sub-card{max-width:100%}}@media (max-width: 480px){.pricing-hero{padding:2rem 0 1rem}.pricing-title{font-size:1.5rem}.billing-option{padding:.5rem 1rem;font-size:.82rem}.price-amount{font-size:2rem}.plan-card{padding:1.5rem 1.25rem}.plan-feature{font-size:.82rem}.faq-item{padding:1rem 1.15rem}.upgrade-banner{flex-direction:column;text-align:center;gap:.5rem}}.otp-steps{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:1.5rem;padding:0 .5rem}.otp-step{display:flex;flex-direction:column;align-items:center;gap:.35rem}.otp-step span{font-size:.72rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;opacity:.5;transition:all .3s}.otp-step.active span{color:var(--primary);opacity:1}.otp-step.done span{color:var(--green);opacity:1}.otp-step-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;background:var(--bg-input);border:2px solid var(--border);color:var(--text-muted);transition:all .3s}.otp-step.active .otp-step-dot{border-color:var(--primary);background:var(--primary-light);color:var(--primary)}.otp-step.done .otp-step-dot{border-color:var(--green);background:var(--green-bg);color:var(--green)}.otp-step-line{width:48px;height:2px;background:var(--border);border-radius:2px;margin:0 .5rem 1.2rem;overflow:hidden}.otp-step-line-fill{width:0;height:100%;background:var(--green);border-radius:2px;transition:width .4s ease}.otp-step-line-fill.filled{width:100%}.otp-sent-to{text-align:center;font-size:.88rem;color:var(--text-muted);margin-bottom:1.5rem}.otp-sent-to strong{color:var(--text)}.otp-input-group{display:flex;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.otp-input{width:46px;height:54px;text-align:center;font-size:1.35rem;font-weight:700;font-family:Courier New,monospace;background:var(--bg-input);border:2px solid var(--border);border-radius:var(--radius-sm);color:var(--text);transition:all .2s;caret-color:var(--primary)}.otp-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.otp-input.filled{border-color:var(--accent);background:#38bdf80d}.otp-resend{text-align:center;margin-top:1rem;font-size:.85rem}.otp-resend-timer{color:var(--text-muted)}.otp-resend-btn{background:none;border:none;color:var(--accent);font-size:.85rem;font-weight:600;cursor:pointer;font-family:inherit;padding:.25rem .5rem;border-radius:4px;transition:all .2s}.otp-resend-btn:hover{color:var(--primary);background:var(--primary-light)}.otp-change-email{display:block;margin:.75rem auto 0;background:none;border:none;color:var(--text-muted);font-size:.82rem;cursor:pointer;font-family:inherit;text-decoration:underline;text-underline-offset:2px;transition:color .2s}.otp-change-email:hover{color:var(--text)}.otp-verified-badge{display:inline-flex;align-items:center;gap:.45rem;background:var(--green-bg);color:var(--green);padding:.4rem .85rem;border-radius:99px;font-size:.82rem;font-weight:600;margin-bottom:1.25rem;border:1px solid rgba(34,197,94,.2)}@media (max-width: 480px){.otp-input{width:40px;height:48px;font-size:1.15rem}.otp-input-group{gap:.35rem}.otp-step-line{width:32px;margin:0 .25rem 1.2rem}.otp-step-dot{width:28px;height:28px;font-size:.72rem}.otp-step span{font-size:.65rem}}.vg-upgrade-wrap{text-align:center;padding:2.5rem 1.5rem;max-width:520px;margin:0 auto}.vg-upgrade-icon{font-size:3rem;margin-bottom:1rem}.vg-upgrade-wrap h1{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.vg-upgrade-wrap p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}.vg-upgrade-features{list-style:none;padding:0;margin:0 0 1.75rem;text-align:left;display:flex;flex-direction:column;gap:.6rem}.vg-feature-item{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:var(--text-secondary)}.vg-feature-check{color:#22c55e;font-weight:700;flex-shrink:0}.vg-status-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.25rem}.vg-status-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.vg-status-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;padding:.25rem .75rem;border-radius:999px;border:1px solid currentColor}.vg-freq-badge{font-size:.78rem;color:var(--text-muted);background:var(--bg-secondary);padding:.2rem .6rem;border-radius:6px}.vg-alert{padding:1rem 1.25rem;border-radius:10px;margin-bottom:1.25rem;font-size:.9rem;line-height:1.5;border-left:4px solid transparent}.vg-alert-danger{background:#ef444414;border-color:#ef4444;color:#ef4444}.vg-alert-warn{background:#fbbf2414;border-color:#fbbf24;color:#fbbf24}.vg-alert-info{background:#a78bfa14;border-color:#a78bfa;color:#a78bfa}.vg-alert-muted{background:var(--bg-secondary);border-color:var(--border-color);color:var(--text-muted)}.vg-alert strong{font-weight:700;color:inherit}.vg-timing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin:1rem 0}.vg-timing-item{display:flex;flex-direction:column;gap:.3rem;background:var(--bg-secondary);border-radius:8px;padding:.75rem 1rem}.vg-timing-label{display:block;font-size:.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.vg-timing-value{display:block;font-size:.95rem;font-weight:600;color:var(--text-primary)}.vg-setup-form{display:flex;flex-direction:column;gap:1.25rem}.vg-form-section h4{font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:0 0 .6rem}.vg-freq-options{display:flex;gap:.5rem;flex-wrap:wrap}.vg-freq-btn{flex:1;min-width:80px;padding:.6rem .75rem;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-secondary);color:var(--text-secondary);font-size:.85rem;cursor:pointer;transition:all .15s;text-align:center}.vg-freq-btn:hover{border-color:var(--primary);color:var(--primary)}.vg-freq-btn.active{border-color:var(--primary);background:#2563eb1a;color:var(--primary);font-weight:600}.vg-contact-list{display:flex;flex-direction:column;gap:.6rem;margin-bottom:.75rem}.vg-contact-row{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;padding:.75rem;background:var(--bg-secondary);border-radius:8px;border:1px solid var(--border-color)}.vg-contact-row input{padding:.4rem .6rem;border:1px solid var(--border-color);border-radius:6px;background:var(--bg-card);color:var(--text-primary);font-size:.85rem}.vg-contact-row input::placeholder{color:var(--text-muted)}.vg-remove-contact{grid-column:span 2;background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.8rem;text-align:right;padding:0;transition:color .15s}.vg-remove-contact:hover{color:#ef4444}.vg-add-contact{background:none;border:1px dashed var(--border-color);border-radius:8px;color:var(--text-muted);cursor:pointer;font-size:.85rem;padding:.5rem 1rem;width:100%;transition:all .15s}.vg-add-contact:hover{border-color:var(--primary);color:var(--primary)}.vg-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}.vg-setting-item{display:flex;flex-direction:column;gap:.35rem}.vg-setting-label{font-size:.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.vg-setting-value{font-size:.9rem;font-weight:500;color:var(--text)}.vg-setting-item label{font-size:.78rem;color:var(--text-muted);font-weight:500}.vg-setting-item select{padding:.45rem 2rem .45rem .6rem;border:1px solid var(--border);border-radius:7px;background:var(--bg-input);color:var(--text);font-size:.87rem;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M2.5 4.5L6 8l3.5-3.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:12px;cursor:pointer}.vg-history-list{display:flex;flex-direction:column;gap:.5rem;max-height:280px;overflow-y:auto}.vg-history-item{display:flex;justify-content:space-between;align-items:center;padding:.55rem .75rem;background:var(--bg-secondary);border-radius:7px;font-size:.85rem}.vg-history-method{font-weight:600;color:var(--text-secondary);text-transform:capitalize}.vg-history-time{color:var(--text-muted);font-size:.78rem}.vg-danger-zone{background:#ef44440a;border:1px solid rgba(239,68,68,.2);border-radius:10px;padding:1rem 1.25rem;margin-top:1.5rem}.vg-danger-zone h4{color:#ef4444;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.vg-danger-actions{display:flex;gap:.75rem;flex-wrap:wrap}.btn-danger{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3);padding:.45rem 1rem;border-radius:7px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s}.btn-danger:hover{background:#ef444433;border-color:#ef4444}.vg-dashboard-card{margin-bottom:1.25rem}.vg-dashboard-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.vg-dashboard-info{flex:1;min-width:0}.vg-dashboard-title{display:flex;align-items:center;gap:.6rem;font-weight:600;font-size:.95rem;color:var(--text-primary);flex-wrap:wrap}.vg-dashboard-status{font-size:.78rem;font-weight:600}.vg-dashboard-sub{font-size:.82rem;color:var(--text-muted);margin-top:.25rem}.vg-tag-nominees{margin-top:.25rem}.vg-tag-nominees h4{font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:0 0 .6rem}.vg-nominees-checklist{display:flex;flex-direction:column;gap:.5rem;max-height:180px;overflow-y:auto;padding:.25rem 0}.vg-nominee-check-label{display:flex;align-items:center;gap:.6rem;cursor:pointer;font-size:.87rem;color:var(--text-secondary);padding:.35rem .5rem;border-radius:6px;transition:background .12s}.vg-nominee-check-label:hover{background:var(--bg-secondary)}.custom-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:2px solid var(--border);border-radius:4px;background:var(--bg-input);cursor:pointer;flex-shrink:0;position:relative;transition:border-color .15s,background .15s}.custom-checkbox:checked{background:var(--primary);border-color:var(--primary)}.custom-checkbox:checked:after{content:"";position:absolute;left:4px;top:1px;width:5px;height:9px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg)}.custom-checkbox:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.vg-nominee-no-email{color:#f59e0b;font-size:.72rem;margin-left:auto;opacity:.85;flex-shrink:0}.vg-nominee-name{font-weight:500;color:var(--text)}.vg-nominee-rel{color:var(--text-muted);font-size:.78rem;margin-left:2px}.vg-due-days{color:var(--text-muted);font-size:.85em;margin-left:4px}.vg-onboarding-steps{list-style:none;padding:0;margin:1.25rem 0;display:flex;flex-direction:column;gap:.75rem}.vg-onboarding-step{display:flex;align-items:flex-start;gap:.75rem;font-size:.88rem;color:var(--text-secondary)}.vg-step-icon{width:28px;height:28px;border-radius:50%;background:var(--bg-secondary);border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;font-size:.85rem;flex-shrink:0;margin-top:.05rem}.vg-readiness-list{margin:1rem 0;display:flex;flex-direction:column;gap:.45rem}.vg-readiness-title{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 .35rem}.vg-readiness-loading{font-size:.84rem}.vg-readiness-item{display:flex;align-items:center;gap:.5rem;font-size:.88rem;padding:.35rem .6rem;border-radius:6px}.vg-readiness-item.pass{background:#22c55e0f;color:var(--text-primary)}.vg-readiness-item.fail{background:#ef44440f;color:var(--text-primary)}.vg-readiness-icon{font-size:.82rem;font-weight:700;flex-shrink:0;width:16px;text-align:center}.vg-readiness-item.pass .vg-readiness-icon{color:#22c55e}.vg-readiness-item.fail .vg-readiness-icon{color:#ef4444}.vg-readiness-label{flex:1}.vg-readiness-link{font-size:.8rem;color:var(--primary);text-decoration:none;white-space:nowrap;flex-shrink:0}.vg-readiness-link:hover{text-decoration:underline}.vg-error-banner{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;background:#ef444414;border:1px solid rgba(239,68,68,.25);border-radius:8px;padding:.75rem 1rem;font-size:.88rem;color:var(--text-primary);margin-bottom:.75rem}.vg-error-link{color:var(--primary);text-decoration:none;white-space:nowrap;flex-shrink:0;font-weight:600}.vg-error-link:hover{text-decoration:underline}.vg-reactivate-card{border-color:#64748b66!important}.vg-reactivate-content{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.form-actions-btns{display:flex;gap:.75rem;justify-content:flex-end}.vg-tagged-badges{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.6rem;padding-top:.55rem;border-top:1px solid var(--border)}.vg-tagged-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .55rem;border-radius:999px;font-size:.72rem;font-weight:500;background:#6366f11a;color:var(--primary);border:1px solid rgba(99,102,241,.25);white-space:nowrap}.vg-coverage-section{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border)}.vg-coverage-title{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:0 0 .75rem}.vg-coverage-list{display:flex;flex-direction:column;gap:.6rem}.vg-coverage-row{display:flex;align-items:flex-start;gap:.6rem;font-size:.85rem}.vg-coverage-name{font-weight:600;color:var(--text-primary);min-width:120px;flex-shrink:0}.vg-coverage-assets{display:flex;flex-wrap:wrap;gap:.3rem}.vg-coverage-asset-pill{padding:.1rem .5rem;border-radius:999px;font-size:.72rem;background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-secondary);white-space:nowrap}.vg-coverage-no-email{font-size:.72rem;color:#f59e0b;margin-left:.3rem}.va-shell{min-height:100vh;background:var(--bg-primary);display:flex;flex-direction:column;margin-top:-72px;padding-top:0}.va-header{background:var(--bg-card);border-bottom:1px solid var(--border-color);padding:.85rem 1.5rem;display:flex;align-items:center;gap:.75rem}.va-logo{display:flex;align-items:center;gap:.6rem;font-size:1.1rem;font-weight:700;color:var(--text-primary);text-decoration:none}.va-logo-img{height:44px;width:auto;display:block;object-fit:contain}.va-secure-badge{margin-left:auto;font-size:.75rem;color:#22c55e;display:flex;align-items:center;gap:.35rem;font-weight:500}.va-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem}.va-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:14px;padding:2.5rem 2rem;max-width:440px;width:100%;text-align:center}.va-center{display:flex;flex-direction:column;align-items:center;gap:.6rem}.va-icon-wrap{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:.5rem}.va-icon-error{background:#ef44441a;color:#ef4444}.va-icon-ok{background:#22c55e1a;color:#22c55e}.va-spinner{width:40px;height:40px;border:3px solid var(--border-color);border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.va-card h2{font-size:1.35rem;font-weight:700;color:var(--text-primary);margin:0}.va-card p{color:var(--text-muted);font-size:.9rem;line-height:1.55;margin:0}.va-welcome-icon{font-size:2.5rem;margin-bottom:.5rem}.va-expiry-notice{font-size:.8rem;color:var(--text-muted);background:var(--bg-secondary);padding:.4rem .85rem;border-radius:6px;margin:.5rem 0}.va-view-btn{margin-top:.5rem;width:100%;max-width:240px}.va-assets-view{width:100%;max-width:720px;margin:0 auto;padding:0 1rem 2rem}.va-assets-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;padding-top:1.5rem}.va-assets-header h2{font-size:1.3rem;font-weight:700;color:var(--text-primary);margin:0}.va-expiry-tag{font-size:.78rem;color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border-color);border-radius:6px;padding:.3rem .7rem}.va-assets-grid{display:flex;flex-direction:column;gap:1rem}.va-asset-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:1.25rem 1.5rem}.va-asset-type{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--primary);background:#2563eb1a;display:inline-block;padding:.2rem .6rem;border-radius:4px;margin-bottom:.6rem}.va-asset-title{font-size:1.05rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.va-asset-row{display:flex;justify-content:space-between;align-items:center;padding:.3rem 0;font-size:.87rem;color:var(--text-secondary);border-bottom:1px solid var(--border-color)}.va-asset-row:last-child{border-bottom:none}.va-asset-row span:first-child{color:var(--text-muted);font-size:.8rem}.va-asset-value{font-weight:600;color:var(--primary)}.va-asset-details{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border-color)}.va-asset-details h4{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:0 0 .5rem}.va-asset-notes{margin-top:.75rem;font-size:.85rem;color:var(--text-muted);background:var(--bg-secondary);padding:.5rem .75rem;border-radius:6px;border-left:3px solid var(--border-color);font-style:italic}.va-footer-note{margin-top:1.5rem;text-align:center;font-size:.78rem;color:var(--text-muted)}.va-empty-state{text-align:center;padding:3rem 1.5rem;color:var(--text-muted)}@media (max-width: 600px){.vg-settings-grid,.vg-contact-row{grid-template-columns:1fr}.vg-remove-contact{grid-column:span 1}.vg-danger-actions{flex-direction:column}.va-card{padding:1.75rem 1.25rem}.va-assets-header{flex-direction:column;align-items:flex-start}.va-asset-card{padding:1rem 1.1rem}.va-shell{margin-top:-60px}}.what-we-do-lead{font-size:1.2rem;color:var(--text-muted);text-align:center;max-width:700px;margin:0 auto 2.5rem;line-height:1.7}.what-we-do-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.what-we-do-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2rem 1.5rem;text-align:center}.what-we-do-card h4{margin:1rem 0 .5rem;font-size:1.1rem}.what-we-do-card p{color:var(--text-muted);font-size:.92rem;line-height:1.6}.what-we-do-icon{color:var(--accent)}.section-subtitle{text-align:center;color:var(--text-muted);font-size:1.05rem;margin:-1rem auto 2rem;max-width:500px}@media (max-width: 768px){.what-we-do-grid{grid-template-columns:1fr;gap:1.25rem}.what-we-do-lead{font-size:1.05rem}}.footer-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:1rem}.footer-links a{color:var(--text-muted);text-decoration:none;font-size:.85rem;transition:color .2s}.footer-links a:hover{color:var(--accent)}.legal-page{min-height:100vh;display:flex;flex-direction:column}.legal-page>.container{flex:1;max-width:800px;margin:0 auto;padding:2rem 1.5rem 3rem}.legal-page h1{font-size:2rem;margin-bottom:.25rem}.legal-updated{color:var(--text-muted);font-size:.85rem;margin-bottom:2rem}.legal-section{margin-bottom:2rem}.legal-section h2{font-size:1.25rem;margin-bottom:.75rem;color:var(--text)}.legal-section h3{font-size:1.05rem;margin:1rem 0 .5rem;color:var(--text)}.legal-section p{color:var(--text-muted);line-height:1.7;margin-bottom:.75rem}.legal-section ul{color:var(--text-muted);padding-left:1.5rem;margin-bottom:.75rem}.legal-section li{margin-bottom:.5rem;line-height:1.6}.legal-section a{color:var(--accent);text-decoration:none}.legal-section a:hover{text-decoration:underline}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1rem}.contact-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;text-align:center}.contact-card h3{margin:.75rem 0 .5rem;font-size:1.1rem}.contact-card a{color:var(--accent);text-decoration:none;font-size:.95rem}.contact-card a:hover{text-decoration:underline}.contact-card p{color:var(--text-muted);font-size:.9rem;margin-top:.4rem;line-height:1.5}.contact-icon{color:var(--accent)}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr}.legal-page h1{font-size:1.5rem}}
