:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark]{color-scheme:dark;color:#e2e8f0;background-color:#1a202c}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}a:hover{color:#747bff}button{background-color:#f9f9f9}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}.App{width:100%;min-height:100vh;background-color:#fff}.content-wrapper{padding-top:80px;min-height:100vh}.modal-overlay,.profile-modal-overlay{z-index:10000!important}.profile-modal-container{margin:20px auto!important;position:relative!important}.profile-modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;background:#f1f5f9;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b}.profile-modal-header h2{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.profile-modal-header p{color:#64748b;font-size:.85rem}.profile-avatar-section{display:flex;justify-content:center;padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid #f1f5f9}.profile-form-group input{width:100%;padding:.875rem 1rem;border:1.5px solid #e2e8f0;border-radius:14px;font-size:.9rem;background:#fff;color:#0f172a}.profile-btn-primary,.profile-btn-secondary{flex:1;padding:.875rem;border-radius:14px;font-size:.9rem;font-weight:600;cursor:pointer;text-align:center}@media(max-width:640px){.profile-modal-container{width:92%;margin:16px}.profile-modal-header{padding:1.5rem 1.5rem .75rem}.profile-modal-header h2{font-size:1.3rem}.profile-modal-body{padding:0 1.5rem 1.5rem}.profile-modal-close{top:12px;right:12px;width:32px;height:32px}.profile-avatar-large,.profile-avatar-large-placeholder{width:80px;height:80px}.profile-modal-actions{flex-direction:column;gap:.75rem}}[data-theme=dark] .profile-btn-secondary{background:#334155;color:#cbd5e1;border-color:#475569}.login-modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:2000;animation:loginFadeIn .2s ease}@keyframes loginFadeIn{0%{opacity:0}to{opacity:1}}.login-modal-content{background:#fff;border-radius:32px;width:90%;max-width:460px;max-height:85vh;overflow-y:auto;position:relative;box-shadow:0 25px 50px -12px #00000040;animation:loginSlideUp .3s cubic-bezier(.4,0,.2,1)}@keyframes loginSlideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.login-modal-content::-webkit-scrollbar{width:6px}.login-modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.login-modal-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.login-modal-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.login-modal-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;background:#f1f5f9;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10;color:#64748b}.login-modal-close:hover{background:#e2e8f0;transform:scale(1.05);color:#0f172a}.login-modal-header{text-align:center;padding:2rem 2rem 1rem}.login-modal-icon{display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.login-modal-header h2{font-size:1.75rem;font-weight:700;margin:0 0 .5rem;background:linear-gradient(135deg,#0f172a,#334155);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.login-modal-header p{color:#64748b;font-size:.9rem;margin:0}.login-modal-body{padding:0 2rem 2rem}.login-modal-body>div:first-child{margin-bottom:1rem}.login-error-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fef2f2;border-radius:12px;color:#dc2626;font-size:.85rem;margin:0 0 1rem}.login-success-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ecfdf5;border-radius:12px;color:#059669;font-size:.85rem;margin:0 0 1rem}.login-divider{display:flex;align-items:center;text-align:center;margin:1.5rem 0;color:#94a3b8;font-size:.8rem}.login-divider:before,.login-divider:after{content:"";flex:1;border-bottom:1px solid #e2e8f0}.login-divider span{padding:0 1rem}.login-form{margin-top:.5rem}.login-form-group{margin-bottom:1.25rem}.login-form-group label{display:block;margin-bottom:.5rem;color:#0f172a;font-weight:500;font-size:.85rem}.login-input-wrapper{position:relative;display:flex;align-items:center}.login-input-icon{position:absolute;left:1rem;color:#94a3b8;pointer-events:none}.login-input-wrapper input{width:100%;padding:.875rem 1rem .875rem 2.75rem;border:1.5px solid #e2e8f0;border-radius:14px;font-size:.95rem;transition:all .2s ease;background:#fff;color:#0f172a}.login-input-wrapper input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.login-input-wrapper input:disabled{background:#f8fafc;cursor:not-allowed}.login-password-toggle{position:absolute;right:1rem;background:none;border:none;cursor:pointer;color:#94a3b8;display:flex;align-items:center;justify-content:center;padding:0;transition:color .2s}.login-password-toggle:hover{color:#4f46e5}.login-form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.login-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#64748b;font-size:.85rem}.login-checkbox input{width:16px;height:16px;cursor:pointer;accent-color:#4f46e5}.login-forgot-link{color:#4f46e5;text-decoration:none;font-size:.85rem;font-weight:500;transition:color .2s}.login-forgot-link:hover{color:#7c3aed}.login-submit-btn{width:100%;padding:.875rem;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;border-radius:14px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.login-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #4f46e566}.login-submit-btn:disabled{opacity:.6;cursor:not-allowed}.login-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:loginSpin .6s linear infinite}@keyframes loginSpin{to{transform:rotate(360deg)}}.login-switch-mode{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f1f5f9;color:#64748b;font-size:.9rem}.login-switch-btn{background:none;border:none;color:#4f46e5;font-weight:600;cursor:pointer;transition:color .2s}.login-switch-btn:hover{color:#7c3aed;text-decoration:underline}@media(max-width:640px){.login-modal-overlay{align-items:flex-end}.login-modal-content{width:100%;max-width:none;border-radius:28px 28px 0 0;max-height:90vh;animation:loginBottomSheet .3s cubic-bezier(.4,0,.2,1)}@keyframes loginBottomSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}.login-modal-header{padding:1.5rem 1.5rem .75rem}.login-modal-header h2{font-size:1.5rem}.login-modal-body{padding:0 1.5rem 1.5rem}.login-modal-close{top:.75rem;right:.75rem;width:32px;height:32px}.login-form-group{margin-bottom:1rem}.login-input-wrapper input{padding:.75rem 1rem .75rem 2.5rem;font-size:.9rem}.login-submit-btn{padding:.75rem}}@media(max-width:480px){.login-modal-header{padding:1.25rem 1.25rem .5rem}.login-modal-header h2{font-size:1.35rem}.login-modal-body{padding:0 1.25rem 1.25rem}.login-modal-icon svg{width:40px;height:40px}}[data-theme=dark] .login-modal-content{background:#1e293b}[data-theme=dark] .login-modal-header h2{background:linear-gradient(135deg,#f1f5f9,#cbd5e1);-webkit-background-clip:text}[data-theme=dark] .login-modal-header p{color:#94a3b8}[data-theme=dark] .login-modal-close{background:#334155;color:#94a3b8}[data-theme=dark] .login-modal-close:hover{background:#475569;color:#f1f5f9}[data-theme=dark] .login-input-wrapper input{background:#0f172a;border-color:#334155;color:#f1f5f9}[data-theme=dark] .login-input-wrapper input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e533}[data-theme=dark] .login-form-group label{color:#f1f5f9}[data-theme=dark] .login-divider{color:#64748b}[data-theme=dark] .login-divider:before,[data-theme=dark] .login-divider:after{border-bottom-color:#334155}[data-theme=dark] .login-checkbox{color:#94a3b8}[data-theme=dark] .login-switch-mode{border-top-color:#334155;color:#94a3b8}[data-theme=dark] .login-error-message{background:#dc262626;color:#f87171}[data-theme=dark] .login-success-message{background:#10b98126;color:#34d399}@media(hover:none)and (pointer:coarse){.login-submit-btn:active,.login-modal-close:active,.login-switch-btn:active,.login-password-toggle:active{transform:scale(.96)}}.profile-dropdown{position:relative}.profile-button{display:flex;align-items:center;gap:.75rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50px;padding:.5rem 1rem .5rem .5rem;cursor:pointer;transition:all .2s ease;font-size:.9rem;font-weight:500;color:#0f172a}.profile-button:hover{background:#e2e8f0;border-color:#cbd5e1}.profile-avatar,.profile-avatar-placeholder{width:36px;height:36px;border-radius:50%;object-fit:cover}.profile-avatar-placeholder{display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff}.profile-name{display:block;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-arrow{transition:transform .2s ease;color:#64748b}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:20px;box-shadow:0 10px 25px -5px #0000001a;min-width:280px;z-index:1001;animation:dropdownSlideDown .2s ease;overflow:hidden;border:1px solid #e2e8f0}@keyframes dropdownSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:1.25rem;background:linear-gradient(135deg,#4f46e5,#7c3aed);text-align:center}.user-avatar-large{display:flex;justify-content:center;margin-bottom:.75rem}.user-avatar-large img,.user-avatar-placeholder-large{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid white;box-shadow:0 4px 10px #0003}.user-avatar-placeholder-large{display:flex;align-items:center;justify-content:center;background:#fff3;font-size:1.5rem;font-weight:600;color:#fff}.user-info{text-align:center}.user-name{font-weight:600;font-size:1rem;color:#fff;margin-bottom:.25rem}.user-email{font-size:.8rem;color:#fffc;word-break:break-all}.dropdown-divider{height:1px;background:#f1f5f9;margin:.5rem 0}.dropdown-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;background:none;border:none;text-align:left;color:#334155;font-size:.9rem;cursor:pointer;transition:all .2s ease}.dropdown-item:hover{background:#f8fafc;color:#4f46e5}.dropdown-icon{flex-shrink:0;color:currentColor}.dropdown-item.logout{color:#dc2626}.dropdown-item.logout:hover{background:#fef2f2;color:#dc2626}.profile-modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:10000}.profile-modal-container{background:#fff;border-radius:28px;width:90%;max-width:480px;max-height:85vh;overflow-y:auto;position:relative;box-shadow:0 25px 50px -12px #00000040;margin:20px}.profile-modal-container::-webkit-scrollbar{width:6px}.profile-modal-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.profile-modal-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.profile-modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;background:#f1f5f9;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10;color:#64748b}.profile-modal-close:hover{background:#e2e8f0;transform:scale(1.05);color:#0f172a}.profile-modal-header{text-align:center;padding:2rem 2rem 1rem}.profile-modal-icon{display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.profile-modal-header h2{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:#0f172a}.profile-modal-header p{color:#64748b;font-size:.85rem;margin:0}.profile-modal-body{padding:0 2rem 2rem}.profile-avatar-section{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid #f1f5f9}.profile-avatar-large,.profile-avatar-large-placeholder{width:100px;height:100px;border-radius:50%;object-fit:cover;border:4px solid white;box-shadow:0 4px 15px #0000001a}.profile-avatar-large-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4f46e5,#7c3aed);font-size:2rem;font-weight:600;color:#fff}.profile-change-avatar{background:none;border:1.5px solid #e2e8f0;color:#4f46e5;padding:.5rem 1.5rem;border-radius:12px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.profile-change-avatar:hover{background:#f8fafc;border-color:#4f46e5}.profile-form-group{margin-bottom:1.25rem}.profile-form-group label{display:block;margin-bottom:.5rem;color:#0f172a;font-weight:500;font-size:.85rem}.profile-form-group input{width:100%;padding:.875rem 1rem;border:1.5px solid #e2e8f0;border-radius:14px;font-size:.9rem;transition:all .2s ease;background:#fff;color:#0f172a;box-sizing:border-box}.profile-form-group input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.profile-form-group input:disabled{background:#f8fafc;color:#94a3b8}.profile-form-hint{display:block;margin-top:.5rem;color:#94a3b8;font-size:.75rem}.profile-error-message,.profile-success-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:12px;font-size:.85rem;margin-bottom:1rem}.profile-error-message{background:#fef2f2;color:#dc2626}.profile-success-message{background:#ecfdf5;color:#059669}.profile-modal-actions{display:flex;gap:1rem;margin-top:1.5rem}.profile-btn-primary,.profile-btn-secondary{flex:1;padding:.875rem;border-radius:14px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.profile-btn-primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;color:#fff}.profile-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4f46e566}.profile-btn-secondary{background:#fff;border:1.5px solid #e2e8f0;color:#475569}.profile-btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}@media(max-width:768px){.profile-name{display:none!important}.profile-avatar,.profile-avatar-placeholder{width:28px!important;height:28px!important;font-size:.7rem!important}.profile-button{padding:.3rem .6rem .3rem .3rem!important}.dropdown-menu{position:fixed!important;right:.75rem!important;left:auto!important;width:260px!important;z-index:1002!important;top:60px!important}.profile-modal-container{width:92%;margin:16px}.profile-modal-header{padding:1.5rem 1.5rem .75rem}.profile-modal-header h2{font-size:1.3rem}.profile-modal-body{padding:0 1.5rem 1.5rem}.profile-modal-close{top:12px;right:12px;width:32px;height:32px}.profile-avatar-large,.profile-avatar-large-placeholder{width:80px;height:80px}.profile-modal-actions{flex-direction:column;gap:.75rem}}[data-theme=dark] .profile-button{background:#1e293b;border-color:#334155;color:#f1f5f9}[data-theme=dark] .profile-button:hover{background:#334155}[data-theme=dark] .dropdown-menu{background:#1e293b;border-color:#334155}[data-theme=dark] .dropdown-divider{background:#334155}[data-theme=dark] .dropdown-item{color:#cbd5e1}[data-theme=dark] .dropdown-item:hover{background:#334155;color:#818cf8}[data-theme=dark] .dropdown-item.logout{color:#f87171}[data-theme=dark] .dropdown-item.logout:hover{background:#ef444426}[data-theme=dark] .profile-modal-container{background:#1e293b}[data-theme=dark] .profile-modal-header h2{color:#f1f5f9}[data-theme=dark] .profile-modal-header p{color:#94a3b8}[data-theme=dark] .profile-modal-close{background:#334155;color:#94a3b8}[data-theme=dark] .profile-modal-close:hover{background:#475569;color:#f1f5f9}[data-theme=dark] .profile-avatar-section{border-bottom-color:#334155}[data-theme=dark] .profile-form-group label{color:#f1f5f9}[data-theme=dark] .profile-form-group input{background:#0f172a;border-color:#334155;color:#f1f5f9}[data-theme=dark] .profile-form-group input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e533}[data-theme=dark] .profile-form-group input:disabled{background:#334155;color:#94a3b8}[data-theme=dark] .profile-change-avatar{border-color:#334155;color:#818cf8}[data-theme=dark] .profile-change-avatar:hover{background:#334155;border-color:#818cf8}[data-theme=dark] .profile-btn-secondary{background:#334155;border-color:#475569;color:#cbd5e1}[data-theme=dark] .profile-btn-secondary:hover{background:#475569}.theme-toggle{background:#667eea1a;border:1.5px solid rgba(102,126,234,.25);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease;color:#667eea;padding:0;position:relative;overflow:hidden;flex-shrink:0}.theme-toggle:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#667eea26;transform:translate(-50%,-50%);transition:width .25s ease,height .25s ease}.theme-toggle:hover:before{width:100%;height:100%}.theme-toggle:hover{background:#667eea26;border-color:#667eea66;transform:scale(1.05) rotate(8deg)}.theme-toggle:active{transform:scale(.95) rotate(0)}.theme-toggle svg{position:relative;z-index:1;transition:transform .2s ease;width:18px;height:18px}.theme-toggle:hover svg{transform:rotate(15deg)}[data-theme=dark] .theme-toggle{background:#818cf81f;border-color:#818cf84d;color:#a5b4fc}[data-theme=dark] .theme-toggle:hover{background:#818cf833;border-color:#818cf880}@media(max-width:768px){.theme-toggle{width:34px;height:34px}.theme-toggle svg{width:16px;height:16px}}@media(max-width:480px){.theme-toggle{width:32px;height:32px}.theme-toggle svg{width:15px;height:15px}}.history-modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.history-modal{background:#fff;border-radius:16px;width:90%;max-width:700px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.history-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid #f0f0f0}.history-header h2{margin:0;font-size:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.history-close-btn{width:36px;height:36px;border:none;background:#667eea1a;border-radius:8px;font-size:1.5rem;cursor:pointer;transition:all .3s ease;color:#667eea;display:flex;align-items:center;justify-content:center}.history-close-btn:hover{background:#667eea33;transform:scale(1.05)}.history-content{flex:1;overflow-y:auto;padding:1.5rem}.history-empty{text-align:center;padding:3rem 1rem}.history-empty-icon{font-size:4rem;margin-bottom:1rem}.history-empty p{font-size:1.125rem;font-weight:600;color:#333;margin:0 0 .5rem}.history-empty span{color:#999;font-size:.95rem}.history-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.history-count{font-size:.95rem;color:#666;font-weight:500}.history-clear-btn{padding:.5rem 1rem;background:none;border:2px solid #ef4444;color:#ef4444;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.history-clear-btn:hover{background:#ef4444;color:#fff}.history-list{display:flex;flex-direction:column;gap:.75rem}.history-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;transition:all .3s ease}.history-item:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea1a}.history-item-icon{font-size:2rem;flex-shrink:0}.history-item-info{flex:1;min-width:0}.history-item-name{font-weight:600;color:#1f2937;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-item-meta{display:flex;gap:1rem;font-size:.875rem;color:#6b7280;flex-wrap:wrap}.history-conversion{font-weight:500;color:#667eea}.history-item-actions{display:flex;gap:.5rem;flex-shrink:0}.history-download-btn,.history-delete-btn{width:36px;height:36px;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:1rem;display:flex;align-items:center;justify-content:center}.history-download-btn{background:#10b981;color:#fff}.history-download-btn:hover{background:#059669;transform:scale(1.05)}.history-delete-btn{background:#ef4444;color:#fff}.history-delete-btn:hover{background:#dc2626;transform:scale(1.05)}[data-theme=dark] .history-modal{background:#2d3748}[data-theme=dark] .history-header{border-bottom-color:#ffffff1a}[data-theme=dark] .history-empty p{color:#e2e8f0}[data-theme=dark] .history-empty span,[data-theme=dark] .history-count{color:#cbd5e0}[data-theme=dark] .history-item{background:#1a202c;border-color:#667eea33}[data-theme=dark] .history-item:hover{border-color:#667eea66}[data-theme=dark] .history-item-name{color:#e2e8f0}[data-theme=dark] .history-item-meta{color:#cbd5e0}[data-theme=dark] .history-conversion{color:#a5b4fc}@media(max-width:640px){.history-modal{width:95%;max-height:90vh}.history-item-meta{flex-direction:column;gap:.25rem}}.main-nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.06);transition:all .3s ease}.main-nav.nav-scrolled{background:#fffffff2;box-shadow:0 4px 20px #0000000d}.nav-container{max-width:1400px;margin:0 auto;padding:.75rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.nav-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;flex-shrink:0}.nav-logo-img{height:36px;width:auto;object-fit:contain}.logo-fallback{display:flex;align-items:center;justify-content:center}.logo-text{display:flex;flex-direction:column}.logo-main{font-size:1.2rem;font-weight:800;background:linear-gradient(135deg,#1e293b,#334155);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2}.logo-sub{font-size:.65rem;font-weight:500;color:#64748b}@media(max-width:768px){.logo-text{display:none!important}.nav-logo{gap:0!important}.nav-logo-img{height:36px!important}}.nav-links{display:flex;gap:.5rem;background:#f8fafc;padding:.25rem;border-radius:60px}.nav-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border-radius:40px;text-decoration:none;font-weight:500;font-size:.85rem;transition:all .2s ease;color:#475569}.nav-link-icon svg{width:18px;height:18px}.nav-link:hover{background:#fff;color:#4f46e5;transform:translateY(-1px);box-shadow:0 2px 8px #0000000a}.nav-link.active{background:#fff;color:#4f46e5;box-shadow:0 2px 12px #4f46e51f}.nav-actions{display:flex;align-items:center;gap:.75rem}.nav-action-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f1f5f9;border:none;border-radius:40px;font-size:.85rem;font-weight:500;color:#475569;cursor:pointer;transition:all .2s ease}.nav-action-btn:hover{background:#e2e8f0;color:#4f46e5}.auth-buttons{display:flex;gap:.5rem}.auth-btn{padding:.5rem 1.25rem;border-radius:40px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s ease}.auth-signup{background:transparent;border:1.5px solid #e2e8f0;color:#475569}.auth-signup:hover{border-color:#4f46e5;color:#4f46e5}.auth-login{background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;color:#fff;box-shadow:0 2px 8px #4f46e54d}.auth-login:hover{transform:translateY(-1px);box-shadow:0 4px 14px #4f46e566}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:#475569;border-radius:10px}.mobile-tab-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(0,0,0,.06);padding:.5rem 1rem;padding-bottom:max(.5rem,env(safe-area-inset-bottom));z-index:1000;justify-content:space-around;align-items:center}.tab-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;text-decoration:none;background:none;border:none;cursor:pointer;padding:.5rem 0;flex:1;max-width:80px;transition:all .2s ease}.tab-icon svg{width:22px;height:22px;stroke:#94a3b8;stroke-width:1.8;transition:all .2s ease}.tab-label{font-size:.65rem;font-weight:500;color:#94a3b8}.tab-item.active .tab-icon svg{stroke:#4f46e5;transform:translateY(-2px)}.tab-item.active .tab-label{color:#4f46e5;font-weight:600}.tab-item:active{transform:scale(.95)}.mobile-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;visibility:hidden;opacity:0;transition:all .3s ease}.mobile-overlay.open{visibility:visible;opacity:1}.mobile-overlay-content{position:fixed;top:0;right:0;bottom:0;width:85%;max-width:380px;background:#fff;box-shadow:-8px 0 30px #0000001a;padding:1.5rem;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow-y:auto}.mobile-overlay.open .mobile-overlay-content{transform:translate(0)}.mobile-overlay-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.overlay-logo{display:flex;align-items:center;gap:.75rem}.overlay-logo-img{height:40px;width:auto}.overlay-logo-main{font-size:1rem;font-weight:700;color:#0f172a}.overlay-logo-sub{font-size:.7rem;color:#64748b}.overlay-close{background:#f1f5f9;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;color:#475569}.mobile-overlay-nav{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.overlay-nav-link{display:flex;align-items:center;gap:.875rem;padding:.875rem 1rem;border-radius:14px;text-decoration:none;color:#475569;transition:all .2s}.overlay-nav-link.active{background:#eef2ff;color:#4f46e5}.overlay-nav-icon svg{width:20px;height:20px}.overlay-nav-text{flex:1;font-weight:500;font-size:.95rem}.mobile-overlay-actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.overlay-action-btn{display:flex;align-items:center;gap:.875rem;width:100%;padding:.875rem 1rem;background:#f8fafc;border:none;border-radius:14px;font-size:.95rem;font-weight:500;color:#475569;cursor:pointer}.overlay-theme{padding:.5rem 0}.mobile-overlay-auth{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0}.overlay-auth-btn{padding:.875rem;border-radius:14px;font-weight:600;font-size:.95rem;cursor:pointer;text-align:center}.overlay-signup{background:transparent;border:1.5px solid #e2e8f0;color:#475569}.overlay-login{background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;color:#fff}.mobile-overlay-user{display:flex;align-items:center;gap:.875rem;padding:1rem;background:#f8fafc;border-radius:14px;margin:1rem 0}.overlay-user-avatar{width:48px;height:48px;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.2rem}.overlay-user-email{font-size:.9rem;font-weight:500;color:#0f172a}.overlay-user-status{font-size:.75rem;color:#10b981;margin-top:.25rem}.mobile-overlay-footer{margin-top:auto;padding-top:2rem;text-align:center;font-size:.7rem;color:#94a3b8}.mobile-overlay-footer p:first-child{color:#64748b;margin-bottom:.25rem}@media(max-width:768px){.desktop-only{display:none!important}.mobile-menu-btn{display:block}.mobile-tab-bar{display:flex}body{padding-top:65px;padding-bottom:70px}.nav-container{padding:.625rem 1rem}.logo-text{display:none!important}.nav-logo{gap:0!important}.nav-logo-img{height:36px!important}}@media(min-width:769px){body{padding-top:70px;padding-bottom:0}}[data-theme=dark] .main-nav{background:#0f172afa;border-bottom-color:#ffffff0f}[data-theme=dark] .logo-main{background:linear-gradient(135deg,#e2e8f0,#94a3b8);-webkit-background-clip:text}[data-theme=dark] .nav-links{background:#1e293b}[data-theme=dark] .nav-link{color:#94a3b8}[data-theme=dark] .nav-link:hover,[data-theme=dark] .nav-link.active{background:#334155;color:#818cf8}[data-theme=dark] .nav-action-btn{background:#1e293b;color:#94a3b8}[data-theme=dark] .mobile-tab-bar{background:#0f172afa;border-top-color:#ffffff0f}[data-theme=dark] .mobile-overlay-content{background:#0f172a}[data-theme=dark] .overlay-logo-main{color:#f1f5f9}[data-theme=dark] .overlay-nav-link{color:#94a3b8}[data-theme=dark] .overlay-nav-link.active{background:#1e293b;color:#818cf8}[data-theme=dark] .overlay-action-btn{background:#1e293b;color:#94a3b8}[data-theme=dark] .overlay-signup{border-color:#334155;color:#94a3b8}[data-theme=dark] .mobile-overlay-user{background:#1e293b}[data-theme=dark] .overlay-user-email{color:#f1f5f9}@media(max-width:768px){.nav-actions{gap:.4rem}.profile-dropdown{position:relative}.profile-button{padding:.3rem .6rem .3rem .3rem!important;gap:.3rem!important;background:#4f46e514!important}.profile-name{display:none!important}.profile-avatar,.profile-avatar-placeholder{width:28px!important;height:28px!important;font-size:.7rem!important}.dropdown-arrow{width:10px!important;height:10px!important}.dropdown-menu{position:fixed!important;top:auto!important;right:.75rem!important;left:auto!important;width:260px!important;min-width:auto!important;max-width:calc(100vw - 1.5rem)!important;z-index:1002!important;margin-top:.5rem!important}.theme-toggle{width:32px!important;height:32px!important}.theme-toggle svg{width:16px!important;height:16px!important}.nav-action-btn{padding:.4rem .6rem!important;gap:0!important}.nav-action-btn span{display:none!important}.nav-action-btn svg{width:16px!important;height:16px!important;margin:0!important}.auth-buttons{gap:.4rem!important}.auth-btn{padding:.4rem .8rem!important;font-size:.75rem!important}}@media(max-width:400px){.dropdown-menu{width:240px!important;right:.5rem!important}}.landing-page{min-height:100vh;position:relative;overflow-x:hidden;background-color:#f8fafc;transition:background-color .3s ease}.landing-page:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle 500px at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(99,102,241,.06) 0%,transparent 60%);pointer-events:none;z-index:0}.landing-page>*{position:relative;z-index:1}.landing-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05);padding:.75rem 2rem;transition:all .3s ease}.landing-header-content{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.landing-brand{display:flex;align-items:center;gap:.75rem;cursor:pointer}.brand-logo{height:36px;width:auto;object-fit:contain}.brand-text{font-size:1.35rem;font-weight:700;background:linear-gradient(135deg,#1e293b,#334155);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.3px}.landing-nav{display:flex;gap:.5rem;align-items:center}.landing-nav .nav-link{background:none;border:none;color:#475569;font-size:.95rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;border-radius:10px;transition:all .2s ease}.landing-nav .nav-link:hover{background:#f1f5f9;color:#4f46e5;transform:translateY(-1px)}.nav-cta{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .2s ease;margin-left:.5rem;box-shadow:0 2px 8px #4f46e54d}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4f46e566}.mobile-menu-btn{display:none;background:none;border:none;color:#475569;cursor:pointer;padding:.5rem;border-radius:8px}.landing-hero{text-align:center;padding:8rem 2rem 5rem;max-width:900px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#eef2ff;padding:.5rem 1rem;border-radius:100px;font-size:.85rem;font-weight:500;color:#4f46e5;margin-bottom:1.5rem;animation:fadeInUp .5s ease-out}.badge-pulse{width:8px;height:8px;background:#4f46e5;border-radius:50%;animation:pulse 1.5s infinite}.landing-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#0f172a;animation:fadeInUp .5s ease-out .1s both}.title-gradient{background:linear-gradient(135deg,#4f46e5,#7c3aed,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-description{font-size:1.125rem;color:#475569;line-height:1.6;max-width:600px;margin:0 auto 2rem;animation:fadeInUp .5s ease-out .2s both}.hero-buttons{display:flex;gap:1rem;justify-content:center;animation:fadeInUp .5s ease-out .3s both}.landing-cta{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;padding:.9rem 2rem;font-size:1rem;font-weight:600;border-radius:14px;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 14px #4f46e559}.landing-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4f46e573}.landing-cta-secondary{background:#fff;color:#4f46e5;border:1.5px solid #e2e8f0;padding:.9rem 1.8rem;font-size:1rem;font-weight:600;border-radius:14px;cursor:pointer;transition:all .2s ease}.landing-cta-secondary:hover{border-color:#4f46e5;background:#f8fafc;transform:translateY(-2px)}.landing-features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1280px;margin:4rem auto;padding:0 2rem}.feature-card{background:#fff;border-radius:24px;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:1px solid #eef2ff;box-shadow:0 4px 6px -2px #00000008;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#4f46e5,#c084fc);opacity:0;transition:opacity .3s ease}.feature-card:hover:before{opacity:1}.feature-card:hover{transform:translateY(-6px);border-color:#c7d2fe;box-shadow:0 20px 30px -12px #4f46e526}.feature-icon{background:#eef2ff;width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:18px;color:#4f46e5;margin-bottom:1.5rem;transition:all .3s ease}.feature-card:hover .feature-icon{background:#4f46e5;color:#fff;transform:scale(1.05)}.feature-title{font-size:1.35rem;font-weight:700;margin-bottom:.75rem;color:#0f172a}.feature-description{font-size:.95rem;line-height:1.6;color:#475569;margin-bottom:1.25rem}.feature-link{color:#4f46e5;font-size:.9rem;font-weight:600;display:inline-flex;align-items:center;gap:.25rem;transition:gap .2s}.feature-card:hover .feature-link{gap:.5rem}.feature-cta{margin-top:1rem;padding:.5rem 1.25rem;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s ease}.feature-cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4f46e566}.landing-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1280px;margin:4rem auto;padding:0 2rem}.stat-card{background:#fff;border-radius:20px;padding:1.5rem;text-align:center;border:1px solid #eef2ff;transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);border-color:#c7d2fe;box-shadow:0 12px 20px -12px #4f46e51f}.stat-number{font-size:2.2rem;font-weight:800;background:linear-gradient(135deg,#4f46e5,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.35rem}.stat-label{font-size:.9rem;color:#64748b;font-weight:500}.tools-showcase{max-width:1280px;margin:5rem auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:3rem}.section-badge{display:inline-block;background:#eef2ff;color:#4f46e5;padding:.35rem 1rem;border-radius:100px;font-size:.8rem;font-weight:600;margin-bottom:1rem;letter-spacing:.5px}.section-title{font-size:2.2rem;font-weight:700;color:#0f172a;margin-bottom:1rem;line-height:1.3}.section-subtitle{font-size:1rem;color:#64748b;max-width:600px;margin:0 auto}.tools-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.tool-category{background:#fff;border-radius:20px;padding:1.5rem;border:1px solid #eef2ff;transition:all .3s ease}.tool-category:hover{transform:translateY(-4px);border-color:#c7d2fe;box-shadow:0 12px 24px -12px #4f46e51a}.tool-category h4{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #eef2ff;display:inline-block}.tool-category ul{list-style:none;padding:0;margin:0}.tool-category ul li{padding:.5rem 0;color:#475569;font-size:.9rem;display:flex;align-items:center;gap:.5rem;transition:all .2s ease}.tool-category ul li:before{content:"→";color:#4f46e5;font-size:.8rem;opacity:.6;transition:opacity .2s ease}.tool-category ul li:hover{color:#4f46e5;transform:translate(4px)}.tool-category ul li:hover:before{opacity:1}.conversion-types{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1280px;margin:4rem auto;padding:0 2rem}.conversion-type-card{background:#fff;border-radius:20px;padding:2rem;border:1px solid #eef2ff;transition:all .3s ease}.conversion-type-card:hover{transform:translateY(-4px);border-color:#c7d2fe;box-shadow:0 12px 24px -12px #00000014}.conversion-type-highlight{background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;color:#fff}.conversion-type-highlight .conversion-type-title,.conversion-type-highlight .conversion-item{color:#fff}.conversion-type-highlight .conversion-item{border-bottom-color:#ffffff26}.conversion-type-title{font-size:1.35rem;font-weight:700;margin-bottom:1.5rem;color:#0f172a}.conversion-list{list-style:none;padding:0;margin:0}.conversion-item{padding:.65rem 0;color:#475569;font-size:.95rem;border-bottom:1px solid #f1f5f9;transition:all .2s ease}.conversion-item:last-child{border-bottom:none}.conversion-item:hover{color:#4f46e5;padding-left:.5rem}.conversion-type-highlight .conversion-item:hover{color:#e0e7ff}.landing-cta-section{text-align:center;padding:3.5rem;max-width:800px;margin:4rem auto;background:#fff;border-radius:32px;box-shadow:0 20px 35px -12px #00000014;border:1px solid #eef2ff}.cta-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#0f172a}.cta-description{font-size:1rem;color:#475569;margin-bottom:2rem;line-height:1.6}.cta-button{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:16px;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 14px #4f46e559}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4f46e573}.landing-footer{margin-top:4rem;border-top:1px solid #eef2ff;background:#fff}.footer-content{max-width:1280px;margin:0 auto;padding:2.5rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.footer-brand{display:flex;align-items:center;gap:.75rem;font-weight:600;color:#1e293b}.footer-logo{height:32px;width:auto;object-fit:contain}.footer-links{display:flex;gap:2rem}.footer-links a{color:#64748b;text-decoration:none;font-size:.9rem;transition:color .2s;cursor:pointer}.footer-links a:hover{color:#4f46e5}.footer-contact{text-align:right}.footer-contact p{color:#94a3b8;font-size:.85rem;margin:0}.footer-contact p:first-child{color:#475569;margin-bottom:.25rem}[data-theme=dark] .landing-page{background-color:#0f172a}[data-theme=dark] .landing-header{background:#0f172afa;border-bottom-color:#ffffff0d}[data-theme=dark] .brand-text{background:linear-gradient(135deg,#e2e8f0,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}[data-theme=dark] .landing-nav .nav-link{color:#94a3b8}[data-theme=dark] .landing-nav .nav-link:hover{background:#1e293b;color:#818cf8}[data-theme=dark] .landing-title{color:#f1f5f9}[data-theme=dark] .landing-description{color:#94a3b8}[data-theme=dark] .hero-badge{background:#1e293b;color:#818cf8}[data-theme=dark] .badge-pulse{background:#818cf8}[data-theme=dark] .landing-cta-secondary{background:#1e293b;color:#818cf8;border-color:#334155}[data-theme=dark] .landing-cta-secondary:hover{background:#334155;border-color:#818cf8}[data-theme=dark] .feature-card,[data-theme=dark] .stat-card,[data-theme=dark] .conversion-type-card,[data-theme=dark] .landing-cta-section,[data-theme=dark] .landing-footer,[data-theme=dark] .tool-category{background:#1e293b;border-color:#334155}[data-theme=dark] .feature-title,[data-theme=dark] .conversion-type-title,[data-theme=dark] .cta-title,[data-theme=dark] .section-title,[data-theme=dark] .tool-category h4{color:#f1f5f9}[data-theme=dark] .feature-description,[data-theme=dark] .conversion-item,[data-theme=dark] .cta-description,[data-theme=dark] .section-subtitle,[data-theme=dark] .tool-category ul li{color:#94a3b8}[data-theme=dark] .feature-icon{background:#334155}[data-theme=dark] .stat-number{background:linear-gradient(135deg,#818cf8,#c084fc);-webkit-background-clip:text}[data-theme=dark] .section-badge{background:#334155;color:#818cf8}[data-theme=dark] .tool-category h4{border-bottom-color:#334155}[data-theme=dark] .footer-brand{color:#e2e8f0}[data-theme=dark] .footer-links a{color:#94a3b8}[data-theme=dark] .footer-links a:hover{color:#818cf8}[data-theme=dark] .footer-contact p:first-child{color:#cbd5e1}[data-theme=dark] .footer-contact p{color:#64748b}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.2)}}@media(max-width:1024px){.landing-stats{grid-template-columns:repeat(2,1fr)}.tools-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:768px){.landing-header{padding:.75rem 1.25rem}.mobile-menu-btn{display:block}.landing-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;gap:.75rem;border-bottom:1px solid #eef2ff;box-shadow:0 10px 20px #0000000d}.landing-nav.active{display:flex}[data-theme=dark] .landing-nav{background:#1e293b;border-bottom-color:#334155}.nav-cta{width:100%;text-align:center;margin-left:0}.landing-hero{padding:7rem 1.5rem 3rem}.landing-title{font-size:2.2rem}.landing-features,.conversion-types{grid-template-columns:1fr;gap:1.5rem}.tools-grid{grid-template-columns:1fr}.tools-showcase{margin:3rem auto}.section-title{font-size:1.6rem}.landing-cta-section{margin:2rem 1.5rem;padding:2rem 1.5rem}.cta-title{font-size:1.5rem}.hero-buttons{flex-direction:column;gap:.75rem}.footer-content{flex-direction:column;text-align:center}.footer-links{justify-content:center;flex-wrap:wrap;gap:1rem}.footer-contact{text-align:center}}@media(max-width:480px){.landing-stats{grid-template-columns:1fr}.landing-title,.stat-number{font-size:1.8rem}}.progress-bar-container{margin:1rem 0;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.progress-bar-wrapper{width:100%;height:8px;background:#0000001a;border-radius:10px;overflow:hidden;position:relative}.progress-bar-fill{height:100%;border-radius:10px;transition:width .3s ease;position:relative;overflow:hidden}.progress-bar-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.progress-bar-purple{background:linear-gradient(135deg,#667eea,#764ba2)}.progress-bar-green{background:linear-gradient(135deg,#10b981,#059669)}.progress-bar-blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.progress-bar-info{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;font-size:.875rem}.progress-percentage{font-weight:600;color:#667eea}.progress-status{color:#666;font-style:italic}[data-theme=dark] .progress-bar-wrapper{background:#ffffff1a}[data-theme=dark] .progress-percentage{color:#a5b4fc}[data-theme=dark] .progress-status{color:#cbd5e0}:root{--gradient-start: #00b4d8;--gradient-end: #7b2ff7;--gradient-1: #00f2fe;--gradient-2: #4facfe;--surface-light: #ffffff;--surface-dark: #1a1a2e;--text-primary: #0f172a;--text-secondary: #64748b;--border-light: #e2e8f0;--success: #10b981;--error: #ef4444;--info: #3b82f6}.image-converter{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.image-converter:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(0,180,216,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(123,47,247,.15) 0%,transparent 50%);pointer-events:none}.image-converter:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle 400px at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(0,180,216,.08) 0%,transparent 60%);pointer-events:none;z-index:0}.image-converter>*{position:relative;z-index:1}.converter-container{max-width:560px;width:100%;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:32px;padding:2rem;box-shadow:0 25px 50px -12px #00000040;transition:all .3s ease}.header-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#00b4d81a,#7b2ff71a);padding:.5rem 1rem;border-radius:100px;font-size:.8rem;font-weight:500;color:#0f172a;margin-bottom:1rem}.upload-area{border:2px dashed #cbd5e1;border-radius:24px;padding:2rem;text-align:center;transition:all .3s ease;background:#f8fafc;position:relative}.upload-area.dragging{border-color:#00b4d8;background:#00b4d80d;transform:scale(.98)}.upload-area.has-preview{padding:1rem}.upload-icon-wrapper{width:64px;height:64px;margin:0 auto 1rem;background:linear-gradient(135deg,#00b4d8,#7b2ff7);border-radius:50%;display:flex;align-items:center;justify-content:center}.upload-icon{width:32px;height:32px;color:#fff}.upload-title{font-weight:600;color:#0f172a;margin-bottom:.25rem}.upload-hint{font-size:.8rem;color:#94a3b8;margin-bottom:1rem}.format-badges{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.format-badges span{background:#e2e8f0;padding:.25rem .75rem;border-radius:100px;font-size:.7rem;font-weight:500;color:#475569}.preview-container{display:flex;flex-direction:column;align-items:center;gap:.75rem}.preview-image-wrapper{position:relative;display:inline-block}.preview-image{max-width:100%;max-height:250px;border-radius:16px;object-fit:contain}.preview-remove{position:absolute;top:-10px;right:-10px;width:28px;height:28px;background:#ef4444;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.preview-remove:hover{transform:scale(1.1)}.file-name{font-size:.85rem;color:#475569;margin:0}.file-size{font-size:.75rem;color:#94a3b8;margin:0}.format-section{margin-bottom:1.5rem}.format-label{display:block;font-weight:600;color:#0f172a;margin-bottom:.5rem;font-size:.9rem}.format-selector{position:relative}.format-select{width:100%;padding:1rem;border:1.5px solid #e2e8f0;border-radius:16px;font-size:.95rem;background:#fff;cursor:pointer;transition:all .3s ease;appearance:none;color:#0f172a}.format-select:focus{outline:none;border-color:#00b4d8;box-shadow:0 0 0 3px #00b4d81a}.format-select-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none;color:#94a3b8}.status-success{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.status-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.status-info{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.status-icon{flex-shrink:0}.convert-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:linear-gradient(135deg,#00b4d8,#7b2ff7);color:#fff;border:none;border-radius:16px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.convert-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%);border-radius:50%;transform:translate(-50%,-50%);transition:width .5s,height .5s}.convert-btn:hover:not(:disabled):before{width:200px;height:200px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.feature-icon{width:44px;height:44px;background:linear-gradient(135deg,#00b4d81a,#7b2ff71a);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#00b4d8}.feature-card h4{font-size:.85rem;font-weight:600;color:#0f172a;margin:0}.feature-card p{font-size:.7rem;color:#94a3b8;margin:0}@media(max-width:768px){.image-converter{padding:0;align-items:flex-start}.converter-container{border-radius:0;min-height:100vh;padding:1.5rem;background:#fff}.converter-header h1{font-size:1.5rem}.subtitle{font-size:.85rem}.upload-area{padding:1.5rem;border-radius:20px}.upload-icon-wrapper{width:52px;height:52px}.upload-icon{width:26px;height:26px}.upload-title{font-size:.95rem}.upload-hint{font-size:.75rem}.format-badges span{font-size:.65rem;padding:.2rem .6rem}.format-select{padding:.875rem;font-size:.9rem}.action-buttons{flex-direction:column;gap:.75rem}.convert-btn,.reset-btn{padding:.875rem;font-size:.9rem}.features-grid{gap:.75rem}.feature-card{padding:.75rem}.feature-icon{width:38px;height:38px}.feature-card h4{font-size:.75rem}.feature-card p{font-size:.65rem}.preview-image{max-height:180px}}@media(max-width:480px){.converter-container{padding:1.25rem}.converter-header{margin-bottom:1.5rem}.converter-header h1{font-size:1.3rem}.features-grid{grid-template-columns:repeat(3,1fr)}.feature-card{padding:.625rem}.feature-icon{width:34px;height:34px}.feature-icon svg{width:18px;height:18px}}[data-theme=dark] .image-converter{background:linear-gradient(135deg,#0f172a,#1e1b4b)}[data-theme=dark] .converter-container{background:#1e293bfa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}[data-theme=dark] .upload-hint{color:#64748b}[data-theme=dark] .format-badges span{background:#334155;color:#94a3b8}[data-theme=dark] .format-select{background:#1e293b;border-color:#334155;color:#f1f5f9}[data-theme=dark] .format-label{color:#f1f5f9}[data-theme=dark] .status-success{background:#10b98126;color:#34d399}[data-theme=dark] .status-error{background:#ef444426;color:#f87171}[data-theme=dark] .status-info{background:#3b82f626;color:#60a5fa}@media(hover:none)and (pointer:coarse){.convert-btn:active,.reset-btn:active,.preview-remove:active,.feature-card:active{transform:scale(.97);transition:transform .05s}}:root{--pdf-gradient-start: #00b4d8;--pdf-gradient-end: #7b2ff7;--pdf-surface-light: #ffffff;--pdf-surface-dark: #1a1a2e;--pdf-text-primary: #0f172a;--pdf-text-secondary: #64748b;--pdf-border: #e2e8f0}.pdf-converter{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.pdf-converter:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(0,180,216,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(123,47,247,.15) 0%,transparent 50%);pointer-events:none}.pdf-converter:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle 400px at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(0,180,216,.08) 0%,transparent 60%);pointer-events:none;z-index:0}.pdf-converter>*{position:relative;z-index:1}.pdf-converter .converter-container{max-width:720px;width:100%;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:32px;padding:2rem;box-shadow:0 25px 50px -12px #00000040;transition:all .3s ease}.header-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#00b4d81a,#7b2ff71a);padding:.5rem 1rem;border-radius:100px;font-size:.85rem;font-weight:500;margin-bottom:1rem}.operation-section{margin-bottom:1.5rem}.section-label{display:block;font-weight:600;color:#0f172a;margin-bottom:.75rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.operation-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem}.operation-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:16px;cursor:pointer;transition:all .2s ease}.operation-card.active{background:linear-gradient(135deg,#00b4d81a,#7b2ff71a);border-color:#00b4d8}.operation-icon{font-size:1.5rem}.operation-label{font-size:.7rem;font-weight:500;color:#475569;text-align:center}.operation-card.active .operation-label{color:#00b4d8}.upload-area.dragging{border-color:#00b4d8;background:#00b4d80d}.upload-icon-wrapper{width:56px;height:56px;margin:0 auto .75rem;background:linear-gradient(135deg,#00b4d8,#7b2ff7);border-radius:50%;display:flex;align-items:center;justify-content:center}.file-info{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border-radius:16px}.file-icon{font-size:2rem}.file-remove{width:28px;height:28px;background:#f1f5f9;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s}.file-remove:hover{background:#fee2e2;color:#ef4444}.pdf-info-card{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#eef2ff;border-radius:16px;margin-bottom:1.5rem}.pdf-info-icon{font-size:1.5rem}.pdf-info-details p{margin:0;font-size:.8rem;color:#475569}.pdf-info-details p:first-child{font-weight:600;color:#0f172a}.options-panel{background:#f8fafc;border-radius:20px;padding:1rem;margin-bottom:1.5rem}.option-row{margin-bottom:1rem}.option-row:last-child{margin-bottom:0}.option-row label{display:block;font-weight:500;color:#475569;margin-bottom:.5rem;font-size:.8rem}.format-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.format-chip{padding:.5rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:100px;font-size:.8rem;font-weight:500;color:#475569;cursor:pointer;transition:all .2s}.format-chip.active{background:linear-gradient(135deg,#00b4d8,#7b2ff7);color:#fff;border-color:transparent}.text-input{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:12px;font-size:.9rem;transition:all .2s}.text-input:focus{outline:none;border-color:#00b4d8;box-shadow:0 0 0 3px #00b4d81a}.slider{width:100%;height:4px;border-radius:2px;background:#e2e8f0;outline:none;-webkit-appearance:none}.slider::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#00b4d8;cursor:pointer}.status-icon{font-size:1.1rem}.convert-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:linear-gradient(135deg,#00b4d8,#7b2ff7);color:#fff;border:none;border-radius:16px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease}.convert-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px -5px #00b4d866}.convert-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.pdf-converter{padding:0;align-items:flex-start}.pdf-converter .converter-container{border-radius:0;min-height:100vh;padding:1.25rem;background:#fff}.converter-header h1{font-size:1.3rem}.operation-cards{grid-template-columns:repeat(3,1fr);gap:.5rem}.operation-card{padding:.5rem}.operation-icon{font-size:1.2rem}.operation-label{font-size:.6rem}.upload-icon-wrapper{width:48px;height:48px}.upload-icon{width:24px;height:24px}.upload-title{font-size:.85rem}.action-buttons{flex-direction:column;gap:.75rem}.convert-btn,.reset-btn{padding:.875rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.feature-card{padding:.75rem}.feature-icon{font-size:1.25rem}}@media(max-width:480px){.pdf-converter .converter-container{padding:1rem}.operation-cards{grid-template-columns:repeat(2,1fr)}.format-buttons{gap:.35rem}.format-chip{padding:.4rem .75rem;font-size:.7rem}}[data-theme=dark] .pdf-converter{background:linear-gradient(135deg,#0f172a,#1e1b4b)}[data-theme=dark] .pdf-converter .converter-container{background:#1e293bfa}[data-theme=dark] .operation-card{background:#1e293b;border-color:#334155}[data-theme=dark] .operation-label{color:#94a3b8}[data-theme=dark] .operation-card.active{background:linear-gradient(135deg,#00b4d826,#7b2ff726)}[data-theme=dark] .file-info{background:#334155}[data-theme=dark] .options-panel{background:#1e293b}[data-theme=dark] .option-row label{color:#94a3b8}[data-theme=dark] .format-chip{background:#334155;color:#94a3b8;border-color:#475569}[data-theme=dark] .text-input{background:#1e293b;border-color:#334155;color:#f1f5f9}[data-theme=dark] .pdf-info-card{background:#1e293b}[data-theme=dark] .pdf-info-details p{color:#94a3b8}[data-theme=dark] .features-section{border-top-color:#334155}@media(hover:none)and (pointer:coarse){.operation-card:active,.convert-btn:active,.reset-btn:active,.format-chip:active{transform:scale(.97);transition:transform .05s}}.ocr-converter{min-height:100vh;background:linear-gradient(135deg,#059669,#10b981);padding:2rem;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.ocr-converter:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(16,185,129,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(5,150,105,.15) 0%,transparent 50%);pointer-events:none}.ocr-converter:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle 400px at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(16,185,129,.08) 0%,transparent 60%);pointer-events:none;z-index:0}.ocr-converter>*{position:relative;z-index:1}.converter-container{max-width:680px;width:100%;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:32px;padding:2rem;box-shadow:0 25px 50px -12px #00000040;transition:all .3s ease}.converter-header{text-align:center;margin-bottom:2rem}.header-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#10b9811a,#0596691a);padding:.5rem 1rem;border-radius:100px;font-size:.85rem;font-weight:500;margin-bottom:1rem}.converter-header h1{font-size:1.8rem;font-weight:700;background:linear-gradient(135deg,#0f172a,#1e293b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.subtitle{color:#64748b;font-size:.9rem}.section-label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#0f172a;margin-bottom:.75rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.language-section{margin-bottom:1.5rem}.language-selector{position:relative}.language-select{width:100%;padding:.875rem 1rem;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:16px;font-size:.95rem;color:#0f172a;cursor:pointer;appearance:none;transition:all .2s ease}.language-select:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.select-arrow{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:.7rem;color:#94a3b8;pointer-events:none}.upload-section{margin-bottom:1.5rem}.file-label{cursor:pointer;display:block}.upload-area{border:2px dashed #cbd5e1;border-radius:20px;padding:1.5rem;text-align:center;transition:all .3s ease;background:#f8fafc}.upload-area.dragging{border-color:#10b981;background:#10b9810d}.upload-area.has-file{padding:1rem}.upload-icon-wrapper{width:56px;height:56px;margin:0 auto .75rem;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center}.upload-icon{width:28px;height:28px;color:#fff}.upload-title{font-weight:600;color:#0f172a;margin-bottom:.25rem;font-size:.9rem}.upload-hint{font-size:.75rem;color:#94a3b8}.file-preview{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#fff;border-radius:16px}.preview-image-container{position:relative;width:60px;height:60px;flex-shrink:0}.preview-image{width:100%;height:100%;object-fit:cover;border-radius:12px}.preview-remove{position:absolute;top:-8px;right:-8px;width:22px;height:22px;background:#ef4444;border:none;border-radius:50%;color:#fff;font-size:.7rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.file-details{flex:1;text-align:left}.file-name{font-weight:500;color:#0f172a;font-size:.85rem;margin:0;word-break:break-all}.file-size{font-size:.7rem;color:#94a3b8;margin:0}.file-input{display:none}.status-message{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:16px;font-size:.85rem;margin-bottom:1rem}.status-success{background:#ecfdf5;color:#059669}.status-error{background:#fef2f2;color:#dc2626}.status-info{background:#eff6ff;color:#2563eb}.status-icon{font-size:1rem}.action-buttons{display:flex;gap:1rem;margin-top:.5rem}.extract-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:16px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease}.extract-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px -5px #10b98166}.extract-btn:disabled{opacity:.6;cursor:not-allowed}.reset-btn{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;border-radius:16px;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .2s}.reset-btn:hover{background:#e2e8f0}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.extracted-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f1f5f9}.extracted-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.75rem}.header-left{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.extracted-header h3{font-size:1rem;font-weight:600;color:#0f172a;margin:0}.confidence-pill{display:flex;align-items:center;gap:.5rem;padding:.25rem .75rem;background:#ecfdf5;border-radius:100px;font-size:.7rem;font-weight:600;color:#059669}.confidence-dot{width:6px;height:6px;background:#10b981;border-radius:50%;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.copy-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f1f5f9;border:none;border-radius:12px;font-size:.8rem;font-weight:500;color:#475569;cursor:pointer;transition:all .2s}.copy-btn:hover{background:#e2e8f0}.search-box{position:relative;margin-bottom:1rem}.search-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:#94a3b8}.search-input{width:100%;padding:.75rem 2.5rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;font-size:.85rem;transition:all .2s}.search-input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.search-clear{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1rem;color:#94a3b8;cursor:pointer}.text-container{margin-bottom:1rem}.extracted-text{width:100%;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;font-size:.85rem;font-family:Courier New,monospace;line-height:1.6;resize:vertical;transition:all .2s}.extracted-text:focus{outline:none;border-color:#10b981;background:#fff}.download-actions{display:flex;gap:.75rem}.download-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;font-size:.8rem;font-weight:600;color:#475569;cursor:pointer;transition:all .2s}.download-btn:hover{border-color:#10b981;color:#10b981;transform:translateY(-2px)}.features-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f1f5f9}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.feature-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:1rem;background:#f8fafc;border-radius:20px;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);background:#fff;box-shadow:0 8px 20px -8px #0000001a}.feature-icon{font-size:1.5rem}.feature-card h4{font-size:.8rem;font-weight:600;color:#0f172a;margin:0}.feature-card p{font-size:.65rem;color:#94a3b8;margin:0}@media(max-width:768px){.ocr-converter{padding:0;align-items:flex-start}.converter-container{border-radius:0;min-height:100vh;padding:1.25rem;background:#fff}.converter-header h1{font-size:1.3rem}.subtitle{font-size:.8rem}.upload-icon-wrapper{width:48px;height:48px}.upload-icon{width:24px;height:24px}.action-buttons{flex-direction:column;gap:.75rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.download-actions{flex-direction:column}.extracted-header{flex-direction:column;align-items:flex-start}.copy-btn{width:100%;justify-content:center}}@media(max-width:480px){.converter-container{padding:1rem}.file-preview{flex-direction:column;text-align:center}.preview-image-container{width:80px;height:80px}}[data-theme=dark] .ocr-converter{background:linear-gradient(135deg,#064e3b,#065f46)}[data-theme=dark] .converter-container{background:#1e293bfa}[data-theme=dark] .converter-header h1{background:linear-gradient(135deg,#f1f5f9,#cbd5e1);-webkit-background-clip:text}[data-theme=dark] .subtitle{color:#94a3b8}[data-theme=dark] .section-label{color:#f1f5f9}[data-theme=dark] .language-select{background:#1e293b;border-color:#334155;color:#f1f5f9}[data-theme=dark] .upload-area{background:#1e293b;border-color:#334155}[data-theme=dark] .upload-title{color:#f1f5f9}[data-theme=dark] .file-preview{background:#334155}[data-theme=dark] .file-name{color:#f1f5f9}[data-theme=dark] .reset-btn{background:#334155;color:#94a3b8;border-color:#475569}[data-theme=dark] .extracted-header h3{color:#f1f5f9}[data-theme=dark] .copy-btn{background:#334155;color:#94a3b8}[data-theme=dark] .search-input,[data-theme=dark] .extracted-text{background:#1e293b;border-color:#334155;color:#f1f5f9}[data-theme=dark] .download-btn{background:#334155;color:#94a3b8;border-color:#475569}[data-theme=dark] .feature-card{background:#1e293b}[data-theme=dark] .feature-card h4{color:#f1f5f9}[data-theme=dark] .features-section,[data-theme=dark] .extracted-section{border-top-color:#334155}[data-theme=dark] .confidence-pill{background:#1e293b;color:#34d399}@media(hover:none)and (pointer:coarse){.extract-btn:active,.reset-btn:active,.copy-btn:active,.download-btn:active,.feature-card:active{transform:scale(.97);transition:transform .05s}}.account-settings-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem;display:flex;justify-content:center;align-items:center}.account-settings-container{max-width:500px;width:100%;background:#fff;border-radius:28px;padding:2rem;box-shadow:0 25px 50px -12px #00000040}.back-button:hover{opacity:.8}.account-settings-header{text-align:center;margin-bottom:2rem}.account-avatar{display:flex;justify-content:center;margin-bottom:1rem}.account-avatar img,.account-avatar-placeholder{width:100px;height:100px;border-radius:50%;object-fit:cover;border:4px solid white;box-shadow:0 4px 15px #0000001a}.account-avatar-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4f46e5,#7c3aed);font-size:2rem;font-weight:600;color:#fff}.account-settings-header h1{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.account-settings-header p{color:#64748b;font-size:.85rem}.account-settings-form{margin-top:1rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;color:#0f172a;font-weight:500;font-size:.85rem}.form-group input{width:100%;padding:.875rem 1rem;border:1.5px solid #e2e8f0;border-radius:14px;font-size:.9rem;transition:all .2s ease}.form-group input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.form-group input:disabled{background:#f8fafc;color:#94a3b8}.form-hint{display:block;margin-top:.5rem;color:#94a3b8;font-size:.75rem}@media(max-width:640px){.account-settings-page{padding:1rem}.account-settings-container{padding:1.5rem}.account-settings-header h1{font-size:1.3rem}}[data-theme=dark] .account-settings-page{background:linear-gradient(135deg,#0f172a,#1e1b4b)}[data-theme=dark] .account-settings-container{background:#1e293b}[data-theme=dark] .account-settings-header h1{color:#f1f5f9}[data-theme=dark] .account-settings-header p{color:#94a3b8}[data-theme=dark] .form-group label{color:#f1f5f9}[data-theme=dark] .form-group input{background:#0f172a;border-color:#334155;color:#f1f5f9}.change-password-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem;display:flex;justify-content:center;align-items:center}.change-password-container{max-width:500px;width:100%;background:#fff;border-radius:28px;padding:2rem;box-shadow:0 25px 50px -12px #00000040}.back-button{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#4f46e5;font-size:.9rem;cursor:pointer;margin-bottom:1.5rem;padding:.5rem}.change-password-header{text-align:center;margin-bottom:2rem}.header-icon{display:flex;justify-content:center;margin-bottom:1rem}.change-password-header h1{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.change-password-header p{color:#64748b;font-size:.85rem}.change-password-form{margin-top:1rem}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{width:100%;padding:.875rem 3rem .875rem 1rem;border:1.5px solid #e2e8f0;border-radius:14px;font-size:.9rem;transition:all .2s ease}.password-input-wrapper input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.password-toggle{position:absolute;right:1rem;background:none;border:none;cursor:pointer;color:#94a3b8;display:flex;align-items:center;justify-content:center;padding:0}.error-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fef2f2;color:#dc2626;border-radius:12px;font-size:.85rem;margin-bottom:1rem}.success-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ecfdf5;color:#059669;border-radius:12px;font-size:.85rem;margin-bottom:1rem}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.cancel-btn,.save-btn{flex:1;padding:.875rem;border-radius:14px;font-size:.9rem;font-weight:600;cursor:pointer;text-align:center}.cancel-btn{background:#fff;border:1.5px solid #e2e8f0;color:#475569}.save-btn{background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;color:#fff}.save-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #4f46e566}.save-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.change-password-page{padding:1rem}.change-password-container{padding:1.5rem}.change-password-header h1{font-size:1.3rem}}[data-theme=dark] .change-password-page{background:linear-gradient(135deg,#0f172a,#1e1b4b)}[data-theme=dark] .change-password-container{background:#1e293b}[data-theme=dark] .change-password-header h1{color:#f1f5f9}[data-theme=dark] .change-password-header p{color:#94a3b8}[data-theme=dark] .password-input-wrapper input{background:#0f172a;border-color:#334155;color:#f1f5f9}[data-theme=dark] .cancel-btn{background:#334155;border-color:#475569;color:#cbd5e1}.support-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem;display:flex;justify-content:center;align-items:center}.support-container{max-width:800px;width:100%;background:#fff;border-radius:28px;padding:2.5rem;box-shadow:0 25px 50px -12px #00000040}.support-header{text-align:center;margin-bottom:2.5rem}.support-icon{display:flex;justify-content:center;margin-bottom:1rem}.support-header h1{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.support-header p{color:#64748b;font-size:1rem}.support-faq h2{font-size:1.5rem;font-weight:600;color:#0f172a;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.faq-item{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.faq-item h3{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.faq-item p{color:#475569;line-height:1.6}.support-contact{text-align:center;margin:2rem 0;padding:2rem;background:#f8fafc;border-radius:20px}.support-contact h2{font-size:1.3rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.support-contact p{color:#64748b;margin-bottom:1rem}.contact-email{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;text-decoration:none;border-radius:40px;font-weight:500;transition:all .2s}.contact-email:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4f46e566}.support-links{display:flex;justify-content:center;gap:2rem;margin-top:2rem;padding-top:1rem;border-top:1px solid #e2e8f0}.support-links a{color:#4f46e5;text-decoration:none;font-size:.9rem}.support-links a:hover{text-decoration:underline}@media(max-width:640px){.support-page{padding:1rem}.support-container{padding:1.5rem}.support-header h1{font-size:1.5rem}.support-faq h2{font-size:1.3rem}.support-contact{padding:1.5rem}}[data-theme=dark] .support-page{background:linear-gradient(135deg,#0f172a,#1e1b4b)}[data-theme=dark] .support-container{background:#1e293b}[data-theme=dark] .support-header h1{color:#f1f5f9}[data-theme=dark] .support-header p{color:#94a3b8}[data-theme=dark] .support-faq h2{color:#f1f5f9;border-bottom-color:#334155}[data-theme=dark] .faq-item{border-bottom-color:#334155}[data-theme=dark] .faq-item h3{color:#e2e8f0}[data-theme=dark] .faq-item p{color:#94a3b8}[data-theme=dark] .support-contact{background:#334155}[data-theme=dark] .support-contact h2{color:#f1f5f9}[data-theme=dark] .support-links{border-top-color:#334155}.legal-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem;display:flex;justify-content:center;align-items:center}.legal-container{max-width:900px;width:100%;background:#fff;border-radius:32px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden}.legal-header{background:linear-gradient(135deg,#4f46e5,#7c3aed);padding:2.5rem;text-align:center;color:#fff}.legal-icon{display:flex;justify-content:center;margin-bottom:1rem}.legal-header h1{font-size:2rem;font-weight:700;margin-bottom:.5rem}.last-updated{font-size:.85rem;opacity:.8;margin-bottom:1rem}.intro{font-size:1rem;max-width:600px;margin:0 auto;opacity:.9;line-height:1.6}.legal-content{padding:2.5rem}.legal-section{margin-bottom:2rem}.legal-section h2{font-size:1.4rem;font-weight:700;color:#0f172a;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.legal-section h3{font-size:1.1rem;font-weight:600;color:#334155;margin:1.25rem 0 .75rem}.legal-section p{color:#475569;line-height:1.7;margin-bottom:1rem}.legal-section ul{margin:1rem 0;padding-left:1.5rem}.legal-section li{color:#475569;line-height:1.7;margin-bottom:.5rem}.legal-section li strong{color:#0f172a}.info-box,.warning-box{display:flex;gap:1rem;padding:1.25rem;border-radius:16px;margin:1.5rem 0}.info-box{background:#eff6ff;border-left:4px solid #3b82f6}.warning-box{background:#fef3c7;border-left:4px solid #f59e0b}.info-box strong,.warning-box strong{display:block;margin-bottom:.25rem}.info-box p,.warning-box p{margin:0}.legal-section.highlight{background:#f8fafc;padding:1.5rem;border-radius:20px;margin:1.5rem 0}.policy-list{margin:1rem 0}.policy-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:12px;margin-bottom:.5rem;background:#fef2f2}.policy-item span{flex:1;color:#dc2626}.third-party-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:1rem 0}.third-party-card{padding:1rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.third-party-card strong{display:block;color:#0f172a;margin-bottom:.5rem}.third-party-card p{margin:0;font-size:.85rem}.contact-info{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;background:#f8fafc;border-radius:16px;margin:1rem 0}.contact-info a{color:#4f46e5;text-decoration:none}.contact-info a:hover{text-decoration:underline}.legal-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;text-align:center}.legal-footer p{color:#64748b;font-size:.85rem}.note{font-size:.85rem;color:#64748b;font-style:italic}@media(max-width:640px){.legal-page{padding:1rem}.legal-header{padding:1.5rem}.legal-header h1{font-size:1.5rem}.legal-content{padding:1.5rem}.legal-section h2{font-size:1.2rem}.third-party-grid{grid-template-columns:1fr}.info-box,.warning-box{flex-direction:column}}[data-theme=dark] .legal-page{background:linear-gradient(135deg,#0f172a,#1e1b4b)}[data-theme=dark] .legal-container{background:#1e293b}[data-theme=dark] .legal-section h2{color:#f1f5f9;border-bottom-color:#334155}[data-theme=dark] .legal-section h3{color:#cbd5e1}[data-theme=dark] .legal-section p,[data-theme=dark] .legal-section li{color:#94a3b8}[data-theme=dark] .legal-section li strong{color:#e2e8f0}[data-theme=dark] .legal-section.highlight{background:#334155}[data-theme=dark] .info-box{background:#1e293b}[data-theme=dark] .third-party-card{background:#334155;border-color:#475569}[data-theme=dark] .third-party-card strong{color:#f1f5f9}[data-theme=dark] .contact-info{background:#334155}[data-theme=dark] .legal-footer{border-top-color:#334155}[data-theme=dark] .policy-item{background:#dc262626}[data-theme=dark] .policy-item span{color:#f87171}
