:root{--bg-base: #000000;--surface-0: rgba(255, 255, 255, .03);--surface-1: rgba(255, 255, 255, .05);--surface-2: rgba(255, 255, 255, .07);--surface-hover: rgba(255, 255, 255, .05);--border-subtle: rgba(255, 255, 255, .05);--border-default: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .15);--border-emphasis: rgba(255, 255, 255, .2);--text-primary: #ffffff;--text-secondary: #999999;--text-tertiary: #666666;--text-inverse: #000000;--accent: #89AACC;--accent-end: #4E85BF;--accent-hover: #9bbad8;--accent-gradient: linear-gradient(90deg, #89AACC 0%, #4E85BF 100%);--accent-muted: rgba(137, 170, 204, .15);--accent-subtle: rgba(137, 170, 204, .07);--danger: #D46464;--danger-muted: rgba(212, 100, 100, .1);--warning: #D4B15C;--warning-muted: rgba(212, 177, 92, .1);--success: #5CB57E;--success-muted: rgba(92, 181, 126, .1);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .12);--shadow-md: 0 6px 20px rgba(0, 0, 0, .15);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .2);--font-body: "Urbanist", system-ui, -apple-system, sans-serif;--font-display: "Instrument Serif", Georgia, serif;--transition-smooth: cubic-bezier(.25, .46, .45, .94);--transition-premium: cubic-bezier(.16, 1, .3, 1);--duration: .2s;--duration-md: .35s}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:14px;-webkit-text-size-adjust:100%}body{background:#000;color:var(--text-primary);font-family:var(--font-body);font-size:14px;font-weight:500;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{min-height:100vh;background:#000}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;letter-spacing:-.01em;color:var(--text-primary)}::selection{background:#89aacc40;color:var(--text-primary)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:4px}.vd-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-base);position:relative}.vd-page:before{content:"";position:fixed;top:0;left:0;right:0;height:600px;background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(78,133,191,.08) 0%,transparent 70%);pointer-events:none;z-index:0}.vd-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 48px;position:relative;z-index:10}.vd-header-brand{display:flex;align-items:center;gap:12px;transition:opacity var(--duration) var(--transition-smooth)}.vd-header-brand:hover{opacity:.8}.vd-logo{height:28px;width:auto;color:var(--text-primary)}.vd-header-badge{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary);padding:5px 12px;border:1px solid var(--border-subtle);border-radius:100px}.vd-header-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.vd-back-to-site{font-size:12px;gap:6px;color:var(--text-tertiary);display:inline-flex;align-items:center;transition:color var(--duration) var(--transition-smooth)}.vd-back-to-site:hover{color:var(--text-primary)}.vd-main{flex:1;display:flex;justify-content:center;padding:0 48px 80px;position:relative;z-index:1}.vd-container{width:100%;max-width:820px}.vd-footer{text-align:center;padding:24px 48px;color:var(--text-tertiary);font-size:12px;border-top:1px solid var(--border-subtle);position:relative;z-index:1}.vd-welcome{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:48px;position:relative}.vd-welcome-eyebrow{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:20px;padding:6px 14px;border:1px solid var(--border-subtle);border-radius:100px}.vd-welcome-title{font-size:clamp(36px,5vw,56px);font-weight:400;letter-spacing:-.03em;line-height:1.1;margin-bottom:20px}.vd-welcome-title-serif{font-family:var(--font-display);font-style:italic;font-weight:400}.vd-welcome-sub{color:var(--text-secondary);font-size:15px;line-height:1.7;max-width:560px;margin-bottom:40px}.vd-welcome-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:680px;width:100%;margin-bottom:32px}.vd-welcome-highlight{text-align:left;padding:20px 22px;background:var(--surface-0);border:1px solid var(--border-default);border-radius:14px;transition:border-color var(--duration-md) var(--transition-premium)}.vd-welcome-highlight:hover{border-color:var(--border-hover)}.vd-welcome-highlight-icon{width:32px;height:32px;border-radius:8px;background:var(--accent-subtle);color:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:12px}.vd-welcome-highlight h4{font-size:13px;font-weight:600;margin-bottom:4px}.vd-welcome-highlight p{font-size:12px;color:var(--text-tertiary);line-height:1.5}.vd-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%;max-width:720px;margin-bottom:16px}.vd-type-card{text-align:left;padding:20px;background:var(--surface-0);border:1px solid var(--border-default);border-radius:14px;transition:all var(--duration-md) var(--transition-premium);cursor:pointer;position:relative}.vd-type-card:hover{background:var(--surface-1);border-color:var(--border-hover);transform:translateY(-2px)}.vd-type-card-active{background:var(--accent-subtle);border-color:var(--accent);box-shadow:0 0 0 1px var(--accent),0 0 40px #4e85bf14}.vd-type-card-active:hover{background:var(--accent-subtle);border-color:var(--accent)}.vd-type-card-icon{width:36px;height:36px;border-radius:10px;background:var(--surface-1);color:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:10px}.vd-type-card-active .vd-type-card-icon{background:var(--accent-muted)}.vd-type-card h3{font-size:14px;font-weight:600;margin-bottom:4px}.vd-type-card p{font-size:12px;color:var(--text-secondary);line-height:1.5}.vd-stepper{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid var(--border-subtle)}.vd-stepper-track{display:flex;justify-content:space-between;margin-bottom:16px;gap:4px;overflow-x:auto}.vd-stepper-item{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;min-width:64px}.vd-stepper-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;background:var(--surface-1);border:1px solid var(--border-default);color:var(--text-tertiary);transition:all var(--duration-md) var(--transition-premium)}.vd-stepper-item.active .vd-stepper-dot{background:var(--accent-gradient);border-color:transparent;color:var(--text-inverse);box-shadow:0 0 20px #89aacc33}.vd-stepper-item.completed .vd-stepper-dot{background:var(--accent-muted);border-color:var(--accent);color:var(--accent)}.vd-stepper-label{font-size:11px;font-weight:500;color:var(--text-tertiary);text-align:center;transition:color var(--duration) ease;white-space:nowrap}.vd-stepper-item.active .vd-stepper-label{color:var(--text-primary)}.vd-stepper-item.completed .vd-stepper-label{color:var(--text-secondary)}.vd-stepper-item.has-error .vd-stepper-dot{background:var(--danger-muted);border-color:var(--danger);color:var(--danger)}.vd-stepper-item.has-error .vd-stepper-label{color:var(--danger)}.vd-stepper-item.active.has-error .vd-stepper-dot{background:var(--accent-gradient);border-color:transparent;color:var(--text-inverse);box-shadow:0 0 0 3px var(--danger-muted),0 0 20px #d4646426}.vd-stepper-progress{height:2px;background:var(--surface-1);border-radius:2px;overflow:hidden}.vd-stepper-progress-fill{height:100%;background:var(--accent-gradient);border-radius:2px;transition:width .5s var(--transition-premium)}.vd-step-card{background:var(--surface-0);border:1px solid var(--border-default);border-radius:20px;padding:40px;animation:vd-fadeUp .4s var(--transition-premium) both}@keyframes vd-fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.vd-step{display:flex;flex-direction:column;gap:20px}.vd-step-header{margin-bottom:8px}.vd-step-header h2{font-size:22px;font-weight:600;margin-bottom:6px}.vd-step-header h3{font-size:16px;font-weight:600;margin-bottom:4px}.vd-step-section+.vd-step-section{margin-top:28px}.vd-field{display:flex;flex-direction:column;gap:6px}.vd-label{font-size:12px;font-weight:600;letter-spacing:.02em;color:var(--text-secondary)}.vd-required{color:var(--accent);margin-left:2px}.vd-input,.vd-textarea,.vd-select{background:var(--surface-0);border:1px solid var(--border-default);border-radius:10px;padding:12px 16px;color:var(--text-primary);font-size:14px;font-weight:500;transition:border-color var(--duration) ease,background var(--duration) ease;width:100%}.vd-input::placeholder,.vd-textarea::placeholder{color:var(--text-tertiary)}.vd-input:focus,.vd-textarea:focus,.vd-select:focus{outline:none;border-color:var(--accent);background:var(--surface-1);box-shadow:0 0 0 3px var(--accent-subtle)}.vd-input:disabled{opacity:.5;cursor:not-allowed}.vd-textarea{resize:vertical;min-height:80px;line-height:1.5}.vd-select-wrap{position:relative}.vd-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:36px;cursor:pointer}.vd-select-chevron{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--text-tertiary)}.vd-field-checkbox{gap:0}.vd-checkbox-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;padding:4px 0}.vd-checkbox{position:absolute;opacity:0;width:0;height:0}.vd-checkbox-visual{flex-shrink:0;width:20px;height:20px;border:1px solid var(--border-hover);border-radius:5px;background:var(--surface-0);display:flex;align-items:center;justify-content:center;transition:all var(--duration) ease;margin-top:1px}.vd-checkbox:checked+.vd-checkbox-visual{background:var(--accent-gradient);border-color:transparent}.vd-checkbox:checked+.vd-checkbox-visual:after{content:"";display:block;width:6px;height:10px;border:solid var(--text-inverse);border-width:0 2px 2px 0;transform:rotate(45deg);margin-top:-2px}.vd-checkbox:focus-visible+.vd-checkbox-visual{box-shadow:0 0 0 3px var(--accent-subtle)}.vd-checkbox-text{font-size:13px;color:var(--text-secondary);line-height:1.5}.vd-hint{font-size:12px;color:var(--text-tertiary)}.vd-error-msg{font-size:12px;color:var(--danger);font-weight:500}.vd-field-error .vd-input,.vd-field-error .vd-textarea,.vd-field-error .vd-select{border-color:var(--danger)}.vd-field-error .vd-input:focus,.vd-field-error .vd-textarea:focus,.vd-field-error .vd-select:focus{box-shadow:0 0 0 3px var(--danger-muted)}.vd-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.vd-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.vd-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.vd-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:600;letter-spacing:.01em;padding:13px 28px;border-radius:100px;transition:all var(--duration-md) var(--transition-premium);white-space:nowrap}.vd-btn-primary{background:var(--accent-gradient);color:var(--text-inverse);border:none}.vd-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #4e85bf33}.vd-btn-primary:active{transform:translateY(0)}.vd-btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.vd-btn-outline{border:1.5px solid var(--border-hover);color:var(--text-primary);background:transparent}.vd-btn-outline:hover{border-color:var(--text-primary);background:#ffffff0d;transform:translateY(-1px)}.vd-btn-ghost{color:var(--text-secondary);padding:13px 20px}.vd-btn-ghost:hover{color:var(--text-primary);background:var(--surface-1);border-radius:100px}.vd-btn-sm{padding:8px 14px;font-size:12px;height:auto}.vd-nav{display:flex;align-items:center;gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid var(--border-subtle)}.vd-nav-spacer{flex:1}.vd-upload-group{display:flex;flex-direction:column;gap:20px}.vd-upload-category{background:var(--surface-0);border:1px solid var(--border-default);border-radius:14px;padding:20px 22px}.vd-upload-category-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.vd-upload-category-title{font-size:13px;font-weight:600;color:var(--text-primary)}.vd-upload-required{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);background:var(--accent-subtle);padding:2px 8px;border-radius:100px}.vd-upload-optional{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary)}.vd-upload-zone{border:1.5px dashed var(--border-hover);border-radius:12px;padding:20px;display:flex;align-items:center;text-align:left;gap:14px;cursor:pointer;transition:all var(--duration-md) var(--transition-premium);background:var(--surface-0)}.vd-upload-zone:hover,.vd-upload-zone-active{border-color:var(--accent);background:var(--accent-subtle)}.vd-upload-input{display:none}.vd-upload-icon{color:var(--text-tertiary);flex-shrink:0}.vd-upload-zone:hover .vd-upload-icon,.vd-upload-zone-active .vd-upload-icon{color:var(--accent)}.vd-upload-copy{flex:1;display:flex;flex-direction:column;gap:4px}.vd-upload-text{font-size:13px;color:var(--text-secondary)}.vd-upload-link{color:var(--accent);font-weight:600}.vd-upload-hint{font-size:11px;color:var(--text-tertiary)}.vd-upload-list{display:flex;flex-direction:column;gap:8px;margin-top:10px}.vd-upload-item{display:flex;align-items:center;gap:12px;padding:10px 14px;background:var(--surface-1);border:1px solid var(--border-default);border-radius:10px}.vd-upload-item-done{border-color:#5cb57e40}.vd-upload-item-error{border-color:var(--danger);background:var(--danger-muted)}.vd-upload-item-icon{color:var(--accent);flex-shrink:0}.vd-upload-item-info{flex:1;min-width:0}.vd-upload-item-name{font-size:13px;font-weight:600;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vd-upload-item-meta{font-size:11px;color:var(--text-tertiary)}.vd-upload-item-remove{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;color:var(--text-tertiary);transition:all var(--duration) ease;flex-shrink:0}.vd-upload-item-remove:hover{background:var(--danger-muted);color:var(--danger)}.vd-upload-progress{width:100%;height:3px;background:var(--surface-1);border-radius:3px;overflow:hidden;margin-top:6px}.vd-upload-progress-bar{height:100%;background:var(--accent-gradient);border-radius:3px;transition:width .3s ease}.vd-privacy-notice{background:var(--surface-0);border:1px solid var(--border-default);border-radius:12px;padding:28px;max-height:420px;overflow-y:auto}.vd-privacy-notice h4{font-size:14px;font-weight:600;margin-bottom:8px;margin-top:20px}.vd-privacy-notice h4:first-child{margin-top:0}.vd-privacy-notice p{font-size:13px;color:var(--text-secondary);line-height:1.7;margin-bottom:8px}.vd-privacy-notice ul{padding-left:20px;margin-bottom:12px}.vd-privacy-notice li{font-size:13px;color:var(--text-secondary);line-height:1.7;list-style:disc;margin-bottom:4px}.vd-privacy-version{font-size:11px;color:var(--text-tertiary);margin-top:16px;padding-top:12px;border-top:1px solid var(--border-subtle)}.vd-consent-checkboxes{display:flex;flex-direction:column;gap:16px;margin-top:4px}.vd-review{display:flex;flex-direction:column;gap:20px}.vd-review-group{border:1px solid var(--border-default);border-radius:12px;overflow:hidden}.vd-review-group-title{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary);padding:12px 20px;background:var(--surface-0);border-bottom:1px solid var(--border-subtle)}.vd-review-group-body{padding:4px 0}.vd-review-row{display:flex;padding:10px 20px;gap:16px}.vd-review-row:not(:last-child){border-bottom:1px solid var(--border-subtle)}.vd-review-label{flex:0 0 180px;font-size:12px;font-weight:600;color:var(--text-tertiary);padding-top:1px}.vd-review-value{flex:1;font-size:13px;color:var(--text-primary);word-break:break-word}.vd-success-page{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:60px}.vd-success-icon{margin-bottom:24px;animation:vd-scaleIn .5s var(--transition-premium) both}@keyframes vd-scaleIn{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.vd-success-title{font-size:32px;font-weight:400;letter-spacing:-.02em;margin-bottom:12px;font-family:var(--font-display);font-style:italic}.vd-success-ref{margin-top:28px;padding:20px 32px;background:var(--surface-0);border:1px solid var(--border-default);border-radius:12px;display:flex;flex-direction:column;align-items:center;gap:4px}.vd-success-ref-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary)}.vd-success-ref-value{font-size:22px;font-weight:700;letter-spacing:.04em;background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.vd-success-summary{margin-top:32px;text-align:left;max-width:520px}.vd-success-summary h4{font-size:14px;font-weight:600;margin-bottom:12px;text-align:center}.vd-success-summary ul{display:flex;flex-direction:column;gap:8px}.vd-success-summary li{font-size:13px;color:var(--text-secondary);padding-left:22px;position:relative;line-height:1.6}.vd-success-summary li:before{content:"";position:absolute;left:0;top:6px;width:6px;height:6px;background:var(--accent);border-radius:50%}.vd-success-contact{margin-top:28px;font-size:13px;color:var(--text-secondary)}.vd-success-actions{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap;justify-content:center}.vd-notice{padding:14px 18px;border-radius:10px;font-size:13px;line-height:1.5}.vd-notice-error{background:var(--danger-muted);color:var(--danger);border:1px solid rgba(212,100,100,.2)}.vd-notice-warning{background:var(--warning-muted);color:var(--warning);border:1px solid rgba(212,177,92,.2)}.vd-notice-info{background:var(--accent-subtle);color:var(--accent);border:1px solid rgba(137,170,204,.2)}.vd-error-summary{background:var(--danger-muted);border:1px solid rgba(212,100,100,.2);border-radius:12px;padding:20px 24px;animation:vd-fadeUp .3s var(--transition-premium) both}.vd-error-summary-header{display:flex;align-items:center;gap:10px;color:var(--danger);font-size:14px;font-weight:600;margin-bottom:14px}.vd-error-summary-body{display:flex;flex-direction:column;gap:10px}.vd-error-summary-group{display:flex;flex-direction:column;gap:2px}.vd-error-summary-step-label{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary);padding:0 12px;margin-bottom:4px}.vd-error-summary-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--danger);padding:7px 12px;border-radius:8px;cursor:pointer;transition:background var(--duration) ease;text-align:left;line-height:1.4}.vd-error-summary-item:hover{background:#d464641a}.vd-error-summary-arrow{flex-shrink:0;font-size:14px;color:var(--text-tertiary)}.vd-link{color:var(--accent);font-weight:600;transition:color var(--duration) ease}.vd-link:hover{color:var(--accent-hover)}.vd-text-secondary{color:var(--text-secondary)}.vd-text-tertiary{color:var(--text-tertiary)}.vd-text-center{text-align:center}.vd-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:16px;color:var(--text-secondary)}.vd-spinner{width:32px;height:32px;border:2px solid var(--surface-2);border-top-color:var(--accent);border-radius:50%;animation:vd-spin .8s linear infinite}.vd-spinner-sm{width:16px;height:16px;border:2px solid rgba(0,0,0,.15);border-top-color:var(--text-inverse);border-radius:50%;animation:vd-spin .8s linear infinite}@keyframes vd-spin{to{transform:rotate(360deg)}}.vd-status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:100px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;background:var(--surface-1);color:var(--text-secondary);border:1px solid var(--border-default)}.vd-status-badge.submitted{color:var(--accent);border-color:#89aacc40;background:var(--accent-subtle)}.vd-status-badge.under_review,.vd-status-badge.pending_documents{color:var(--warning);border-color:#d4b15c40;background:var(--warning-muted)}.vd-status-badge.approved{color:var(--success);border-color:#5cb57e40;background:var(--success-muted)}.vd-status-badge.rejected{color:var(--danger);border-color:#d4646440;background:var(--danger-muted)}.vd-status-badge.suspended{color:var(--text-tertiary)}@media(max-width:900px){.vd-welcome-highlights,.vd-type-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.vd-header{padding:16px 20px}.vd-main{padding:0 20px 60px}.vd-footer{padding:20px}.vd-container{max-width:100%}.vd-step-card{padding:24px 20px;border-radius:16px}.vd-welcome-highlights,.vd-type-grid{grid-template-columns:1fr}.vd-grid-2,.vd-grid-3,.vd-grid-4{grid-template-columns:1fr;gap:16px}.vd-stepper-label{display:none}.vd-stepper-dot{width:24px;height:24px;font-size:10px}.vd-welcome-title{font-size:32px}.vd-review-row{flex-direction:column;gap:2px}.vd-review-label{flex:none}.vd-nav{flex-wrap:wrap}.vd-btn{padding:12px 24px;font-size:13px}}@media(max-width:480px){.vd-header{padding:12px 16px}.vd-main{padding:0 16px 48px}.vd-step-card{padding:20px 16px}.vd-privacy-notice{padding:20px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
