@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#0f172a;background:#f5f6fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;padding:0;overflow-x:hidden;background:#f5f6fb;color:inherit}#root{width:100%;min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#e2e8f0;border-radius:4px}::-webkit-scrollbar-thumb{background:#94a3b88c;border-radius:4px;transition:background .2s}::-webkit-scrollbar-thumb:hover{background:#64748bb3}::selection{background:#2b2bf326;color:#0f172a}::-moz-selection{background:#2b2bf326;color:#0f172a}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header{background:transparent;border-bottom:none;margin:0 0 24px;padding-top:24px}.header-wrapper{max-width:1080px;margin:0 auto;padding:24px clamp(16px,4vw,32px);border-radius:16px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 8px 24px #0f172a14}.header-content{display:flex;align-items:center;gap:24px}.header-logo{height:clamp(44px,5vw,60px);width:auto;object-fit:contain}.header-text{display:flex;flex-direction:column;gap:8px}.header-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#2b2bf31f;color:#2b2bf3;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;width:fit-content}.header h1{margin:0;font-size:clamp(1.8rem,3vw,2.3rem);font-weight:700;color:#0f172a;line-height:1.2}.header-subtitle{margin:0;color:#475569;font-size:clamp(.95rem,1.2vw,1.05rem);font-weight:500;max-width:520px}.app-container{max-width:1080px;margin:0 auto;padding:0 clamp(18px,5vw,32px) 64px;display:flex;flex-direction:column;gap:20px}.tabs{display:flex;gap:10px;padding:10px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 6px 20px #0f172a0f;overflow-x:auto;scrollbar-width:thin}.tabs::-webkit-scrollbar{height:6px}.tab-button{padding:10px 16px;border-radius:10px;border:1px solid transparent;background:#f8fafc;color:#1f2937;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px;transition:all .2s ease;min-width:60px;flex-shrink:0}.tab-button:hover:not(.disabled){background:#2b2bf31a;border-color:#2b2bf340;color:#0f172a}.tab-button.active{color:#fff;background:#2b2bf3;border-color:#2b2bf3;box-shadow:0 8px 20px #2b2bf338}.tab-button.disabled{opacity:.55;background:#f1f5f9;border-color:transparent;cursor:not-allowed}.tab-icon{width:26px;height:26px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#2b2bf31f;color:#2b2bf3;transition:all .2s ease}.tab-button.active .tab-icon{background:#ffffff2e;color:#fff}.tab-label{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.tab-check{color:#22c55e;margin-left:auto;flex-shrink:0}.tab-content{margin:0;background:#fff;border-radius:14px;padding:clamp(22px,3vw,32px);border:1px solid #e2e8f0;box-shadow:0 8px 24px #0f172a14}.form-section{display:flex;flex-direction:column;gap:18px}.form-field{display:flex;flex-direction:column;gap:8px}.form-field label{font-weight:600;color:#0f172a;font-size:14px;display:flex;align-items:center;gap:6px}.label-icon{color:#2b2bf3;display:flex;align-items:center;flex-shrink:0}.required{color:#ef4444;margin-left:2px;font-weight:600}.form-input{width:100%;padding:11px 14px;border:1px solid #cbd5f5;border-radius:10px;font-size:14px;font-family:inherit;transition:all .2s ease;background:#fff;color:#0f172a}.form-input:focus{outline:none;border-color:#2b2bf3;box-shadow:0 0 0 3px #2b2bf326}.form-input::placeholder{color:#94a3b8}textarea.form-input{resize:vertical;min-height:110px}select.form-input{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232b2bf3' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.radio-group{display:flex;gap:10px;flex-wrap:wrap;margin-top:2px}.radio-option{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:500;padding:10px 14px;border:1px solid #ccd5ff;border-radius:10px;background:#fff;transition:all .2s ease}.radio-option:hover{border-color:#2b2bf3;background:#2b2bf314}.radio-option input[type=radio]{display:none}.radio-custom{width:16px;height:16px;border:2px solid #cbd5f5;border-radius:50%;position:relative;transition:all .2s ease;flex-shrink:0}.radio-option input[type=radio]:checked+.radio-custom{border-color:#2b2bf3;background:#2b2bf3}.radio-option input[type=radio]:checked+.radio-custom:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;background:#fff;border-radius:50%}.radio-text{-webkit-user-select:none;user-select:none;font-weight:500;color:#1f2937}.radio-option input[type=radio]:checked~.radio-text{color:#2b2bf3}.section-separator{border:none;border-top:1px solid #e2e8f0;margin:16px 0}.section-title{color:#2b2bf3;font-size:12px;font-weight:600;letter-spacing:.14em;margin:0 0 10px;text-transform:uppercase}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px;padding-top:18px;border-top:1px solid #e2e8f0}.next-button,.complete-button{padding:11px 20px;background:#2b2bf3;color:#fff;border:none;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px;box-shadow:0 8px 20px #2b2bf32e}.next-button:hover,.complete-button:hover{transform:translateY(-1px);box-shadow:0 10px 22px #2b2bf33d}.next-button:active,.complete-button:active{transform:translateY(0)}.complete-button{background:#1d4ed8}.complete-button:disabled{background:#94a3b8;cursor:not-allowed;box-shadow:none}.file-input-wrapper{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.file-input{display:none}.file-button{padding:10px 16px;background:#2b2bf3;color:#fff;border:none;border-radius:10px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s ease;display:inline-flex;align-items:center;gap:7px}.file-button:hover{transform:translateY(-1px);box-shadow:0 10px 20px #2b2bf333}.file-name{color:#64748b;font-size:14px;font-style:italic}.sample-data-button{padding:8px 14px;background:#f8fafc;color:#1f2937;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;font-size:13px;font-weight:600;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px}.sample-data-button:hover{background:#2b2bf30f;border-color:#2b2bf333}.sample-data-button svg{color:#2b2bf3}.language-list{display:flex;flex-direction:column;gap:10px}.language-item{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.remove-language-button{padding:8px;background:#ef4444;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:34px;height:34px}.remove-language-button:hover{transform:scale(1.05)}.add-language-button{padding:12px 16px;background:#2b2bf314;color:#1d4ed8;border:1px dashed rgba(43,43,243,.3);border-radius:12px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s ease;display:flex;align-items:center;gap:8px;width:100%;justify-content:center}.add-language-button:hover{background:#2b2bf31f}@media(max-width:840px){.header-wrapper{padding:22px clamp(16px,5vw,28px)}.header-content{flex-direction:column;align-items:flex-start}.tabs{padding:10px;gap:8px}.tab-content{padding:clamp(22px,7vw,30px)}.form-actions{flex-direction:column;align-items:stretch}.next-button,.complete-button{width:100%;justify-content:center}}@media(max-width:520px){.app-container{padding:0 16px 48px}.tabs{border-radius:12px}.tab-button{padding:10px 12px;font-size:13px}.tab-icon{width:24px;height:24px}.header{padding-top:18px}.header-wrapper{border-radius:16px}.header h1{font-size:clamp(1.6rem,6vw,2.05rem)}}
