:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html,body{min-height:100%}body{background:linear-gradient(135deg,#0f172a,#1e293b,#334155)}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em}button{border:1px solid transparent;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--header-bg: rgba(18, 18, 24, 1);--header-bg-scrolled: rgba(18, 18, 24, .95);--header-shadow: rgba(108, 92, 231, .1);--header-shadow-scrolled: rgba(108, 92, 231, .15);--text-primary: #ffffff;--text-secondary: #a0a0a0;--accent-primary: #6C5CE7;--accent-secondary: #FFBB47;--mobile-menu-bg: rgba(18, 18, 24, .95);--hamburger-color: #ffffff}@media (prefers-color-scheme: light){:root{--header-bg: rgba(255, 255, 255, .95);--header-bg-scrolled: rgba(255, 255, 255, .98);--header-shadow: rgba(0, 0, 0, .1);--header-shadow-scrolled: rgba(0, 0, 0, .15);--text-primary: #1a1a1a;--text-secondary: #5f6368;--accent-primary: #6366f1;--accent-secondary: #f59e0b;--mobile-menu-bg: rgba(255, 255, 255, .95);--hamburger-color: #1a1a1a}}@media (prefers-color-scheme: dark){:root{--header-bg: rgba(18, 18, 24, 1);--header-bg-scrolled: rgba(18, 18, 24, .95);--header-shadow: rgba(108, 92, 231, .1);--header-shadow-scrolled: rgba(108, 92, 231, .15);--text-primary: #ffffff;--text-secondary: #a0a0a0;--accent-primary: #6C5CE7;--accent-secondary: #FFBB47;--mobile-menu-bg: rgba(18, 18, 24, .95);--hamburger-color: #ffffff}}.header{position:fixed;top:0;left:0;width:100%;background:var(--header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px var(--header-shadow);z-index:1000;transition:all .3s ease}.header.scrolled{background:var(--header-bg-scrolled);box-shadow:0 5px 30px var(--header-shadow-scrolled)}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo-img{width:120px;transition:all .3s ease}.nav-menu{display:flex;align-items:center;gap:1.5rem}.nav-menu ul{display:flex;list-style:none;margin:0;padding:0;gap:2rem;align-items:center}.nav-menu a{text-decoration:none;color:var(--text-secondary);font-weight:500;transition:all .3s ease;position:relative;padding:.5rem 0}.nav-menu a:hover{color:var(--text-primary)}.nav-menu li:not(.cta-button) a:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:var(--accent-primary);transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.nav-menu li:not(.cta-button) a:hover:after{transform:scaleX(1);transform-origin:left}.nav-menu li.cta-button{margin:0;padding:.7rem 1.5rem;background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary))}.nav-menu li.cta-button a{color:#fff;border-radius:30px;font-weight:600;transition:all .3s ease;background:none}.nav-menu li.cta-button a:hover{transform:translateY(-2px);opacity:.9;color:#fff}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:100}.hamburger{display:block;width:24px;height:2px;background:var(--hamburger-color);position:relative;transition:all .3s ease}.hamburger:before,.hamburger:after{content:"";position:absolute;width:24px;height:2px;background:var(--hamburger-color);left:0;transition:all .3s ease}.hamburger:before{top:-8px}.hamburger:after{top:8px}.hamburger.active{background:transparent}.hamburger.active:before{transform:rotate(45deg);top:0}.hamburger.active:after{transform:rotate(-45deg);top:0}@media (max-width: 768px){.mobile-menu-btn{display:block}.nav-menu{position:fixed;top:70px;left:0;width:100%;background:var(--mobile-menu-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;flex-direction:column;align-items:center;gap:1rem}.nav-menu.active{transform:translateY(0);opacity:1;visibility:visible}.nav-menu .language-toggle{margin-bottom:.5rem}.nav-menu ul{flex-direction:column;gap:1.5rem}.nav-menu li{text-align:center;width:100%}.nav-menu a{display:block;padding:.8rem;font-size:1.1rem}.cta-button{margin-top:1rem}.cta-button a{display:inline-block;width:100%;text-align:center}}@media (max-width: 480px){.header-container{padding:.75rem 1rem}.logo-img{width:100px}.nav-menu{top:60px;padding:1rem}}@media (prefers-reduced-motion: reduce){.header,.nav-menu,.hamburger,.nav-menu a{transition:none}}@media (prefers-contrast: high){:root{--header-bg: rgba(0, 0, 0, 1);--header-bg-scrolled: rgba(0, 0, 0, 1);--text-primary: #ffffff;--text-secondary: #ffffff;--accent-primary: #ffff00;--accent-secondary: #ffff00}@media (prefers-color-scheme: light){:root{--header-bg: rgba(255, 255, 255, 1);--header-bg-scrolled: rgba(255, 255, 255, 1);--text-primary: #000000;--text-secondary: #000000;--accent-primary: #0000ff;--accent-secondary: #0000ff}}}.cta-button{display:inline-block;background:linear-gradient(90deg,#6c5ce7,#ffbb47);color:#fff;padding:.7rem 1.5rem;border-radius:30px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;font-size:1rem;text-decoration:none}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #6c5ce74d;color:#fff}.cta-button:focus{outline:none;box-shadow:0 0 0 3px #6c5ce74d}@media (max-width: 768px){.cta-button{display:block;width:100%;text-align:center;margin-top:1rem}}:root{--footer-bg: #121218;--footer-text-primary: #ffffff;--footer-text-secondary: #a0a0a0;--footer-border: rgba(255, 255, 255, .1);--footer-accent: #6C5CE7;--footer-accent-secondary: #FFBB47;--footer-gradient: linear-gradient(90deg, transparent, #6C5CE7, #FFBB47, transparent)}@media (prefers-color-scheme: light){:root{--footer-bg: #f8f9fa;--footer-text-primary: #1a1a1a;--footer-text-secondary: #5f6368;--footer-border: rgba(0, 0, 0, .1);--footer-accent: #6366f1;--footer-accent-secondary: #f59e0b;--footer-gradient: linear-gradient(90deg, transparent, #6366f1, #f59e0b, transparent)}}@media (prefers-color-scheme: dark){:root{--footer-bg: #121218;--footer-text-primary: #ffffff;--footer-text-secondary: #a0a0a0;--footer-border: rgba(255, 255, 255, .1);--footer-accent: #6C5CE7;--footer-accent-secondary: #FFBB47;--footer-gradient: linear-gradient(90deg, transparent, #6C5CE7, #FFBB47, transparent)}}.footer{background-color:var(--footer-bg);color:var(--footer-text-primary);padding:4rem 0 1rem;width:100%;position:relative;overflow:hidden;transition:all .3s ease}.footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:var(--footer-gradient)}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.logo-img{width:100px;transition:all .3s ease}.footer-section h4{color:var(--footer-text-primary);font-size:1.1rem;margin-bottom:1.5rem;position:relative;display:inline-block}.footer-section h4:after{content:"";position:absolute;bottom:-5px;left:0;width:30px;height:2px;background:var(--footer-accent)}.footer-section p{color:var(--footer-text-secondary);line-height:1.6;margin-bottom:1.5rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.8rem}.footer-section a{color:var(--footer-text-secondary);text-decoration:none;transition:all .3s ease;position:relative}.footer-section a:hover{color:var(--footer-text-primary)}.social-links{display:flex;gap:1.5rem;margin-top:1.5rem}.social-links a{color:var(--footer-text-secondary);text-decoration:none;transition:all .3s ease}.social-links a:hover{color:var(--footer-accent);transform:translateY(-2px)}.contact-info li{display:flex;align-items:center;gap:.5rem;color:var(--footer-text-secondary)}.contact-info .icon{font-size:1.2rem;color:var(--footer-accent)}.footer-bottom{padding-top:2rem;border-top:1px solid var(--footer-border)}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;color:var(--footer-text-secondary)}.legal-links{display:flex;gap:2rem}.legal-links a{color:var(--footer-text-secondary);text-decoration:none;transition:color .3s ease}.legal-links a:hover{color:var(--footer-accent)}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){.footer{padding:3rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-section{text-align:center}.footer-section h4:after{left:50%;transform:translate(-50%)}.social-links,.contact-info li{justify-content:center}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.legal-links{justify-content:center}}@media (max-width: 480px){.footer-container{padding:0 1rem}.footer-content{gap:1.5rem}.logo-img{width:80px}.footer-section h4{font-size:1rem}.legal-links{gap:1rem;flex-direction:column}}@media (prefers-reduced-motion: reduce){.footer,.footer-section a,.social-links a,.legal-links a{transition:none}}@media (prefers-contrast: high){:root{--footer-bg: #000000;--footer-text-primary: #ffffff;--footer-text-secondary: #ffffff;--footer-border: #ffffff;--footer-accent: #ffff00;--footer-accent-secondary: #ffff00}@media (prefers-color-scheme: light){:root{--footer-bg: #ffffff;--footer-text-primary: #000000;--footer-text-secondary: #000000;--footer-border: #000000;--footer-accent: #0000ff;--footer-accent-secondary: #0000ff}}}.layout{display:flex;flex-direction:column}.main-content{flex:1;padding-top:70px;min-height:calc(100vh - 70px);display:flex;flex-direction:column}@media (max-width: 768px){.main-content{padding-top:60px}}:root{--doc-accent: #6C5CE7;--doc-accent-700: #5a4fff;--doc-panel: #fff;--doc-border: #e3e3ef;--doc-border-strong: #6C5CE7;--doc-text: #6c5ce7;--doc-muted: #a1a1aa}._dropzone_1b8yz_14{border:2px dashed var(--doc-border);border-radius:14px;padding:22px;margin-bottom:16px;background:var(--doc-panel);transition:border-color .15s,background .15s,box-shadow .15s;text-align:center;color:var(--doc-accent);font-size:15px;box-shadow:0 2px 8px #6c5ce70a}._dropzone_1b8yz_14:hover,._dropzone_1b8yz_14:focus-within{border-color:var(--doc-border-strong);background:#f7f6fd;box-shadow:0 0 0 3px #6c5ce71a inset}._hiddenInput_1b8yz_34{display:none}._pickLabel_1b8yz_38{cursor:pointer;color:var(--doc-accent);font-size:14px;font-weight:500}._pickLabel_1b8yz_38:hover{color:var(--doc-accent-700);text-decoration:underline}._fileList_1b8yz_51{margin:10px 0 14px;padding:0;list-style:none}._fileItem_1b8yz_57{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--doc-border)}._fileName_1b8yz_66{color:#23223a;font-size:14px}._fileSize_1b8yz_71{opacity:.7;color:var(--doc-muted)}._removeBtn_1b8yz_77{background:transparent;color:var(--doc-accent);border:1px solid var(--doc-border);border-radius:10px;padding:6px 10px;cursor:pointer;transition:background .15s,border-color .15s,color .15s,transform .1s}._removeBtn_1b8yz_77:hover:not(:disabled){border-color:var(--doc-accent);background:#f3f0ff}._removeBtn_1b8yz_77:active:not(:disabled){transform:translateY(1px)}._removeBtn_1b8yz_77:disabled{opacity:.55;cursor:not-allowed}._actions_1b8yz_102{display:flex;gap:10px}._startBtn_1b8yz_108{background:var(--doc-accent);border:1px solid transparent;color:#fff;padding:10px 14px;border-radius:12px;cursor:pointer;font-weight:600;transition:transform .12s,box-shadow .12s,background .12s;box-shadow:0 8px 20px #6c5ce72e}._startBtn_1b8yz_108:hover:not(:disabled){background:var(--doc-accent-700);transform:translateY(-1px);box-shadow:0 12px 28px #6c5ce738}._startBtn_1b8yz_108:active:not(:disabled){transform:translateY(0);box-shadow:0 6px 16px #6c5ce721}._startBtn_1b8yz_108:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}._status_1b8yz_138{color:var(--doc-muted);font-size:13px;align-self:center}._startBtn_1b8yz_108:focus-visible,._removeBtn_1b8yz_77:focus-visible,._pickLabel_1b8yz_38:focus-visible,._dropzone_1b8yz_14:focus-visible{outline:none;box-shadow:0 0 0 3px #6c5ce738}:root{--wu-accent: #6C5CE7;--wu-accent-700: #5a4fff;--wu-border: rgba(201, 201, 201, .549);--wu-muted: #94a3b8;--wu-text: #1b1b1b;--wu-bg: rgba(255,255,255,.04);--wu-selector-bg: rgba(255, 255, 255, .93)}._form_2vvte_11{display:grid;gap:12px}._row_2vvte_16{display:grid;gap:8px}._label_2vvte_18{font-size:13px;color:var(--wu-muted)}._inputWrap_2vvte_23{display:flex;gap:8px}._input_2vvte_23{flex:1;border:1px solid var(--wu-border);background:var(--wu-bg);color:var(--wu-text);border-radius:12px;padding:12px 14px;font-size:14px;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}._input_2vvte_23:focus{border-color:#6c5ce78c;box-shadow:0 0 0 3px #6c5ce72e;background:#ffffff0f}._primaryBtn_2vvte_46{background:var(--wu-accent);color:#fff;border:1px solid transparent;border-radius:12px;padding:12px 16px;font-weight:700;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease;box-shadow:0 8px 20px #6c5ce740;white-space:nowrap}._primaryBtn_2vvte_46:hover:not(:disabled){background:var(--wu-accent-700);transform:translateY(-1px);box-shadow:0 12px 28px #6c5ce74d}._primaryBtn_2vvte_46:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}._helper_2vvte_71{font-size:12px;color:var(--wu-muted)}._status_2vvte_76{font-size:13px;color:var(--wu-muted)}._error_2vvte_81{font-size:13px;color:#ef4444}._actions_2vvte_86{display:flex;gap:10px;align-items:center}._checkbox_2vvte_92{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--wu-muted)}._categoryWrap_2vvte_101{display:flex;align-items:center;gap:10px;position:relative}._categoryTitle_2vvte_108{font-size:13px;color:var(--wu-muted)}._categorySelect_2vvte_113{min-width:200px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--wu-border);background:var(--wu-selector-bg);color:var(--wu-text);border-radius:12px;padding:10px 12px;cursor:pointer;-webkit-user-select:none;user-select:none}._categorySelect_2vvte_113:hover{border-color:#6c5ce78c}._categoryChevron_2vvte_132{margin-left:6px;transition:transform .12s ease}._categoryList_2vvte_137{position:absolute;top:calc(100% + 6px);left:0;min-width:200px;max-height:240px;overflow:auto;background:var(--wu-selector-bg);border:1px solid var(--wu-border);border-radius:12px;box-shadow:0 8px 28px #0000001f;z-index:10}._categoryItem_2vvte_151{padding:10px 12px;cursor:pointer;font-size:13px;font-weight:500}._categoryItem_2vvte_151:hover{background:#6c5ce714}._categoryHelper_2vvte_162{font-size:12px;color:var(--wu-muted)}._keyHint_2vvte_168{margin-top:4px;font-size:11px;color:var(--wu-muted);text-align:right}@media (max-width: 768px){._input_2vvte_23{padding:11px 12px}._primaryBtn_2vvte_46{padding:11px 14px}._categorySelect_2vvte_113{min-width:160px}}:root{--um-accent: #6C5CE7;--um-accent-700: #5a4fff;--um-panel: #ffffff;--um-text: #232323;--um-muted: #000000;--um-border: rgba(255, 255, 255, .12);--um-border-strong: rgba(108, 92, 231, .45)}._overlay_1cq62_12{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:_fadeIn_1cq62_1 .12s ease-out}@keyframes _fadeIn_1cq62_1{0%{opacity:0}to{opacity:1}}._sheet_1cq62_30{width:min(760px,92vw);background:var(--um-panel);color:var(--um-text);border-radius:16px;border:1px solid var(--um-border);padding:22px 22px 20px;box-shadow:0 24px 48px #00000080,0 0 0 1px var(--um-border);animation:_popIn_1cq62_1 .14s ease-out;position:relative}._sheet_1cq62_30:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:16px;padding:1px;background:linear-gradient(135deg,#6c5ce759,#ffffff14);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.35}@keyframes _popIn_1cq62_1{0%{transform:translateY(4px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}._header_1cq62_62{display:flex;justify-content:space-between;align-items:center}._title_1cq62_68{margin:0;font-size:18px;font-weight:700}._closeBtn_1cq62_74{background:transparent;color:var(--um-text);border:none;font-size:20px;cursor:pointer;padding:4px 8px;border-radius:8px}._closeBtn_1cq62_74:hover{color:var(--um-accent)}._closeBtn_1cq62_74:focus-visible{outline:none;box-shadow:0 0 0 3px #6c5ce759}._subtitle_1cq62_90{margin:8px 0 12px;color:var(--um-muted);font-size:13px}._divider_1cq62_96{height:1px;background:linear-gradient(90deg,rgba(108,92,231,.35),rgba(255,255,255,.08) 40%,transparent);margin:6px 0 14px}@media (max-width: 768px){._sheet_1cq62_30{width:calc(100vw - 24px);padding:18px;border-radius:14px}._title_1cq62_68{font-size:16px}._subtitle_1cq62_90{font-size:12px}}._body_1cq62_112{display:block}:root{--au-primary: #6C5CE7;--au-border: rgba(0, 0, 0, .12);--au-border-strong: rgba(0, 0, 0, .18);--au-text: #1F2937;--au-muted: #6B7280;--au-bg: #FFFFFF}._form_1h23k_14{display:flex;flex-direction:column;gap:14px}._fileInput_1h23k_21{display:none}._dropZone_1h23k_25{border:2px dashed var(--au-border);background:var(--au-bg);border-radius:12px;padding:18px;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .06s ease}._dropZone_1h23k_25:hover{border-color:var(--au-primary);box-shadow:0 4px 14px #6c5ce71a}._dropZone_1h23k_25:active{transform:translateY(1px)}._dropZone_1h23k_25:focus-within{border-color:var(--au-primary);box-shadow:0 0 0 3px #6c5ce72e}._dropZone_1h23k_25[aria-disabled=true]{opacity:.6;cursor:not-allowed}._dropText_1h23k_53{text-align:center}._dropTitle_1h23k_57{font-weight:600;color:var(--au-text);margin-bottom:4px}._dropDesc_1h23k_63{color:var(--au-muted);font-size:13px}._fieldRow_1h23k_68{display:flex;align-items:center;gap:12px}._label_1h23k_74{width:80px;color:var(--au-muted);font-size:14px}._select_1h23k_80{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--au-border);padding:10px 12px;border-radius:10px;outline:none;background:var(--au-bg);color:var(--au-text);transition:border-color .15s ease,box-shadow .15s ease}._select_1h23k_80:focus{border-color:var(--au-primary);box-shadow:0 0 0 3px #6c5ce72e}._select_1h23k_80:disabled{opacity:.6;cursor:not-allowed}._radioGroup_1h23k_102{display:flex;gap:18px;flex-wrap:wrap}._radioLabel_1h23k_108{display:flex;align-items:center;gap:8px;color:var(--au-text)}._radioLabel_1h23k_108 input{accent-color:var(--au-primary)}._actions_1h23k_119{display:flex;justify-content:flex-end;gap:10px;margin-top:6px}._primaryBtn_1h23k_126{background:var(--au-primary);color:#fff;border:none;border-radius:10px;padding:10px 16px;font-weight:600;cursor:pointer;transition:filter .15s ease,box-shadow .15s ease,transform .06s ease}._primaryBtn_1h23k_126:hover{filter:brightness(.96);box-shadow:0 5px 18px #6c5ce72e}._primaryBtn_1h23k_126:active{transform:translateY(1px)}._primaryBtn_1h23k_126:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}._secondaryBtn_1h23k_152{background:transparent;color:var(--au-text);border:1px solid var(--au-border-strong);border-radius:10px;padding:10px 16px;cursor:pointer;transition:border-color .15s ease,color .15s ease,transform .06s ease}._secondaryBtn_1h23k_152:hover{border-color:var(--au-primary);color:var(--au-primary)}._secondaryBtn_1h23k_152:active{transform:translateY(1px)}._secondaryBtn_1h23k_152:disabled{opacity:.6;cursor:not-allowed}._categoryWrap_1h23k_177{display:flex;align-items:center;gap:10px;position:relative}._categoryTitle_1h23k_184{font-size:13px;color:var(--au-muted)}._categorySelect_1h23k_189{min-width:200px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--au-border);background:var(--au-bg);color:var(--au-text);border-radius:12px;padding:10px 12px;cursor:pointer;-webkit-user-select:none;user-select:none}._categorySelect_1h23k_189:hover{border-color:#6c5ce78c}._categoryChevron_1h23k_208{margin-left:6px;transition:transform .12s ease}._categoryList_1h23k_213{position:absolute;top:calc(100% + 6px);left:0;min-width:200px;max-height:240px;overflow:auto;background:var(--au-bg);border:1px solid var(--au-border);border-radius:12px;box-shadow:0 8px 28px #0000001f;z-index:10}._categoryItem_1h23k_227{padding:10px 12px;cursor:pointer}._categoryItem_1h23k_227:hover{background:#6c5ce714}._categoryHelper_1h23k_236{font-size:12px;color:var(--au-muted)}._keyHint_1h23k_242{margin-top:4px;font-size:11px;color:var(--au-muted);text-align:right}@media (max-width: 520px){._fieldRow_1h23k_68{flex-direction:column;align-items:stretch}._label_1h23k_74{width:auto}}
