@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";.footer-socials .social-icon.icon-facebook{-webkit-mask-image:url(/assets/icons/facebook.svg);mask-image:url(/assets/icons/facebook.svg)}.footer-socials .social-icon.icon-github{-webkit-mask-image:url(/assets/icons/github.svg);mask-image:url(/assets/icons/github.svg)}.footer-socials .social-icon.icon-x{-webkit-mask-image:url(/assets/icons/X.svg);mask-image:url(/assets/icons/X.svg)}.footer-socials .social-icon.icon-linkedin{-webkit-mask-image:url(/assets/icons/linkedin.svg);mask-image:url(/assets/icons/linkedin.svg)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{background-color:#f9fafb;color:#111827;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,sans-serif;color:#111827;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:#111827;font-weight:700;line-height:1.2}h1{font-size:2rem;letter-spacing:-.025em}h2{font-size:1.5rem;letter-spacing:-.025em}h3{font-size:1.25rem}p{color:#6b7280;line-height:1.5}.text-small{font-size:.875rem}.text-xs{font-size:.75rem}.auth-site-container{display:flex;flex-direction:column;min-height:100vh;background-color:#f8fafc}.site-header{height:70px;background:#fff;border-bottom:1px solid #E2E8F0;display:flex;align-items:center;padding:0 40px;position:sticky;top:0;z-index:100}.header-inner{width:100%;max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.site-logo{font-size:20px;font-weight:900;color:#000;text-decoration:none;letter-spacing:-.5px}.header-actions{display:flex;align-items:center;gap:32px}.link-product{color:#64748b;text-decoration:none;font-size:14px;font-weight:500}.link-product:hover{color:#1e293b}.btn-signin-nav{background:#1e5af2;color:#fff;padding:10px 22px;border-radius:8px;text-decoration:none;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px;transition:background .2s}.btn-signin-nav:hover{background:#1a4dd8}.btn-signin-nav .nav-arrow{font-size:16px;margin-top:-1px}.auth-content-wrapper{flex:1;display:flex;width:100%;max-width:1400px;margin:0 auto;padding:24px 40px;gap:60px}@media(max-width:640px){.auth-content-wrapper{padding:16px 20px;gap:32px}}.form-section{flex:1;display:flex;justify-content:flex-end;align-items:center}@media(max-width:1024px){.form-section{justify-content:center}}.auth-card-outer{width:100%;max-width:520px;background:#fff;border:1px solid #E2E8F0;border-radius:20px;padding:32px 48px;box-shadow:0 4px 6px -1px #0000000d}@media(max-width:640px){.auth-card-outer{padding:24px 20px;border-radius:16px}}.card-brand-label{font-size:16px;font-weight:800;margin-bottom:32px;color:#000}.visual-section{flex:1;display:flex;align-items:center;justify-content:flex-start}@media(max-width:1024px){.visual-section{display:none}}.illustration-container{width:100%;max-width:650px}.illustration-container .main-illustration{width:100%;height:auto}.site-footer{height:60px;border-top:1px solid #E2E8F0;background:#f8fafc;display:flex;align-items:center;padding:0 40px}.footer-inner{width:100%;max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-copy{color:#64748b;font-size:14px}.footer-socials{display:flex;gap:20px}.footer-socials .social-icon{width:20px;height:20px;background-color:#94a3b8;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;transition:all .3s ease;text-decoration:none}.footer-socials .social-icon:hover{background-color:#1e5af2;transform:translateY(-2px)}.footer-socials .social-icon.icon-facebook{-webkit-mask-image:url(/assets/icons/facebook.svg);mask-image:url(/assets/icons/facebook.svg)}.footer-socials .social-icon.icon-github{-webkit-mask-image:url(/assets/icons/github.svg);mask-image:url(/assets/icons/github.svg)}.footer-socials .social-icon.icon-x{-webkit-mask-image:url(/assets/icons/X.svg);mask-image:url(/assets/icons/X.svg)}.footer-socials .social-icon.icon-linkedin{-webkit-mask-image:url(/assets/icons/linkedin.svg);mask-image:url(/assets/icons/linkedin.svg)}.dashboard-layout{display:flex;min-height:100vh;background-color:#f9fafb}.sidebar{width:260px;background-color:#fff;border-right:1px solid #E5E7EB;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;transition:width .3s cubic-bezier(.4,0,.2,1);z-index:50;overflow-y:auto;overflow-x:hidden}.sidebar__header{height:72px;display:flex;align-items:center;padding:0 1.5rem;flex-shrink:0}.sidebar__brand{text-decoration:none;display:flex;align-items:center;justify-content:flex-start;width:100%}.sidebar__brand-text{font-family:Inter,sans-serif;font-weight:800;font-size:1.25rem;color:#111827;display:block}.sidebar__brand-icon{font-family:Inter,sans-serif;font-weight:900;font-size:1.5rem;color:#111827;display:none}.sidebar__profile{padding:0 1.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;border-bottom:1px solid #F3F4F6;margin-bottom:1rem;text-align:center}.sidebar__profile .sidebar__profile-link{text-decoration:none;display:flex;flex-direction:column;align-items:center;width:100%;color:inherit}.sidebar__profile .sidebar__profile-link:hover .user-name{color:#2563eb}.sidebar__profile .sidebar__avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;margin-bottom:.75rem;border:2px solid #E5E7EB}.sidebar__profile .sidebar__avatar img{width:100%;height:100%;object-fit:cover}.sidebar__profile .sidebar__user-info{margin-bottom:1rem;width:100%}.sidebar__profile .sidebar__user-info .user-name{font-size:1rem;font-weight:700;color:#111827;margin-bottom:.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__profile .sidebar__user-info .user-email{font-size:.75rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__profile .sidebar__logout-btn{display:flex;align-items:center;justify-content:center;width:100%;height:40px;border-radius:8px;background-color:#f3f4f6;border:1px solid #E5E7EB;color:#6b7280;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;gap:8px}.sidebar__profile .sidebar__logout-btn:hover{background-color:#e5e7eb;color:#111827}.sidebar__nav{flex:1;display:flex;flex-direction:column;gap:.5rem;padding:0 1rem}.sidebar__footer{padding:1rem;border-top:1px solid #E5E7EB;display:flex;flex-direction:column;gap:.5rem;margin-top:auto}.sidebar__item{display:flex;align-items:center;height:48px;padding:0 .75rem;border-radius:8px;color:#6b7280;text-decoration:none;transition:all .2s ease;cursor:pointer;background:transparent;border:none;width:100%}.sidebar__item:hover{background-color:#f9fafb;color:#111827}.sidebar__item--active{background-color:#eff6ff;color:#2563eb;font-weight:500}.sidebar__item .sidebar__icon-wrapper{display:flex;align-items:center;justify-content:center;width:24px;margin-right:12px;transition:margin .3s ease}.sidebar__item .sidebar__label{font-size:.9rem;white-space:nowrap;opacity:1;transition:opacity .2s ease}@media(max-width:1024px){.sidebar{width:72px;padding:0}.sidebar__header{padding:0;justify-content:center}.sidebar__brand{justify-content:center}.sidebar__brand-text{display:none}.sidebar__brand-icon{display:block}.sidebar__profile{padding:1rem 0;align-items:center;border-bottom:none;margin-bottom:.5rem}.sidebar__profile .sidebar__avatar{width:36px;height:36px;margin-bottom:0;border-width:1px}.sidebar__profile .sidebar__user-info{display:none}.sidebar__profile .sidebar__logout-btn{width:44px;height:44px;padding:0;border:none;background-color:transparent;margin-top:.5rem}.sidebar__profile .sidebar__logout-btn:hover{background-color:#f9fafb}.sidebar__profile .sidebar__logout-btn .logout-text{display:none}.sidebar__nav,.sidebar__footer{padding:0 .75rem;align-items:center}.sidebar__item{justify-content:center;padding:0;width:44px;height:44px;border-radius:12px}.sidebar__item .sidebar__icon-wrapper{margin-right:0;width:auto}.sidebar__item .sidebar__label{display:none}}.main-wrapper{flex:1;display:flex;flex-direction:column;width:100%}.top-header{height:72px;border-bottom:1px solid #E5E7EB;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 2rem}.top-header .header-left{display:flex;align-items:center;flex:1}.top-header .header-search{position:relative;max-width:320px;width:100%}.top-header .header-search .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#6b7280}.top-header .header-search input{width:100%;height:40px;padding-left:40px;border-radius:8px;border:1px solid transparent;background:#f3f4f6;outline:none;color:#111827;font-size:.9rem;transition:all .2s}.top-header .header-search input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.top-header .header-search input::placeholder{color:#6b7280}.top-header .header-right{display:flex;align-items:center;gap:1.5rem}.top-header .header-right .header-icon-btn{background:transparent;border:none;color:#6b7280;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.top-header .header-right .header-icon-btn:hover{background-color:#f9fafb;color:#111827}.top-header .header-right .header-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden}.top-header .header-right .header-avatar img{width:100%;height:100%;object-fit:cover}.top-header .header-right .header-logout-btn{display:flex;align-items:center;gap:8px;background:transparent;border:none;color:#6b7280;cursor:pointer;font-weight:500;font-size:.9rem;transition:color .2s}.top-header .header-right .header-logout-btn:hover{color:#111827}@media(max-width:576px){.top-header{justify-content:center;padding:0 1rem}.top-header .header-left{justify-content:center;flex:1}.top-header .header-right{display:none!important}}.page-content{padding:2rem}.page-content .container{max-width:1200px;margin:0 auto}.input-group{margin-bottom:24px;width:100%}.input-label{display:block;font-size:13px;font-weight:600;color:#1e293b;margin-bottom:8px;text-align:left}.input-label .required-asterisk{color:#ef4444;margin-left:2px}.input-field{width:100%;height:48px;padding:0 16px;background-color:#f8fafc;border:1px solid #E2E8F0;border-radius:10px;font-size:14px;color:#1e293b;transition:all .2s ease}.input-field::placeholder{color:#94a3b8}.input-field:focus{outline:none;border-color:#1e5af2;background-color:#fff;box-shadow:0 0 0 4px #1e5af214}.input-field--error{border-color:#ef4444}.input-field--error:focus{box-shadow:0 0 0 4px #ef444414}.input-error-message{display:block;margin-top:6px;font-size:12px;color:#ef4444;text-align:left}.btn{display:inline-flex;align-items:center;justify-content:center;width:100%;height:48px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;border:1px solid transparent;text-decoration:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:#1e5af2;color:#fff}.btn-primary:not(:disabled):hover{background-color:#1a4dd8}.btn-google{background-color:#f8fafc;border-color:#e2e8f0;color:#475569;font-weight:500}.btn-google:not(:disabled):hover{background-color:#f1f5f9;border-color:#cbd5e1}.btn-google .google-icon{margin-right:12px;width:18px;height:18px;display:flex;align-items:center;justify-content:center}.btn-outline{background-color:transparent;border-color:#e2e8f0;color:#64748b}.btn-outline:not(:disabled):hover{border-color:#cbd5e1;background-color:#f8fafc}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.application-list{width:100%}.application-list__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}@media(max-width:640px){.application-list__header{margin-bottom:1.5rem}.application-list__header h2{font-size:1.25rem}.application-list__header .btn-new{padding:.5rem 1rem;font-size:.8rem}}.application-list__header h2{font-size:1.5rem;font-weight:700;color:#111827;letter-spacing:-.025em}.application-list__header .btn-new{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background-color:#2563eb;color:#fff;border-radius:.5rem;font-weight:500;font-size:.875rem;border:none;cursor:pointer;box-shadow:0 1px 2px #0000000d;transition:all .2s ease-in-out;white-space:nowrap}.application-list__header .btn-new:hover{background-color:#1d4ed8}.application-list__header .btn-new:active{transform:scale(.98)}.application-list__empty{background-color:#fff;border-radius:1rem;border:1px solid #F3F4F6;text-align:left;padding:5rem 2rem}.application-list__empty-icon{width:3rem;height:3rem;background-color:#f9fafb;color:#9ca3af;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;border:1px solid #F3F4F6}.application-list__empty h3{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.25rem}.application-list__empty p{color:#6b7280;font-size:.875rem;margin-bottom:1.5rem;max-width:24rem}.application-list__empty .btn-create{padding:.5rem 1rem;border:1px solid #E5E7EB;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#374151;background:transparent;transition:all .2s ease-in-out;cursor:pointer}.application-list__empty .btn-create:hover{background-color:#f9fafb}.application-list__items{display:flex;flex-direction:column;gap:.75rem}.application-item{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;background-color:#fff;border:1px solid #F3F4F6;border-radius:1rem;transition:all .2s ease-in-out;margin-bottom:.75rem;position:relative}.application-item:hover{box-shadow:0 4px 20px -4px #0000000d}.application-item:hover .application-item__actions{opacity:1;transform:translate(0)}.application-item__left{display:flex;align-items:center;gap:1rem}.application-item__icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;color:#9ca3af}.application-item__icon-circle{width:1.5rem;height:1.5rem;border-radius:50%;background-color:transparent;border:1px solid transparent;display:flex;align-items:center;justify-content:center;color:#9ca3af}.application-item__doc-icon{color:#374151}.application-item__details{display:flex;flex-direction:column}.application-item__details-header{display:flex;align-items:center;gap:.75rem}.application-item__details-header h3{font-weight:600;font-size:1rem;color:#111827;margin:0}.application-item__details-date{font-size:.75rem;color:#6b7280;margin-top:.125rem}.application-item__badge{padding:.125rem .625rem;border-radius:.375rem;font-size:.6875rem;font-weight:600;border:1px solid transparent}.application-item__badge.draft{background-color:#fff6ed;color:#c4320a;border-color:#fff6ed}.application-item__badge.pending{background-color:#eab308;color:#fff;border-color:#ca8a04}.application-item__badge.completed{background-color:#ecfdf5;color:#047857;border-color:#ecfdf5}.application-item__badge.processing{background-color:#eff6ff;color:#1d4ed8;border-color:#eff6ff}.application-item__actions{display:flex;align-items:center;gap:.75rem}.application-item__actions .btn-download{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;color:#374151;background-color:#f9fafb;border-radius:.5rem;font-size:.875rem;font-weight:500;border:1px solid #E5E7EB;cursor:pointer;transition:all .2s ease-in-out}.application-item__actions .btn-download:hover{background-color:#f3f4f6;color:#111827}.application-item__actions .btn-download:active{transform:scale(.98)}.application-item__actions .btn-delete{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;color:#fff;background-color:#ef4444;border-radius:.5rem;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:all .2s ease-in-out}.application-item__actions .btn-delete:hover{background-color:#fee2e2}.application-item__actions .btn-continue{display:flex;align-items:center;gap:.375rem;padding:.5rem 1.25rem;background-color:#2563eb;color:#fff;border-radius:.5rem;font-size:.875rem;font-weight:500;text-decoration:none;box-shadow:0 1px 2px #0000000d;transition:all .2s ease-in-out}.application-item__actions .btn-continue:hover{background-color:#1d4ed8}.application-item__actions .btn-view{display:flex;align-items:center;gap:.375rem;padding:.5rem 1.25rem;background-color:#f3f4f6;color:#4b5563;border-radius:.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s ease-in-out}.application-item__actions .btn-view:hover{background-color:#e5e7eb}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1.5rem;overflow-y:auto;animation:fadeIn .2s ease-out}.modal-content{background-color:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;margin:auto;position:relative;animation:zoomIn .2s ease-out;border:1px solid #E5E7EB;flex-shrink:0}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #F3F4F6;border-radius:1rem 1rem 0 0}.modal-body{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group label{font-size:.875rem;font-weight:600;color:#374151;display:flex;align-items:center;gap:.25rem}.form-group label .required{color:#dc2626}.form-group label .inline-icon{color:#9ca3af}.form-group .input-wrapper{position:relative}.form-group .input-wrapper .input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af}.form-group .input-wrapper input{width:100%;padding:.625rem 1rem .625rem 2.5rem;border:1px solid #E5E7EB;border-radius:.75rem;font-size:.875rem;color:#111827;outline:none;transition:all .2s ease-in-out}.form-group .input-wrapper input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #dbeafe}.form-group .input-wrapper input::placeholder{color:#9ca3af}@media(min-width:1024px){.form-group .input-wrapper input{max-width:449px}}.phone-input-group{display:flex;gap:.75rem;position:relative}@media(min-width:1024px){.phone-input-group{max-width:449px}}.phone-input-group .country-select{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;border:1px solid #E5E7EB;border-radius:.75rem;background-color:#f9fafb;font-size:.875rem;font-weight:500;color:#111827;cursor:pointer;white-space:nowrap;transition:all .2s ease-in-out;appearance:none;outline:none}.phone-input-group .country-select:hover{background-color:#f3f4f6;border-color:#d1d5db}.phone-input-group .country-select:disabled{opacity:.7;cursor:default}.phone-input-group .country-select:disabled:hover{background-color:#f9fafb;border-color:#e5e7eb}.phone-input-group .country-dropdown{position:absolute;top:100%;left:0;margin-top:.5rem;background-color:#fff;border:1px solid #E5E7EB;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:320px;z-index:50;display:flex;flex-direction:column;overflow:hidden}.phone-input-group .country-dropdown.open-up{top:auto;bottom:100%;margin-top:0;margin-bottom:.5rem;box-shadow:0 -4px 6px -1px #0000001a,0 -2px 4px -1px #0000000f}.phone-input-group .country-dropdown .country-search{padding:.5rem;border-bottom:1px solid #F3F4F6;display:flex;align-items:center;gap:.5rem;background-color:#fff;position:sticky;top:0}.phone-input-group .country-dropdown .country-search .search-icon{color:#9ca3af}.phone-input-group .country-dropdown .country-search input{border:none;outline:none;width:100%;font-size:.875rem;color:#111827;padding:.25rem 0}.phone-input-group .country-dropdown .country-search input::placeholder{color:#9ca3af}.phone-input-group .country-dropdown .country-list{overflow-y:auto;flex:1;padding:.5rem}.phone-input-group .country-dropdown .no-results{padding:1rem;text-align:center;color:#6b7280;font-size:.875rem}.phone-input-group .country-dropdown .country-option{display:flex;align-items:center;width:100%;padding:.5rem;border:none;background:transparent;cursor:pointer;border-radius:.5rem;transition:all .2s ease-in-out;text-align:left;gap:.75rem}.phone-input-group .country-dropdown .country-option:hover{background-color:#f9fafb}.phone-input-group .country-dropdown .country-option.selected{background-color:#eff6ff}.phone-input-group .country-dropdown .country-option.selected .country-name,.phone-input-group .country-dropdown .country-option.selected .country-code{color:#1d4ed8}.phone-input-group .country-dropdown .country-option .country-flag{font-size:1.25rem;line-height:1}.phone-input-group .country-dropdown .country-option .country-name{flex:1;font-size:.875rem;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phone-input-group .country-dropdown .country-option .country-code{font-size:.875rem;color:#6b7280;font-family:monospace}.phone-input-group .country-dropdown .country-option .check-icon{color:#2563eb}.phone-input-group .input-wrapper{flex:1}.phone-input-group .input-wrapper input{padding-left:1rem}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;border-bottom:1px solid #F3F4F6;border-radius:1rem 1rem 0 0}.modal-header__left{display:flex;align-items:center;gap:1rem}.modal-header__icon{width:2.5rem;height:2.5rem;background-color:#000;color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.modal-header__close{background:transparent;border:none;outline:none;box-shadow:none;color:#9ca3af;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out}.modal-header__close:hover{background-color:#f9fafb;color:#4b5563}.modal-header__close{appearance:none;-webkit-appearance:none}.modal-body{padding:1rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.modal-footer{padding:0 1.5rem 1.5rem;margin-top:0}.modal-footer .btn-submit{width:100%;padding:.75rem;background-color:#2563eb;color:#fff;border:none;border-radius:.75rem;font-weight:600;font-size:.875rem;cursor:pointer;box-shadow:0 4px 6px -1px #2563eb33;transition:all .2s ease-in-out}.modal-footer .btn-submit:hover{background-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 8px -1px #2563eb4d}@media(min-width:1024px){.modal-footer .btn-submit{max-width:449px}}.modal-footer .btn-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.upload-area{border:2px dashed #D1D5DB;border-radius:1rem;padding:1.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:all .2s ease-in-out;background-color:#f9fafb;text-align:center;position:relative}.upload-area .ai-badge{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border:1px solid rgba(59,130,246,.2);padding:.25rem .75rem;border-radius:99px;font-size:.7rem;font-weight:600;color:#2563eb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 10px #3b82f61a;z-index:5}.upload-area .ai-badge-pulse{width:6px;height:6px;background-color:#3b82f6;border-radius:50%;position:relative}.upload-area .ai-badge-pulse:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:inherit;border-radius:50%;animation:ai-pulse 2s infinite}@keyframes ai-pulse{0%{transform:scale(1);opacity:.8}to{transform:scale(3);opacity:0}}.upload-area:hover{background-color:#eff6ff;border-color:#60a5fa}.upload-area:hover .upload-icon{color:#2563eb;background-color:#fff}.upload-area .upload-icon{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;color:#6b7280;box-shadow:0 1px 2px #0000000d;transition:all .2s ease-in-out}.upload-area h3{font-size:.875rem;color:#374151;font-weight:500;margin:0}.upload-area h3 strong{color:#111827}.upload-area p{font-size:.75rem;color:#6b7280;margin:0}.upload-area .btn-browse{background-color:#2563eb;color:#fff;padding:.375rem .75rem;border-radius:.75rem;font-size:.75rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease-in-out;margin-top:.25rem}.upload-area .btn-browse:hover{background-color:#1d4ed8}.alert-box{padding:.5rem 1rem;border-radius:.75rem;font-size:.75rem;display:flex;align-items:center;gap:.5rem;line-height:1.4;width:fit-content}.alert-box.info{background-color:#ecfdf5;color:#047857;border:1px solid #D1FAE5}.alert-box.error{background-color:#fef2f2;color:#b91c1c;border:1px solid #FEE2E2}.alert-box.warning{background-color:#fffbeb;color:#b45309;border:1px solid #FEF3C7}.step-header-extra{font-size:.875rem;color:#6b7280;margin-top:.25rem}.review-passport-modal{max-width:1200px!important;width:95%;max-height:90vh;display:flex;flex-direction:column}.review-body{flex:1;overflow-y:auto;padding:0}.review-split{display:flex;flex-direction:column}@media(min-width:1024px){.review-split{flex-direction:row;height:100%}}.review-image-section{flex:1;background-color:#f9fafb;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;border-right:1px solid #E5E7EB}.review-image-section .review-image-header{font-size:.875rem;font-weight:500;color:#6b7280}.review-image-section .image-container{flex:1;background-color:#fff;border:1px solid #E5E7EB;border-radius:.75rem;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:300px}.review-image-section .image-container img{max-width:100%;max-height:100%;object-fit:contain}.review-image-section .image-container .placeholder-image{color:#9ca3af}.review-form-section{flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.review-form-section .form-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.review-form-section .form-grid{grid-template-columns:1fr}}.review-form-section .form-group{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.review-form-section .form-group label{width:120px;font-size:.875rem;font-weight:500;color:#6b7280;flex-shrink:0}.review-form-section .form-group input{flex:1;padding:.5rem .75rem;border:1px solid #E5E7EB;border-radius:.5rem;font-size:.875rem;color:#111827;font-weight:500}.review-form-section .form-group input:focus{border-color:#3b82f6;outline:none}.review-form-section .form-group .input-wrapper{flex:1;position:relative;display:flex;align-items:center}.review-form-section .form-group .input-wrapper input{width:100%}.review-form-section .form-group .input-wrapper input::-webkit-calendar-picker-indicator{background:transparent;color:transparent;cursor:pointer;height:auto;inset:0;position:absolute;width:auto}.review-form-section .form-group .input-wrapper .input-icon-right{position:absolute;right:.75rem;color:#9ca3af;pointer-events:none}.review-form-section .btn-approve{margin-top:auto}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.ai-loader-container{position:absolute;inset:0;background-color:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:50;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:inherit}.ai-loader-container .ai-orb{width:120px;height:120px;position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.ai-loader-container .ai-orb:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:radial-gradient(circle,#3b82f633,#3b82f600 70%);animation:pulse 3s infinite ease-in-out}.ai-loader-container .ai-orb .ring{position:absolute;border-radius:50%;border:2px solid transparent;border-top-color:#3b82f6;border-right-color:#8b5cf6}.ai-loader-container .ai-orb .ring:nth-child(1){width:100%;height:100%;animation:rotate 3s linear infinite}.ai-loader-container .ai-orb .ring:nth-child(2){width:80%;height:80%;border-top-color:#ec4899;border-left-color:#3b82f6;animation:rotate 4s linear infinite reverse}.ai-loader-container .ai-orb .ring:nth-child(3){width:60%;height:60%;border-bottom-color:#06b6d4;border-right-color:#ec4899;animation:rotate 5s linear infinite}.ai-loader-container .ai-orb .core{width:40%;height:40%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;box-shadow:0 0 20px #3b82f699;animation:pulse 2s infinite ease-in-out}.ai-loader-container .ai-status-text{font-family:Inter,sans-serif;font-weight:600;font-size:1.125rem;background:linear-gradient(90deg,#3b82f6,#ec4899);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:pulse 2s infinite ease-in-out}.app-form-section{background-color:#fff;border-radius:1rem;border:1px solid #E5E7EB;padding:2rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.app-form-section .app-form-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.app-form-section .app-form-header h2{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.app-form-section .app-form-header .btn-save{padding:.5rem 1.25rem;background-color:#fff;color:#374151;border-radius:.5rem;font-weight:500;font-size:.875rem;border:1px solid #E5E7EB;cursor:pointer;transition:all .2s ease-in-out}.app-form-section .app-form-header .btn-save:hover{background-color:#f9fafb}.app-form-section .app-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.app-form-section .app-form-group{display:flex;flex-direction:column;gap:.5rem}.app-form-section .app-form-group label{font-size:.875rem;font-weight:500;color:#4b5563}.app-form-section .app-form-group .app-input-wrapper{position:relative;display:flex;align-items:center}.app-form-section .app-form-group .app-input-wrapper input{width:100%;padding:.625rem 1rem;background-color:#f9fafb;border:1px solid #E5E7EB;border-radius:.5rem;font-size:.875rem;color:#111827;font-weight:500;transition:all .2s ease-in-out}.app-form-section .app-form-group .app-input-wrapper input:focus{background-color:#fff;border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.app-form-section .app-form-group .app-input-wrapper input::placeholder{color:#9ca3af;font-weight:400}.pro-tip-card{background-color:#ecfdf5;border-radius:1rem;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}.pro-tip-card .pro-tip-header{display:flex;align-items:center;gap:.5rem;color:#059669;font-weight:600;font-size:.875rem}.pro-tip-card .pro-tip-header svg{width:16px;height:16px}.pro-tip-card p{color:#065f46;font-size:.875rem;margin:0;line-height:1.5}.auth-page-content{width:100%}.auth-content-header{margin-bottom:24px}.auth-content-title{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:8px}.auth-content-subtitle{font-size:14px;color:#64748b}.auth-content-subtitle .text-primary-link{color:#1e5af2;text-decoration:none;font-weight:600}.auth-content-subtitle .text-primary-link:hover{text-decoration:underline}.auth-form-body .form-grid{display:grid;grid-template-columns:1fr;gap:4px}.auth-form-divider{display:flex;align-items:center;margin:16px 0}.auth-form-divider:before,.auth-form-divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.auth-form-divider .divider-label{padding:0 12px;color:#94a3b8;font-size:13px;font-weight:500}.form-extra-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}@media(max-width:480px){.form-extra-actions{flex-direction:column;align-items:flex-start;gap:16px}}.checkbox-container{display:flex;align-items:flex-start;cursor:pointer;font-size:14px;color:#64748b;line-height:1.4}.checkbox-container .custom-checkbox{width:18px;height:18px;margin-right:12px;margin-top:1px;accent-color:#1E5AF2;cursor:pointer;flex-shrink:0}.forgot-password-link{color:#1e5af2;text-decoration:none;font-size:14px;font-weight:600}.forgot-password-link:hover{text-decoration:underline}.form-error-msg{color:#ef4444;font-size:14px;margin-top:16px;text-align:center;font-weight:500}.mb-6{margin-bottom:24px}.mt-6{margin-top:24px}.form-row{display:flex;gap:16px;width:100%}.form-row .input-group{flex:1}@media(max-width:640px){.form-row{flex-direction:column;gap:0}}.checkbox-stack{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.checkbox-stack .checkbox-text{line-height:1.5}.checkbox-stack .checkbox-text a{color:#1e5af2;font-weight:500;text-decoration:none}.verify-email-content{max-width:440px;margin:0 auto;text-align:center}.verify-email-content .verify-email-body{display:flex;flex-direction:column;align-items:center}.verify-email-content .icon-wrapper{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#111827;margin-bottom:1.5rem}.verify-email-content .title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.75rem;line-height:1.3}.verify-email-content .description{font-size:.9375rem;color:#6b7280;line-height:1.5;margin-bottom:2rem}.verify-email-content .actions{display:flex;flex-direction:column;gap:1rem;width:100%;margin-top:1rem}.verify-email-content .actions .btn{width:100%}.verify-email-content .actions .resend-text{font-size:.875rem;color:#6b7280;margin-top:.5rem}.profile-page{padding:1rem 0;max-width:1000px}.profile-page .profile-header{margin-bottom:2.5rem}.profile-page .profile-header .profile-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}.profile-page .profile-header .profile-subtitle{font-size:1rem;color:#6b7280}.profile-page .profile-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.profile-page .profile-grid{grid-template-columns:1.8fr 1fr}}.profile-page .profile-card{background:#fff;border:1px solid #E5E7EB;border-radius:1.25rem;padding:2rem;box-shadow:0 1px 2px #0000000d;height:fit-content}.profile-page .profile-card h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1.25rem}.profile-page .main-info .avatar-section{display:flex;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid #F3F4F6}.profile-page .main-info .avatar-section .avatar-wrapper{position:relative;width:100px;height:100px}.profile-page .main-info .avatar-section .avatar-wrapper img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:4px solid #ffffff;box-shadow:0 0 0 1px #e5e7eb}.profile-page .main-info .avatar-section .avatar-wrapper .avatar-upload-btn{position:absolute;bottom:0;right:0;width:32px;height:32px;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:3px solid #ffffff;transition:all .2s ease-in-out}.profile-page .main-info .avatar-section .avatar-wrapper .avatar-upload-btn:hover{background:#1d4ed8;transform:scale(1.1)}.profile-page .main-info .avatar-section .avatar-info h2{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.25rem}.profile-page .main-info .avatar-section .avatar-info p{font-size:.875rem;color:#6b7280}.profile-page .main-info .profile-form{display:grid;gap:1.5rem}.profile-page .main-info .profile-form .form-group{display:flex;flex-direction:column;gap:.5rem}.profile-page .main-info .profile-form .form-group label{font-size:.875rem;font-weight:500;color:#374151}.profile-page .main-info .profile-form .form-group .input-wrapper{position:relative;display:flex;align-items:center}.profile-page .main-info .profile-form .form-group .input-wrapper.disabled input{background-color:#f9fafb;color:#6b7280;cursor:not-allowed}.profile-page .main-info .profile-form .form-group .input-wrapper .input-icon{position:absolute;left:1rem;color:#9ca3af}.profile-page .main-info .profile-form .form-group .input-wrapper input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:1px solid #E5E7EB;border-radius:.75rem;font-size:.875rem;transition:all .2s ease-in-out}.profile-page .main-info .profile-form .form-group .input-wrapper input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.profile-page .main-info .profile-form .form-group .field-hint{font-size:.75rem;color:#9ca3af;margin-top:.25rem}.profile-page .stats-card .stats-grid{display:grid;gap:1.25rem}.profile-page .stats-card .stats-grid .stat-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:1rem}.profile-page .stats-card .stats-grid .stat-item .stat-icon{width:40px;height:40px;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.profile-page .stats-card .stats-grid .stat-item .stat-icon.total{background:#3b82f61a;color:#2563eb}.profile-page .stats-card .stats-grid .stat-item .stat-icon.success{background:#10b9811a;color:#047857}.profile-page .stats-card .stats-grid .stat-item .stat-icon.pending{background:#f59e0b1a;color:#d97706}.profile-page .stats-card .stats-grid .stat-item .stat-info{display:flex;flex-direction:column}.profile-page .stats-card .stats-grid .stat-item .stat-info .stat-value{font-size:1.125rem;font-weight:700;color:#111827}.profile-page .stats-card .stats-grid .stat-item .stat-info .stat-label{font-size:.75rem;color:#6b7280;font-weight:500}.profile-page .security-card{display:flex;flex-direction:column;gap:1.25rem;margin-top:2rem}.profile-page .security-card .security-header{display:flex;align-items:center;gap:.75rem}.profile-page .security-card .security-header .security-icon{color:#dc2626}.profile-page .security-card p{font-size:.875rem;color:#6b7280;line-height:1.5}.profile-page .security-card .btn-outline-danger{width:100%;border:1px solid #FEE2E2;background:transparent;color:#dc2626;padding:.75rem;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s}.profile-page .security-card .btn-outline-danger:hover{background:#fef2f2;border-color:#dc2626}.profile-loading{display:flex;height:60vh;align-items:center;justify-content:center;color:#2563eb}.billing-page{padding:1rem 0;max-width:1100px}.billing-page .billing-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem}.billing-page .billing-header .title-area h1{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}.billing-page .billing-header .title-area p{font-size:1rem;color:#6b7280}.billing-page .billing-header .billing-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#eff6ff;color:#2563eb;border-radius:2rem;font-size:.875rem;font-weight:600;border:1px solid rgba(37,99,235,.1)}.billing-page .billing-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}@media(min-width:768px){.billing-page .billing-grid{grid-template-columns:1.5fr 1fr}}.billing-page .billing-card{background:#fff;border:1px solid #E5E7EB;border-radius:1.25rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d}.billing-page .billing-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.billing-page .billing-card .card-header h3{font-size:1.125rem;font-weight:600;color:#111827}.billing-page .usage-card .usage-progress{display:flex;flex-direction:column;gap:.75rem}.billing-page .usage-card .usage-progress .progress-info{display:flex;justify-content:space-between;font-size:.875rem;color:#374151;font-weight:500}.billing-page .usage-card .usage-progress .progress-info .value{color:#111827;font-weight:700}.billing-page .usage-card .usage-progress .progress-bar{height:12px;background:#f3f4f6;border-radius:6px;overflow:hidden}.billing-page .usage-card .usage-progress .progress-bar .progress-fill{height:100%;background:#2563eb;border-radius:6px;transition:width 1s ease-out}.billing-page .usage-card .usage-progress .reset-hint{font-size:.75rem;color:#6b7280;margin-top:.25rem}.billing-page .plan-card .plan-details{display:flex;flex-direction:column;gap:.5rem}.billing-page .plan-card .plan-details .plan-name{font-size:.875rem;color:#6b7280;font-weight:500}.billing-page .plan-card .plan-details .plan-price{font-size:2rem;font-weight:700;color:#111827}.billing-page .plan-card .plan-details .plan-price span{font-size:.875rem;color:#6b7280;font-weight:400}.billing-page .plan-card .plan-details p{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.billing-page .tiers-section{margin-bottom:3rem}.billing-page .tiers-section h2{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.billing-page .tiers-section .tiers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.billing-page .tiers-section .tier-card{background:#fff;border:1px solid #E5E7EB;border-radius:1.5rem;padding:2rem;position:relative;display:flex;flex-direction:column;transition:all .3s ease}.billing-page .tiers-section .tier-card.popular{border-color:#3b82f6;box-shadow:0 10px 30px #3b82f61a}.billing-page .tiers-section .tier-card.popular .popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#2563eb;color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:700}.billing-page .tiers-section .tier-card.coming-soon{opacity:.8;background:#fcfcfd;border-style:dashed}.billing-page .tiers-section .tier-card.coming-soon .coming-soon-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#6b7280;color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:700}.billing-page .tiers-section .tier-card.coming-soon .tier-header,.billing-page .tiers-section .tier-card.coming-soon .features-list,.billing-page .tiers-section .tier-card.coming-soon .btn-outline-primary{filter:grayscale(1)}.billing-page .tiers-section .tier-card.current{background:#f9fafb}.billing-page .tiers-section .tier-card .tier-header{margin-bottom:1.5rem}.billing-page .tiers-section .tier-card .tier-header h3{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.5rem}.billing-page .tiers-section .tier-card .tier-header .price{display:flex;align-items:baseline;color:#111827}.billing-page .tiers-section .tier-card .tier-header .price .currency{font-size:1.5rem;font-weight:500}.billing-page .tiers-section .tier-card .tier-header .price .amount{font-size:2.5rem;font-weight:800}.billing-page .tiers-section .tier-card .tier-header .price .period{color:#6b7280;font-size:1rem}.billing-page .tiers-section .tier-card .features-list{list-style:none;padding:0;margin:0 0 2rem;flex:1}.billing-page .tiers-section .tier-card .features-list li{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#4b5563;margin-bottom:.75rem}.billing-page .tiers-section .tier-card .features-list li svg{color:#047857}.billing-page .history-card .table-responsive{overflow-x:auto;margin:0 -1.5rem;padding:0 1.5rem}.billing-page .history-card .history-table{width:100%;border-collapse:collapse;text-align:left}.billing-page .history-card .history-table th{font-size:.75rem;text-transform:uppercase;color:#6b7280;font-weight:600;padding:1rem;border-bottom:1px solid #F3F4F6}.billing-page .history-card .history-table td{padding:1.25rem 1rem;font-size:.875rem;color:#374151;border-bottom:1px solid #F3F4F6}.billing-page .history-card .history-table td.font-medium{font-weight:600;color:#111827}.billing-page .history-card .history-table .status-badge{display:inline-flex;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600}.billing-page .history-card .history-table .status-badge.paid{background:#ecfdf5;color:#047857}.billing-page .history-card .history-table .btn-icon{background:transparent;border:none;color:#9ca3af;cursor:pointer;transition:color .2s}.billing-page .history-card .history-table .btn-icon:hover{color:#2563eb}.billing-page .history-card .empty-history{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:#6b7280}.billing-page .history-card .empty-history .empty-icon{margin-bottom:1.5rem;color:#d1d5db;opacity:.5}.billing-page .history-card .empty-history p{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.25rem}.billing-page .history-card .empty-history span{font-size:.875rem;color:#6b7280}
