@import "https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600&display=swap";:root{--blue-500:#0055fe;--blue-600:#004adf;--gray-900:#121212;--gray-800:#181818;--gray-700:#2b2b2b;--gray-600:#fff6;--gray-400:#ffffffb3;--gray-100:#fff;--light-gray-900:#f8f9fa;--light-gray-800:#fff;--light-gray-700:#e9ecef;--light-gray-600:#0006;--light-gray-400:#000000b3;--light-gray-100:#121212;--red-500:#ff4d4f;--font-family:"DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--theme-bg:var(--gray-800);--theme-bg-secondary:var(--gray-700);--theme-text-primary:var(--gray-100);--theme-text-secondary:var(--gray-400);--theme-text-tertiary:var(--gray-600);--theme-accent:var(--blue-500);--theme-accent-hover:var(--blue-600);--theme-error:var(--red-500);--theme-input-bg:#ffffff1a;--theme-input-hover:#ffffff26;--theme-input-focus-ring:#0055fe80;--theme-border:#fff3}:root[data-theme=light]{--theme-bg:var(--light-gray-900);--theme-bg-secondary:var(--light-gray-800);--theme-text-primary:var(--light-gray-100);--theme-text-secondary:var(--light-gray-400);--theme-text-tertiary:var(--light-gray-600);--theme-accent:var(--blue-500);--theme-accent-hover:var(--blue-600);--theme-input-bg:#0000000d;--theme-input-hover:#00000014;--theme-input-focus-ring:#0055fe33;--theme-border:#0000001a}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--theme-bg);color:var(--theme-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;margin:0;padding:0;overflow:hidden}button{font-family:var(--font-family);cursor:pointer;background:0 0;border:none}input,textarea,select{font-family:var(--font-family);color:var(--theme-text-primary);background:0 0;border:none;outline:none}.app-container{flex-direction:column;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.questions-wrapper{flex:1;position:relative;overflow:hidden}.question-section{opacity:0;pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;transition:all .6s cubic-bezier(.25,1,.5,1);display:flex;position:absolute;top:0;left:0;transform:translateY(100vh)}.question-section.active{opacity:1;pointer-events:auto;transform:translateY(0)}.question-section.prev{opacity:0;transform:translateY(-100vh)}.question-content{flex-direction:column;width:100%;max-width:720px;padding:0 40px;display:flex}.question-title{align-items:flex-start;gap:12px;margin-bottom:32px;font-size:24px;font-weight:500;line-height:1.4;display:flex}.question-number{color:var(--theme-accent);justify-content:center;align-items:center;margin-top:6px;font-size:14px;display:flex}.question-asterisk{color:var(--theme-accent)}.ok-button-container{align-items:center;gap:16px;margin-top:32px;animation:.4s forwards fadeIn;display:flex}.ok-button{background-color:var(--theme-accent);color:#fff;border-radius:4px;align-items:center;gap:8px;padding:12px 24px;font-size:18px;font-weight:600;transition:background-color .2s;display:inline-flex}.ok-button:hover{background-color:var(--theme-accent-hover)}.press-enter{color:var(--theme-text-tertiary);align-items:center;gap:4px;font-size:12px;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUpIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.text-input-wrapper{width:100%;position:relative}.base-text-input{width:100%;color:var(--theme-text-primary);border-bottom:1px solid var(--theme-text-tertiary);padding:8px 0 12px;font-size:24px;transition:border-color .2s}.base-text-input:focus{border-bottom-color:var(--theme-accent)}.base-text-input::placeholder{color:var(--theme-text-tertiary)}.navigation-container{z-index:100;align-items:center;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.nav-buttons{background-color:var(--theme-input-bg);border-radius:4px;display:flex;overflow:hidden}.nav-button{color:var(--theme-text-primary);justify-content:center;align-items:center;padding:8px 12px;transition:background-color .2s;display:flex}.nav-button:hover:not(:disabled){background-color:var(--theme-input-hover)}.nav-button:disabled{color:var(--theme-text-tertiary);cursor:not-allowed}.nav-separator{background-color:var(--theme-text-tertiary);width:1px;height:24px;margin:auto 0}.progress-bar{background-color:var(--theme-accent);z-index:100;height:4px;transition:width .3s;position:fixed;bottom:0;left:0}.multiple-choice-list{flex-direction:column;gap:8px;list-style:none;display:flex}.choice-item{background-color:var(--theme-input-bg);cursor:pointer;animation:.4s forwards slideUpIn;animation-delay:calc(var(--index) * 50ms);opacity:0;border:1px solid #0000;border-radius:4px;align-items:center;gap:12px;padding:12px 16px;transition:all .2s;display:flex}.choice-item:hover{background-color:var(--theme-input-hover)}.choice-item.selected{border-color:var(--theme-accent);background-color:#0055fe1a}.choice-letter{background-color:#ffffff1a;border:1px solid #fff3;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:600;display:flex}.choice-item.selected .choice-letter{background-color:var(--theme-accent);border-color:var(--theme-accent);color:#fff}.choice-text{font-size:18px}.choice-check{color:var(--theme-accent);margin-left:auto}.dropdown-container{width:100%;position:relative}.dropdown-input-wrapper{border-bottom:1px solid var(--theme-text-secondary);align-items:center;width:100%;padding-bottom:8px;display:flex;position:relative}.dropdown-input-wrapper:focus-within{border-bottom-color:var(--theme-accent)}.dropdown-input{width:100%;color:var(--theme-text-primary);background:0 0;border:none;outline:none;font-size:24px}.dropdown-input::placeholder{color:var(--theme-text-tertiary)}.dropdown-icon{color:var(--theme-text-tertiary);margin-left:8px}.dropdown-menu{background-color:var(--theme-bg-secondary);z-index:10;border-radius:4px;width:100%;max-height:240px;margin-top:8px;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 4px 12px #00000080}.dropdown-item{cursor:pointer;padding:12px 16px;font-size:16px;transition:background-color .2s}.dropdown-item:hover,.dropdown-item.highlighted{background-color:var(--theme-accent)}.contact-group{flex-direction:column;gap:32px;display:flex}.contact-field{flex-direction:column;gap:12px;display:flex}.contact-label{color:var(--theme-text-secondary);font-size:16px}.submit-button{background-color:var(--theme-accent);color:#fff;border-radius:4px;align-self:flex-start;margin-top:16px;padding:14px 28px;font-size:18px;font-weight:600;transition:background-color .2s}.submit-button:hover{background-color:var(--theme-accent-hover)}.long-text-hint{color:var(--theme-text-tertiary);margin-top:8px;font-size:12px}.submit-error{color:var(--theme-error);background-color:#ff4d4f1a;border:1px solid #ff4d4f4d;border-radius:4px;padding:8px 12px;font-size:14px}.submit-button:disabled{opacity:.6;cursor:not-allowed}.submit-button:disabled:hover{background-color:var(--theme-accent)}.spinner{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.branding-header{z-index:100;align-items:center;gap:12px;display:flex;position:absolute;top:32px;left:32px}.branding-logo{object-fit:cover;border-radius:8px;width:36px;height:36px}.branding-text{letter-spacing:-.02em;color:var(--theme-text-primary);font-size:18px;font-weight:600}@media (width<=600px){.branding-header{top:20px;left:20px}}
