@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;600;700;800&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f172a;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}body{background-color:#0f172a;min-width:320px;min-height:100vh;margin:0}#root{width:100%;min-height:100vh}._loadingContainer_forbv_1,._errorContainer_forbv_1,._successContainer_forbv_1{color:#f8fafc;text-align:center;background-color:#0f172a;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}._spinner_forbv_13{border:4px solid #3b82f61a;border-left-color:#3b82f6;border-radius:50%;width:50px;height:50px;animation:1s linear infinite _spin_forbv_13}@keyframes _spin_forbv_13{to{transform:rotate(360deg)}}._container_forbv_27{color:#f8fafc;background-color:#0f172a;min-height:100vh;padding-bottom:3rem;font-family:Outfit,Inter,sans-serif}._header_forbv_35{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background-color:#0f172acc;border-bottom:1px solid #334155;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex;position:sticky;top:0}._logo_forbv_48{background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700}._langToggle_forbv_57{color:#f8fafc;cursor:pointer;background:#1e293b;border:1px solid #334155;border-radius:8px;padding:.5rem 1rem;font-weight:600;transition:all .2s}._langToggle_forbv_57:hover{background:#27354c;border-color:#3b82f6}._main_forbv_72{flex-direction:column;gap:1.5rem;max-width:480px;margin:0 auto;padding:1.5rem;display:flex}._areaDetailsCard_forbv_81{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}._areaDetailsCard_forbv_81:before{content:"";background:#3b82f6;width:4px;height:100%;position:absolute;top:0;left:0}._badge_forbv_100{text-transform:uppercase;color:#84b1f9;background:#3b82f626;border-radius:9999px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}._areaName_forbv_112{margin-bottom:1rem;font-size:1.5rem;font-weight:700}._metaRow_forbv_118{color:#94a3b8;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;display:flex}._metaRow_forbv_118:last-child{margin-bottom:0}._metaRow_forbv_118 svg{color:#3b82f6}._goldStandardSection_forbv_133{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:1.25rem}._goldStandardSection_forbv_133 h3{color:#94a3b8;margin-bottom:.75rem;font-size:1rem;font-weight:600}._imageContainer_forbv_146{aspect-ratio:16/10;border-radius:12px;width:100%;position:relative;overflow:hidden}._goldStandardImage_forbv_154{object-fit:cover;width:100%;height:100%}._form_forbv_160{background:#1e293b;border:1px solid #334155;border-radius:16px;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}._form_forbv_160 h3{color:#f8fafc;font-size:1.1rem;font-weight:600}._uploadBox_forbv_175{aspect-ratio:16/10;cursor:pointer;border:2px dashed #334155;border-radius:12px;width:100%;transition:border-color .2s;position:relative;overflow:hidden}._uploadBox_forbv_175:hover{border-color:#3b82f6}._fileInput_forbv_189{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}._fileLabel_forbv_200{cursor:pointer;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._previewImage_forbv_209{object-fit:cover;width:100%;height:100%}._uploadPlaceholder_forbv_215{color:#94a3b8;text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:1rem;display:flex}._uploadPlaceholder_forbv_215 span{font-size:.85rem}._cameraIcon_forbv_228{color:#3b82f6;animation:2s infinite _pulse_forbv_1}@keyframes _pulse_forbv_1{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}._inputGroup_forbv_241{flex-direction:column;gap:.5rem;display:flex}._inputGroup_forbv_241 label{color:#94a3b8;font-size:.9rem;font-weight:600}._textInput_forbv_252{color:#f8fafc;background:#0f172a80;border:1px solid #334155;border-radius:8px;outline:none;padding:.75rem 1rem;font-size:1rem;transition:all .2s}._textInput_forbv_252:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}._submitButton_forbv_267{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:.875rem;font-size:1rem;font-weight:700;transition:background-color .2s}._submitButton_forbv_267:hover:not(:disabled){background-color:#2563eb}._submitButton_forbv_267:disabled{color:#94a3b8;cursor:not-allowed;background-color:#334155}._errorAlert_forbv_287{color:#f37373;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;padding:.75rem;font-size:.875rem}._successIcon_forbv_296{color:#10b981;margin-bottom:1.5rem}._errorIcon_forbv_301{color:#ef4444;margin-bottom:1.5rem}._primaryButton_forbv_306{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;margin-top:1.5rem;padding:.75rem 2rem;font-weight:600;transition:background-color .2s}._primaryButton_forbv_306:hover{background-color:#2563eb}:root{--bg-color:#0f172a;--card-bg:#1e293b;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent-color:#3b82f6;--accent-hover:#2563eb;--border-color:#334155}body{background-color:var(--bg-color);color:var(--text-primary);margin:0;font-family:Outfit,Inter,sans-serif}.landing-container{box-sizing:border-box;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.landing-card{background-color:var(--card-bg);border:1px solid var(--border-color);text-align:center;border-radius:16px;width:100%;max-width:480px;padding:2.5rem;box-shadow:0 10px 15px -3px #0000004d,0 4px 6px -4px #0000004d}.landing-card h1{background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:2rem}.landing-card p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.alert-box{background-color:#3b82f61a;border:1px solid #3b82f633;border-radius:8px;margin-bottom:2rem;padding:1rem}.alert-box p{color:#93c5fd;margin:0;font-size:.9rem}.alert-box code{color:#f8fafc;background-color:#0003;border-radius:4px;padding:.2rem .4rem}.test-links h3{color:var(--text-primary);margin-bottom:.75rem;font-size:1rem}.test-btn{background-color:var(--accent-color);color:#fff;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-block}.test-btn:hover{background-color:var(--accent-hover)}
