.profile-dialog-overlay{z-index:9998;-webkit-backdrop-filter:blur(10px);pointer-events:auto;will-change:backdrop-filter;isolation:isolate;background:rgba(0,0,0,.6);width:100vw;height:100vh;position:fixed;top:0;bottom:0;left:0;right:0}.profile-dialog{background:var(--bg-primary);z-index:9999;pointer-events:auto;border-radius:1rem;flex-direction:column;width:90%;max-width:600px;max-height:90vh;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 20px 60px rgba(0,0,0,.3)}.profile-dialog-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.profile-dialog-header h2{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:700}.profile-dialog-close{background:var(--bg-secondary);width:2rem;height:2rem;color:var(--text-primary);cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;transition:all .2s;display:flex}.profile-dialog-close:hover{background:var(--bg-tertiary);transform:scale(1.1)}.profile-dialog-content{flex:1;padding:1.5rem;overflow-y:auto}.profile-loading{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.profile-loading .spinner{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-message{border-radius:.5rem;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.profile-message.error{color:#ef4444;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2)}.profile-message.success{color:#22c55e;background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.2)}.profile-form-group{margin-bottom:1.5rem}.profile-form-group label{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:flex}.profile-input{border:1px solid var(--border-color);background:var(--bg-secondary);width:100%;color:var(--text-primary);border-radius:.5rem;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.profile-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.profile-input.disabled{background:var(--bg-tertiary);color:var(--text-secondary);cursor:not-allowed;opacity:.7}.profile-hint{color:var(--text-secondary);margin-top:.25rem;font-size:.75rem;display:block}.profile-info-section{border-top:1px solid var(--border-color);margin-top:2rem;padding-top:1.5rem}.profile-info-section h3{color:var(--text-primary);margin:0 0 1rem;font-size:1.125rem;font-weight:600}.profile-info-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.profile-info-item{flex-direction:column;gap:.25rem;display:flex}.profile-info-label{color:var(--text-secondary);align-items:center;gap:.25rem;font-size:.75rem;display:flex}.profile-info-value{color:var(--text-primary);font-size:.875rem;font-weight:600}.profile-info-value.status{text-transform:capitalize}.profile-info-value.status.free{color:#6b7280}.profile-info-value.status.premium{color:#f59e0b}.profile-info-value.status.pro{color:#3b82f6}.profile-info-value.verified{color:#22c55e}.profile-info-value.not-verified{color:#ef4444}.profile-dialog-actions{border-top:1px solid var(--border-color);justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.profile-btn{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.profile-btn:disabled{opacity:.6;cursor:not-allowed}.profile-btn-cancel{background:var(--bg-secondary);color:var(--text-primary)}.profile-btn-cancel:hover:not(:disabled){background:var(--bg-tertiary)}.profile-btn-save{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.profile-btn-save:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.profile-btn .spinner{animation:1s linear infinite spin}@media (max-width:640px){.profile-dialog{width:95%;max-height:95vh}.profile-dialog-header,.profile-dialog-content{padding:1rem}.profile-info-grid{grid-template-columns:1fr}.profile-dialog-actions{flex-direction:column}.profile-btn{width:100%}}
.navigation{z-index:1000;background:var(--bg-primary);border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.nav-logo{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.nav-logo:hover{color:#3b82f6}.logo-icon{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:2rem;display:flex}.logo-text{background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.nav-links{justify-content:space-between;align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-secondary);will-change:transform;cursor:pointer;font-family:inherit;font-weight:500;font-size:inherit;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .15s;display:inline-flex;position:relative}.nav-link:hover{color:var(--text-primary);background:var(--bg-secondary)}.nav-link.active{color:#3b82f6;background:rgba(59,130,246,.1)}.nav-link.active:after{content:"";background:#3b82f6;border-radius:50%;width:4px;height:4px;position:absolute;bottom:-1rem;left:50%;transform:translate(-50%)}.nav-actions{align-items:center;gap:1rem;display:flex}.theme-toggle{background:var(--bg-secondary);width:2.5rem;height:2.5rem;color:var(--text-primary);cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;display:flex}.theme-toggle:hover{background:var(--bg-tertiary);transform:scale(1.05)}.login-btn{color:#fff;box-shadow:var(--shadow);background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;display:flex}.login-btn:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.user-menu{align-items:center;display:flex;position:relative}.user-info-btn{cursor:pointer;background:0 0;border:none;padding:0}.user-info{background:var(--bg-secondary);color:var(--text-primary);border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;display:flex}.user-info:hover{background:var(--bg-tertiary)}.user-avatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;font-weight:700;display:flex;position:relative;overflow:hidden}.user-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.user-avatar-initials{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.user-name{text-overflow:ellipsis;white-space:nowrap;max-width:100px;font-size:.875rem;overflow:hidden}.dropdown-arrow{color:var(--text-secondary);vertical-align:middle;flex-shrink:0;justify-content:center;align-items:center;margin-left:.25rem;transition:transform .2s;display:inline-flex}.dropdown-arrow.open{transform:rotate(180deg)}.user-dropdown{background:var(--bg-primary);border:1px solid var(--border-color);z-index:1001;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.5rem;min-width:200px;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.15)}.dropdown-item{width:100%;color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.dropdown-item:focus-visible{outline-offset:-2px;background-color:rgba(59,130,246,.1);outline:2px solid #3b82f6}.convert-dropdown-item:focus-visible{outline-offset:-2px;background-color:rgba(59,130,246,.1);outline:2px solid #3b82f6}.mobile-convert-item:focus-visible{outline-offset:-2px;background-color:rgba(59,130,246,.1);outline:2px solid #3b82f6}.dropdown-item:hover{background:var(--bg-secondary)}.dropdown-item.logout{color:#ef4444;border-top:1px solid var(--border-color)}.dropdown-item.logout:hover{background:rgba(239,68,68,.1)}.nav-link-wrapper{display:inline-block;position:relative}.nav__header-btn{gap:unset}.convert-dropdown{background:var(--bg-primary);z-index:1001;-webkit-backdrop-filter:blur(24px)saturate(180%);pointer-events:auto;will-change:transform,opacity;border:1px solid rgba(255,255,255,.08);border-radius:1.25rem;flex-wrap:nowrap;gap:0;width:1200px;max-width:calc(100vw - 4rem);margin-left:auto;margin-right:auto;padding:1.25rem 0;display:flex;position:fixed;top:80px;left:0;right:0;overflow:hidden;transform:translateZ(0);box-shadow:0 20px 60px rgba(0,0,0,.3),0 0 0 1px rgba(255,255,255,.05),0 8px 32px rgba(0,0,0,.15),inset 0 1px rgba(255,255,255,.05)}.convert-dropdown-section{box-sizing:border-box;border-right:1px solid rgba(255,255,255,.05);flex-direction:column;flex:16.666%;width:16.666%;min-width:0;max-width:16.666%;padding:0;transition:background-color .2s;display:flex}.convert-dropdown-section:last-child{border-right:none}.convert-dropdown-section:hover{background:rgba(59,130,246,.02)}.convert-dropdown-header{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;box-sizing:border-box;text-align:left;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;min-height:auto;margin-top:0;margin-bottom:.5rem;padding:.75rem 1rem;font-size:.7rem;font-weight:600;display:flex;overflow:hidden}.convert-dropdown-header svg{color:var(--text-secondary);opacity:.7;flex-shrink:0;width:14px;height:14px}.convert-dropdown-divider{display:none}.convert-dropdown-item{width:calc(100% - 1rem);color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.625rem;align-items:center;gap:.75rem;margin:.125rem .5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;line-height:1.4;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.convert-dropdown-item:before{content:"";background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:0 2px 2px 0;width:3px;height:0;transition:height .2s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.convert-dropdown-item:hover{color:var(--text-primary);background:rgba(59,130,246,.08);transform:translate(2px)}.convert-dropdown-item:hover:before{height:60%}.convert-item-icon{border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px rgba(0,0,0,.1)}.convert-item-icon svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));width:18px;height:18px}.convert-item-icon.jpg{color:#fff;background:linear-gradient(135deg,#fbbf24,#f59e0b);box-shadow:0 2px 8px rgba(251,191,36,.3)}.convert-item-icon.word{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 2px 8px rgba(59,130,246,.3)}.convert-item-icon.powerpoint{color:#fff;background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 2px 8px rgba(249,115,22,.3)}.convert-item-icon.excel{color:#fff;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 2px 8px rgba(16,185,129,.3)}.convert-item-icon.html{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 2px 8px rgba(245,158,11,.3)}.convert-item-icon.pdf{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 2px 8px rgba(239,68,68,.3)}.convert-dropdown-item:hover .convert-item-icon{transform:scale(1.08)translateY(-1px);box-shadow:0 4px 16px rgba(0,0,0,.2)}.logout-btn{color:#fff;cursor:pointer;box-shadow:var(--shadow);background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.logout-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(239,68,68,.3)}.mobile-menu-btn{background:var(--bg-secondary);width:2.5rem;height:2.5rem;color:var(--text-primary);cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;display:none}.mobile-menu-btn:hover{background:var(--bg-tertiary)}.mobile-menu{background:var(--bg-primary);border-bottom:1px solid var(--border-color);position:absolute;top:100%;left:0;right:0;overflow:hidden}.mobile-menu-content{flex-direction:column;gap:.5rem;padding:1rem 2rem;display:flex}.mobile-nav-link{color:var(--text-secondary);cursor:pointer;font-family:inherit;font-weight:500;font-size:inherit;text-align:left;background:0 0;border:none;border-radius:.5rem;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;text-decoration:none;transition:all .15s;display:flex}.mobile-nav-link:hover{color:var(--text-primary);background:var(--bg-secondary)}.mobile-nav-link.active{color:#3b82f6;background:rgba(59,130,246,.1)}.mobile-auth-section{border-top:1px solid var(--border-color);margin-top:1rem;padding-top:1rem}.mobile-user-info{background:var(--bg-secondary);color:var(--text-primary);border-radius:.5rem;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.75rem 1rem;font-weight:500;display:flex}.mobile-user-info .user-avatar{width:1.75rem;height:1.75rem;font-size:.75rem}.mobile-profile-btn{background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:.5rem;padding:.75rem 1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.mobile-profile-btn:hover{background:var(--bg-tertiary);transform:translateY(-2px)}.mobile-logout-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-weight:600;transition:all .3s;display:flex}.mobile-logout-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(239,68,68,.3)}.mobile-login-btn{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.mobile-login-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(59,130,246,.3)}.mobile-convert-wrapper{width:100%}.mobile-convert-dropdown{background:var(--bg-secondary);border:1px solid var(--border-color);-webkit-overflow-scrolling:touch;border-radius:.75rem;max-height:70vh;margin:.5rem 0;overflow-x:hidden;overflow-y:auto;box-shadow:0 4px 12px rgba(0,0,0,.1)}.mobile-convert-section{padding:0}.mobile-convert-header{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid var(--border-color);background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(99,102,241,.1));align-items:center;gap:.5rem;padding:.875rem 1rem;font-size:.7rem;font-weight:700;display:flex}.mobile-convert-header svg{color:#3b82f6;opacity:.8}.mobile-convert-item{width:100%;color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.875rem;padding:.875rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex;position:relative}.mobile-convert-item:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f6,#6366f1);width:3px;transition:opacity .2s;position:absolute;top:0;bottom:0;left:0}.mobile-convert-item:hover{background:linear-gradient(90deg,rgba(59,130,246,.08),transparent);padding-left:1.25rem}.mobile-convert-item:hover:before{opacity:1}@media (max-width:768px){.nav-container{padding:1rem}.nav-links{display:none}.mobile-menu-btn{display:flex}.nav-actions{gap:.5rem}.login-btn span{display:none}.login-btn{padding:.75rem}.user-name{max-width:80px}.user-dropdown{min-width:180px}.convert-dropdown{width:calc(100vw - 2rem);min-width:calc(100vw - 2rem);max-width:calc(100vw - 2rem);left:50%;transform:translate(-50%)}.convert-dropdown-section{flex:50%;width:50%;max-width:50%}.convert-dropdown-section:nth-of-type(3n){border-right:.5px solid var(--border-color)}.convert-dropdown-section:nth-of-type(2n){border-right:none}.convert-dropdown-header{padding:.625rem .875rem;font-size:.65rem}.convert-dropdown-header svg{width:13px;height:13px}}@media (max-width:480px){.nav-container{padding:.75rem}.logo-text{display:none}.nav-logo{font-size:1.25rem}.convert-dropdown{width:calc(100vw - 1rem);min-width:calc(100vw - 1rem);max-width:calc(100vw - 1rem)}.convert-dropdown-section{border-bottom:.5px solid var(--border-color);flex:100%;width:100%;max-width:100%;border-right:none!important}.convert-dropdown-section:last-child{border-bottom:none}}
.footer{background:var(--bg-primary);border-top:1px solid var(--border-color);flex-shrink:0;width:100%;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:2rem}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-links{flex-wrap:wrap;align-items:center;gap:2rem;display:flex}.footer-link{color:var(--text-secondary);font-weight:500;text-decoration:none;transition:all .3s;position:relative}.footer-link:hover{color:var(--text-primary)}.footer-link:after{content:"";background:linear-gradient(90deg,#3b82f6,#1d4ed8);width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.footer-link:hover:after{width:100%}.footer-copyright{color:var(--text-muted);font-size:.875rem;font-weight:500}@media (max-width:768px){.footer-container{padding:1.5rem 1rem}.footer-content{text-align:center;flex-direction:column;gap:1.5rem}.footer-links{justify-content:center;gap:1.5rem}}@media (max-width:480px){.footer-container{padding:1rem}.footer-links{flex-direction:column;gap:1rem}.footer-copyright{font-size:.8rem}}
.custom-cursor{pointer-events:none;z-index:9999;mix-blend-mode:difference;width:16px;height:16px;position:fixed;top:0;left:0}.cursor-dot{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;width:16px;height:16px;position:absolute;top:0;left:0}.cursor-trail{pointer-events:none;z-index:9998;mix-blend-mode:difference;background:rgba(59,130,246,.3);border-radius:50%;width:8px;height:8px;position:fixed;top:0;left:0}
