.tf-wrapper{background-color:#f4f6f8;flex-direction:column;min-height:100vh;font-family:Inter,system-ui,sans-serif;display:flex}.tf-header{background:#fff;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;box-shadow:0 1px 4px #002d5b1a}.tf-logo-img{object-fit:contain;width:auto;height:40px}.tf-logo-img-large{object-fit:contain;width:auto;height:80px;margin-bottom:2rem}.tf-section-badge{color:#00b4a9;letter-spacing:.05em;text-transform:uppercase;background:#e6f7f6;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.tf-progress{color:#6b7280;font-size:.875rem;font-weight:500}.tf-container{flex:1;justify-content:center;align-items:center;width:100%;padding:2rem;display:flex}.tf-animating-in{animation:.4s cubic-bezier(.16,1,.3,1) forwards slideUpFade}.tf-animating-out{animation:.4s cubic-bezier(.16,1,.3,1) forwards slideUpFadeOut}.tf-content{width:100%;max-width:700px}.tf-intro,.tf-outro{text-align:center}.tf-title{color:#002d5b;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.tf-welcome{color:#00b4a9;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.tf-desc{color:#4b5563;margin-bottom:3rem;font-size:1.125rem;line-height:1.6}.tf-question-container{align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.tf-question-content{flex-direction:column;gap:.5rem;display:flex}.tf-question-text{color:#002d5b;margin:0;font-size:1.875rem;font-weight:600;line-height:1.3}.tf-question-note{color:#6b7280;opacity:.85;margin:0;font-size:1rem;font-weight:400;line-height:1.5}.tf-q-num{color:#00b4a9;margin-top:.2rem;font-size:1.5rem}.tf-asterisk{color:#ef4444;margin-left:.5rem}.tf-input-container{margin-bottom:2rem}.tf-input-text{color:#111827;background:0 0;border:none;border-bottom:2px solid #d1d5db;width:100%;padding:1rem 0;font-size:1.5rem;transition:border-color .3s}.tf-input-text:focus{border-bottom-color:#00b4a9;outline:none}.tf-input-text::placeholder{color:#9ca3af}.tf-input-date{color:#002d5b;font-family:inherit}.tf-options-grid{flex-direction:column;gap:.75rem;display:flex}.tf-option-btn{color:#374151;cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;width:100%;padding:1rem 1.5rem;font-size:1.125rem;transition:all .2s;display:flex}.tf-option-btn:hover{background:#f3f4f6;border-color:#d1d5db}.tf-option-btn.selected{color:#002d5b;background:#e6f7f6;border-color:#00b4a9;font-weight:600}.tf-key-hint{color:#6b7280;background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;margin-right:1rem;font-size:.75rem;font-weight:600;display:inline-flex}.tf-option-btn.selected .tf-key-hint{color:#fff;background:#00b4a9;border-color:#00b4a9}.tf-checkbox-indicator{color:#0000;border:2px solid #d1d5db;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;margin-right:1rem;font-size:1rem;transition:all .2s;display:inline-flex}.tf-option-btn.selected .tf-checkbox-indicator{color:#fff;background:#00b4a9;border-color:#00b4a9}.tf-nav{align-items:center;gap:1rem;display:flex}.tf-btn-primary{color:#fff;cursor:pointer;background:#002d5b;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1.125rem;font-weight:600;transition:background .2s,transform .1s;display:inline-flex}.tf-btn-primary:hover:not(:disabled){background:#001a35}.tf-btn-primary:active:not(:disabled){transform:translateY(2px)}.tf-btn-primary:disabled{cursor:not-allowed;opacity:.7;background:#9ca3af}.tf-btn-large{padding:1rem 2.5rem;font-size:1.25rem}.tf-btn-secondary{color:#4b5563;cursor:pointer;background:#f3f4f6;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1.125rem;font-weight:600;transition:background .2s}.tf-btn-secondary:hover:not(:disabled){background:#e5e7eb}.tf-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.tf-hint{opacity:.8;margin-left:.5rem;font-size:.875rem;font-weight:400}.tf-hint-small{font-size:1rem}.tf-enter-hint{color:#6b7280;font-size:.875rem}.tf-actions{justify-content:center;gap:1rem;margin-top:2rem;display:flex}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUpFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@media (width<=640px){.tf-question-text{font-size:1.5rem}.tf-question-note{font-size:.875rem}.tf-input-text{font-size:1.25rem}.tf-header{padding:1rem}}.page-container-auth{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;font-family:Inter,system-ui,sans-serif;display:flex}.auth-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffffe6;border-radius:16px;width:100%;max-width:400px;padding:3rem;animation:.5s ease-out fadeIn;box-shadow:0 10px 30px #0000001a}.auth-card h2{color:#2c3e50;margin-top:0;font-weight:700}.auth-card p{color:#596a7d;margin-bottom:2rem;line-height:1.5}.form-card{background:#fff;border-radius:20px;width:100%;max-width:600px;padding:2.5rem;animation:.6s cubic-bezier(.16,1,.3,1) slideUp;box-shadow:0 15px 35px #32325d1a,0 5px 15px #00000012}.form-header{border-bottom:2px solid #f1f4f8;margin-bottom:2rem;padding-bottom:1rem}.form-header h2{color:#1a202c;margin:0;font-size:1.8rem}.form-header p{color:#718096;margin-top:.5rem}.data-form{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group{flex-direction:column;display:flex}.form-group label{color:#4a5568;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.form-group input{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem;font-size:1rem;transition:all .3s}.form-group input:focus{background-color:#fff;border-color:#3182ce;outline:none;box-shadow:0 0 0 3px #3182ce33}.form-section{grid-column:span 2;margin-top:1rem}.form-section h3{color:#2d3748;border-bottom:1px solid #e2e8f0;margin:0;padding-bottom:.5rem;font-size:1.2rem}.form-actions{grid-column:span 2;justify-content:flex-end;margin-top:1.5rem;display:flex}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 7px 14px #32325d1a,0 3px 6px #00000014}.btn-primary:active{transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=600px){.data-form{grid-template-columns:1fr}.form-section,.form-actions{grid-column:span 1}}.home-container{text-align:center;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;font-family:Inter,system-ui,sans-serif;display:flex}.home-container h1{color:#2c3e50;margin-bottom:.5rem;font-size:2.5rem}.home-container p{color:#596a7d;margin-bottom:2rem;font-size:1.1rem}.main-nav ul{flex-wrap:wrap;justify-content:center;gap:1rem;padding:0;list-style:none;display:flex}.main-nav a{color:#3182ce;background:#fff;border-radius:12px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 6px #0000000d}.main-nav a:hover{color:#fff;background:#3182ce;transform:translateY(-3px);box-shadow:0 10px 15px #0000001a}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}
