@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.auth-page{background:#eef2f1;place-items:center;min-height:100vh;padding:24px;display:grid}.auth-screen{background:var(--canvas);width:min(100%,390px);min-height:844px;overflow:hidden}.auth-content{width:100%;min-height:844px;padding:max(32px, env(safe-area-inset-top)) 24px max(28px, env(safe-area-inset-bottom));flex-direction:column;display:flex}.auth-heading{display:grid}.login-heading{gap:12px;margin-bottom:36px}.register-heading{gap:12px;margin-bottom:24px}.auth-brand-logo{object-fit:contain;object-position:left center;width:104px;height:72px}.auth-heading h1{color:var(--dark);letter-spacing:-.025em;margin:0;font-size:29px;line-height:1.2}.auth-heading p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.register-label{border:1px solid var(--primary);width:fit-content;color:var(--primary);border-radius:2px;padding:7px 10px;font-size:12px;font-weight:700}.auth-form{gap:16px;display:grid}.register-form{gap:14px}.form-field{gap:6px;display:grid}.form-field>label{color:var(--muted);font-size:12px;font-weight:500}.input-shell{border:1px solid var(--border);background:var(--surface);border-radius:10px;align-items:center;min-height:58px;padding:0 15px;transition:border-color .16s,box-shadow .16s;display:flex}.input-shell:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #0c6b611a}.input-shell.has-error{border-color:var(--danger)}.input-shell input{width:100%;min-width:0;color:var(--dark);background:0 0;border:0;outline:0;font-size:14px}.input-shell input::placeholder{color:#6c7d7c;opacity:1}.field-error{color:var(--danger);font-size:12px;line-height:1.35}.primary-button,.google-button{border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:48px;font-size:14px;font-weight:700;display:flex}.primary-button{border:1px solid var(--primary);color:#fff;background:var(--primary)}.primary-button:hover{background:#095c54}.auth-divider{color:var(--muted);align-items:center;gap:12px;font-size:12px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.google-button{border:1px solid var(--border);color:var(--dark);background:var(--surface);gap:10px}.google-button:hover{background:#fbfdfc;border-color:#aabfbb}.google-button img{object-fit:contain;width:20px;height:20px}.text-button{color:var(--primary);background:0 0;border:0;align-self:center;padding:0;font-size:13px;font-weight:600;text-decoration:underline}.forgot-password{margin-top:16px}.auth-switch{color:var(--muted);text-align:center;margin:14px 0 0;font-size:13px}.auth-switch a{color:var(--primary);font-weight:700;text-decoration:underline}.auth-legal{color:var(--muted);text-align:center;margin:14px 0 0;font-size:11px;line-height:1.45}.auth-legal button{color:var(--muted);font:inherit;background:0 0;border:0;padding:0;text-decoration:underline;display:inline}@media (width<=430px){.auth-page{padding:0;display:block}.auth-screen,.auth-content{min-height:100dvh}}@media (height<=760px){.auth-content{padding-top:24px}.login-heading{margin-bottom:24px}}.app-page{background:#eef2f1;place-items:center;min-height:100vh;padding:24px;display:grid}.app-screen{background:var(--canvas);flex-direction:column;width:min(100%,390px);min-height:844px;display:flex;overflow:hidden}.app-content{min-height:0;padding:max(28px, env(safe-area-inset-top)) 24px 24px;flex:1;overflow-y:auto}.bottom-navigation{border-top:1px solid var(--border);min-height:74px;padding-bottom:env(safe-area-inset-bottom);background:#fffffffa;grid-template-columns:repeat(4,1fr);display:grid}.bottom-navigation__item{color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:5px;font-size:10px;font-weight:500;display:flex}.bottom-navigation__item.is-active{color:var(--primary);font-weight:700}@media (width<=430px){.app-page{padding:0;display:block}.app-screen{min-height:100dvh}}.dictionary-page{flex-direction:column;min-height:100%;display:flex}.dictionary-header{margin-bottom:18px}.dictionary-header h1{color:#102321;margin:0;font-size:24px;font-weight:750;line-height:1.3}.dictionary-search{box-sizing:border-box;color:#657a77;background:#fff;border:1px solid #d7e3e0;border-radius:12px;align-items:center;gap:10px;min-height:48px;padding:0 14px;display:flex}.dictionary-search:focus-within{border-color:#0c756b;box-shadow:0 0 0 3px #0c756b1a}.dictionary-search input{color:#243a37;background:0 0;border:0;outline:0;flex:1;min-width:0;font-family:inherit;font-size:13px}.dictionary-search input::placeholder{color:#91a29f}.dictionary-filters{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.dictionary-filters button{color:#0c6b61;cursor:pointer;background:#fff;border:0;border-radius:999px;min-height:32px;padding:0 13px;font-family:inherit;font-size:10px;font-weight:650}.dictionary-filters button.is-active{color:#fff;background:#0c6b61}.dictionary-results{margin-top:20px}.dictionary-results>h2{color:#102321;margin:0 0 12px;font-size:15px;font-weight:750}.dictionary-list{gap:12px;display:grid}.dictionary-item{box-sizing:border-box;color:#102321;background:#fff;border:1px solid #d7e3e0;border-radius:13px;align-items:center;gap:13px;min-height:72px;padding:12px 14px;text-decoration:none;transition:transform .15s,border-color .15s;display:flex}.dictionary-item:active{transform:scale(.99)}.dictionary-item:hover{border-color:#9dc8c1}.dictionary-item__icon{color:#0c756b;background:#d1f5eb;border-radius:12px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.dictionary-item__content{flex-direction:column;gap:4px;min-width:0;display:flex}.dictionary-item__content strong{color:#102321;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.dictionary-item__content small{color:#657a77;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.dictionary-empty{color:#657a77;text-align:center;border:1px dashed #c9d8d5;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;min-height:160px;padding:20px;display:flex}.dictionary-empty strong{color:#243a37;margin-top:10px;font-size:13px}.dictionary-empty p{margin:5px 0 0;font-size:11px}.dictionary-filters button:focus-visible,.dictionary-item:focus-visible{outline-offset:2px;outline:3px solid #0c6b6140}.sign-detail-page{flex-direction:column;min-height:100%;display:flex}.sign-detail-header{align-items:center;gap:4px;margin-bottom:16px;display:flex}.sign-detail-header h1{color:#102321;margin:0;font-size:20px;font-weight:750;line-height:1.3}.sign-detail-back{color:#102321;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex}.motion-preview{box-sizing:border-box;color:#fff;background:#063f3a;border-radius:14px;flex-direction:column;justify-content:space-between;align-items:center;min-height:286px;padding:28px 20px 32px;display:flex}.motion-preview__label{color:#9bc5bf;letter-spacing:.04em;font-size:10px;font-weight:600}.motion-placeholder{width:66px;height:66px;position:relative}.motion-placeholder__outer,.motion-placeholder__inner{border-radius:50%;position:absolute}.motion-placeholder__outer{border:5px solid #d1f5eb;inset:0}.motion-placeholder__inner{border:4px solid #d1f5eb;inset:11px}.motion-placeholder.is-playing{animation:1.2s ease-in-out infinite motion-pulse}.motion-play-button{color:#fff;cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:6px;min-height:34px;padding:0 12px;font-family:inherit;font-size:11px;font-weight:700;display:inline-flex}.sign-information{margin-top:18px}.sign-information>h2{color:#102321;margin:0;font-size:27px;font-weight:750;line-height:1.25}.sign-tags{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.sign-tags span{color:#0c6b61;background:#dff7f0;border-radius:999px;align-items:center;min-height:30px;padding:0 11px;font-size:10px;font-weight:650;display:inline-flex}.sign-instruction{background:#fff;border:1px solid #d7e3e0;border-radius:13px;margin-top:16px;padding:16px}.sign-instruction h3{color:#102321;margin:0;font-size:13px;font-weight:750}.sign-instruction p{color:#657a77;margin:8px 0 0;font-size:11px;line-height:1.55}.sign-detail-actions{gap:10px;margin-top:16px;display:grid}.sign-detail-actions button{cursor:pointer;border-radius:12px;width:100%;min-height:46px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:700}.sign-recognition-button{color:#fff;background:#0c756b;border:1px solid #0c756b}.sign-replay-button{color:#0c756b;background:#fff;border:1px solid #0c756b}.sign-detail-back:focus-visible,.motion-play-button:focus-visible,.sign-detail-actions button:focus-visible{outline-offset:2px;outline:3px solid #0c6b6140}@keyframes motion-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@media (height<=760px){.motion-preview{min-height:235px}}.home-header{gap:10px;margin-bottom:16px;display:grid}.home-header p{color:var(--muted);margin:0;font-size:13px}.home-header h1{max-width:310px;color:var(--dark);letter-spacing:-.025em;margin:0;font-size:25px;line-height:1.35}.home-actions{gap:10px;display:grid}.home-card{border:1px solid var(--border);min-height:116px;color:var(--dark);background:var(--surface);border-radius:13px;flex-direction:column;justify-content:center;gap:8px;padding:18px;display:flex}.home-card h2{margin:0;font-size:17px;line-height:1.3}.home-card p{color:var(--muted);margin:0;font-size:12px;line-height:1.5}.home-card--primary{border-color:var(--dark);color:#fff;background:var(--dark);justify-content:space-between;align-items:flex-start;min-height:154px}.home-card--primary p{color:#c7ded9;max-width:270px;margin-top:7px}.home-card__button{min-height:36px;color:var(--dark);background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:0 13px;font-size:12px;font-weight:700;display:inline-flex}@media (height<=760px){.home-card{min-height:104px}.home-card--primary{min-height:138px}}.camera-page{flex-direction:column;min-height:100%;display:flex}.camera-header{align-items:center;gap:4px;margin-bottom:12px;display:flex}.camera-header h1{color:#102321;margin:0;font-size:20px;font-weight:750;line-height:1.3}.camera-back-button{color:#102321;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex}.recognition-status{color:#0c6b61;background:#dff7f0;border-radius:999px;align-self:flex-start;align-items:center;gap:7px;min-height:30px;margin-bottom:12px;padding:0 11px;font-size:11px;font-weight:650;display:inline-flex}.recognition-status__dot{background:#18a878;border-radius:50%;width:7px;height:7px}.recognition-status.is-active .recognition-status__dot{animation:1.1s ease-in-out infinite recognition-pulse}.camera-preview{box-sizing:border-box;color:#fff;background:#063f3a;border-radius:14px;flex-direction:column;justify-content:space-between;align-items:center;min-height:430px;padding:44px 20px 38px;display:flex;position:relative;overflow:hidden}.camera-preview__label{color:#9bc5bf;letter-spacing:.03em;font-size:10px;font-weight:600}.camera-guide{box-sizing:border-box;justify-content:center;align-items:center;width:min(100%,250px);min-height:180px;padding:30px;display:flex;position:relative}.camera-guide p{color:#fff;text-align:center;max-width:220px;margin:0;font-size:15px;font-weight:650;line-height:1.45}.camera-guide__corner{border-style:solid;border-color:#d1f5ebb3;width:24px;height:24px;position:absolute}.camera-guide__corner--top-left{border-width:2px 0 0 2px;border-radius:8px 0 0;top:0;left:0}.camera-guide__corner--top-right{border-width:2px 2px 0 0;border-radius:0 8px 0 0;top:0;right:0}.camera-guide__corner--bottom-left{border-width:0 0 2px 2px;border-radius:0 0 0 8px;bottom:0;left:0}.camera-guide__corner--bottom-right{border-width:0 2px 2px 0;border-radius:0 0 8px;bottom:0;right:0}.camera-hold-hint{color:#d7eeea;background:#ffffff1f;border-radius:999px;align-items:center;min-height:34px;padding:0 13px;font-size:10px;font-weight:600;display:inline-flex}.camera-action-button{color:#fff;cursor:pointer;background:#0c756b;border:0;border-radius:12px;width:100%;min-height:48px;margin-top:12px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:700}.camera-action-button:active{transform:scale(.99)}.camera-action-button:focus-visible,.camera-back-button:focus-visible{outline-offset:2px;outline:3px solid #0c6b6140}.camera-privacy-note{color:#657a77;text-align:center;margin:12px 0 0;font-size:10px;line-height:1.45}@keyframes recognition-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.75)}}@media (height<=760px){.camera-preview{min-height:365px}}.result-page{flex-direction:column;min-height:100%;display:flex}.result-header{align-items:center;gap:4px;margin-bottom:12px;display:flex}.result-header h1{color:#102321;margin:0;font-size:20px;font-weight:750;line-height:1.3}.result-back-button{color:#102321;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex}.result-status{color:#0c6b61;background:#dff7f0;border-radius:999px;align-self:flex-start;align-items:center;gap:6px;min-height:30px;margin-bottom:12px;padding:0 11px;font-size:11px;font-weight:650;display:inline-flex}.result-card{box-sizing:border-box;background:#fff;border:1px solid #d7e3e0;border-radius:14px;flex-direction:column;justify-content:center;min-height:180px;padding:20px;display:flex}.result-card__label{color:#657a77;margin-bottom:8px;font-size:11px}.result-card h2{color:#0a4a44;margin:0 0 5px;font-size:30px;font-weight:750;line-height:1.2}.result-card strong{color:#0c756b;font-size:12px;font-weight:700}.result-card p{color:#657a77;max-width:285px;margin:10px 0 0;font-size:11px;line-height:1.5}.result-feedback{margin-top:16px}.result-feedback h3{color:#102321;margin:0 0 10px;font-size:13px;font-weight:700}.result-feedback__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.feedback-button{color:#fff;cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:6px;min-height:46px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:700;transition:transform .15s,opacity .15s;display:inline-flex}.feedback-button--correct{background:#0c756b}.feedback-button--incorrect{background:#e84040}.feedback-button:not(.is-selected){opacity:.88}.feedback-button.is-selected{transform:translateY(-1px);box-shadow:0 5px 14px #10232126}.feedback-message{color:#657a77;margin:10px 0 0;font-size:11px;line-height:1.45}.result-retry-button{color:#0c756b;cursor:pointer;background:#fff;border:1px solid #0c756b;border-radius:12px;width:100%;min-height:46px;margin-top:12px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:700}.result-back-button:focus-visible,.feedback-button:focus-visible,.result-retry-button:focus-visible{outline-offset:2px;outline:3px solid #0c6b6140}.settings-page{flex-direction:column;min-height:100%;display:flex}.settings-header{margin-bottom:18px}.settings-header h1{color:#102321;margin:0;font-size:24px;font-weight:750;line-height:1.3}.profile-card{box-sizing:border-box;color:#fff;background:#063f3a;border-radius:14px;align-items:center;gap:14px;min-height:106px;padding:18px;display:flex}.profile-avatar{color:#d1f5eb;background:#ffffff1f;border-radius:50%;flex:none;justify-content:center;align-items:center;width:48px;height:48px;font-size:19px;font-weight:750;display:inline-flex}.profile-information{flex-direction:column;gap:5px;min-width:0;display:flex}.profile-information strong,.profile-information span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-information strong{font-size:15px;font-weight:700}.profile-information span{color:#b9d8d3;font-size:10px}.settings-section{margin-top:20px}.settings-section>h2{color:#102321;margin:0 0 12px;font-size:13px;font-weight:750}.settings-list{gap:10px;display:grid}.setting-item{box-sizing:border-box;color:#102321;text-align:left;background:#fff;border:1px solid #d7e3e0;border-radius:13px;align-items:center;gap:12px;width:100%;min-height:72px;padding:12px 14px;display:flex}.setting-item--button{cursor:pointer;font-family:inherit}.setting-item__icon{color:#0c756b;background:#e1f7f1;border-radius:10px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.setting-item__content{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.setting-item__content strong,.setting-item__content small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.setting-item__content strong{color:#102321;font-size:12px;font-weight:700}.setting-item__content small{color:#657a77;font-size:9px}.setting-item__value{color:#0c756b;flex:none;font-size:10px;font-weight:700}.setting-item__value--success{color:#12805f}.logout-button{color:#0c756b;cursor:pointer;background:#fff;border:1px solid #0c756b;border-radius:12px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:46px;margin-top:16px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:700;display:inline-flex}.setting-item--button:focus-visible,.logout-button:focus-visible{outline-offset:2px;outline:3px solid #0c6b6140}@media (height<=760px){.setting-item{min-height:64px}.settings-list{gap:8px}}.avatar-page{flex-direction:column;min-height:100%;display:flex}.avatar-header{align-items:center;gap:4px;margin-bottom:12px;display:flex}.avatar-header h1{color:#102321;margin:0;font-size:20px;font-weight:750;line-height:1.3}.avatar-back-button{color:#102321;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex}.avatar-summary{color:#0c6b61;background:#dff7f0;border-radius:999px;align-self:flex-start;align-items:center;gap:4px;min-height:30px;margin-bottom:12px;padding:0 11px;font-size:10px;font-weight:600;display:inline-flex}.avatar-stage{box-sizing:border-box;color:#fff;background:#063f3a;border-radius:14px;flex-direction:column;justify-content:space-between;align-items:center;min-height:360px;padding:22px 20px 18px;display:flex}.avatar-stage:fullscreen{border-radius:0;justify-content:space-around}.avatar-stage__label{color:#9bc5bf;letter-spacing:.04em;font-size:10px;font-weight:600}.avatar-placeholder{width:76px;height:76px;position:relative}.avatar-placeholder__outer,.avatar-placeholder__inner{border-radius:50%;position:absolute}.avatar-placeholder__outer{border:5px solid #d1f5eb;inset:0}.avatar-placeholder__inner{border:4px solid #d1f5eb;inset:12px}.avatar-stage strong{margin-top:-58px;font-size:22px;font-weight:750}.avatar-progress{font-size:11px;font-weight:600}.avatar-controls{background:#fff;border-radius:12px;grid-template-columns:repeat(6,1fr);align-items:center;min-height:54px;margin-top:12px;display:grid}.avatar-controls button{color:#0c756b;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;min-width:0;height:42px;padding:0;font-family:inherit;display:inline-flex}.avatar-controls__play{border-radius:50%;background:#e1f7f1!important}.avatar-speed-button{font-size:12px;font-weight:750}.avatar-unsupported-note{color:#657a77;text-align:center;margin:12px 0 0;font-size:10px;line-height:1.45}.avatar-edit-button{color:#0c756b;cursor:pointer;background:#fff;border:1px solid #0c756b;border-radius:12px;width:100%;min-height:46px;margin-top:16px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:700}.avatar-back-button:focus-visible,.avatar-controls button:focus-visible,.avatar-edit-button:focus-visible{outline-offset:2px;outline:3px solid #0c6b6140}@media (height<=760px){.avatar-stage{min-height:300px}}.text-to-sign-page{flex-direction:column;min-height:100%;display:flex}.text-to-sign-header{align-items:center;gap:4px;margin-bottom:20px;display:flex}.text-to-sign-header h1{color:#102321;margin:0;font-size:20px;font-weight:750;line-height:1.3}.text-to-sign-back{color:#102321;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex}.text-to-sign-form{flex-direction:column;display:flex}.text-to-sign-form>label{color:#102321;margin-bottom:10px;font-size:13px;font-weight:650}.text-area-shell{position:relative}.text-area-shell textarea{resize:none;box-sizing:border-box;color:#243a37;background:#fff;border:1px solid #d7e3e0;border-radius:13px;outline:none;width:100%;min-height:152px;padding:16px 16px 38px;font-family:inherit;font-size:14px;line-height:1.5;display:block}.text-area-shell textarea::placeholder{color:#91a29f}.text-area-shell textarea:focus{border-color:#0c756b;box-shadow:0 0 0 3px #0c756b1a}.character-count{color:#657a77;font-size:10px;position:absolute;bottom:12px;right:14px}.quick-suggestions{margin-top:16px}.quick-suggestions h2{color:#657a77;margin:0 0 10px;font-size:11px;font-weight:600}.suggestion-list{flex-wrap:wrap;gap:8px;display:flex}.suggestion-list button{color:#0c6b61;cursor:pointer;background:#fff;border:0;border-radius:999px;min-height:31px;padding:0 12px;font-family:inherit;font-size:10px;font-weight:650}.convert-button{color:#fff;cursor:pointer;background:#0c756b;border:0;border-radius:12px;width:100%;min-height:48px;margin-top:18px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:700}.convert-button:disabled{cursor:not-allowed;opacity:.5}.sign-preview-card{color:#825c16;background:#fff7df;border-radius:13px;margin-top:14px;padding:16px}.sign-preview-card__title{align-items:center;gap:6px;display:flex}.sign-preview-card h2{margin:0;font-size:12px;font-weight:750}.sign-preview-card p{color:#8c7650;margin:8px 0 0;font-size:10px;line-height:1.5}.text-to-sign-back:focus-visible,.suggestion-list button:focus-visible,.convert-button:focus-visible{outline-offset:2px;outline:3px solid #0c6b6140}:root{color:#0e1f21;font-synthesis:none;--primary:#0c6b61;--dark:#063835;--canvas:#f6faf9;--surface:#fff;--muted:#576b6b;--border:#d6e3e0;--danger:#e04040;background:#f6faf9;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}
