@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--color-primary: #2D5A27;--color-primary-light: #41AF88;--color-primary-dark: #1E3D1A;--color-accent: #F5A623;--color-accent-light: #FFD073;--color-accent-dark: #C88A1A;--color-surface: #FFFFFF;--color-surface-alt: #F8F6F3;--color-surface-elevated: #FFFFFF;--color-background: #1A2F35;--color-text: #1A1A1A;--color-text-muted: #6B7280;--color-text-light: #9CA3AF;--color-text-inverse: #FFFFFF;--color-success: #10B981;--color-error: #EF4444;--color-warning: #F59E0B;--color-info: #3B82F6;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-8: 3rem;--space-10: 4rem;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.25;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .35s ease;--z-dropdown: 100;--z-sticky: 200;--z-modal: 300;--z-tooltip: 400;--z-toast: 500;--input-box-height: 200px;--input-box-height-mobile: 150px;--input-box-min-width: 300px;--input-box-max-width: 460px}[data-theme=light]{--color-background: #F5F7FA;--color-surface: #FFFFFF;--color-surface-alt: #FFFFFF;--color-surface-elevated: #FFFFFF;--color-text: #1A1A1A;--color-text-muted: #4B5563;--color-text-light: #6B7280;--color-text-inverse: #1A1A1A;--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .08);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .08);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .12), 0 4px 6px -2px rgba(0, 0, 0, .06);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .12), 0 10px 10px -5px rgba(0, 0, 0, .06)}[data-theme=dark]{--color-background: #1A2F35;--color-surface: #FFFFFF;--color-surface-alt: #F8F6F3;--color-surface-elevated: #FFFFFF;--color-text: #1A1A1A;--color-text-muted: #6B7280;--color-text-light: #9CA3AF;--color-text-inverse: #FFFFFF}@media(prefers-color-scheme:light){:root:not([data-theme]){--color-background: #F5F7FA;--color-surface: #FFFFFF;--color-surface-alt: #FFFFFF;--color-text-inverse: #1A1A1A}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-family);font-size:var(--font-size-base);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);color:var(--color-text);background:var(--color-background);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight);color:var(--color-text)}h1{font-size:var(--font-size-3xl)}h2{font-size:var(--font-size-2xl)}h3{font-size:var(--font-size-xl)}h4{font-size:var(--font-size-lg)}p{margin-bottom:var(--space-4)}a{color:var(--color-primary-light);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-primary);text-decoration:underline}:focus-visible{outline:2px solid var(--color-primary-light);outline-offset:2px}::selection{background:var(--color-primary-light);color:var(--color-text-inverse)}img,svg{display:block;max-width:100%;height:auto}ul,ol{list-style:none}input,textarea,select,button{font-family:inherit;font-size:inherit;line-height:inherit}button{background:none;border:none;cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-5);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:1;border-radius:var(--radius-md);transition:all var(--transition-fast);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--color-primary-light);color:var(--color-text-inverse);border:none}.btn-primary:hover:not(:disabled){background:var(--color-primary);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{background:transparent;color:var(--color-primary-light);border:1px solid var(--color-primary-light)}.btn-secondary:hover:not(:disabled){background:var(--color-primary-light);color:var(--color-text-inverse)}.btn-icon{width:40px;height:40px;padding:0;border-radius:var(--radius-full);background:var(--color-surface-alt);color:var(--color-text-muted);border:none}.btn-icon:hover:not(:disabled){background:var(--color-primary-light);color:var(--color-text-inverse);transform:scale(1.05)}.btn-fab{width:56px;height:56px;padding:0;border-radius:var(--radius-full);background:var(--color-accent);color:var(--color-text-inverse);border:none;box-shadow:var(--shadow-lg)}.btn-fab:hover:not(:disabled){background:var(--color-accent-dark);transform:scale(1.05);box-shadow:var(--shadow-xl)}.input,.textarea,.select{width:100%;padding:var(--space-3) var(--space-4);font-size:var(--font-size-base);color:var(--color-text);background:var(--color-surface);border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-md);transition:all var(--transition-fast)}.input:focus,.textarea:focus,.select:focus{outline:none;border-color:var(--color-primary-light);box-shadow:0 0 0 3px #41af8826}.textarea{min-height:120px;resize:vertical;line-height:var(--line-height-relaxed)}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--space-3) center;padding-right:var(--space-8);cursor:pointer}.select:hover{border-color:var(--color-primary-light)}.card{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.card-body{padding:var(--space-5)}.translation-card{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-3);min-width:300px;flex:1}[data-tooltip]{position:relative}[data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(-4px);padding:var(--space-2) var(--space-3);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);color:var(--color-text-inverse);background:var(--color-text);border-radius:var(--radius-sm);white-space:nowrap;opacity:0;visibility:hidden;transition:all var(--transition-fast);z-index:var(--z-tooltip);pointer-events:none}[data-tooltip]:hover:after{opacity:1;visibility:visible;transform:translate(-50%) translateY(-8px)}.toast{position:fixed;bottom:var(--space-6);left:50%;transform:translate(-50%) translateY(100px);padding:var(--space-3) var(--space-5);background:var(--color-text);color:var(--color-text-inverse);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);z-index:var(--z-toast);opacity:0;transition:all var(--transition-normal)}.toast.show{opacity:1;transform:translate(-50%) translateY(0)}.toast.success{background:var(--color-success)}.toast.error{background:var(--color-error)}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:currentColor;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.text-center{text-align:center}.text-muted{color:var(--color-text-muted)}.text-sm{font-size:var(--font-size-sm)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-2)}.gap-4{gap:var(--space-4)}.mt-2{margin-top:var(--space-2)}.mt-4{margin-top:var(--space-4)}.mb-4{margin-bottom:var(--space-4)}.feedback-message.svelte-1u9jmzn{position:fixed;bottom:var(--space-6);left:50%;transform:translate(-50%);padding:var(--space-3) var(--space-5);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);background:var(--color-text);color:var(--color-text-inverse);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:var(--z-toast)}.feedback-message.success.svelte-1u9jmzn{background:var(--color-success)}.feedback-message.error.svelte-1u9jmzn{background:var(--color-error)}.feedback-message.warning.svelte-1u9jmzn{background:var(--color-warning);color:var(--color-text)}.feedback-message.info.svelte-1u9jmzn{background:var(--color-info)}@media only screen and (max-width:767px){.feedback-message.svelte-1u9jmzn{width:90%;max-width:320px;text-align:center}}.shepherd-button{background:#3288e6;border:0;border-radius:3px;color:#ffffffbf;cursor:pointer;margin-right:.5rem;padding:.5rem 1.5rem;transition:all .5s ease}.shepherd-button:not(:disabled):hover{background:#196fcc;color:#ffffffbf}.shepherd-button.shepherd-button-secondary{background:#f1f2f3;color:#000000bf}.shepherd-button.shepherd-button-secondary:not(:disabled):hover{background:#d6d9db;color:#000000bf}.shepherd-button:disabled{cursor:not-allowed}.shepherd-footer{border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;justify-content:flex-end;padding:0 .75rem .75rem}.shepherd-footer .shepherd-button:last-child{margin-right:0}.shepherd-cancel-icon{background:transparent;border:none;color:#808080bf;cursor:pointer;font-size:2em;font-weight:400;margin:0;padding:0;transition:color .5s ease}.shepherd-cancel-icon:hover{color:#000000bf}.shepherd-has-title .shepherd-content .shepherd-cancel-icon{color:#808080bf}.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover{color:#000000bf}.shepherd-title{color:#000000bf;display:flex;flex:1 0 auto;font-size:1rem;font-weight:400;margin:0;padding:0}.shepherd-header{align-items:center;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;justify-content:flex-end;line-height:2em;padding:.75rem .75rem 0}.shepherd-has-title .shepherd-content .shepherd-header{background:#e6e6e6;padding:1em}.shepherd-text{color:#000000bf;font-size:1rem;line-height:1.3em;padding:.75em}.shepherd-text p{margin-top:0}.shepherd-text p:last-child{margin-bottom:0}.shepherd-content{border-radius:5px;outline:none;padding:0}.shepherd-element{background:#fff;border-radius:5px;box-shadow:0 1px 4px #0003;max-width:400px;opacity:0;outline:none;transition:opacity .3s,visibility .3s;visibility:hidden;width:100%;z-index:9999}.shepherd-enabled.shepherd-element{opacity:1;visibility:visible}.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered){opacity:0;pointer-events:none;visibility:hidden}.shepherd-element,.shepherd-element *,.shepherd-element :after,.shepherd-element :before{box-sizing:border-box}.shepherd-arrow,.shepherd-arrow:before{height:16px;position:absolute;width:16px;z-index:-1}.shepherd-arrow:before{background:#fff;content:"";transform:rotate(45deg)}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow{bottom:-8px}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow{top:-8px}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow{right:-8px}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow{left:-8px}.shepherd-element.shepherd-centered>.shepherd-arrow{opacity:0}.shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow:before{background-color:#e6e6e6}.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,.shepherd-target-click-disabled.shepherd-enabled.shepherd-target *{pointer-events:none}.shepherd-modal-overlay-container{height:0;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .3s ease-out,height 0ms .3s,opacity .3s 0ms;width:100vw;z-index:9997}.shepherd-modal-overlay-container.shepherd-modal-is-visible{height:100vh;opacity:.5;transform:translateZ(0);transition:all .3s ease-out,height 0s 0s,opacity .3s 0s}.shepherd-modal-overlay-container.shepherd-modal-is-visible path{pointer-events:all}.shepherd-modal-overlay-container{fill:#0009}.shepherd-element{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);max-width:380px;font-family:Inter,-apple-system,sans-serif;border:none}.shepherd-arrow,.shepherd-arrow:before{display:none}.shepherd-header{background:transparent;padding:var(--space-4) var(--space-4) 0;border:none}.shepherd-title{color:var(--color-text);font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);margin:0}.shepherd-cancel-icon{color:var(--color-text-muted);font-size:1.5rem;transition:color var(--transition-fast)}.shepherd-cancel-icon:hover{color:var(--color-text)}.shepherd-text{color:var(--color-text-muted);font-size:var(--font-size-sm);line-height:1.6;padding:var(--space-3) var(--space-4)}.shepherd-footer{background:transparent;border-top:1px solid rgba(0,0,0,.08);padding:var(--space-3) var(--space-4);display:flex;justify-content:space-between;align-items:center;gap:var(--space-2)}.shepherd-progress{font-size:var(--font-size-xs);color:var(--color-text-muted);display:flex;align-items:center;gap:var(--space-2)}.shepherd-progress-dots{display:flex;gap:4px}.shepherd-progress-dot{width:6px;height:6px;border-radius:50%;background:#0003}.shepherd-progress-dot.active{background:var(--color-primary)}.shepherd-button-group{display:flex;gap:var(--space-2)}.shepherd-button{padding:var(--space-2) var(--space-4);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);border-radius:var(--radius-md);border:none;cursor:pointer;transition:all var(--transition-fast);min-width:70px;text-align:center}.shepherd-button:not(.shepherd-button-secondary){background:linear-gradient(135deg,var(--color-primary-light) 0%,var(--color-primary) 100%);color:var(--color-text-inverse)}.shepherd-button:not(.shepherd-button-secondary):hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:var(--shadow-md)}.shepherd-button-secondary{background:transparent;color:var(--color-text-muted);border:1px solid rgba(0,0,0,.15)}.shepherd-button-secondary:hover{background:#0000000d;color:var(--color-text)}.shepherd-button-progress{background:transparent;color:var(--color-text-muted);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);padding:var(--space-1) var(--space-2);min-width:40px;cursor:default;pointer-events:none;opacity:.8}.shepherd-target-click-disabled.shepherd-enabled{pointer-events:auto!important}.shepherd-element.shepherd-centered{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}@media only screen and (max-width:767px){.shepherd-element{max-width:calc(100vw - 32px);margin:var(--space-4)}.shepherd-footer{flex-direction:column;gap:var(--space-3)}.shepherd-progress{order:-1;width:100%;justify-content:center}.shepherd-button-group{width:100%;justify-content:space-between}.shepherd-button{flex:1}}.tour-button.svelte-ixf6c1{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:#ffffff26;border:none;border-radius:var(--radius-full);color:var(--color-text-inverse);cursor:pointer;transition:all var(--transition-fast)}.tour-button.svelte-ixf6c1:hover{background:#ffffff40;transform:scale(1.05)}.tour-button.svelte-ixf6c1 .material-icons:where(.svelte-ixf6c1){font-size:20px}@media only screen and (max-width:767px){.tour-button.svelte-ixf6c1{width:32px;height:32px}.tour-button.svelte-ixf6c1 .material-icons:where(.svelte-ixf6c1){font-size:18px}}.theme-toggle.svelte-etn2pe{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:#ffffff1a;border:none;border-radius:var(--radius-full);color:var(--color-text-inverse);cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);overflow:hidden;position:relative}.theme-toggle.svelte-etn2pe:hover{background:#fff3;transform:scale(1.1)}.theme-toggle.svelte-etn2pe:active{transform:scale(.95)}.theme-toggle.svelte-etn2pe .material-icons:where(.svelte-etn2pe){font-size:22px;transition:transform .3s ease}.theme-toggle.svelte-etn2pe:hover .material-icons:where(.svelte-etn2pe){transform:rotate(15deg)}.theme-toggle.svelte-etn2pe:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#ffffff4d;border-radius:50%;transform:translate(-50%,-50%);opacity:0}.theme-toggle.svelte-etn2pe:active:after{animation:svelte-etn2pe-theme-ripple .4s ease-out}@keyframes svelte-etn2pe-theme-ripple{0%{width:0;height:0;opacity:.5}to{width:100px;height:100px;opacity:0}}[data-theme=light] .theme-toggle.svelte-etn2pe{background:#00000014;color:var(--color-text)}[data-theme=light] .theme-toggle.svelte-etn2pe:hover{background:#0000001f}[data-theme=light] .theme-toggle.svelte-etn2pe:after{background:#0003}.header.svelte-1271t5v{position:relative;background:transparent;padding:var(--space-3) var(--space-4);text-align:center}.header-controls.svelte-1271t5v{position:absolute;top:var(--space-3);right:var(--space-4);z-index:10}.navbar.svelte-1271t5v{background:transparent}.nav-wrapper.svelte-1271t5v{display:flex;flex-direction:column;align-items:center;gap:var(--space-2)}.heading.svelte-1271t5v{display:flex;align-items:center;gap:var(--space-3)}.logo-container.svelte-1271t5v{display:flex;align-items:center;gap:var(--space-2)}.header-logo.svelte-1271t5v{height:96px;width:auto;object-fit:contain}.header-logo--light.svelte-1271t5v{display:none}.subtext.svelte-1271t5v{font-size:var(--font-size-base);color:#ffffffd9;font-weight:var(--font-weight-medium);letter-spacing:.01em;transition:color .3s ease}.subtext.svelte-1271t5v p:where(.svelte-1271t5v){margin:0}[data-theme=light] .subtext.svelte-1271t5v{color:#000000b3}[data-theme=light] .header-logo--dark.svelte-1271t5v{display:none}[data-theme=light] .header-logo--light.svelte-1271t5v{display:block}@media only screen and (max-width:767px){.header.svelte-1271t5v{padding:var(--space-3) var(--space-4)}.header-logo.svelte-1271t5v{height:60px}.subtext.svelte-1271t5v{font-size:var(--font-size-sm);color:#fffc}}.footer-container.svelte-1jcuc3c{display:flex;flex-direction:column;align-items:center;gap:var(--space-4);padding:var(--space-4);text-align:center}.social-links.svelte-1jcuc3c{display:flex;gap:var(--space-4)}.social-links.svelte-1jcuc3c a:where(.svelte-1jcuc3c){display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:var(--radius-full);color:var(--color-text-inverse);font-size:var(--font-size-lg);transition:all var(--transition-fast);text-decoration:none;border:1px solid transparent}.social-links.svelte-1jcuc3c a:where(.svelte-1jcuc3c):hover{background:var(--color-primary-light);transform:translateY(-2px);border-color:#fff3}.footer-bottom.svelte-1jcuc3c{display:flex;flex-direction:column;align-items:center;gap:var(--space-2);margin-top:var(--space-2)}.copyright-text.svelte-1jcuc3c{font-size:var(--font-size-xs);color:#fff9}.copyright-text.svelte-1jcuc3c a:where(.svelte-1jcuc3c){color:#fffc;text-decoration:none;font-weight:var(--font-weight-medium)}.copyright-text.svelte-1jcuc3c a:where(.svelte-1jcuc3c):hover{color:var(--color-primary-light)}.powered-by.svelte-1jcuc3c{display:flex;align-items:center;gap:6px;font-size:var(--font-size-xs);color:#fff9}.khaya-badge.svelte-1jcuc3c{display:flex;align-items:center;gap:4px;padding:4px 12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);border-radius:16px;color:var(--color-text-inverse);text-decoration:none;font-weight:var(--font-weight-semibold);transition:all .2s cubic-bezier(.4,0,.2,1)}.khaya-badge.svelte-1jcuc3c:hover{background:var(--color-primary);border-color:var(--color-primary-light);transform:translateY(-1px);box-shadow:0 2px 8px #0003}.badge-icon.svelte-1jcuc3c{font-size:12px;opacity:.8}@media only screen and (max-width:767px){.social-links.svelte-1jcuc3c a:where(.svelte-1jcuc3c){width:36px;height:36px}}[data-theme=light] .copyright-text.svelte-1jcuc3c,[data-theme=light] .powered-by.svelte-1jcuc3c{color:#0009}[data-theme=light] .copyright-text.svelte-1jcuc3c a:where(.svelte-1jcuc3c){color:var(--color-primary)}[data-theme=light] .khaya-badge.svelte-1jcuc3c{background:#0000000d;border-color:#0000000d;color:var(--color-primary-dark)}[data-theme=light] .khaya-badge.svelte-1jcuc3c:hover{background:var(--color-primary);color:#fff}[data-theme=light] .social-links.svelte-1jcuc3c a:where(.svelte-1jcuc3c){background:#0000000d;color:var(--color-text-muted)}[data-theme=light] .social-links.svelte-1jcuc3c a:where(.svelte-1jcuc3c):hover{background:var(--color-primary);color:#fff}.footer.svelte-g5oxf3{background:transparent;padding:var(--space-4) var(--space-4);text-align:center;margin-top:var(--space-4)}@media only screen and (max-width:767px){.footer.svelte-g5oxf3{padding:var(--space-4)}}.record-button.svelte-15bhdnn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:var(--color-surface);border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-full);color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-fast);position:relative}.record-button.svelte-15bhdnn:hover:not(:disabled){background:var(--color-primary-light);border-color:var(--color-primary-light);color:var(--color-text-inverse);transform:scale(1.05)}.record-button.svelte-15bhdnn:disabled{opacity:.4;cursor:not-allowed}.record-button.svelte-15bhdnn .recording:where(.svelte-15bhdnn){color:var(--color-error);animation:svelte-15bhdnn-pulse 1.5s ease-in-out infinite}.record-button.svelte-15bhdnn .not-recording:where(.svelte-15bhdnn){color:inherit}.indicator-container.svelte-15bhdnn{position:absolute;top:-2px;right:-2px}.recording-indicator.svelte-15bhdnn{display:block;width:10px;height:10px;background:var(--color-error);border-radius:var(--radius-full);border:2px solid var(--color-surface);animation:svelte-15bhdnn-pulse 1s ease-in-out infinite}@keyframes svelte-15bhdnn-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.record-button.svelte-15bhdnn .material-icons:where(.svelte-15bhdnn){font-size:20px}.translation-box.svelte-a4ujpw{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-3);flex:1;min-width:var(--input-box-min-width);max-width:var(--input-box-max-width)}.input-language-dropdown.svelte-a4ujpw{width:100%;padding:var(--space-3) var(--space-4);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);color:var(--color-text);background:var(--color-surface);border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-md);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--space-3) center;padding-right:var(--space-8);transition:all var(--transition-fast)}.input-language-dropdown.svelte-a4ujpw:hover{border-color:var(--color-primary-light)}.input-language-dropdown.svelte-a4ujpw:focus{outline:none;border-color:var(--color-primary-light);box-shadow:0 0 0 3px #41af8826}.textarea-container.svelte-a4ujpw{position:relative;display:flex;flex-direction:column}.translation-text.svelte-a4ujpw{width:100%;min-height:var(--input-box-height);padding:var(--space-4);padding-right:var(--space-10);font-size:var(--font-size-lg);font-family:var(--font-family);color:var(--color-text);background:var(--color-surface);border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-md);resize:vertical;line-height:var(--line-height-relaxed);transition:all var(--transition-fast)}.translation-text.svelte-a4ujpw::placeholder{color:var(--color-text-light)}.translation-text.svelte-a4ujpw:focus{outline:none;border-color:var(--color-primary-light);box-shadow:0 0 0 3px #41af8826}.char-count.svelte-a4ujpw{position:absolute;bottom:var(--space-3);right:var(--space-3);font-size:var(--font-size-xs);color:var(--color-text-light)}#clearButton.svelte-a4ujpw{position:absolute;top:var(--space-3);right:var(--space-3);width:28px;height:28px;padding:0;display:flex;align-items:center;justify-content:center;background:var(--color-surface-alt);border:none;border-radius:var(--radius-full);color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-fast)}#clearButton.svelte-a4ujpw:hover{background:var(--color-error);color:var(--color-text-inverse);transform:scale(1.1)}#clearButton.svelte-a4ujpw .material-icons:where(.svelte-a4ujpw){font-size:18px}.asr-container.svelte-a4ujpw{position:absolute;bottom:var(--space-8);right:var(--space-3)}@media only screen and (max-width:767px){.translation-box.svelte-a4ujpw{max-width:100%;min-width:100%}.translation-text.svelte-a4ujpw{min-height:var(--input-box-height-mobile);font-size:var(--font-size-base)}}.rating-section.svelte-13yi9cz{display:flex;align-items:center;gap:var(--space-2);padding-top:var(--space-3);border-top:1px solid rgba(0,0,0,.05);flex-wrap:wrap}.rating-section.svelte-13yi9cz p:where(.svelte-13yi9cz){font-size:var(--font-size-sm);color:var(--color-text-muted);margin:0;margin-right:var(--space-1)}.rating-button.svelte-13yi9cz{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-1);min-width:44px;height:36px;padding:0 var(--space-3);background:var(--color-surface-alt);border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-lg);color:var(--color-text-muted);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap}.rating-button.svelte-13yi9cz:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--shadow-sm)}.rating-button.svelte-13yi9cz:disabled{opacity:.4;cursor:not-allowed}.rating-button.up.svelte-13yi9cz{color:var(--color-success)}.rating-button.up.svelte-13yi9cz:hover:not(:disabled){background:var(--color-success);border-color:var(--color-success);color:var(--color-text-inverse)}.rating-button.down.svelte-13yi9cz{color:var(--color-error)}.rating-button.down.svelte-13yi9cz:hover:not(:disabled){background:var(--color-error);border-color:var(--color-error);color:var(--color-text-inverse)}.rating-button.edit.svelte-13yi9cz{color:var(--color-info)}.rating-button.edit.svelte-13yi9cz:hover:not(:disabled){background:var(--color-info);border-color:var(--color-info);color:var(--color-text-inverse)}.rating-button.cancel.svelte-13yi9cz{color:var(--color-text-muted)}.rating-button.cancel.svelte-13yi9cz:hover:not(:disabled){background:var(--color-text-muted);color:var(--color-text-inverse)}.rating-button.submit.svelte-13yi9cz{color:var(--color-primary-light)}.rating-button.submit.svelte-13yi9cz:hover:not(:disabled){background:var(--color-primary-light);border-color:var(--color-primary-light);color:var(--color-text-inverse)}.rating-button.svelte-13yi9cz .material-icons:where(.svelte-13yi9cz){font-size:16px}@media only screen and (max-width:767px){.rating-section.svelte-13yi9cz{justify-content:center;gap:var(--space-2)}.rating-section.svelte-13yi9cz p:where(.svelte-13yi9cz){width:100%;text-align:center;margin-bottom:var(--space-2)}.rating-button.svelte-13yi9cz{height:40px;padding:0 var(--space-3)}}.speak-button.svelte-zdp933{position:absolute;bottom:var(--space-3);right:calc(var(--space-3) + 40px);display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:var(--color-surface);border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-full);color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-fast)}.speak-button.svelte-zdp933:hover:not(:disabled){background:var(--color-primary-light);border-color:var(--color-primary-light);color:var(--color-text-inverse);transform:scale(1.05)}.speak-button.svelte-zdp933:disabled{opacity:.4;cursor:not-allowed}.speak-button.svelte-zdp933 .speaking:where(.svelte-zdp933){color:var(--color-primary-light);animation:svelte-zdp933-soundwave 1s ease-in-out infinite}.speak-button.svelte-zdp933 .convert-to-speech:where(.svelte-zdp933){color:inherit}@keyframes svelte-zdp933-soundwave{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.speak-button.svelte-zdp933 .material-icons:where(.svelte-zdp933){font-size:20px}.translation-box.svelte-i6g8z4{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-3);flex:1;min-width:var(--input-box-min-width);max-width:var(--input-box-max-width)}#outputLanguage.svelte-i6g8z4{width:100%;padding:var(--space-3) var(--space-4);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);color:var(--color-text);background:var(--color-surface);border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-md);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--space-3) center;padding-right:var(--space-8);transition:all var(--transition-fast)}#outputLanguage.svelte-i6g8z4:hover{border-color:var(--color-primary-light)}#outputLanguage.svelte-i6g8z4:focus{outline:none;border-color:var(--color-primary-light);box-shadow:0 0 0 3px #41af8826}.textarea-container.svelte-i6g8z4{position:relative;display:flex;flex-direction:column}.output-text.svelte-i6g8z4{width:100%;min-height:var(--input-box-height);padding:var(--space-4);padding-right:var(--space-10);font-size:var(--font-size-lg);font-family:var(--font-family);color:var(--color-text);background:var(--color-surface-alt);border:1px solid rgba(0,0,0,.05);border-radius:var(--radius-md);resize:vertical;line-height:var(--line-height-relaxed);transition:all var(--transition-fast)}.output-text.svelte-i6g8z4::placeholder{color:var(--color-text-light)}.output-text.svelte-i6g8z4:disabled{cursor:default;opacity:1}.output-text.svelte-i6g8z4:focus{outline:none;border-color:var(--color-primary-light);background:var(--color-surface)}.copy-button.svelte-i6g8z4{position:absolute;top:var(--space-3);right:var(--space-3);width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;background:var(--color-surface);border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-md);color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-fast)}.copy-button.svelte-i6g8z4:hover{background:var(--color-primary-light);border-color:var(--color-primary-light);color:var(--color-text-inverse);transform:scale(1.05)}.copy-button.svelte-i6g8z4 .material-icons:where(.svelte-i6g8z4){font-size:18px}@media only screen and (max-width:767px){.translation-box.svelte-i6g8z4{max-width:100%;min-width:100%}.output-text.svelte-i6g8z4{min-height:var(--input-box-height-mobile);font-size:var(--font-size-base)}}.translation-box.image-mode.svelte-i6g8z4{display:flex;flex-direction:column}.translation-box.image-mode.svelte-i6g8z4 .textarea-container:where(.svelte-i6g8z4){flex:1;display:flex;flex-direction:column}.translation-box.image-mode.svelte-i6g8z4 .output-text:where(.svelte-i6g8z4){flex:1;min-height:var(--input-box-height)}@media only screen and (max-width:767px){.translation-box.image-mode.svelte-i6g8z4 .output-text:where(.svelte-i6g8z4){min-height:var(--input-box-height-mobile)}}.switch-btn.svelte-1njrdqc{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:10;width:48px;height:48px;padding:0;display:flex;align-items:center;justify-content:center;background:var(--color-accent);border:3px solid var(--color-surface-alt);border-radius:var(--radius-full);color:var(--color-text-inverse);cursor:pointer;overflow:hidden;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f;transition:all .2s cubic-bezier(.4,0,.2,1)}.switch-btn.svelte-1njrdqc:hover{background:var(--color-accent-dark);transform:translate(-50%,-50%) scale(1.08);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.switch-btn.svelte-1njrdqc:active{transform:translate(-50%,-50%) scale(.95);box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.switch-btn.svelte-1njrdqc:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#ffffff59;border-radius:50%;transform:translate(-50%,-50%);opacity:0}.switch-btn.svelte-1njrdqc:active:after{animation:svelte-1njrdqc-switch-ripple .4s ease-out}@keyframes svelte-1njrdqc-switch-ripple{0%{width:0;height:0;opacity:.6}to{width:120px;height:120px;opacity:0}}.switch-btn.svelte-1njrdqc .material-icons:where(.svelte-1njrdqc){font-size:24px}@media only screen and (max-width:767px){.switch-btn.svelte-1njrdqc{position:relative;left:auto;top:auto;transform:rotate(90deg);margin:var(--space-3) auto;align-self:center}.switch-btn.svelte-1njrdqc:hover{transform:rotate(90deg) scale(1.08)}.switch-btn.svelte-1njrdqc:active{transform:rotate(90deg) scale(.95)}}.translate-btn.svelte-k7322o{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);min-height:48px;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-inverse);background:linear-gradient(135deg,var(--color-primary-light) 0%,var(--color-primary) 100%);border:none;border-radius:24px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f;overflow:hidden}.translate-btn.svelte-k7322o:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;filter:brightness(1.05)}.translate-btn.svelte-k7322o:active:not(:disabled){transform:translateY(0);box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.translate-btn.svelte-k7322o:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#ffffff4d;border-radius:50%;transform:translate(-50%,-50%);opacity:0}.translate-btn.svelte-k7322o:active:not(:disabled):after{animation:svelte-k7322o-ripple .4s ease-out}@keyframes svelte-k7322o-ripple{0%{width:0;height:0;opacity:.5}to{width:300px;height:300px;opacity:0}}.translate-btn.svelte-k7322o:disabled{opacity:.38;cursor:not-allowed;box-shadow:none}.translate-btn.svelte-k7322o .material-icons:where(.svelte-k7322o){font-size:18px}.translate-btn.loading.svelte-k7322o{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);pointer-events:none}.spinner.svelte-k7322o{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-k7322o-spin .8s linear infinite}@keyframes svelte-k7322o-spin{to{transform:rotate(360deg)}}@media only screen and (max-width:767px){.translate-btn.svelte-k7322o{width:100%;padding:var(--space-3) var(--space-5);min-height:52px;border-radius:26px}}.input-tabs.svelte-9f28y4{display:flex;gap:var(--space-1);padding:var(--space-2) var(--space-3);background:var(--color-surface-alt);border-radius:var(--radius-xl) var(--radius-xl) 0 0;border-bottom:1px solid rgba(0,0,0,.08);margin-bottom:-1px;position:relative;z-index:1}.tab.svelte-9f28y4{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border:none;background:transparent;border-radius:var(--radius-lg);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--color-text-muted);cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.tab.svelte-9f28y4:hover:not(.active){background:#0000000d;color:var(--color-text)}.tab.active.svelte-9f28y4{background:var(--color-surface);color:var(--color-primary);box-shadow:var(--shadow-sm)}.tab.active.svelte-9f28y4:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:70%;height:3px;background:var(--color-primary-light);border-radius:3px 3px 0 0}.tab.svelte-9f28y4 .material-icons:where(.svelte-9f28y4){font-size:18px}.tab.svelte-9f28y4:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#41af8833;border-radius:50%;transform:translate(-50%,-50%);opacity:0}.tab.svelte-9f28y4:active:after{animation:svelte-9f28y4-tab-ripple .4s ease-out}@keyframes svelte-9f28y4-tab-ripple{0%{width:0;height:0;opacity:.5}to{width:150px;height:150px;opacity:0}}[data-theme=light] .input-tabs.svelte-9f28y4{background:#ffffffe6;border-bottom-color:#0000001a}[data-theme=light] .tab.svelte-9f28y4:hover:not(.active){background:#0000000f}[data-theme=light] .tab.active.svelte-9f28y4{background:var(--color-surface)}@media only screen and (max-width:767px){.input-tabs.svelte-9f28y4{justify-content:center}.tab.svelte-9f28y4 span:where(.svelte-9f28y4){display:none}.tab.svelte-9f28y4{padding:var(--space-2) var(--space-3)}}.image-input.svelte-il6ynq{width:100%;flex:1;display:flex;flex-direction:column}.upload-area.svelte-il6ynq{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;min-height:var(--input-box-height);padding:var(--space-5);border:2px dashed rgba(0,0,0,.15);border-radius:var(--radius-lg);background:#00000005;cursor:pointer;transition:all .2s ease}.upload-area.svelte-il6ynq:hover{border-color:var(--color-primary-light);background:#41af880d}.upload-area.dragging.svelte-il6ynq{border-color:var(--color-primary-light);background:#41af8814;transform:scale(1.01)}.upload-content.svelte-il6ynq{text-align:center}.upload-icon.svelte-il6ynq{font-size:42px;color:var(--color-primary-light);margin-bottom:var(--space-2);display:block}.upload-title.svelte-il6ynq{font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--color-text);margin:0 0 var(--space-1)}.upload-subtitle.svelte-il6ynq{font-size:var(--font-size-sm);color:var(--color-text-muted);margin:0 0 var(--space-1)}.upload-hint.svelte-il6ynq{font-size:var(--font-size-xs);color:var(--color-text-light);margin:0}.preview-area.svelte-il6ynq{display:flex;flex-direction:column;gap:var(--space-2);flex:1}.preview-header.svelte-il6ynq{display:flex;justify-content:space-between;align-items:center}.preview-title.svelte-il6ynq{display:flex;align-items:center;gap:var(--space-2);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--color-primary)}.preview-title.svelte-il6ynq .material-icons:where(.svelte-il6ynq){font-size:18px}.spinning.svelte-il6ynq{animation:svelte-il6ynq-spin 1s linear infinite}@keyframes svelte-il6ynq-spin{to{transform:rotate(360deg)}}.clear-btn.svelte-il6ynq{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:#00000014;border-radius:var(--radius-full);color:var(--color-text-muted);cursor:pointer;transition:all .2s ease}.clear-btn.svelte-il6ynq:hover{background:var(--color-error);color:#fff}.clear-btn.svelte-il6ynq .material-icons:where(.svelte-il6ynq){font-size:16px}.progress-bar.svelte-il6ynq{height:4px;background:#0000001a;border-radius:2px;overflow:hidden}.progress-fill.svelte-il6ynq{height:100%;background:linear-gradient(90deg,var(--color-primary-light),var(--color-primary));border-radius:2px;transition:width .3s ease}.image-preview-container.svelte-il6ynq{flex:1;display:flex;align-items:center;justify-content:center;background:#00000008;border-radius:var(--radius-md);padding:var(--space-2);min-height:80px;max-height:120px;overflow:hidden}.preview-image.svelte-il6ynq{max-width:100%;max-height:100%;object-fit:contain;border-radius:var(--radius-sm)}.extracted-text-box.svelte-il6ynq{background:var(--color-surface-alt);border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-md);padding:var(--space-3);flex:1;min-height:60px;max-height:100px;overflow-y:auto}.extracted-label.svelte-il6ynq{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 var(--space-1)}.extracted-content.svelte-il6ynq{font-size:var(--font-size-sm);color:var(--color-text);margin:0;line-height:var(--line-height-relaxed)}@media only screen and (max-width:767px){.upload-area.svelte-il6ynq{min-height:var(--input-box-height-mobile);padding:var(--space-3)}.upload-icon.svelte-il6ynq{font-size:32px;margin-bottom:var(--space-1)}.upload-title.svelte-il6ynq{font-size:var(--font-size-sm)}.upload-subtitle.svelte-il6ynq,.upload-hint.svelte-il6ynq{font-size:var(--font-size-xs)}.image-preview-container.svelte-il6ynq{min-height:60px;max-height:80px}.extracted-text-box.svelte-il6ynq{min-height:40px;max-height:60px;padding:var(--space-2)}}.document-input.svelte-1369hn4{width:100%;flex:1;display:flex;flex-direction:column}.upload-area.svelte-1369hn4{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;min-height:var(--input-box-height);padding:var(--space-5);border:2px dashed rgba(0,0,0,.15);border-radius:var(--radius-lg);background:#00000005;cursor:pointer;transition:all .2s ease}.upload-area.svelte-1369hn4:hover:not(.processing){border-color:var(--color-primary-light);background:#41af880d}.upload-area.dragging.svelte-1369hn4{border-color:var(--color-primary-light);background:#41af8814;transform:scale(1.01)}.upload-content.svelte-1369hn4{text-align:center}.upload-icon.svelte-1369hn4{font-size:48px;color:var(--color-primary-light);margin-bottom:var(--space-3);display:block}.upload-icon.spinning.svelte-1369hn4{animation:svelte-1369hn4-spin 1s linear infinite}@keyframes svelte-1369hn4-spin{to{transform:rotate(360deg)}}.upload-title.svelte-1369hn4{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--color-text);margin:0 0 var(--space-1)}.upload-subtitle.svelte-1369hn4{font-size:var(--font-size-sm);color:var(--color-text-muted);margin:0 0 var(--space-2)}.upload-hint.svelte-1369hn4{font-size:var(--font-size-xs);color:var(--color-text-light);margin:0}.progress-bar.svelte-1369hn4{width:80%;max-width:200px;height:6px;background:#0000001a;border-radius:3px;margin:var(--space-3) 0;overflow:hidden}.progress-fill.svelte-1369hn4{height:100%;background:var(--color-primary-light);border-radius:3px;transition:width .2s ease}@media only screen and (max-width:767px){.upload-area.svelte-1369hn4{min-height:var(--input-box-height-mobile);padding:var(--space-4)}.upload-icon.svelte-1369hn4{font-size:36px;margin-bottom:var(--space-2)}.upload-title.svelte-1369hn4{font-size:var(--font-size-base)}}.main-container.svelte-ml84mo{width:94%;max-width:960px;background:var(--color-surface-alt);padding:0 var(--space-4) var(--space-4) var(--space-4);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);margin:var(--space-4) auto}.translation-container.svelte-ml84mo{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:var(--space-3);position:relative;padding-top:var(--space-4)}.image-mode.svelte-ml84mo{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-3);flex:1;min-width:var(--input-box-min-width);max-width:var(--input-box-max-width)}.image-mode.svelte-ml84mo .input-language-dropdown:where(.svelte-ml84mo){width:100%;padding:var(--space-3) var(--space-4);font-size:var(--font-size-base);border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236B7280' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.controls.svelte-ml84mo{display:flex;gap:var(--space-3);margin-top:var(--space-3)}.linktree-text.svelte-ml84mo{width:100%;text-align:center;margin-top:var(--space-3);padding-top:var(--space-3);border-top:1px solid rgba(0,0,0,.08);font-size:var(--font-size-sm);color:var(--color-text-muted)}.linktree-text.svelte-ml84mo a:where(.svelte-ml84mo){color:var(--color-primary-light);font-weight:var(--font-weight-medium)}.linktree-text.svelte-ml84mo a:where(.svelte-ml84mo):hover{color:var(--color-primary)}@media only screen and (max-width:767px){.main-container.svelte-ml84mo{width:95%;padding:var(--space-4);margin:var(--space-4) auto}.translation-container.svelte-ml84mo{flex-direction:column;gap:var(--space-3)}.linktree-text.svelte-ml84mo{font-size:var(--font-size-xs)}}#ads-widget-container.svelte-15iav1s{justify-content:center;align-items:center;margin:0 auto;width:100%;height:100%}.adsbygoogle.svelte-15iav1s{display:flex;justify-content:center;align-items:center;margin:0 auto;width:100%;height:100%}.notification-container.svelte-56cwnb{position:fixed;bottom:var(--space-4);right:var(--space-4);z-index:1000;display:flex;flex-direction:column;gap:var(--space-2);max-width:400px;pointer-events:none}.notification.svelte-56cwnb{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border-left:4px solid;pointer-events:auto;animation:svelte-56cwnb-slideIn .3s ease}@keyframes svelte-56cwnb-slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.notification-error.svelte-56cwnb{border-left-color:var(--color-error)}.notification-error.svelte-56cwnb .notification-icon:where(.svelte-56cwnb){color:var(--color-error)}.notification-warning.svelte-56cwnb{border-left-color:#f59e0b}.notification-warning.svelte-56cwnb .notification-icon:where(.svelte-56cwnb){color:#f59e0b}.notification-success.svelte-56cwnb{border-left-color:var(--color-primary)}.notification-success.svelte-56cwnb .notification-icon:where(.svelte-56cwnb){color:var(--color-primary)}.notification-info.svelte-56cwnb{border-left-color:#3b82f6}.notification-info.svelte-56cwnb .notification-icon:where(.svelte-56cwnb){color:#3b82f6}.notification-icon.svelte-56cwnb{font-size:22px;flex-shrink:0}.notification-message.svelte-56cwnb{flex:1;font-size:var(--font-size-sm);color:var(--color-text);line-height:var(--line-height-normal)}.notification-actions.svelte-56cwnb{display:flex;align-items:center;gap:var(--space-2);flex-shrink:0}.retry-btn.svelte-56cwnb{display:flex;align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-3);background:var(--color-primary-light);border:none;border-radius:var(--radius-md);color:#fff;font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);cursor:pointer;transition:all .2s ease}.retry-btn.svelte-56cwnb:hover{background:var(--color-primary)}.retry-btn.svelte-56cwnb .material-icons:where(.svelte-56cwnb){font-size:14px}.dismiss-btn.svelte-56cwnb{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:transparent;border:none;border-radius:var(--radius-full);color:var(--color-text-muted);cursor:pointer;transition:all .2s ease}.dismiss-btn.svelte-56cwnb:hover{background:#0000001a;color:var(--color-text)}.dismiss-btn.svelte-56cwnb .material-icons:where(.svelte-56cwnb){font-size:18px}@media only screen and (max-width:767px){.notification-container.svelte-56cwnb{left:var(--space-3);right:var(--space-3);bottom:var(--space-3);max-width:none}}.svelte-1n46o8q{box-sizing:border-box;margin:0;padding:0}.main-app.svelte-1n46o8q{display:flex;flex-flow:column;flex-grow:1;min-height:100vh}
