:root{--navy: #0b1f3a;--navy-soft: #1c3358;--orange: #ff7a00;--off-white: #f5f5f0;--white: #ffffff;--line: #e3e1d9;--text-muted: #6b7280;--danger: #d64545;--danger-wash: #fbecea;--success: #1a8449;--success-wash: #e9f6ee;--radius: 14px;--focus-ring: 0 0 0 3px rgba(255, 122, 0, .35)}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}html,body{margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#dce3ea;color:var(--navy);-webkit-font-smoothing:antialiased}button,input,textarea,select{font-family:inherit}:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:6px}.app-shell{min-height:100vh;min-height:100dvh;display:flex;justify-content:center;background:#dce3ea}.app{width:100%;max-width:480px;min-height:100vh;min-height:100dvh;background:var(--off-white);display:flex;flex-direction:column;position:relative;box-shadow:0 0 40px #0b1f3a14}.app-frame{display:contents}.desk-brand{display:none}@media (min-width: 768px){.app-shell{align-items:center;padding:32px 20px}.app-frame{display:flex;width:100%;max-width:460px;height:min(780px,calc(100vh - 64px));border-radius:22px;overflow:hidden;box-shadow:0 28px 64px #0b1f3a33}.app{width:100%;max-width:none;min-height:0;height:100%;box-shadow:none}}@media (min-width: 980px){.app-frame{max-width:860px}.desk-brand{display:flex;flex-direction:column;justify-content:center;flex:0 0 380px;padding:48px 44px;background:var(--navy);color:var(--white)}.desk-brand .db-mark{width:56px;height:56px;border-radius:15px;background:var(--navy-soft);display:flex;align-items:center;justify-content:center;margin-bottom:28px}.desk-brand .db-mark svg{width:28px;height:28px}.desk-brand h2{font-size:25px;font-weight:800;line-height:1.32;margin:0 0 12px}.desk-brand p{font-size:14px;line-height:1.7;color:#a9bbd1;margin:0 0 26px;max-width:270px}.desk-brand p.db-foot{margin:26px 0 0;font-size:12.5px;color:#7f97b5}.desk-brand ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.desk-brand li{display:flex;gap:12px;align-items:center;font-size:13.5px;color:#d5dfec}.desk-brand li .dot{width:22px;height:22px;border-radius:50%;border:1.5px solid #33507a;color:var(--orange);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:11.5px;font-weight:800}}.app-header{padding:28px 22px 14px;background:var(--off-white);flex-shrink:0}.logo-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.logo-row .brand{font-size:15px;font-weight:800;letter-spacing:.14em;color:var(--navy)}.step-count{font-size:12px;font-weight:600;color:var(--text-muted);letter-spacing:.01em}.progress-track{height:4px;background:var(--line);border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:var(--orange);border-radius:2px;transition:width .3s ease}.app-body{flex:1;overflow-y:auto;padding:20px 22px 8px}.screen{display:flex;flex-direction:column;min-height:100%}h1.title{font-size:23px;font-weight:800;line-height:1.25;margin:0 0 8px;color:var(--navy)}p.subtitle{font-size:14px;line-height:1.5;color:var(--text-muted);margin:0 0 24px}.field{margin-bottom:18px}.field label{display:block;font-size:13px;font-weight:600;color:var(--navy);margin-bottom:7px}.field .hint{font-size:12px;color:var(--text-muted);font-weight:400;margin-left:4px}.field input[type=text],.field input[type=tel],.field input[type=email],.field input[type=date],.field input[type=time],.field textarea,.field select{width:100%;padding:13px 14px;font-family:inherit;font-size:15px;color:var(--navy);background:var(--white);border:1.5px solid var(--line);border-radius:10px;outline:none;transition:border-color .15s ease}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--orange)}.field input[aria-invalid=true],.field textarea[aria-invalid=true]{border-color:var(--danger)}.field textarea{resize:none;min-height:88px;line-height:1.5}.field .error-text{display:block;margin-top:6px;font-size:12.5px;color:var(--danger);font-weight:500}.row-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact-toggle{display:flex;gap:8px;margin-bottom:16px}.contact-toggle button{flex:1;padding:10px;font-family:inherit;font-size:13px;font-weight:600;border-radius:9px;border:1.5px solid var(--line);background:var(--white);color:var(--text-muted);cursor:pointer}.contact-toggle button.active{border-color:var(--navy);background:var(--navy);color:var(--white)}.verify-row{margin:-8px 0 18px;display:flex;flex-direction:column;gap:8px}.btn-mini{align-self:flex-start;padding:9px 14px;font-family:inherit;font-size:12.5px;font-weight:700;border-radius:9px;border:1.5px solid var(--navy);background:var(--white);color:var(--navy);cursor:pointer}.btn-mini:disabled{opacity:.5;cursor:not-allowed}.verify-code{display:flex;gap:8px}.verify-code input{width:130px;padding:10px 12px;font-family:inherit;font-size:16px;letter-spacing:.25em;text-align:center;border:1.5px solid var(--line);border-radius:9px;background:var(--white);color:var(--navy);outline:none}.verify-code input:focus{border-color:var(--orange)}.verify-help{font-size:12px;color:var(--text-muted);margin:0;line-height:1.5}.verify-dev{color:var(--orange);font-weight:600}.verify-error{font-size:12.5px;color:var(--danger);margin:0}.verify-actions{display:flex;gap:14px}.verify-link{background:none;border:none;padding:0;font-family:inherit;font-size:12.5px;font-weight:600;color:var(--navy-soft);cursor:pointer;text-decoration:underline}.verify-link:disabled{color:var(--text-muted);cursor:default;text-decoration:none}.verify-row.verified{flex-direction:row;align-items:center;justify-content:space-between}.verify-badge{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:700;color:var(--success);background:var(--success-wash);border-radius:20px;padding:5px 12px}.welcome-hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:10px 4px 30px}.welcome-hero .mark{width:64px;height:64px;border-radius:16px;background:var(--navy);display:flex;align-items:center;justify-content:center;margin-bottom:26px}.welcome-hero .mark svg{width:30px;height:30px}.welcome-hero h1{font-size:26px;font-weight:800;margin:0 0 10px;line-height:1.3}.welcome-hero p{font-size:14.5px;color:var(--text-muted);line-height:1.6;margin:0 0 30px;max-width:280px}.steps-preview{display:flex;flex-direction:column;gap:12px;width:100%;text-align:left;margin-bottom:8px}.steps-preview .sp-item{display:flex;align-items:center;gap:12px;font-size:13.5px;color:var(--navy-soft);font-weight:500}.steps-preview .sp-num{width:24px;height:24px;border-radius:50%;background:var(--white);border:1.5px solid var(--line);display:flex;align-items:center;justify-content:center;font-size:11.5px;font-weight:700;color:var(--navy);flex-shrink:0}.upload-zone{border:1.75px dashed #c6c2b4;border-radius:var(--radius);background:var(--white);padding:28px 16px;text-align:center;margin-bottom:18px;cursor:pointer;width:100%}.upload-zone:hover{border-color:var(--orange)}.upload-zone svg{width:30px;height:30px;margin-bottom:10px}.upload-zone .uz-title{font-size:14.5px;font-weight:700;color:var(--navy);margin-bottom:4px}.upload-zone .uz-sub{font-size:12.5px;color:var(--text-muted)}.upload-error{font-size:12.5px;color:var(--danger);background:var(--danger-wash);border-radius:10px;padding:10px 12px;margin-bottom:14px}.file-list{display:flex;flex-direction:column;gap:10px}.file-item{background:var(--white);border:1.5px solid var(--line);border-radius:10px;padding:11px 12px}.file-item-top{display:flex;align-items:center;gap:10px;margin-bottom:8px}.file-icon{width:34px;height:34px;border-radius:8px;background:var(--off-white);display:flex;align-items:center;justify-content:center;flex-shrink:0}.file-icon svg{width:16px;height:16px}.file-meta{flex:1;min-width:0}.file-name{font-size:13px;font-weight:600;color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-size{font-size:11.5px;color:var(--text-muted);margin-top:1px}.file-remove{background:none;border:none;cursor:pointer;color:var(--text-muted);padding:4px;flex-shrink:0}.file-progress-track{height:5px;background:var(--line);border-radius:3px;overflow:hidden}.file-progress-fill{height:100%;background:var(--orange);border-radius:3px;transition:width .4s ease}.file-status{font-size:11px;color:var(--text-muted);margin-top:6px}.file-status.done{color:var(--success);font-weight:600}.file-status.failed{color:var(--danger);font-weight:600}.review-card{background:var(--white);border:1.5px solid var(--line);border-radius:var(--radius);padding:16px;margin-bottom:14px}.review-card .rc-title{font-size:12px;font-weight:700;color:var(--orange);text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px}.rc-row{display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px solid #efeee8;font-size:13.5px}.rc-row:last-child{border-bottom:none}.rc-label{color:var(--text-muted);flex-shrink:0}.rc-value{color:var(--navy);font-weight:600;text-align:right}.rc-verified{color:var(--success);font-weight:700}.rc-files{font-size:13px;color:var(--navy);font-weight:600}.rc-files div{padding:4px 0}.consent{display:flex;gap:10px;align-items:flex-start;font-size:12.5px;color:var(--text-muted);line-height:1.5;margin-top:4px}.consent input{margin-top:3px;flex-shrink:0;width:16px;height:16px}.banner{border-radius:10px;padding:12px 14px;font-size:13px;font-weight:500;margin-bottom:16px;line-height:1.5}.banner.error{background:var(--danger-wash);color:var(--danger)}.banner-retry{margin-top:10px;background:none;border:1.5px solid var(--danger);color:var(--danger);font-weight:700;font-size:12.5px;padding:7px 12px;border-radius:8px;cursor:pointer}.confirm-wrap{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.confirm-check{width:64px;height:64px;border-radius:50%;background:var(--success-wash);display:flex;align-items:center;justify-content:center;margin-bottom:22px}.confirm-check svg{width:30px;height:30px}.confirm-wrap h1{font-size:22px;font-weight:800;margin:0 0 8px}.confirm-wrap p{font-size:14px;color:var(--text-muted);line-height:1.6;margin:0 0 22px;max-width:270px}.ref-box{background:var(--white);border:1.5px dashed var(--line);border-radius:10px;padding:12px 20px;font-size:13px;color:var(--text-muted);margin-bottom:22px}.ref-box strong{display:block;font-size:16px;color:var(--navy);letter-spacing:.03em;margin-top:2px}.app-footer{padding:14px 22px 22px;background:var(--off-white);flex-shrink:0;display:flex;gap:10px}.btn{flex:1;padding:15px;font-family:inherit;font-size:14.5px;font-weight:700;border-radius:11px;border:none;cursor:pointer;text-align:center}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--navy);color:var(--white)}.btn-primary:active:not(:disabled){background:var(--navy-soft)}.btn-secondary{background:transparent;color:var(--navy);border:1.5px solid var(--line)}.btn-full{width:100%}
