body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}:root,[data-theme=light]{--bg-color:#fafafa;--text-color:#18181b;--text-secondary:#71717a;--text-muted:#a1a1aa;--border-color:#d4d4d8;--border-subtle:#f4f4f5;--card-bg:#fff;--card-border:#d4d4d899;--input-bg:#fff;--input-border:#e4e4e7;--input-border-hover:#d4d4d8;--input-border-focus:#732bec;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 10px 30px #0000001f;--error-bg:#fef2f2;--error-border:#fca5a5;--error-text:#dc2626;--success-bg:#f0fdf4;--success-border:#86efac;--success-text:#16a34a;--purple-gradient:linear-gradient(135deg,#732bec,#8b5cf6)}[data-theme=dark]{--bg-color:#18181b;--text-color:#fafafa;--text-secondary:#d4d4d8;--text-muted:#a1a1aa;--border-color:#3f3f46;--border-subtle:#27272a;--card-bg:#27272a;--card-border:#3f3f4699;--input-bg:#18181b;--input-border:#3f3f46;--input-border-hover:#52525b;--input-border-focus:#8b5cf6;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 10px 30px #00000080;--error-bg:#dc26261a;--error-border:#dc2626;--error-text:#fecaca;--success-bg:#16a34a1a;--success-border:#16a34a;--success-text:#86efac;--purple-gradient:linear-gradient(135deg,#8b5cf6,#a78bfa)}@font-face{font-family:Manrope;font-style:normal;font-weight:400;src:url(/static/media/Manrope-Regular.a9b9e09fe6b69741f316.ttf) format("truetype")}@font-face{font-family:Manrope;font-style:normal;font-weight:300;src:url(/static/media/Manrope-Light.2bf511c25636c7d7a4ce.ttf) format("truetype")}@font-face{font-family:Manrope;font-style:normal;font-weight:700;src:url(/static/media/Manrope-Bold.47f6d7143da9d8c0e480.ttf) format("truetype")}@font-face{font-family:Manrope;font-style:normal;font-weight:800;src:url(/static/media/Manrope-ExtraBold.5b0ae7100ad1d12e53c9.ttf) format("truetype")}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fafafa;background:var(--bg-color);color:#18181b;color:var(--text-color);font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;min-height:100vh;transition:background .3s ease,color .3s ease}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{min-height:100vh;padding:60px 40px}.loading{color:#71717a;color:var(--text-secondary);font-size:18px;height:200px}.dark-mode-toggle,.loading{align-items:center;display:flex;justify-content:center}.dark-mode-toggle{background:#0000;border:none;border-radius:8px;cursor:pointer;height:48px;padding:12px;position:fixed;right:20px;top:20px;transition:all .3s ease;width:48px;z-index:1000}.dark-mode-toggle svg{color:#cfcfcf;transition:all .3s ease}.dark-mode-toggle:hover{background:#ffffff14}.dark-mode-toggle:hover svg{color:#e8e8e8}.dark-mode-toggle:active{transform:scale(.95)}.dark-mode-toggle:focus{background:#ffffff0d;outline:none}[data-theme=light] .dark-mode-toggle svg{color:#4a4a4a}[data-theme=light] .dark-mode-toggle:hover{background:#00000014}[data-theme=light] .dark-mode-toggle:hover svg{color:#2b2b2b}[data-theme=light] .dark-mode-toggle:focus{background:#0000000d}.custom-select-container{position:relative;width:100%}.custom-select-trigger{align-items:center;background:var(--input-bg);border:1.5px solid var(--input-border);border-radius:20px;box-shadow:0 1px 3px #0000000a;color:var(--text-color);cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:15px;font-weight:500;height:52px;justify-content:space-between;padding:14px 20px;text-align:left;transition:all .25s ease;width:100%}.custom-select-trigger:hover{border-color:#732bec66;box-shadow:0 2px 6px #0000000f,0 0 0 3px #732bec0f;transform:translateY(-1px)}.custom-select-trigger:focus{border-color:#732bec;box-shadow:0 3px 10px #00000014,0 0 0 4px #732bec1f;outline:none;transform:translateY(-1px)}.custom-select-container.open .custom-select-trigger{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#732bec;box-shadow:0 3px 10px #00000014,0 0 0 4px #732bec1f}.custom-select-trigger.placeholder{color:var(--text-muted)}.custom-select-container.error .custom-select-trigger{border-color:var(--error-text)}.custom-select-container.disabled .custom-select-trigger{background:var(--bg-secondary);cursor:not-allowed;opacity:.6}.custom-select-value{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select-arrow{align-items:center;color:#732bec;display:flex;justify-content:center;margin-left:12px;transition:transform .25s ease}.custom-select-arrow.open{transform:rotate(180deg)}.custom-select-options{animation:slideDown .2s ease;background:var(--card-bg);border:1.5px solid #732bec;border-radius:0 0 20px 20px;border-top:none;box-shadow:0 8px 24px #0000001f;left:0;list-style:none;margin:0;max-height:280px;overflow-y:auto;padding:8px 0;position:absolute;right:0;top:100%;z-index:1000}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.custom-select-option{align-items:center;color:var(--text-color);cursor:pointer;display:flex;font-family:Manrope,sans-serif;font-size:15px;font-weight:500;justify-content:space-between;padding:12px 20px;transition:all .15s ease}.custom-select-option.highlighted,.custom-select-option:hover{background:linear-gradient(135deg,#732bec14,#8b5cf614)}.custom-select-option.selected{background:linear-gradient(135deg,#732bec1f,#8b5cf61f);color:#732bec;font-weight:600}.custom-select-option.placeholder-option{color:#6b7280;font-style:italic}.custom-select-option.placeholder-option:hover{background:#0000;cursor:default}.custom-select-check{align-items:center;color:#732bec;display:flex}.custom-select-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.custom-select-options::-webkit-scrollbar{width:6px}.custom-select-options::-webkit-scrollbar-track{background:#0000}.custom-select-options::-webkit-scrollbar-thumb{background:#732bec4d;border-radius:3px}.custom-select-options::-webkit-scrollbar-thumb:hover{background:#732bec80}.form-field{margin-bottom:20px}.form-field input,.form-field select,.form-field textarea{background:var(--input-bg);border:1.5px solid var(--input-border);border-radius:16px;box-shadow:0 1px 3px #0000000a;color:var(--text-color);font-family:Manrope,sans-serif;font-size:15px;font-weight:500;padding:14px 20px;transition:all .25s ease;width:100%}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--text-muted)}.form-field textarea{line-height:1.6;min-height:120px;resize:vertical}.form-field input:hover:not(:focus),.form-field select:hover:not(:focus),.form-field textarea:hover:not(:focus){border-color:#732bec66;box-shadow:0 2px 6px #0000000f,0 0 0 3px #732bec0f;transform:translateY(-1px)}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#732bec;box-shadow:0 3px 10px #00000014,0 0 0 4px #732bec1f;outline:none;transform:translateY(-1px)}.form-field input.error,.form-field select.error,.form-field textarea.error{background:var(--error-bg);border-color:var(--error-border)}.form-field .helper-text{align-items:flex-start;background:linear-gradient(135deg,#732bec14,#8b5cf60a);border:1px solid #732bec1f;border-left:4px solid #732bec;border-radius:10px;box-shadow:0 2px 8px #732bec0f;color:var(--text-color);display:flex;font-family:Manrope,sans-serif;font-size:.9rem;font-weight:400;gap:12px;line-height:1.8;margin-bottom:12px;margin-top:10px;padding:14px 16px;transition:all .2s ease}.form-field .helper-icon{flex-shrink:0;height:20px;margin-top:2px;width:20px}.form-field .helper-text span{flex:1 1}.form-field .helper-text:hover{background:linear-gradient(135deg,#732bec1a,#8b5cf60f);box-shadow:0 4px 12px #732bec1a;transform:translateY(-1px)}.form-field .helper-text strong{color:#732bec;font-weight:600}.form-field .error-message{align-items:center;color:var(--error-text);display:flex;font-family:Manrope,sans-serif;font-size:13px;font-weight:500;gap:6px;margin-top:6px}.form-field .error-message:before{content:"⚠";font-size:12px}.dynamic-form-container{margin:0 auto;max-width:800px;padding:0 24px}.form-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;box-shadow:var(--shadow-lg);margin-bottom:32px;padding:48px;transition:background .3s ease,border-color .3s ease}.form-header{border-bottom:2px solid #732bec;margin-bottom:40px;padding-bottom:32px;text-align:center}.form-header h1{color:var(--text-color);font-family:Manrope,sans-serif;font-size:2.5rem;font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:16px}.form-header p{color:#4b5563;color:var(--text-secondary,#4b5563);font-family:Manrope,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;margin:0 auto;max-width:600px}.form-header p.warning-text{margin-bottom:0;margin-top:10px}.header-subtitle{color:var(--text-color);font-size:1.05rem;font-weight:500;margin-bottom:20px}.form-header ul{list-style:none;margin:16px auto 0;max-width:600px;padding:0;text-align:left}.form-header li{color:var(--text-muted);font-family:Manrope,sans-serif;font-size:.95rem;font-weight:400;line-height:1.8;margin-bottom:4px;padding-left:28px;position:relative}.form-header li:before{color:#732bec;content:"•";font-size:1.2rem;font-weight:700;left:10px;position:absolute;top:-1px}.tip-box{align-items:flex-start;background:linear-gradient(135deg,#732bec0f,#8b5cf60f);border:1px solid #732bec33;border-left:3px solid #732bec;border-radius:10px;color:var(--text-color);display:flex;font-size:.92rem;font-weight:400;gap:12px;line-height:1.6;margin:28px auto 0;max-width:600px;padding:14px 18px;transition:all .2s ease}.tip-box:hover{background:linear-gradient(135deg,#732bec14,#8b5cf614);border-color:#732bec4d}.tip-icon{flex-shrink:0;height:22px;margin-top:2px;width:22px}.warning-text{background:linear-gradient(135deg,#dc26260f,#ef44440f);border:1px solid #dc262633;border-left:3px solid #dc2626;border-radius:10px;color:var(--text-color);font-size:.92rem;font-weight:400;line-height:1.6;margin:12px auto 0;max-width:600px;padding:14px 18px 14px 48px;position:relative;transition:all .2s ease}.warning-text:hover{background:linear-gradient(135deg,#dc262614,#ef444414);border-color:#dc26264d}.warning-text:before{background-image:url(/static/media/Electricity_red.3708b381da87abc505ca.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:18px;left:18px;position:absolute;top:16px;width:18px}.info-box{align-items:flex-start;background:linear-gradient(135deg,#732bec0f,#8b5cf60f);border:1px solid #732bec33;border-left:3px solid #732bec;border-radius:10px;color:var(--text-color);display:flex;font-size:.92rem;font-weight:400;gap:12px;line-height:1.6;margin-left:auto;margin-right:auto;margin-top:10px;max-width:600px;padding:14px 18px;text-align:left;transition:all .2s ease}.info-box:hover{background:linear-gradient(135deg,#732bec14,#8b5cf614);border-color:#732bec4d}.info-icon{flex-shrink:0;height:22px;margin-top:2px;width:22px}.info-content{flex:1 1}.info-text{color:var(--text-color);margin:0;padding:3px 0}.info-text:first-child{padding-top:0}.info-text:last-child{padding-bottom:0}.info-text a{color:#732bec;font-weight:700;text-decoration:none}.info-text a:hover{text-decoration:underline}.feedback-form{background:#0000}.initial-fields{border-bottom:2px solid var(--border-subtle);margin-bottom:32px;padding-bottom:32px}.form-field{margin-bottom:24px}.form-field label{color:var(--text-color);display:block;font-family:Manrope,sans-serif;font-size:.95rem;font-weight:700;letter-spacing:-.01em;line-height:1.5;margin-bottom:10px}.form-field .required{color:var(--error-text);font-weight:700;margin-left:4px}.form-field select,select{-webkit-appearance:none;appearance:none;background:var(--input-bg);background-image:linear-gradient(45deg,#0000 50%,#732bec 0),linear-gradient(135deg,#732bec 50%,#0000 0);background-position:calc(100% - 20px) calc(50% - 2px),calc(100% - 14px) calc(50% - 2px);background-repeat:no-repeat;background-size:6px 6px,6px 6px;border:1.5px solid var(--input-border);border-radius:20px;box-shadow:0 1px 3px #0000000a;color:var(--text-color);cursor:pointer;font-family:Manrope,sans-serif;font-size:15px;font-weight:500;height:52px;padding:14px 20px;transition:all .25s ease;width:100%}.form-field select:hover,select:hover{border-color:#732bec66;box-shadow:0 2px 6px #0000000f,0 0 0 3px #732bec0f;transform:translateY(-1px)}.form-field select:focus,select:focus{border-color:#732bec;box-shadow:0 3px 10px #00000014,0 0 0 4px #732bec1f;outline:none;transform:translateY(-1px)}.dynamic-fields{animation:fadeIn .3s ease-out}.dynamic-fields h2{border-bottom:3px solid #732bec;color:var(--text-color);font-size:1.65rem;letter-spacing:-.02em;line-height:1.2;margin-bottom:28px;margin-top:0;padding-bottom:16px}.dynamic-fields h2,.submit-button{font-family:Manrope,sans-serif;font-weight:700}.submit-button{align-items:center;background:linear-gradient(135deg,#732bec,#8b5cf6);border:none;border-radius:12px;box-shadow:0 6px 24px #732bec59,0 0 0 0 #732bec66;color:#fff;cursor:pointer;display:inline-flex;font-size:1.05rem;justify-content:center;letter-spacing:-.01em;margin-top:32px;padding:16px 40px;transition:all .2s ease}.submit-button:before{background-image:url(/static/media/Rocket%20purple.6d742bbee18e90d949db.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;filter:drop-shadow(0 0 1px white) drop-shadow(0 0 1px white);height:20px;margin-right:10px;width:20px}.submit-button:hover{background:linear-gradient(135deg,#6925d3,#7c3aed);box-shadow:0 8px 32px #732bec73,0 0 20px #732bec4d;transform:translateY(-2px)}.submit-button:active{box-shadow:0 4px 16px #732bec59;transform:translateY(0)}.submit-button:disabled{background:var(--border-color);box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}.form-actions{border-top:1px solid var(--border-subtle);display:flex;justify-content:center;margin-top:24px;padding-top:24px}.floating-logo-container{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;box-shadow:var(--shadow-md);left:24px;opacity:.9;padding:12px 16px;position:fixed;top:24px;transition:all .3s ease;z-index:1000}.floating-logo-container:hover{box-shadow:var(--shadow-lg);opacity:1;transform:translateY(-2px)}.floating-logo{display:block;height:40px;max-width:140px;object-fit:contain;width:auto}.field-pair{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:24px}@media (max-width:768px){.form-card{padding:32px 24px}.form-header h1{font-size:1.75rem}.floating-logo-container{left:16px;opacity:.7;padding:10px 12px;top:16px}.floating-logo{height:32px;max-width:100px}.field-pair{gap:16px;grid-template-columns:1fr}}@media (max-width:480px){.form-card{border-radius:12px;padding:24px 20px}.form-header h1{font-size:2.5rem}.floating-logo-container{opacity:.5}}.error-page{align-items:center;background:#f5f5f5;background:var(--background-color,#f5f5f5);display:flex;justify-content:center;min-height:100vh;padding:2rem}.error-card{animation:slideIn .3s ease-out;background:#fff;background:var(--card-background,#fff);border-radius:12px;box-shadow:0 4px 6px #0000001a;max-width:600px;padding:3rem;text-align:center;width:100%}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.error-icon{animation:shake .5s ease-out;color:#ef4444;margin-bottom:1.5rem}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-10px)}75%{transform:translateX(10px)}}.error-card h1{color:#1f2937;color:var(--text-color,#1f2937);font-size:2rem;font-weight:600;margin-bottom:1rem}.error-message{color:#6b7280;color:var(--text-secondary,#6b7280);font-size:1.125rem;line-height:1.6;margin-bottom:1.5rem}.error-details{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1.5rem;padding:1rem;text-align:left}.error-details p{color:#991b1b;font-weight:600;margin-bottom:.5rem}.error-details pre{color:#7f1d1d;font-family:Courier New,monospace;font-size:.875rem;margin:0;white-space:pre-wrap;word-break:break-word}.error-suggestions{background:#f9fafb;background:var(--background-light,#f9fafb);border-radius:8px;margin-bottom:2rem;padding:1.5rem;text-align:left}.error-suggestions p{color:#1f2937;color:var(--text-color,#1f2937);font-weight:600;margin-bottom:.75rem}.error-suggestions ul{list-style:none;margin:0;padding:0}.error-suggestions li{color:#6b7280;color:var(--text-secondary,#6b7280);padding:.5rem 0 .5rem 1.5rem;position:relative}.error-suggestions li:before{color:#ef4444;content:"→";font-weight:700;left:0;position:absolute}.error-actions{margin-bottom:1.5rem;margin-top:2rem}.error-support{color:#9ca3af;color:var(--text-secondary,#9ca3af);font-size:.875rem;margin-top:1.5rem}@media (prefers-color-scheme:dark){.error-page{background:#1f2937}.error-card{background:#374151}.error-card h1{color:#f9fafb}.error-message{color:#d1d5db}.error-details{background:#7f1d1d;border-color:#991b1b}.error-details p{color:#fecaca}.error-details pre{color:#fca5a5}.error-suggestions{background:#4b5563}.error-suggestions p{color:#f9fafb}.error-suggestions li{color:#d1d5db}.error-support{color:#9ca3af}}@media (max-width:640px){.error-card{padding:2rem 1.5rem}.error-card h1{font-size:1.5rem}.error-message{font-size:1rem}.btn-primary{width:100%}}.not-found-page{align-items:center;background:#f5f5f5;background:var(--background-color,#f5f5f5);display:flex;justify-content:center;min-height:100vh;padding:2rem}.not-found-card{animation:fadeIn .5s ease-out;background:#fff;background:var(--card-background,#fff);border-radius:12px;box-shadow:0 4px 6px #0000001a;max-width:500px;padding:3rem;text-align:center;width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.not-found-icon{margin-bottom:1.5rem}.error-code{animation:bounce 1s ease-in-out;color:#2563eb;display:block;font-size:6rem;font-weight:700;line-height:1}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.not-found-card h1{color:#1f2937;color:var(--text-color,#1f2937);font-size:2rem;font-weight:600;margin-bottom:1rem}.not-found-message{color:#6b7280;color:var(--text-secondary,#6b7280);font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.not-found-actions{margin-top:2rem}.btn-primary{background:#2563eb;border:none;border-radius:8px;box-shadow:0 2px 4px #2563eb33;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.875rem 2rem;transition:all .2s ease}.btn-primary:hover{background:#1d4ed8;box-shadow:0 4px 8px #2563eb4d;transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.btn-primary:focus{outline:2px solid #2563eb;outline-offset:2px}@media (prefers-color-scheme:dark){.not-found-page{background:#1f2937}.not-found-card{background:#374151}.error-code{color:#60a5fa}.not-found-card h1{color:#f9fafb}.not-found-message{color:#d1d5db}}@media (max-width:640px){.not-found-card{padding:2rem 1.5rem}.error-code{font-size:4rem}.not-found-card h1{font-size:1.5rem}.not-found-message{font-size:1rem}.btn-primary{width:100%}}