*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;scroll-behavior:smooth}body{min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;border:none;background:none}a{text-decoration:none;color:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;text-wrap:balance}p{overflow-wrap:break-word}@font-face{font-family:"Gotham-Book";src:url("../assets/fonts/Gotham-Book.otf") format("otf");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Gotham-Medium";src:url("../assets/fonts/Gotham-Medium.otf") format("otf"),url("../assets/fonts/Gotham-Medium.ttf") format("ttf");font-weight:500;font-style:normal;font-display:swap}html{font-size:16px}body{font-family:"Gotham-Book","Helvetica Neue",Helvetica,Arial,sans-serif;color:#232323;background-color:#f8f8f5}::selection{background-color:#bc982c;color:#fff}:focus-visible{outline:2px solid #bc982c;outline-offset:2px}.hidden{visibility:hidden}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:"Gotham-Book","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px;line-height:1.67;letter-spacing:.22px;transition:background-color 200ms ease-in-out,border-color 200ms ease-in-out,color 200ms ease-in-out,transform 200ms ease-in-out}.btn:active:not(:disabled){transform:scale(0.97)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background-color:#bc982c;color:#fff;padding:10px 24px;min-width:170px}.btn--primary .btn__icon{width:16px;height:16px;fill:#fff}.btn--primary:hover{background-color:#a88727}.btn--primary:focus-visible{outline:2px solid #bc982c;outline-offset:2px}.btn--navy{background-color:#24386f;color:#fff;padding:12px 32px}.btn--navy .btn__icon{width:16px;height:16px;fill:#fff}.btn--navy:hover{background-color:#1a2e66}.btn--navy:focus-visible{outline:2px solid #bc982c;outline-offset:2px}.btn--outline{background-color:rgba(0,0,0,0);color:#232323;padding:6px 24px;border:1px solid #b0b0b0}.btn--outline:hover{border-color:#24386f;color:#24386f}.btn--outline:focus-visible{outline:2px solid #bc982c;outline-offset:2px}.security-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 24px;border-radius:67px;font-family:"Gotham-Book","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px;line-height:23px;letter-spacing:.76px}.security-badge__icon{width:20px;height:20px;flex-shrink:0}.security-badge--light{border:1px solid hsla(0,0%,100%,.2);color:#fff}.security-badge--light .security-badge__icon{fill:#bc982c}.security-badge--dark{color:#232323;padding-left:0}.security-badge--dark .security-badge__icon{fill:#24386f}.dropzone{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding:40px 24px;border:2px dashed #1a2e66;background-color:rgba(214,229,238,.2);transition:background-color 200ms ease-in-out,border-color 200ms ease-in-out}.dropzone--active{background-color:rgba(214,229,238,.5);border-color:#bc982c}.dropzone__icon{width:28px;height:28px;fill:#24386f}.dropzone__text{font-family:"Gotham-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;font-size:15px;line-height:1.3;letter-spacing:.3px;color:#24386f;text-align:center}@media(max-width: 480px){.dropzone__text{font-size:13px}}.dropzone__formats{font-family:"Gotham-Book","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px;line-height:1.1;letter-spacing:.3px;color:#b0b0b0;text-align:center;margin-bottom:8px}@media(max-width: 480px){.dropzone__formats{font-size:13px}}.dropzone__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.dropzone__browse{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px}.dropzone__errors{width:100%;margin-top:8px;padding:8px 16px;background-color:#fef2f2;border:1px solid #fca5a5;border-radius:4px;color:#991b1b;font-family:"Gotham-Book","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;line-height:1.5;text-align:left}.dropzone__errors p+p{margin-top:4px}@media(max-width: 480px){.dropzone{padding:24px 16px}}.file-list{display:flex;flex-direction:column;gap:8px;margin-top:16px}@keyframes file-item-enter{from{opacity:0;max-height:0;padding-top:0;padding-bottom:0;margin-top:0}to{opacity:1;max-height:120px;padding-top:12px;padding-bottom:12px}}@keyframes file-item-exit{from{opacity:1;max-height:120px}to{opacity:0;max-height:0;padding-top:0;padding-bottom:0;margin-top:0;border-width:0}}.file-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border:2px solid rgba(26,46,102,.2);background-color:#f8f8f5;position:relative;overflow:hidden;animation:file-item-enter 300ms ease-out forwards;transition:background-color 200ms ease-in-out}.file-item__progress{position:absolute;top:0;left:0;height:4px;width:0%;background-color:#24386f;transition:width 150ms ease-out}.file-item--uploading{pointer-events:none}.file-item--uploading .file-item__action{visibility:hidden}.file-item--complete .file-item__progress{background-color:#24386f}.file-item--error .file-item__progress{width:100%;background-color:#c53030}.file-item__icon{width:22px;height:22px;flex-shrink:0;fill:#24386f}.file-item__details{flex:1;min-width:0}.file-item__name{font-family:"Gotham-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;font-size:14px;line-height:1.4;color:#1a2e66;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-item__path{font-family:"Gotham-Book","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:11px;line-height:1.35;color:#b0b0b0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.file-item__size{font-family:"Gotham-Book","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:11px;line-height:1.4;color:#1a2e66}.file-item__action{flex-shrink:0;min-width:28px;height:28px;display:flex;align-items:center;justify-content:flex-end}.file-item__remove{width:28px;height:28px;display:none;align-items:center;justify-content:center;transition:background-color 200ms ease-in-out,color 200ms ease-in-out;color:#24386f}.file-item__remove svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none}.file-item__remove:hover{background-color:rgba(26,46,102,.1)}.file-item__remove:focus-visible{outline:2px solid #bc982c;outline-offset:2px}.file-item__success-check{display:none;align-items:center;justify-content:center;width:28px;height:28px;color:#1a2e66}.file-item__success-check svg{width:22px;height:22px}.file-item__retry{display:none;align-items:center;justify-content:center;min-height:28px;padding:4px 10px;font-family:"Gotham-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:11px;font-weight:500;color:#24386f;border:1px solid rgba(26,46,102,.35);background-color:#f8f8f5;transition:background-color 200ms ease-in-out,border-color 200ms ease-in-out}.file-item__retry:hover{background-color:rgba(26,46,102,.08)}.file-item__retry:focus-visible{outline:2px solid #bc982c;outline-offset:2px}.file-item:not(.file-item--complete):not(.file-item--error) .file-item__remove{display:flex}.file-item--complete .file-item__success-check{display:flex}.file-item--error .file-item__retry{display:inline-flex}.upload-card{background-color:#fff;width:100%;max-width:690px;margin-inline:auto;padding:40px;position:relative;z-index:1;transform:translateY(-140px);margin-bottom:-140px}@media(max-width: 768px){.upload-card{padding:24px}}@media(max-width: 480px){.upload-card{padding:24px;transform:translateY(-84px);margin-bottom:-84px}}.upload-card__greeting{font-family:"Gotham-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:28px;line-height:42px;letter-spacing:.51px;text-transform:uppercase;color:#24386f;margin-bottom:8px}@media(max-width: 480px){.upload-card__greeting{font-size:22px;line-height:1.4}}.upload-card__customer-name{color:#bc982c}.upload-card__message{font-family:"Gotham-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px;font-weight:500;line-height:1.5;letter-spacing:.3px;color:#1a2e66;margin-bottom:24px}.upload-card__actions{display:flex;align-items:center;justify-content:space-between;margin-top:24px}@media(max-width: 480px){.upload-card__actions{flex-direction:column;gap:8px}}.upload-card.is-loading{min-height:420px}.upload-card.is-loading>*:not(.card-loader){display:none}@media(max-width: 480px){.upload-card.is-loading{min-height:340px}}.card-loader--skeleton{display:flex;flex-direction:column;gap:16px}.skeleton-line,.skeleton-block{background:linear-gradient(90deg, #e9e9e9 25%, #f5f5f5 37%, #e9e9e9 63%);background-size:800px 100%;animation:skeleton-shimmer 1.6s ease-in-out infinite;border-radius:4px}.skeleton-line{height:16px}.skeleton-line--heading{height:32px;width:60%;margin-bottom:8px}@media(max-width: 480px){.skeleton-line--heading{height:26px;width:75%}}.skeleton-line--text{width:90%}.skeleton-line--text-short{width:55%;margin-bottom:24px}.skeleton-line--badge{width:160px;height:20px}.skeleton-line--btn{width:130px;height:44px;border-radius:67px}@media(max-width: 480px){.skeleton-line--btn{width:100%}}.skeleton-block{height:280px;border-radius:8px}@media(max-width: 480px){.skeleton-block{height:220px}}.skeleton-row{display:flex;align-items:center;justify-content:space-between;margin-top:8px}@media(max-width: 480px){.skeleton-row{flex-direction:column;gap:8px}}@keyframes skeleton-shimmer{0%{background-position:-400px 0}100%{background-position:400px 0}}@keyframes success-fade-in{from{opacity:0}to{opacity:1}}.success-message{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:64px 24px;text-align:center;animation:success-fade-in 500ms ease-out forwards}@media(max-width: 480px){.success-message{padding:16px 0px}}.success-message__icon{width:80px;height:80px;margin-bottom:24px}.success-message__title{font-family:"Gotham-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;font-size:28px;line-height:1.3;letter-spacing:.51px;text-transform:uppercase;color:#232323;margin-bottom:8px}@media(max-width: 480px){.success-message__title{font-size:22px}}.success-message__text{font-family:"Gotham-Book","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;font-size:15px;line-height:1.6;color:#232323;max-width:460px;margin-bottom:24px}.success-message__employee-name{color:#1a2e66}.card-error{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:64px 24px;text-align:center;animation:card-error-fade-in 400ms ease-out forwards}@media(max-width: 480px){.card-error{padding:40px 16px}}.card-error__icon{width:64px;height:64px;color:#24386f;margin-bottom:24px}.card-error__title{font-family:"Gotham-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:28px;line-height:1.3;letter-spacing:.51px;text-transform:uppercase;color:#24386f;margin-bottom:8px}@media(max-width: 480px){.card-error__title{font-size:22px}}.card-error__text{font-family:"Gotham-Book","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px;line-height:1.6;color:#232323;max-width:480px;margin-bottom:24px}@keyframes card-error-fade-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero{background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:64px 24px;min-height:460px;text-align:center;color:#fff;padding-bottom:calc(64px + 140px)}@media(max-width: 768px){.hero{min-height:380px;padding:40px 24px;padding-bottom:calc(40px + 140px)}}@media(max-width: 480px){.hero{min-height:320px;padding:24px 24px;padding-bottom:calc(24px + 84px)}}.hero__logo{width:216px;height:auto;margin-block:40px}@media(max-width: 480px){.hero__logo{width:160px;margin-block:40px 16px}}.hero__title{font-family:"Gotham-Book","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:48px;line-height:1.17;letter-spacing:.72px;font-weight:400;margin-bottom:16px;color:#fff}@media(max-width: 768px){.hero__title{font-size:36px}}@media(max-width: 480px){.hero__title{font-size:24px}}.hero__subtitle{font-family:"Gotham-Book","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px;line-height:23px;letter-spacing:.76px;max-width:660px;margin-bottom:24px}.footer{background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;z-index:0}.footer::before{content:"";position:absolute;inset:0;background:rgba(26,46,102,.55);z-index:-1}.footer{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:64px 24px;min-height:290px}@media(max-width: 480px){.footer{min-height:200px;padding:40px 24px}}.footer__logo{width:216px;height:auto}@media(max-width: 480px){.footer__logo{width:160px}}.upload-section{position:relative;padding:0 24px 64px;background-color:#f8f8f5}@media(max-width: 480px){.upload-section{padding-bottom:40px}}.expire-notice{font-family:"Gotham-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;font-size:15px;line-height:1.5;letter-spacing:.3px;color:#1a2e66;text-align:center;max-width:690px;margin:40px auto 40px}@media(max-width: 480px){.expire-notice{font-size:13px}}/*# sourceMappingURL=main.css.map */
