@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&display=swap";:root{--red:#b91c1c;--red-hover:#991b1b;--red-light:#fef2f2;--red-border:#fca5a5;--red-glow:#b91c1c1f;--white:#fff;--off-white:#f8f9fa;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--radius:12px;--radius-sm:8px;--radius-xs:5px;--radius-xl:16px;--shadow-xs:0 1px 2px #0000000a;--shadow:0 1px 4px #0000000f, 0 2px 8px #0000000a;--shadow-md:0 4px 16px #00000014, 0 1px 4px #0000000a;--shadow-lg:0 12px 40px #0000001a, 0 4px 12px #0000000f;--shadow-red:0 4px 20px #b91c1c33;--transition:.18s ease;--font-sans:"DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--navbar-h:58px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}body{font-family:var(--font-sans);background:var(--off-white);color:var(--gray-900);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.6}.page-shell{flex-direction:column;min-height:100vh;display:flex}.navbar{background:var(--white);height:var(--navbar-h);border-bottom:1px solid var(--gray-200);z-index:100;justify-content:space-between;align-items:center;gap:12px;padding:0 20px;display:flex;position:sticky;top:0;box-shadow:0 1px 6px #0000000d}.brand{flex-shrink:1;align-items:center;gap:11px;min-width:0;display:flex}.brand img{flex-shrink:0;height:34px}.navbar-divider{background:var(--gray-200);flex-shrink:0;width:1px;height:24px}.brand-text{min-width:0}.brand-text h1{color:var(--red);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:700;line-height:1.25;overflow:hidden}.brand-sub{color:var(--gray-400);white-space:nowrap;margin-top:1px;font-size:.68rem}.nav-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.nav-link-btn{color:var(--gray-600);border-radius:var(--radius-sm);border:1px solid var(--gray-200);background:var(--white);transition:var(--transition);white-space:nowrap;padding:7px 14px;font-size:.83rem;font-weight:500;text-decoration:none}.nav-link-btn:hover{background:var(--gray-50);color:var(--gray-900)}.navbar .nav-actions a{color:var(--gray-600);border-radius:var(--radius-sm);border:1px solid var(--gray-200);transition:var(--transition);white-space:nowrap;padding:7px 14px;font-size:.83rem;font-weight:500;text-decoration:none}.navbar .nav-actions a:hover{background:var(--gray-50);color:var(--gray-900)}.verify-main{flex:1;width:100%;max-width:1060px;margin:0 auto;padding:20px 20px 28px}.verify-hero{align-items:center;gap:14px;margin-bottom:20px;display:flex}.verify-hero-logo{flex-shrink:0;width:52px}.batch-badge{background:var(--red-light);color:var(--red);border:1px solid var(--red-border);letter-spacing:.04em;text-transform:uppercase;border-radius:20px;align-items:center;margin-bottom:4px;padding:2px 11px;font-size:.68rem;font-weight:700;display:inline-flex}.verify-title{color:var(--gray-900);letter-spacing:-.025em;font-size:1.2rem;font-weight:700;line-height:1.2}.verify-subtitle{color:var(--gray-500);margin-top:2px;font-size:.78rem}.verify-layout{align-items:flex-start;gap:20px;display:flex}.verify-left{flex:1.2;min-width:0}.verify-right{flex-shrink:0;width:320px}.verify-info-card{flex-direction:column;gap:0;padding:20px 22px;display:flex}.congrats-banner{border:1px solid var(--red-border);border-left:4px solid var(--red);border-radius:var(--radius-sm);background:linear-gradient(135deg,#fef2f2,#fff7ed);margin-bottom:18px;padding:13px 15px}.congrats-title{color:var(--red);margin-bottom:4px;font-size:.86rem;font-weight:700}.congrats-text{color:var(--gray-600);margin:0;font-size:.79rem;line-height:1.6}.steps-section{margin-bottom:18px}.section-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.07em;margin-bottom:10px;font-size:.72rem;font-weight:700}.steps-row{gap:6px;display:flex}.step-item{text-align:center;flex:1}.step-circle{border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin:0 auto 5px;font-size:.85rem;display:flex}.step-active{background:var(--red)}.step-inactive{background:var(--gray-100);border:1.5px solid var(--gray-200)}.step-label{color:var(--gray-400);font-size:.67rem;font-weight:400}.step-label-active{color:var(--red);font-weight:600}.instructions-section{margin-bottom:16px}.instructions-list{color:var(--gray-600);margin:0;padding-left:17px;font-size:.79rem;line-height:1.85}.instructions-list li{margin-bottom:1px}.instructions-list strong{color:var(--gray-800)}.inline-code{background:var(--gray-100);border-radius:3px;padding:1px 5px;font-family:monospace;font-size:.75rem}.text-red{color:var(--red)}.contact-info-bar{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-sm);color:var(--gray-600);flex-direction:column;gap:6px;padding:11px 14px;font-size:.77rem;display:flex}.contact-info-item strong{color:var(--gray-900)}.link-red{color:var(--red);font-weight:600;text-decoration:none}.link-red:hover{text-decoration:underline}.verify-card{padding:26px 24px 22px}.verify-card-header{text-align:center;margin-bottom:22px}.verify-icon-circle{background:var(--red-light);border:1.5px solid var(--red-border);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 13px;font-size:1.3rem;display:flex}.verify-card-title{color:var(--gray-900);letter-spacing:-.02em;margin-bottom:4px;font-size:1.05rem;font-weight:700}.verify-card-sub{color:var(--gray-500);font-size:.8rem}.restriction-note{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-sm);color:var(--gray-500);text-align:center;margin-top:14px;padding:11px 13px;font-size:.76rem;line-height:1.6}.restriction-note strong{color:var(--gray-700)}.team-link-wrap{border-top:1px solid var(--gray-100);text-align:center;margin-top:16px;padding-top:14px}.team-link{color:var(--gray-400);transition:var(--transition);font-size:.79rem;text-decoration:none}.team-link:hover{color:var(--red)}.mobile-instructions{margin-top:16px;display:none}.site-footer{background:#0f172a;border-top:1px solid #1e293b;margin-top:auto;padding:20px}.footer-inner{flex-direction:column;gap:16px;max-width:1060px;margin:0 auto;display:flex}.footer-contacts{flex-wrap:wrap;gap:12px 28px;display:flex}.footer-contact-item{color:#ffffff8c;align-items:flex-start;gap:8px;font-size:.79rem;display:flex}.footer-icon{flex-shrink:0;margin-top:1px;font-size:13px}.footer-label{color:#fca5a5;font-weight:600}.footer-link{color:#60a5fa;font-weight:500;text-decoration:none}.footer-link:hover{text-decoration:underline}.footer-credit{color:#ffffff4d;font-size:.75rem;line-height:1.7}.footer-link-light{color:#fff9;font-weight:500;text-decoration:none}.footer-link-light:hover{color:#fff}.footer-batch{color:#fff3;margin-top:2px;font-size:.72rem}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--gray-200)}.btn{border-radius:var(--radius-sm);font-family:var(--font-sans);cursor:pointer;transition:var(--transition);letter-spacing:-.01em;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:7px;padding:10px 20px;font-size:.9rem;font-weight:500;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--red);color:var(--white);box-shadow:0 1px 4px #b91c1c40}.btn-primary:hover:not(:disabled){background:var(--red-hover);box-shadow:var(--shadow-red);transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-block{width:100%}.btn-outline{color:var(--gray-700);border:1.5px solid var(--gray-300);background:0 0}.btn-outline:hover:not(:disabled){background:var(--gray-50);border-color:var(--gray-400);color:var(--gray-900)}.btn-sm{padding:7px 14px;font-size:.82rem}.btn-lg{padding:13px 28px;font-size:.97rem;font-weight:600}.btn-success{color:#fff;background:#15803d}.btn-success:hover:not(:disabled){background:#166534;transform:translateY(-1px)}.btn-danger{color:#fff;background:#dc2626}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-white{background:var(--white);color:var(--gray-700);border:1px solid var(--gray-200);box-shadow:var(--shadow-xs)}.btn-white:hover:not(:disabled){background:var(--gray-50)}.btn-action{background:var(--white);color:var(--gray-700);border:1px solid var(--gray-200);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-xs);font-size:.82rem;font-weight:500;font-family:var(--font-sans);align-items:center;gap:6px;padding:7px 12px;display:inline-flex}.btn-action:hover{background:var(--gray-50);border-color:var(--gray-300);color:var(--red);box-shadow:var(--shadow);transform:translateY(-1px)}.btn-action:active{transform:none}.auth-btn{background:var(--gray-100);color:var(--gray-700);border:1px solid var(--gray-200);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);font-size:.82rem;font-weight:500;font-family:var(--font-sans);white-space:nowrap;align-items:center;gap:6px;padding:7px 14px;display:inline-flex}.auth-btn:hover{background:var(--gray-200)}.form-group{margin-bottom:16px}.form-group label{color:var(--gray-700);letter-spacing:.01em;margin-bottom:6px;font-size:.81rem;font-weight:600;display:block}.form-group label .req{color:var(--red)}.form-group input:not([type=radio]):not([type=checkbox]),.form-group select,.form-group textarea{border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);width:100%;font-family:var(--font-sans);color:var(--gray-900);background:var(--white);transition:var(--transition);box-shadow:var(--shadow-xs);-webkit-appearance:none;padding:10px 13px;font-size:.9rem}.form-group input:not([type=radio]):not([type=checkbox]):focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px var(--red-glow);outline:none}.form-group input[readonly]{background:var(--gray-50);opacity:.75}.form-group textarea{resize:vertical;min-height:80px}.form-group .hint{color:var(--gray-400);margin-top:4px;font-size:.75rem}.form-row{gap:14px;display:flex}.form-row>*{flex:1;min-width:0}.radio-group{flex-wrap:wrap;gap:8px;display:flex}.radio-group label{border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);background:var(--white);-webkit-user-select:none;user-select:none;align-items:center;gap:7px;padding:8px 14px;font-size:.84rem;display:flex}.radio-group label:hover{border-color:var(--red-border);background:var(--red-light)}.radio-group label:has(input:checked){border-color:var(--red);background:var(--red-light);color:var(--red);font-weight:500}.radio-group input[type=radio]{accent-color:var(--red);cursor:pointer;flex-shrink:0;width:auto;height:auto}.radio-column{flex-direction:column}.file-upload{border:2px dashed var(--gray-200);border-radius:var(--radius-sm);text-align:center;cursor:pointer;transition:var(--transition);background:var(--gray-50);padding:22px 16px;position:relative}.file-upload:hover{border-color:var(--red);background:var(--red-light)}.file-upload input[type=file]{opacity:0;cursor:pointer;position:absolute;inset:0}.file-upload .upload-icon{margin-bottom:6px;font-size:1.4rem}.file-upload .upload-text{color:var(--gray-600);font-size:.83rem;font-weight:500}.file-upload .upload-hint{color:var(--gray-400);margin-top:3px;font-size:.73rem}.file-name{color:#15803d;margin-top:6px;font-size:.78rem;font-weight:500}.section-header{border-bottom:1.5px solid var(--gray-100);align-items:center;gap:12px;margin-bottom:20px;padding-bottom:14px;display:flex}.section-header .step-num{background:var(--red);width:32px;height:32px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.84rem;font-weight:700;display:flex;box-shadow:0 2px 8px #b91c1c4d}.section-header h2{color:var(--gray-900);font-size:1rem;font-weight:600}.progress-indicator{justify-content:center;align-items:center;gap:8px;margin-bottom:28px;display:flex}.progress-dot{background:var(--gray-200);width:10px;height:10px;transition:var(--transition);border-radius:50%}.progress-dot.done{background:var(--red)}.progress-dot.active{background:var(--red);width:12px;height:12px;box-shadow:0 0 0 4px #b91c1c26}.progress-line{background:var(--gray-200);width:40px;height:2px;transition:var(--transition);border-radius:2px}.progress-line.done{background:var(--red)}.alert{border-radius:var(--radius-sm);margin-bottom:14px;padding:11px 14px;font-size:.85rem;line-height:1.5}.alert-error{color:#991b1b;background:#fef2f2;border:1px solid #fca5a5}.alert-success{color:#166534;background:#f0fdf4;border:1px solid #86efac}.alert-warning{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;margin-bottom:20px;display:grid}.stat-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow);transition:var(--transition);padding:20px 18px}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.stat-card .stat-val{color:var(--red);letter-spacing:-.03em;font-size:2rem;font-weight:700;line-height:1}.stat-card.green .stat-val{color:#15803d}.stat-card.amber .stat-val{color:#d97706}.stat-card.blue .stat-val{color:#1d4ed8}.stat-card .stat-lbl{color:var(--gray-500);text-transform:uppercase;letter-spacing:.06em;margin-top:6px;font-size:.72rem;font-weight:500}.table-wrap{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.search-bar{flex-wrap:wrap;gap:10px;margin-bottom:14px;display:flex}.search-bar input{border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);min-width:180px;font-family:var(--font-sans);background:var(--white);flex:1;padding:9px 13px;font-size:.88rem}.search-bar input:focus{border-color:var(--red);box-shadow:0 0 0 3px var(--red-glow);outline:none}table{border-collapse:collapse;width:100%}thead{background:var(--gray-50)}th{text-align:left;color:var(--gray-500);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--gray-200);padding:11px 14px;font-size:.72rem;font-weight:600}td{border-bottom:1px solid var(--gray-100);color:var(--gray-800);padding:11px 14px;font-size:.86rem}tr:last-child td{border-bottom:none}tr:hover td{background:var(--gray-50)}.table-input{border:1px solid var(--gray-200);border-radius:var(--radius-xs);background:var(--white);width:100%;font-size:.84rem;font-family:var(--font-sans);transition:var(--transition);padding:5px 9px}.table-input:focus{border-color:var(--red);outline:none;box-shadow:0 0 0 2px #b91c1c1f}.empty-state{text-align:center;color:var(--gray-400);padding:48px 16px!important}.empty-state .icon{margin-bottom:10px;font-size:2rem}.pagination{flex-wrap:wrap;justify-content:center;gap:6px;margin-top:18px;display:flex}.pagination button{border:1px solid var(--gray-200);border-radius:var(--radius-xs);background:var(--white);font-family:var(--font-sans);cursor:pointer;transition:var(--transition);color:var(--gray-700);padding:6px 12px;font-size:.81rem;font-weight:500}.pagination button:hover:not(:disabled){background:var(--gray-50);border-color:var(--gray-300)}.pagination button.active{background:var(--red);color:var(--white);border-color:var(--red)}.pagination button:disabled{opacity:.4;cursor:not-allowed}.modal-overlay{z-index:200;background:#00000073;justify-content:center;align-items:flex-start;padding:24px 16px;display:flex;position:fixed;inset:0;overflow-y:auto}.modal{background:var(--white);border-radius:var(--radius-xl);width:100%;max-width:720px;box-shadow:var(--shadow-lg);border:1px solid var(--gray-100)}.modal-head{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-head h2{color:var(--gray-900);align-items:center;gap:8px;font-size:1rem;font-weight:600;display:flex}.modal-body{padding:24px}.modal-close{background:var(--gray-100);cursor:pointer;color:var(--gray-500);border-radius:var(--radius-xs);transition:var(--transition);border:none;padding:5px 9px;font-size:1rem}.modal-close:hover{background:var(--gray-200);color:var(--gray-900)}.success-screen{text-align:center;padding:48px 24px}.success-screen .check{margin-bottom:18px;font-size:3.5rem}.success-screen h2{color:#15803d;margin-bottom:8px;font-size:1.4rem;font-weight:700}.success-screen p{color:var(--gray-500);max-width:440px;margin:0 auto 24px;font-size:.88rem}.company-section{background:var(--gray-50);border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);margin-bottom:12px;padding:16px}.company-section h3{color:var(--red);margin-bottom:12px;font-size:.88rem;font-weight:600}.notice{background:var(--red-light);border:1px solid var(--red-border);border-radius:var(--radius-sm);color:var(--red-hover);align-items:flex-start;gap:10px;margin-bottom:18px;padding:12px 14px;font-size:.84rem;line-height:1.5;display:flex}.spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.65s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.container{max-width:820px;margin:0 auto;padding:28px 20px}.container-wide{max-width:1160px;margin:0 auto;padding:28px 20px}.page-center{min-height:calc(100vh - var(--navbar-h));justify-content:center;align-items:center;padding:24px 16px;display:flex}.hidden{display:none!important}.text-muted{color:var(--gray-500)}.text-sm{font-size:.84rem}.mt-1{margin-top:8px}.mb-2{margin-bottom:16px}.req{color:var(--red)}.team-hero-badge{background:var(--red-light);color:var(--red);border:1px solid var(--red-border);letter-spacing:.04em;text-transform:uppercase;border-radius:20px;margin-bottom:8px;padding:3px 12px;font-size:.69rem;font-weight:700;display:inline-flex}@media (width<=860px){.verify-right{width:290px}}@media (width<=680px){:root{--navbar-h:54px}.navbar{padding:0 16px}.brand img{height:30px}.brand-text h1{font-size:.82rem}.brand-sub,.navbar-divider{display:none}.verify-main{padding:14px 14px 24px}.verify-hero{gap:11px;margin-bottom:16px}.verify-hero-logo{width:42px}.verify-title{font-size:1.05rem}.verify-subtitle{font-size:.74rem}.verify-layout{flex-direction:column;gap:0}.verify-left{display:none}.verify-right{width:100%}.mobile-instructions{display:block}.verify-card{padding:22px 18px 18px}.verify-info-card{padding:16px}.form-row{flex-direction:column;gap:0}.table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}table{min-width:580px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.stat-card{padding:16px 14px}.stat-card .stat-val{font-size:1.6rem}.nav-actions{-webkit-overflow-scrolling:touch;max-width:calc(100vw - 180px);overflow-x:auto}.site-footer{padding:18px 16px}.footer-contacts{flex-direction:column;gap:10px}.footer-credit{font-size:.72rem}.modal-overlay{padding:12px 10px}.modal{border-radius:var(--radius)}.modal-body{padding:18px}.container,.container-wide{padding:20px 14px}}@media (width<=380px){.brand-text h1{font-size:.76rem}.verify-title{font-size:.97rem}.stats-grid{grid-template-columns:repeat(2,1fr)}}
