.lang-switcher{position:relative}.lang-btn{display:inline-flex;align-items:center;gap:.4rem;background:none;border:1px solid var(--c-border);border-radius:6px;padding:.35rem .75rem;font-size:.78rem;color:var(--text-2);cursor:pointer;transition:all .15s}.lang-btn:hover{border-color:var(--cyan);color:var(--text-1)}.lang-btn svg{width:12px;height:12px;transition:transform .2s;flex-shrink:0}.lang-switcher.open .lang-btn svg{transform:rotate(180deg)}.lang-menu{display:none;position:absolute;bottom:calc(100% + 6px);left:0;background:var(--surface-2);border:1px solid var(--c-border);border-radius:8px;padding:.35rem;list-style:none;margin:0;min-width:160px;z-index:100;box-shadow:0 8px 24px #0006}.lang-switcher.open .lang-menu{display:block}.lang-menu li a{display:block;padding:.45rem .75rem;font-size:.8rem;color:var(--text-2);text-decoration:none;border-radius:5px;transition:all .1s}.lang-menu li a:hover{background:var(--surface-1);color:var(--text-1)}.lang-menu li a.active{color:var(--cyan);font-weight:600}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--background: 0 0% 100%;--foreground: 220 13% 10%;--card: 0 0% 100%;--card-foreground: 220 13% 10%;--primary: 199 89% 48%;--primary-foreground: 0 0% 100%;--secondary: 200 20% 96%;--secondary-foreground: 220 13% 18%;--muted: 200 20% 96%;--muted-foreground: 215 14% 46%;--accent: 200 20% 96%;--accent-foreground: 220 13% 18%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 98%;--border: 214 20% 90%;--input: 214 20% 90%;--ring: 199 89% 48%;--radius: .5rem;--brand-primary: 199 89% 48%;--brand-accent: 187 72% 42%;--brand-success: 160 60% 45%;--bg: #f8f8fa;--surface-1: #ffffff;--surface-2: #f0f0f4;--surface-3: #e8e8ee;--c-border: #d8d8e0;--c-border-sub: #eaeaf0;--text-1: #0f0f13;--text-2: #4a4a6a;--text-3: #9090b0;--cyan: #0891b2;--cyan-a: rgba(8, 145, 178, .08);--mono: ui-monospace, "Cascadia Code", "Fira Mono", Menlo, monospace;--radius-lg: 16px}.dark{--background: 222 47% 11%;--foreground: 210 20% 90%;--card: 222 44% 13%;--card-foreground: 210 20% 90%;--primary: 199 89% 48%;--primary-foreground: 0 0% 100%;--secondary: 222 40% 16%;--secondary-foreground: 210 20% 90%;--muted: 222 40% 16%;--muted-foreground: 215 14% 58%;--accent: 222 35% 18%;--accent-foreground: 210 20% 90%;--destructive: 0 63% 40%;--destructive-foreground: 210 20% 98%;--border: 222 30% 20%;--input: 222 30% 20%;--ring: 199 89% 48%;--bg: #09090b;--surface-1: #0f0f13;--surface-2: #18181e;--surface-3: #21212a;--c-border: #252535;--c-border-sub: #1a1a25;--text-1: #f0f0f5;--text-2: #8888a8;--text-3: #4a4a68;--cyan: #22d3ee;--cyan-a: rgba(34, 211, 238, .08)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:hsl(var(--background));color:hsl(var(--foreground));line-height:1.6;transition:background-color .3s ease;min-height:100vh}.gradient-bg{background-color:hsl(var(--background))}.dark .gradient-bg{background-color:var(--bg)}.pattern-bg{background-image:radial-gradient(hsl(var(--foreground) / .03) 1px,transparent 1px);background-size:50px 50px}.dark .pattern-bg{background-image:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.main-nav{position:fixed;top:0;left:0;right:0;z-index:50;background-color:#f8f8faeb;backdrop-filter:blur(16px) saturate(180%);border-bottom:1px solid var(--c-border-sub);height:56px;transition:border-color .3s ease,box-shadow .3s ease}.dark .main-nav{background-color:#09090be6}.main-nav.scrolled{border-bottom-color:var(--c-border);box-shadow:0 1px 8px #00000014}.dark .main-nav.scrolled{box-shadow:0 1px 8px #00000059}.free-tag{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--cyan);background:var(--cyan-a);border:1px solid rgba(34,211,238,.2);padding:2px 8px;border-radius:100px}.logo-dot{width:7px;height:7px;background:var(--cyan);border-radius:50%;flex-shrink:0;display:inline-block}.nav-container{max-width:1400px;margin:0 auto;padding:0 20px;height:100%;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center;gap:8px;font-weight:700;font-size:1.05rem;letter-spacing:-.025em;color:var(--text-1);text-decoration:none;transition:opacity .2s ease}.nav-logo:hover{opacity:.8}.nav-brand-icon{flex-shrink:0}.nav-links{display:flex;align-items:center;gap:1.75rem;list-style:none}.nav-burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:4px;border-radius:6px;flex-shrink:0}.nav-burger span{display:block;width:20px;height:2px;background:var(--text-1);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.nav-burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-burger.open span:nth-child(2){opacity:0}.nav-burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}body.nav-open{overflow:hidden}@media(min-width:769px){.mobile-nav{display:none!important}}.nav-link{font-size:.875rem;font-weight:500;color:var(--text-2);text-decoration:none;transition:color .15s}.nav-link:hover,.nav-link.active{color:var(--text-1)}.theme-toggle{position:relative;display:inline-flex;align-items:center;background:hsl(var(--secondary));border-radius:999px;padding:.1875rem;border:1px solid hsl(var(--border));cursor:pointer;gap:0}.theme-toggle:focus-visible{outline:2px solid hsl(var(--brand-primary));outline-offset:2px}.theme-toggle-slider{position:absolute;top:.1875rem;left:.1875rem;width:1.75rem;height:1.75rem;background:hsl(var(--background));border-radius:999px;box-shadow:0 1px 3px #0000001a;transition:transform .25s cubic-bezier(.4,0,.2,1);z-index:0}.dark .theme-toggle-slider{transform:translate(1.75rem)}.theme-toggle-option{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:999px;color:hsl(var(--muted-foreground));position:relative;z-index:1;transition:color .2s}.theme-toggle-option[data-theme=light]{color:hsl(var(--foreground))}.dark .theme-toggle-option[data-theme=light]{color:hsl(var(--muted-foreground))}.dark .theme-toggle-option[data-theme=dark]{color:hsl(var(--foreground))}.layout-wrapper{display:flex;justify-content:center;align-items:flex-start;margin:0 auto;max-width:1400px;padding:20px}.layout-wrapper:has(.left-side-banner.ad-loaded),.layout-wrapper:has(.left-side-banner.ad-dev-mode){display:grid;grid-template-columns:160px 860px 160px;gap:20px}.main-content{width:860px;background:transparent}.left-side-banner,.right-side-banner{position:sticky;top:76px;height:fit-content;display:none}.left-side-banner.ad-dev-mode,.right-side-banner.ad-dev-mode,.left-side-banner.ad-loaded,.right-side-banner.ad-loaded{display:block}.ad-container{margin:0;display:none;justify-content:center;align-items:center;width:100%;max-width:min(860px,90vw)}.ad-container.ad-loaded,.ad-container.ad-dev-mode{display:flex;margin:clamp(8px,1.2vh,12px) 0;background:var(--surface-1);border:1px solid var(--c-border-sub);border-radius:var(--radius-lg);padding:8px}.ad-placeholder{background-color:hsl(var(--muted) / .3);border:2px dashed hsl(var(--border));border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:500;transition:all .2s ease}.ad-horizontal-banner .ad-placeholder{width:728px;height:90px}.ad-vertical-banner .ad-placeholder{width:160px;height:600px;writing-mode:vertical-rl;text-orientation:mixed}.ad-container.ad-bottom-banner.ad-loaded,.ad-container.ad-bottom-banner.ad-dev-mode{margin:30px 0 20px}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 2rem 4rem;text-align:center;position:relative;overflow:hidden;width:100%}.hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:800px;height:550px;background:radial-gradient(ellipse at 50% 0%,rgba(34,211,238,.06) 0%,transparent 60%);pointer-events:none;z-index:0}.hero>*{position:relative;z-index:1}.hero-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--text-3);margin-bottom:1.5rem}.hero-h1{font-size:clamp(2.8rem,6.5vw,5rem);font-weight:800;line-height:1.03;letter-spacing:-.05em;margin-bottom:.75rem;color:var(--text-1)}.hero-h1 .muted{color:var(--text-3);font-weight:400}.hero-sub{font-size:1rem;color:var(--text-2);margin-bottom:2.5rem;max-width:360px;line-height:1.55}.trust-row{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-top:1.25rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:4px;font-size:.72rem;color:var(--text-3)}.trust-item svg{width:12px;height:12px;flex-shrink:0}.hero-viewport-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:20px;box-sizing:border-box;gap:clamp(.75rem,1.5vh,1.25rem)}.breadcrumb-bar{width:100%;border-top:1px solid hsl(var(--border) / .4);border-bottom:1px solid hsl(var(--border) / .4);margin-top:56px}.breadcrumb{max-width:1400px;margin:0 auto;padding:.5rem 20px}.breadcrumb-list{display:flex;align-items:center;list-style:none;margin:0;padding:0;flex-wrap:wrap}.breadcrumb-item{display:flex;align-items:center;font-size:.8rem;color:hsl(var(--muted-foreground))}.breadcrumb-item+.breadcrumb-item:before{content:"›";margin:0 .4rem;color:hsl(var(--muted-foreground) / .4)}.breadcrumb-item a{color:#0da2e7;text-decoration:none;transition:color .15s ease}.breadcrumb-item a:hover{color:#0b8ec8}.breadcrumb-current{color:#657386;font-weight:500}.header{text-align:center;color:hsl(var(--foreground));margin-bottom:0;padding:clamp(2px,.5vh,4px) 0}.header h1{font-size:clamp(1.75rem,4vw,2rem);font-weight:800;margin-bottom:clamp(1px,.25vh,2px);letter-spacing:-.025em;display:inline-flex;align-items:center;gap:.5rem}.free-badge{display:inline-block;font-size:.65rem;font-weight:700;font-family:var(--mono);letter-spacing:.08em;padding:.18em .55em;border-radius:4px;background:var(--cyan-a);color:var(--cyan);border:1px solid color-mix(in srgb,var(--cyan) 25%,transparent);vertical-align:middle;text-transform:uppercase}.header p{font-size:clamp(.9rem,2vw,1rem);opacity:.9;max-width:min(600px,90vw);margin:0 auto;color:hsl(var(--muted-foreground));line-height:1.5}.privacy-badge{display:inline-flex;align-items:center;gap:.5rem;background:hsl(var(--secondary) / .4);padding:10px 18px;border-radius:20px;margin-top:16px;font-size:.9rem;font-weight:500;border:1px solid hsl(var(--border) / .5);transition:all .2s ease;cursor:default;box-shadow:0 1px 3px hsl(var(--foreground) / .05)}.privacy-badge:hover{background:hsl(var(--secondary) / .6);border-color:hsl(var(--border) / .8);transform:translateY(-1px);box-shadow:0 3px 12px hsl(var(--foreground) / .1)}.terms-notice{font-size:.8rem;color:hsl(var(--muted-foreground));margin:.75rem 0;opacity:.8}.terms-notice a{color:hsl(var(--foreground));text-decoration:underline;text-decoration-color:hsl(var(--muted-foreground) / .5);transition:all .2s ease}.terms-notice a:hover{color:hsl(var(--primary));text-decoration-color:hsl(var(--primary))}.drop-zone-trust{display:inline-flex;align-items:center;gap:.375rem;color:hsl(var(--brand-success));font-size:.825rem;font-weight:500;margin:.5rem 0;padding:.25rem .75rem;background:hsl(var(--brand-success) / .08);border-radius:20px;border:1px solid hsl(var(--brand-success) / .2)}.drop-zone-trust i{flex-shrink:0}.converter-section{margin:clamp(8px,1vh,12px) 0;width:100%;max-width:min(860px,90vw);flex-shrink:0}.upload-zone{width:100%;max-width:480px;margin:0 auto;transition:all .3s ease}.drop-zone{border:1.5px dashed var(--c-border);border-radius:16px;padding:2.5rem 2rem;text-align:center;background-color:transparent;transition:all .2s ease;cursor:pointer;margin-bottom:0;position:relative;overflow:hidden;width:100%;max-width:100%}.drop-zone-content{max-width:400px;margin:0 auto}@keyframes borderGlow{0%,to{border-color:hsl(var(--brand-primary) / .4);box-shadow:inset 0 2px 6px hsl(var(--foreground) / .03),0 0 hsl(var(--brand-primary) / 0)}50%{border-color:hsl(var(--brand-primary) / .7);box-shadow:inset 0 2px 6px hsl(var(--foreground) / .03),0 0 16px hsl(var(--brand-primary) / .12)}}.drop-zone:hover{border-color:#22d3ee66;background:var(--cyan-a)}.drop-zone.dragover{border-color:#22d3ee99;background:var(--cyan-a);animation:borderGlow 1.5s ease-in-out infinite}.drop-zone:hover:before,.drop-zone.dragover:before{opacity:.8}.upload-icon{font-size:clamp(1.25rem,1.8vh,1.5rem);color:hsl(var(--muted-foreground));margin-bottom:clamp(5px,.6vh,8px)}.drop-zone h3{font-size:clamp(1rem,2.2vw,1.125rem);color:hsl(var(--foreground));margin-bottom:clamp(2px,.25vh,3px);line-height:1.25}.drop-zone p{color:hsl(var(--muted-foreground));margin-bottom:clamp(5px,.6vh,8px);font-size:clamp(.8rem,1.6vw,.85rem);line-height:1.35;max-width:90%;margin-left:auto;margin-right:auto}.upload-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);font-weight:600;font-size:.9rem;background-color:hsl(var(--foreground))!important;color:hsl(var(--background))!important;border:2px solid hsl(var(--foreground))!important;height:2.75rem;padding:0 1.5rem;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.upload-btn:hover{background-color:hsl(var(--background))!important;color:hsl(var(--foreground))!important;border-color:hsl(var(--foreground))!important;transform:translateY(-2px);box-shadow:0 4px 12px hsl(var(--foreground) / .15)}.uz-icon{width:40px;height:40px;margin:0 auto .875rem;color:var(--text-3)}.uz-icon svg{width:100%;height:100%}.uz-title{font-size:.9rem;font-weight:600;color:var(--text-1);margin-bottom:.3rem}.uz-sub{font-size:.78rem;color:var(--text-3);margin-bottom:1.25rem;font-family:var(--mono);letter-spacing:.01em}.uz-btn{display:inline-flex;align-items:center;gap:6px;background:var(--cyan);color:#000;font-size:.85rem;font-weight:700;padding:.5rem 1.35rem;border-radius:100px;border:none;cursor:pointer;transition:opacity .15s;margin-top:.5rem}.uz-btn:hover{opacity:.88}.step-indicator{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:1.25rem;padding:.75rem 0}.step{display:flex;align-items:center;gap:.375rem;font-size:.8rem;font-weight:500;color:hsl(var(--muted-foreground) / .5);transition:color .2s ease}.step-num{display:inline-flex;align-items:center;justify-content:center;width:1.375rem;height:1.375rem;border-radius:50%;font-size:.7rem;font-weight:600;background:hsl(var(--muted) / .5);color:hsl(var(--muted-foreground) / .5);transition:all .2s ease}.step.active{color:hsl(var(--brand-primary))}.step.active .step-num{background:hsl(var(--brand-primary) / .15);color:hsl(var(--brand-primary))}.step.completed{color:hsl(var(--brand-primary) / .6)}.step.completed .step-num{background:hsl(var(--brand-primary) / .1);color:hsl(var(--brand-primary) / .6)}.step-divider{width:2rem;height:1px;background:hsl(var(--border));margin:0 .5rem}.step-divider.completed{background:hsl(var(--brand-primary) / .3)}.file-management-zone{animation:fadeIn .3s ease}.batch-controls-header{background-color:hsl(var(--card));border:1px solid hsl(var(--border));color:hsl(var(--card-foreground));padding:1.5rem 1.5rem 2rem;border-radius:var(--radius);margin-bottom:2rem;text-align:center;transition:all .2s ease;position:relative;overflow:visible}.batch-controls-header:before{content:"";position:absolute;inset:0;background:hsl(var(--accent) / .03);opacity:0;transition:opacity .2s ease;z-index:0}.batch-controls-header>*{position:relative;z-index:1}.batch-controls-header:hover{border-color:hsl(var(--primary) / .2);box-shadow:0 2px 8px hsl(var(--primary) / .08)}.batch-controls-header:hover:before{opacity:1}.batch-controls-header h3{font-size:1.125rem;margin-bottom:1rem;font-weight:600;color:hsl(var(--foreground))}.batch-actions{display:flex;justify-content:center;align-items:center;gap:15px;flex-wrap:wrap;position:relative}.format-select-large{padding:12px 40px 12px 16px;border:2px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--background));color:hsl(var(--foreground));font-size:1rem;font-weight:500;cursor:pointer;min-width:180px;transition:all .2s ease;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.format-select-large:hover{border-color:hsl(var(--primary));background-color:hsl(var(--accent))}.format-select-large:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary) / .2)}.format-select-large option{padding:8px 12px;background-color:hsl(var(--background));color:hsl(var(--foreground))}.format-select-large optgroup{font-weight:600;color:hsl(var(--muted-foreground));padding:8px 0;margin:4px 0}.dark .format-select-large{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 9l6 6 6-6'/%3E%3C/svg%3E")}.format-select-large::-ms-expand{display:none}.format-dropdown-wrapper{position:relative;display:inline-block}.format-notification{display:none;position:absolute;top:calc(100% + 8px);left:0;padding:8px 16px;background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary) / .9));color:#fff;border-radius:6px;font-size:.875rem;font-weight:500;box-shadow:0 4px 12px #00000026;opacity:0;transition:opacity .3s ease;z-index:1000;white-space:nowrap;pointer-events:none}.format-notification:before{content:"";position:absolute;top:-6px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid hsl(var(--primary))}.format-reminder{animation:formatGlow 1.5s ease-in-out infinite;border-color:hsl(var(--primary))!important}@keyframes formatGlow{0%,to{box-shadow:0 0 hsl(var(--primary) / .4)}50%{box-shadow:0 0 0 8px hsl(var(--primary) / 0)}}.dark .format-notification{background:linear-gradient(135deg,hsl(var(--primary) / .9),hsl(var(--primary) / .8))}.dark .format-notification:before{border-bottom-color:hsl(var(--primary) / .9)}.format-select{padding:8px 12px;border:2px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--background));color:hsl(var(--foreground));cursor:pointer}.format-select:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring) / .3)}.files-list-header{display:flex;justify-content:space-between;align-items:center;padding:.625rem 1rem;margin-bottom:.5rem;border-bottom:1px solid hsl(var(--border))}.files-list-header-left,.files-list-header-right{display:flex;align-items:center;gap:1rem}.select-all-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.825rem;font-weight:500;color:hsl(var(--muted-foreground));cursor:pointer}.select-all-checkbox input[type=checkbox]{transform:scale(1.15);cursor:pointer;accent-color:hsl(var(--brand-primary))}.btn-remove-selected{display:inline-flex;align-items:center;gap:.375rem;font-size:.8rem;font-weight:500;color:hsl(var(--destructive));background:none;border:none;cursor:pointer;padding:.25rem .5rem;border-radius:var(--radius);transition:all .15s ease}.btn-remove-selected:hover{background:hsl(var(--destructive) / .1)}.btn-inline-link{font-size:.825rem;font-weight:500;color:hsl(var(--brand-primary));background:none;border:none;cursor:pointer;padding:.25rem 0;transition:opacity .15s ease}.btn-inline-link:hover{opacity:.8}.btn-text-link{font-size:.825rem;font-weight:500;color:hsl(var(--muted-foreground));background:none;border:none;cursor:pointer;padding:.25rem 0;text-decoration:underline;text-decoration-color:hsl(var(--muted-foreground) / .3);text-underline-offset:2px;transition:color .15s ease}.btn-text-link:hover{color:hsl(var(--foreground))}.files-list{margin-bottom:1.5rem}.file-item{display:flex;align-items:center;padding:.75rem 1rem;background-color:hsl(var(--card));border-radius:var(--radius);margin-bottom:.5rem;border:1px solid hsl(var(--border));transition:border-color .2s ease}.file-item:hover{border-color:hsl(var(--ring))}.file-item.selected{border-color:hsl(var(--primary));background-color:hsl(var(--primary) / .05)}.file-checkbox{margin-right:15px;transform:scale(1.2);cursor:pointer;accent-color:hsl(var(--brand-primary))}.file-type-badge{width:50px;height:50px;border-radius:var(--radius);margin-right:15px;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;background:hsl(var(--brand-primary) / .08);border:1.5px solid hsl(var(--brand-primary) / .2);color:hsl(var(--brand-primary))}.file-type-badge svg{width:24px;height:24px}.file-type-badge.pdf{background:hsl(var(--brand-accent) / .08);border-color:hsl(var(--brand-accent) / .2);color:hsl(var(--brand-accent))}.file-type-badge.html{background:hsl(var(--brand-success) / .08);border-color:hsl(var(--brand-success) / .2);color:hsl(var(--brand-success))}.file-info{flex:1;margin-right:15px;min-width:0;overflow:hidden}.file-name{font-weight:600;color:hsl(var(--foreground));margin-bottom:4px;font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-details{color:hsl(var(--muted-foreground));font-size:.85rem}.file-controls{display:flex;align-items:center;gap:8px}.remove-file-btn{padding:6px 12px;background-color:transparent;color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border));border-radius:var(--radius);font-size:.8rem;cursor:pointer;transition:all .2s ease}.remove-file-btn:hover{background-color:hsl(var(--brand-primary) / .08);border-color:hsl(var(--brand-primary) / .3);color:hsl(var(--brand-primary))}.download-zone{animation:fadeIn .3s ease}.zone-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid hsl(var(--border))}.zone-header h3{color:hsl(var(--foreground));font-size:1.5rem}.download-controls{display:flex;gap:10px}.converted-files-list{margin-top:20px}.converted-file-item{display:flex;align-items:center;padding:15px;background-color:hsl(var(--brand-primary) / .06);border-radius:var(--radius);margin-bottom:10px;border:1px solid hsl(var(--brand-primary) / .15)}.converted-file-item .file-type-badge{box-shadow:0 0 0 2px hsl(var(--brand-primary) / .3)}.conversion-status{color:hsl(var(--brand-primary));font-weight:600;font-size:.9rem}.btn-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);font-weight:500;font-size:.875rem;line-height:1.25rem;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));height:2.5rem;padding-left:1rem;padding-right:1rem;border:none;cursor:pointer;transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn-primary:hover:not(:disabled){background-color:hsl(var(--primary) / .9)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-primary svg,.btn-primary i{margin-right:8px}.btn-secondary svg,.btn-secondary i{margin-right:8px}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);font-weight:500;font-size:.875rem;line-height:1.25rem;background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground));height:2.5rem;padding-left:1rem;padding-right:1rem;border:none;cursor:pointer;transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn-secondary:hover{background-color:hsl(var(--secondary) / .8)}.btn-outline{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);font-weight:500;font-size:.875rem;line-height:1.25rem;background-color:transparent;color:hsl(var(--foreground));height:2.5rem;padding-left:1rem;padding-right:1rem;border:1px solid hsl(var(--border));cursor:pointer;transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn-outline:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn-danger{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);font-weight:500;font-size:.875rem;line-height:1.25rem;background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground));height:2.5rem;padding-left:1rem;padding-right:1rem;border:none;cursor:pointer;transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn-danger:hover{background-color:hsl(var(--destructive) / .9)}.btn-large{font-size:.9rem;height:2.75rem;padding-left:1.5rem;padding-right:1.5rem}.btn-small{height:2.25rem;padding-left:.75rem;padding-right:.75rem;font-size:.75rem}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:hsl(var(--background) / .8);display:flex;justify-content:center;align-items:center;z-index:1000;backdrop-filter:blur(5px)}.modal-content{background-color:hsl(var(--card));padding:40px;border-radius:var(--radius);text-align:center;max-width:400px;width:90%;box-shadow:0 10px 25px hsl(var(--background) / .2)}.modal-content h3{margin-bottom:20px;color:hsl(var(--foreground))}.progress-container{margin-top:20px}.progress-bar{width:100%;height:10px;background-color:hsl(var(--muted));border-radius:calc(var(--radius) / 2);overflow:hidden;margin-bottom:10px}.progress-fill{height:100%;background:linear-gradient(90deg,hsl(var(--brand-primary)),hsl(var(--brand-accent)));border-radius:calc(var(--radius) / 2);width:0%;transition:width .3s ease}.progress-text{color:hsl(var(--muted-foreground));font-size:.9rem}.format-section{margin-bottom:1.75rem}.format-section:last-child{margin-bottom:0}.format-section-title{font-size:1.25rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1rem;text-align:center;letter-spacing:-.025em}.format-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem;max-width:750px;margin:0 auto}.format-card,.document-card,.feature-card{background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.5rem;text-align:center;transition:all .2s ease;display:flex;flex-direction:column;align-items:center}.format-card:hover,.document-card:hover,.feature-card:hover{background-color:hsl(var(--accent));border-color:hsl(var(--primary) / .3);transform:translateY(-2px);box-shadow:0 4px 12px hsl(var(--primary) / .1)}.format-card>i,.format-card>svg,.document-card>i,.document-card>svg,.feature-card>i,.feature-card>svg{font-size:2rem;width:32px;height:32px;margin-bottom:1rem;color:hsl(var(--foreground))}.format-card>h3,.format-card>h4,.document-card>h3,.document-card>h4,.feature-card>h3,.feature-card>h4{font-size:1rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem;line-height:1.2}.format-card>p,.document-card>p,.feature-card>p{font-size:.9rem;color:hsl(var(--muted-foreground));line-height:1.4;margin:0}.document-formats{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.features-section{padding:5.5rem 2rem;max-width:860px;margin:0 auto}.features-section .section-title{margin-bottom:1.5rem}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.feature-card .feature-icon{display:flex;justify-content:center;align-items:center;width:100%;height:3rem;margin:0 auto 1rem;padding:0}.feature-card .feature-icon i{font-size:1.75rem}.feature-card h3,.feature-card h4{color:hsl(var(--foreground));margin-bottom:.5rem;font-weight:600;font-size:1rem}.feature-card p{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.4;margin:0}.privacy-section-full{padding:3rem 0 2rem;text-align:center}.section-title{font-size:1.5rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.5rem}.section-subtitle{font-size:.95rem;color:hsl(var(--muted-foreground));margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.privacy-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:700px;margin:0 auto}.privacy-card{text-align:left;padding:1.25rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);transition:all .2s ease}.privacy-card:hover{border-color:hsl(var(--ring) / .3);transform:translateY(-2px);box-shadow:0 4px 12px hsl(var(--foreground) / .06)}.privacy-card-icon{width:2.5rem;height:2.5rem;background:hsl(var(--secondary));border:1px solid hsl(var(--border));border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:hsl(var(--foreground));margin-bottom:.75rem}.privacy-card h4{font-size:.925rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.375rem}.privacy-card p{font-size:.825rem;color:hsl(var(--muted-foreground));line-height:1.5}.stats-strip{display:grid;grid-template-columns:repeat(4,1fr);background:var(--surface-1);border-top:1px solid var(--c-border-sub);border-bottom:1px solid var(--c-border-sub);margin:0}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3.5rem 1rem;border-right:1px solid var(--c-border-sub)}.stat-item:last-child{border-right:none}.stat-number{font-family:var(--mono);font-size:clamp(2rem,4.5vw,3rem);font-weight:700;color:var(--text-1);line-height:1;margin-bottom:.35rem}.stat-number.cyan{color:var(--cyan)}.stat-label{font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--text-3)}.section-label{font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--text-3);margin-bottom:.5rem}.section-h2{font-size:clamp(1.5rem,3.5vw,2.1rem);font-weight:800;letter-spacing:-.04em;line-height:1.15;margin-bottom:2.5rem;color:var(--text-1)}.feat-grid{border:1px solid var(--c-border-sub);border-radius:var(--radius-lg);overflow:hidden}.feat-row{display:grid;grid-template-columns:1fr 1fr}.feat-item{padding:1.75rem 2rem;border-bottom:1px solid var(--c-border-sub);transition:background .2s}.feat-item:hover{background:var(--surface-1)}.feat-row:last-child .feat-item{border-bottom:none}.feat-row .feat-item:first-child{border-right:1px solid var(--c-border-sub)}.feat-num{font-family:var(--mono);font-size:.7rem;color:var(--text-3);margin-bottom:.6rem;letter-spacing:.05em}.feat-title{font-size:.9rem;font-weight:700;color:var(--text-1);margin-bottom:.3rem}.feat-desc{font-size:.825rem;color:var(--text-2);line-height:1.55}.formats-section{background:var(--surface-1);border-top:1px solid var(--c-border-sub);border-bottom:1px solid var(--c-border-sub);padding:4rem 20px;margin:0}.format-pills-wrap{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:1.5rem}.format-pill{display:inline-flex;align-items:center;gap:4px;font-family:var(--mono);font-size:.78rem;font-weight:600;padding:.38rem .875rem;border-radius:100px;border:1px solid var(--c-border);color:var(--text-2);text-decoration:none;background:var(--surface-2);transition:all .15s}.format-pill:hover{border-color:var(--cyan);color:var(--text-1);background:var(--cyan-a)}.privacy-pledge{text-align:center;padding:7rem 20px;position:relative;overflow:hidden}.privacy-pledge:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 50%,rgba(34,211,238,.04) 0%,transparent 65%);pointer-events:none}.privacy-h{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;letter-spacing:-.05em;line-height:1.07;max-width:560px;margin:0 auto 1.25rem;position:relative;color:var(--text-1)}.privacy-h em{font-style:normal;color:var(--cyan)}.privacy-sub{font-size:.9rem;color:var(--text-2);max-width:400px;margin:0 auto 2rem;line-height:1.6;position:relative}.privacy-checks{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;position:relative}.pc{display:flex;align-items:center;gap:5px;font-size:.78rem;color:var(--text-2)}.pc:before{content:"✓";color:var(--cyan);font-weight:700}@media(max-width:768px){.stats-strip{grid-template-columns:repeat(2,1fr)}.stat-item:nth-child(2){border-right:none}.stat-item:nth-child(1),.stat-item:nth-child(2){border-bottom:1px solid var(--c-border-sub)}.feat-row{grid-template-columns:1fr}.feat-row .feat-item:first-child{border-right:none;border-bottom:1px solid var(--c-border-sub)}.feat-row:last-child .feat-item:last-child{border-bottom:none}}.footer{color:hsl(var(--foreground) / .8);padding:3rem 2rem 0;font-size:.85rem;border-top:1px solid hsl(var(--border));margin-top:2rem;background:hsl(var(--secondary) / .6)}.footer-content{max-width:1100px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem}.footer-brand{display:flex;flex-direction:column;gap:.75rem}.footer-logo{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1rem;color:hsl(var(--foreground))}.footer-tagline{color:hsl(var(--muted-foreground));font-size:.8rem;line-height:1.5;max-width:240px}.footer-col h5{font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:hsl(var(--foreground));margin-bottom:1rem}.footer-col a{display:block;color:hsl(var(--muted-foreground));text-decoration:none;font-size:.85rem;margin-bottom:.6rem;transition:color .2s}.footer-col a:hover{color:hsl(var(--primary))}.footer-bottom{border-top:1px solid hsl(var(--border));padding:1.25rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.footer-credit{color:hsl(var(--muted-foreground));font-size:.775rem}.footer-credit a{color:hsl(var(--primary));text-decoration:none;font-weight:500;transition:opacity .2s}.footer-credit a:hover{opacity:.8}.footer-copyright{color:hsl(var(--muted-foreground) / .6);font-size:.725rem}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1}.footer-bottom{flex-direction:column;align-items:center;text-align:center}}@media(max-width:768px){.nav-burger{display:flex}.theme-toggle{display:none}.nav-links{display:none;position:fixed;top:56px;left:0;right:0;flex-direction:column;align-items:flex-start;gap:0;background:hsl(var(--background));border-bottom:1px solid var(--c-border-sub);box-shadow:0 8px 24px #0000001f;padding:.75rem 20px 1.25rem;z-index:49;overflow-y:auto;max-height:calc(100vh - 56px)}.nav-links.mobile-open{display:flex}.nav-links .nav-link,.nav-links .nav-dropdown,.nav-links .free-tag{display:none}.mobile-nav{width:100%;display:flex;flex-direction:column}.m-panel{flex-direction:column;width:100%}.m-link{display:flex;align-items:center;justify-content:space-between;padding:.7rem 0;border:none;border-bottom:1px solid var(--c-border-sub);background:none;font-size:.95rem;font-family:inherit;color:var(--text-1);text-decoration:none;cursor:pointer;width:100%;text-align:left;transition:color .15s}.m-link:hover{color:#22d3ee}.m-link svg{color:var(--text-3);flex-shrink:0}.m-back{display:flex;align-items:center;gap:.35rem;padding:.45rem 0 .6rem;background:none;border:none;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#22d3ee;cursor:pointer;font-family:inherit}.m-back svg{flex-shrink:0}.m-section-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--text-3);padding:.15rem 0 .5rem}.m-theme-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0 .25rem}.m-theme-label{font-size:.875rem;color:var(--text-2)}.m-theme-btn{display:flex;align-items:center;gap:.35rem;padding:.25rem .65rem;border:1px solid var(--c-border);border-radius:20px;background:none;font-size:.78rem;color:var(--text-2);cursor:pointer;font-family:inherit;transition:color .15s,border-color .15s}.m-theme-btn:hover{color:var(--text-1);border-color:var(--text-3)}.hero-viewport-container{padding:15px 15px 6px;min-height:100vh;gap:clamp(.1rem,.5vh,.25rem)}.header{padding:clamp(1px,.25vh,2px) 0}.header h1{font-size:clamp(1.5rem,6vw,1.75rem);margin-bottom:clamp(1px,.1vh,1px)}.header p{font-size:clamp(.85rem,3vw,.9rem)}.drop-zone{padding:clamp(8px,1vh,10px) clamp(6px,.75vw,8px)}.upload-icon{font-size:clamp(1rem,2vh,1.25rem);margin-bottom:clamp(4px,.5vh,6px)}.drop-zone h3{font-size:clamp(.9rem,3.5vw,1rem);margin-bottom:clamp(1px,.2vh,2px)}.drop-zone p{font-size:clamp(.75rem,2.5vw,.8rem);margin-bottom:clamp(4px,.5vh,6px)}.batch-controls-header{padding:clamp(15px,2vh,20px)}.batch-actions{flex-direction:column;gap:10px}.format-select-large{width:100%;min-width:unset;font-size:.9rem;padding:10px 36px 10px 14px;background-size:14px;background-position:right 10px center}.files-list-header{flex-direction:column;gap:.5rem;align-items:flex-start}.files-list-header-right{width:100%;justify-content:space-between}.file-item{flex-wrap:wrap;padding:12px}.file-checkbox{margin-right:10px}.file-preview{width:40px;height:40px;margin-right:10px}.file-info{flex:1;min-width:150px}.download-controls{flex-direction:column}.format-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));max-width:100%}.document-formats{grid-template-columns:1fr;gap:.75rem}.format-card,.document-card,.feature-card{padding:1rem}.format-card>i,.format-card>svg,.document-card>i,.document-card>svg,.feature-card>i,.feature-card>svg{width:28px;height:28px;margin-bottom:.75rem}.privacy-grid{grid-template-columns:1fr}.ad-container{margin:15px 0}.ad-horizontal-banner .ad-placeholder{width:100%;max-width:728px;height:50px;font-size:.75rem}}@media(max-width:480px){.hero-viewport-container{padding:15px 10px 0}.file-preview{width:35px;height:35px}.upload-icon{font-size:clamp(1.125rem,3vh,1.25rem)}}@media(max-width:640px){.privacy-grid{grid-template-columns:1fr}}@media(min-width:769px)and (max-width:1239px){.hero-viewport-container{padding:56px 20px 0}.header h1{font-size:clamp(1.75rem,3.5vw,1.9rem)}.layout-wrapper{grid-template-columns:1fr;max-width:860px;padding:20px}.left-side-banner,.right-side-banner{display:none}.main-content{width:100%}}@media(min-width:1024px)and (max-width:1440px){.hero-viewport-container{padding:56px 20px 6px;gap:clamp(.5rem,1vh,.75rem)}.header h1{font-size:clamp(1.875rem,3.5vw,2rem);margin-bottom:3px}.header p{font-size:clamp(.9rem,1.8vw,1rem)}.drop-zone{padding:14px 12px}.upload-icon{font-size:1.375rem;margin-bottom:6px}.drop-zone h3{font-size:1.125rem;margin-bottom:3px}.drop-zone p{font-size:.85rem;margin-bottom:6px}}@media(max-width:1239px){.layout-wrapper{grid-template-columns:1fr;max-width:860px;padding:20px}.left-side-banner,.right-side-banner{display:none}.main-content{width:100%}}@media(min-width:1400px)and (max-width:1600px)and (-webkit-device-pixel-ratio:2){.hero-viewport-container{padding:46px 20px 6px;gap:.65rem}.header{padding:4px 0}.header h1{font-size:1.875rem;margin-bottom:3px}.header p{font-size:.95rem}.drop-zone{padding:13px 12px}.upload-icon{font-size:1.3rem;margin-bottom:6px}}@media(min-width:1441px){.hero-viewport-container{padding:80px 20px 0}.header h1{font-size:2rem}.header p{font-size:1rem}}@media(min-width:1920px){.hero-viewport-container{max-width:1400px;margin:0 auto}}.nav-dropdown{position:static}.nav-dropdown-trigger{display:flex;align-items:center;gap:4px;background:none;border:none;padding:0;font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground));cursor:pointer;transition:color .2s ease;white-space:nowrap;font-family:inherit}.nav-dropdown-trigger:hover,.nav-dropdown.open .nav-dropdown-trigger{color:var(--text-1)}.nav-dropdown-chevron{transition:transform .25s ease;flex-shrink:0}.nav-dropdown.open .nav-dropdown-chevron{transform:rotate(180deg)}.nav-mega-menu{display:none;position:fixed;top:56px;left:0;right:0;background:hsl(var(--background));border-bottom:1px solid hsl(var(--border));box-shadow:0 8px 32px hsl(var(--foreground) / .08);z-index:49;padding:28px 0}.nav-dropdown.open .nav-mega-menu{display:block}.nav-mega-menu-inner{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;gap:0}.nav-mega-col{flex:1;padding:0 28px;border-right:1px solid hsl(var(--border))}.nav-mega-col:first-child{padding-left:0}.nav-mega-col:last-child{border-right:none;padding-right:0}.nav-mega-col-header{display:flex;align-items:center;gap:7px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:hsl(var(--foreground));margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid hsl(var(--border))}.nav-mega-col-header svg,.nav-mega-col-header i{color:hsl(var(--primary));flex-shrink:0}.nav-mega-col a{display:block;padding:5px 0;font-size:.875rem;color:var(--text-2);text-decoration:none;transition:color .15s ease}.nav-mega-col a:hover{color:var(--cyan)}.nav-overlay{display:none;position:fixed;inset:56px 0 0;background:hsl(var(--foreground) / .18);z-index:48;cursor:pointer}.nav-overlay.visible{display:block}.donate-nudge{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1.25rem;padding:.875rem 1.25rem;border-radius:var(--radius);background:hsl(var(--muted) / .5);border:1px solid hsl(var(--border))}.donate-nudge-text{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;color:hsl(var(--muted-foreground))}.donate-nudge-text svg{color:#e05252;flex-shrink:0}.donate-nudge form{display:inline-flex;align-items:center}.donate-nudge input[type=image]{display:block;transition:opacity .15s ease,transform .15s ease}.donate-nudge input[type=image]:hover{opacity:.85;transform:translateY(-1px)}.dark .donate-nudge{background:hsl(var(--muted) / .25)}@media(max-width:540px){.donate-nudge{flex-direction:column;align-items:flex-start;gap:.6rem}}
