:root{--primary: #6366f1;--primary-dark: #4f46e5;--primary-light: #eef2ff;--accent: #06b6d4;--accent-light: #ecfeff;--surface: #ffffff;--surface-2: #f8fafc;--text: #0f172a;--text-light: #475569;--text-muted: #94a3b8;--bg: #f1f5f9;--white: #fff;--border: #e2e8f0;--shadow: 0 1px 3px rgba(15,23,42,.06), 0 4px 16px rgba(15,23,42,.05);--shadow-lg: 0 12px 48px rgba(15,23,42,.12);--radius: 16px;--radius-sm: 10px;--header-h: 72px;--font: "Cairo", sans-serif;--header-bg: rgba(15, 23, 42, .92);--header-text: #f8fafc}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font);background:var(--bg);background-image:radial-gradient(ellipse 80% 60% at 10% -10%,rgba(99,102,241,.18),transparent),radial-gradient(ellipse 60% 50% at 90% 0%,rgba(6,182,212,.12),transparent);color:var(--text);line-height:1.6;min-height:100vh;overflow-x:hidden}.app-shell{display:flex;flex-direction:column;min-height:100vh;width:100%;max-width:100%;overflow-x:clip}html[dir=ltr] body{font-family:Inter,Segoe UI,Arial,sans-serif}a{color:inherit;text-decoration:none}button{font-family:var(--font);cursor:pointer;border:none;outline:none}.container{max-width:1200px;width:100%;margin:0 auto;padding:0 24px;min-width:0}.header{background:var(--header-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;z-index:100}.header .logo{color:#fff}.header .logo-icon{background:linear-gradient(135deg,var(--primary),var(--accent));box-shadow:0 4px 14px #6366f166}.header .nav-link{color:#f8fafcbf}.header .nav-link:hover,.header .nav-link.active{background:#6366f140;color:#fff}.header .lang-toggle{background:#ffffff14;color:#fff;border-color:#ffffff26}.header .header-badge{background:#06b6d433;color:#67e8f9}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.4rem;color:var(--primary)}.logo-icon{width:36px;height:36px;background:var(--primary);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:.75rem}.header-badge{background:var(--primary-light);color:var(--primary);padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600}.header-actions{display:flex;align-items:center;gap:10px}.lang-toggle{background:var(--white);color:var(--primary);border:2px solid var(--primary-light);padding:6px 12px;border-radius:999px;font-weight:700}.hero{background:linear-gradient(135deg,#0f172a,#1e1b4b 45%,#312e81);color:#fff;padding:56px 0 72px;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 80%,rgba(6,182,212,.25),transparent 40%),radial-gradient(circle at 80% 20%,rgba(99,102,241,.35),transparent 45%);pointer-events:none}.hero h1{font-size:2.4rem;font-weight:800;margin-bottom:12px}.hero p{font-size:1.1rem;opacity:.9;max-width:600px;margin:0 auto}.hero-stats{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:22px}.hero-stats span{background:#ffffff2e;border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:6px 14px;font-weight:700;font-size:.85rem}.categories{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin:-28px auto 32px;position:relative;z-index:10}.cat-btn{background:var(--white);border:2px solid var(--border);padding:8px 20px;border-radius:24px;font-size:.9rem;font-weight:600;color:var(--text-light);transition:all .2s}.cat-btn:hover,.cat-btn.active{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;padding-bottom:60px}.tool-card{background:var(--white);border-radius:var(--radius);padding:28px 24px;box-shadow:var(--shadow);transition:all .25s;display:flex;flex-direction:column;gap:10px;border:2px solid transparent}.tool-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary)}.tool-icon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:var(--primary-light);color:var(--primary);line-height:1;flex-shrink:0}.tool-icon-lg{width:76px;height:76px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:2.35rem;background:var(--primary-light);color:var(--primary);line-height:1;flex-shrink:0}.tool-card h3{font-size:1.05rem;font-weight:700}.tool-card p{font-size:.85rem;color:var(--text-light);flex:1}.tool-page{padding:40px 0 80px}.tool-header{text-align:center;margin-bottom:40px}.tool-header .tool-icon-lg{margin:0 auto 16px}.tool-header h1{font-size:2rem;font-weight:800;margin-bottom:8px}.tool-header p{color:var(--text-light);font-size:1.05rem}.upload-zone{background:var(--white);border:3px dashed var(--border);border-radius:var(--radius);padding:60px 40px;text-align:center;transition:all .2s;cursor:pointer;max-width:700px;margin:0 auto}.upload-zone .upload-icon{font-size:3rem;margin-bottom:16px}.upload-zone h3{font-size:1.2rem;margin-bottom:8px}.upload-zone p{color:var(--text-muted);font-size:.9rem;overflow-wrap:anywhere;word-break:break-word}.upload-zone .upload-hint{margin-top:6px;color:var(--primary);font-weight:700}.upload-zone input{display:none}.file-list{max-width:700px;margin:24px auto;display:flex;flex-direction:column;gap:8px}.file-item{background:var(--white);border-radius:var(--radius-sm);padding:12px 16px;display:flex;align-items:center;justify-content:space-between;box-shadow:var(--shadow)}.file-item .name{font-weight:600;font-size:.9rem}.file-item .size{color:var(--text-muted);font-size:.8rem}.file-item .remove{background:none;color:var(--primary);font-size:1.2rem;padding:4px 8px}.options-panel{max-width:700px;margin:24px auto;background:var(--white);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}.option-group{margin-bottom:16px}.option-group label{display:block;font-weight:600;font-size:.9rem;margin-bottom:6px}.option-group input,.option-group select,.option-group textarea{width:100%;padding:10px 14px;border:2px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font);font-size:.9rem;transition:border-color .2s}.option-group input:focus,.option-group select:focus,.option-group textarea:focus{border-color:var(--primary);outline:none}.option-group textarea{min-height:120px;resize:vertical}.option-group input[type=range]{padding:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;border-radius:var(--radius-sm);font-weight:700;font-size:1rem;transition:all .2s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-1px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-outline{background:transparent;border:2px solid var(--primary);color:var(--primary)}.actions{text-align:center;margin-top:32px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.result-panel{max-width:700px;margin:32px auto;background:var(--white);border-radius:var(--radius);padding:40px;text-align:center;box-shadow:var(--shadow-lg)}.result-panel .success-icon{font-size:3rem;margin-bottom:16px}.transcript-result .transcript-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.transcript-meta{display:flex;flex-wrap:wrap;gap:6px}.transcript-body{max-height:420px;overflow:auto;border:1px solid var(--border);border-radius:14px;padding:14px 16px;background:#fbfbfd;display:flex;flex-direction:column;gap:10px}.transcript-line{display:grid;grid-template-columns:auto auto 1fr;gap:10px;align-items:start;font-size:.95rem;line-height:1.7}.transcript-line.no-time{grid-template-columns:auto 1fr}.transcript-ltr,.transcript-ltr .transcript-line{direction:ltr;text-align:left}.transcript-ltr .transcript-text,.transcript-ltr .transcript-plain{text-align:left;unicode-bidi:plaintext}.transcript-plain{white-space:pre-line;line-height:2;margin:0}html[dir=rtl] .transcript-ltr .transcript-line{grid-template-columns:auto auto 1fr}.transcript-time{font-family:ui-monospace,Consolas,monospace;font-size:.78rem;color:var(--primary);font-weight:700;min-width:3.2rem}.transcript-speaker{font-size:.75rem;font-weight:800;color:#4338ca;background:#eef2ff;border-radius:999px;padding:2px 8px;white-space:nowrap}.speaker-badge-1{color:#4338ca;background:#eef2ff}.speaker-badge-2{color:#0f766e;background:#ccfbf1}.speaker-badge-3{color:#9a3412;background:#ffedd5}.speaker-badge-4{color:#6b21a8;background:#f3e8ff}.transcript-line.speaker-1{border-inline-start:3px solid #6366f1;padding-inline-start:8px}.transcript-line.speaker-2{border-inline-start:3px solid #14b8a6;padding-inline-start:8px}.transcript-line.speaker-3{border-inline-start:3px solid #f97316;padding-inline-start:8px}.transcript-line.speaker-4{border-inline-start:3px solid #a855f7;padding-inline-start:8px}.transcript-text{min-width:0}.transcript-downloads{flex-wrap:wrap}.transcript-settings{max-width:760px;margin:0 auto 20px;background:var(--white);border:1px solid var(--border);border-radius:20px;padding:22px 24px;box-shadow:var(--shadow)}.transcript-settings-head{margin-bottom:18px}.transcript-settings-head h3{font-size:1.05rem;font-weight:800;margin-bottom:4px}.transcript-settings-head p{margin:0;color:var(--text-muted);font-size:.86rem;line-height:1.6}.transcript-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.transcript-section{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;padding:14px 16px}.transcript-section-wide{grid-column:1 / -1}.transcript-section h4{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:12px}.transcript-section .option-group{margin-bottom:0}.transcript-section .option-group+.option-group{margin-top:12px}.transcript-section .option-group.nested{margin-top:12px}.option-hint{margin:6px 0 0;font-size:.78rem;color:var(--text-muted);line-height:1.5}.segmented-control{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:4px;background:#fff;border:1px solid var(--border);border-radius:12px}.segmented-control button{border:0;background:transparent;border-radius:9px;padding:10px 12px;font-weight:700;font-size:.84rem;color:var(--text-light);transition:background .15s,color .15s,box-shadow .15s}.segmented-control button.active{background:var(--primary-light);color:var(--primary);box-shadow:0 2px 8px #6366f11f}.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 0;cursor:pointer}.toggle-row+.toggle-row{border-top:1px solid var(--border)}.toggle-row strong{display:block;font-size:.9rem;margin-bottom:2px}.toggle-row small{display:block;color:var(--text-muted);font-size:.76rem;line-height:1.45}.toggle-row input[type=checkbox]{width:44px;height:26px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#cbd5e1;border-radius:999px;position:relative;flex-shrink:0;cursor:pointer;transition:background .2s}.toggle-row input[type=checkbox]:after{content:"";position:absolute;top:3px;inset-inline-start:3px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 4px #00000026}.toggle-row input[type=checkbox]:checked{background:var(--primary)}.toggle-row input[type=checkbox]:checked:after{transform:translate(18px)}html[dir=rtl] .toggle-row input[type=checkbox]:checked:after{transform:translate(-18px)}.transcript-advanced{margin-top:14px;border-top:1px solid var(--border);padding-top:10px}.transcript-advanced-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;background:transparent;padding:8px 4px;font-weight:700;font-size:.88rem;color:var(--text-light)}.transcript-advanced-toggle:hover{color:var(--primary)}.transcript-advanced-chevron{color:var(--text-muted);font-size:.75rem}.transcript-advanced-body{padding:4px 0 8px}@media(max-width:768px){.transcript-settings-grid{grid-template-columns:1fr}.transcript-section-wide{grid-column:auto}.transcript-settings{padding:18px 16px}.transcript-line{grid-template-columns:auto 1fr}.transcript-speaker{grid-column:1 / -1}}.result-panel h2{font-size:1.4rem;margin-bottom:8px;color:#27ae60}.result-panel p{color:var(--text-light);margin-bottom:24px}.info-result{text-align:right;max-width:700px;margin:24px auto;background:var(--white);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}.info-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--border)}.info-row:last-child{border-bottom:none}.info-row .label{font-weight:600;color:var(--text-light)}.loading{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px}.spinner{width:48px;height:48px;border:4px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.progress-panel{width:min(520px,100%);background:var(--white);border:1px solid var(--border);border-radius:16px;padding:18px 20px;box-shadow:var(--shadow)}.progress-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:.95rem}.progress-head span{font-weight:800;color:var(--primary);font-variant-numeric:tabular-nums}.progress-track{height:12px;border-radius:999px;background:#eef2ff;overflow:hidden}.progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--primary),var(--accent));transition:width .35s ease}.progress-phase{margin-top:10px;color:var(--text-muted);font-size:.85rem;text-align:center}.logo-brand{direction:rtl;unicode-bidi:isolate;font-family:Cairo,sans-serif!important}.logo-brand .logo-lockup,.logo-brand .logo-icon,.logo-brand .logo-icon span{font-family:Cairo,sans-serif!important}html[dir=ltr] .logo-brand{direction:rtl}.error-msg{background:#fff0f0;color:#c0392b;padding:12px 20px;border-radius:var(--radius-sm);max-width:700px;margin:16px auto;text-align:center;font-weight:600}.footer{background:var(--white);border-top:1px solid var(--border);padding:40px 0;margin-top:auto}.footer-inner{text-align:center;color:var(--text-muted);font-size:.85rem}.footer-inner strong{color:var(--primary)}.page-thumbs{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:24px 0}.page-thumb{width:100px;height:130px;background:var(--white);border:2px solid var(--border);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:grab;transition:all .2s;position:relative}.page-thumb:hover{border-color:var(--primary)}.page-thumb .num{font-weight:700;font-size:1.2rem;color:var(--primary)}.page-thumb .delete-btn{position:absolute;top:-8px;left:-8px;background:var(--primary);color:#fff;width:24px;height:24px;border-radius:50%;font-size:.8rem;display:flex;align-items:center;justify-content:center}.camera-preview{max-width:500px;margin:0 auto;border-radius:var(--radius);overflow:hidden}.camera-preview video,.camera-preview img{width:100%;display:block}.captured-images{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:16px 0}.captured-images img{width:80px;height:100px;object-fit:cover;border-radius:6px;border:2px solid var(--border)}.upload-actions-bar{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin:20px auto;max-width:700px}.editor-section{margin-top:8px}.danger-outline{border-color:#e57373!important;color:#c0392b!important}.sticky-actions{position:sticky;bottom:16px;background:linear-gradient(to top,var(--bg) 70%,transparent);padding:16px 0 8px;z-index:20}.capture-thumb{width:80px;height:100px;background:#eee;border-radius:6px;display:flex;align-items:center;justify-content:center}.page-thumb-actions{display:flex;gap:4px;margin-bottom:6px}.page-thumb-actions .move-btn{width:24px;height:24px;font-size:.65rem}.file-reorder-hint{text-align:center;color:var(--text-light);font-size:.9rem;margin:16px auto 8px;max-width:700px}.file-item.sortable{cursor:grab;gap:12px}.file-item.sortable.dragging{opacity:.55}.file-item.sortable.drag-over{border:2px dashed var(--primary)}.drag-handle{color:var(--text-muted);font-weight:700;-webkit-user-select:none;user-select:none}.file-order{min-width:28px;height:28px;border-radius:50%;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem}.file-meta{flex:1}.file-actions{display:flex;align-items:center;gap:4px}.move-btn{background:var(--primary-light);color:var(--primary);width:32px;height:32px;border-radius:6px;font-size:.75rem}.move-btn:disabled{opacity:.35;cursor:not-allowed}.merge-choice .merge-question{font-weight:800;font-size:1.05rem;margin-bottom:8px}.merge-choice .merge-note{color:var(--text-light);font-size:.9rem;margin-bottom:16px}.merge-options{display:flex;flex-direction:column;gap:10px}.merge-option{display:flex;align-items:center;gap:10px;padding:14px 16px;border:2px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;font-weight:600;transition:all .2s}.merge-option.active{border-color:var(--primary);background:var(--primary-light);color:var(--primary)}.merge-option input{width:auto}.main-content{min-height:calc(100vh - 140px);width:100%;max-width:100%;min-width:0}.header-v2 .header-inner{height:68px;gap:16px}.logo-text{font-weight:800}.header-nav{display:flex;align-items:center;gap:6px;flex:1;justify-content:center;flex-wrap:wrap}.nav-link{padding:8px 12px;border-radius:999px;font-size:.85rem;font-weight:700;color:var(--text-light);transition:all .2s}.nav-link:hover,.nav-link.active{background:var(--primary-light);color:var(--primary)}.nav-link-muted{font-weight:600}.hero-v2{padding:48px 0 64px;text-align:start}.hero-v2-inner{display:grid;grid-template-columns:1.4fr .8fr;gap:28px;align-items:center}.hero-eyebrow{display:inline-block;background:#ffffff2e;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:6px 14px;font-size:.8rem;font-weight:700;margin-bottom:14px}.hero-copy h1{font-size:2.6rem;text-align:start;margin-bottom:12px}.hero-copy p{text-align:start;margin:0;max-width:none}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.btn-hero{padding:14px 24px}.btn-hero.light{background:#ffffff24;border:2px solid rgba(255,255,255,.35);color:#fff}.btn-hero.light:hover{background:#ffffff3d}.hero-panel{background:#ffffff1f;border:1px solid rgba(255,255,255,.22);border-radius:20px;padding:24px;display:grid;gap:14px}.hero-stat{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:12px 14px;background:#0000001f;border-radius:12px}.hero-stat strong{font-size:1.6rem}.hero-stat span{opacity:.9;font-weight:600}.home-body{padding:28px 0 70px}.home-toolbar{margin-bottom:28px}.search-box{display:flex;align-items:center;gap:10px;background:var(--white);border:2px solid var(--border);border-radius:14px;padding:12px 16px;margin-bottom:16px;box-shadow:var(--shadow)}.search-box input{flex:1;border:none;outline:none;font-family:var(--font);font-size:1rem;background:transparent}.search-icon{opacity:.55}.categories-v2{margin:0;position:static;justify-content:flex-start}.cat-icon{margin-inline-end:4px}.home-section{margin-bottom:36px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:16px}.section-head h2{font-size:1.35rem;font-weight:800}.section-head p,.section-link{color:var(--text-light);font-weight:600;font-size:.9rem}.section-link:hover{color:var(--primary)}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.featured-card.featured-main{grid-column:1 / -1;flex-direction:row;align-items:center;background:linear-gradient(135deg,#fff,#fff5f5)}.featured-card{background:var(--white);border-radius:16px;padding:22px;box-shadow:var(--shadow);border:2px solid transparent;display:flex;gap:14px;align-items:flex-start;transition:all .2s;position:relative}.featured-card:hover{transform:translateY(-3px);border-color:var(--primary);box-shadow:var(--shadow-lg)}.featured-card h3{font-size:1.05rem;margin-bottom:6px}.featured-arrow{position:absolute;bottom:18px;inset-inline-end:18px;color:var(--primary);font-weight:800}.tools-grid-compact .tool-card-compact{flex-direction:row;align-items:center;gap:14px;padding:18px}.tools-grid-compact .tool-card-compact p{margin:0}.empty-state{text-align:center;padding:48px 20px;color:var(--text-muted);font-weight:700}.breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:18px;color:var(--text-light);font-size:.9rem;font-weight:600}.bc-sep{opacity:.45}.tool-page-viewer{max-width:1200px}.tool-page-viewer .upload-zone{max-width:none}.footer-v2 .footer-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;text-align:start}.footer-links{display:flex;flex-wrap:wrap;gap:10px 16px;justify-content:end}.footer-links a{color:var(--text-light);font-weight:600}.footer-links a:hover{color:var(--primary)}.fv-shell{--fv-accent: #e5322d;background:#1e1e1e;border-radius:14px;overflow:hidden;box-shadow:0 20px 60px #00000040;margin:20px 0 28px}.fv-titlebar{display:flex;align-items:center;gap:12px;padding:10px 14px;background:linear-gradient(180deg,#2d2d2d,#242424);border-bottom:1px solid #3a3a3a;color:#f2f2f2}.fv-app-icon{width:34px;height:34px;border-radius:8px;background:var(--fv-accent);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.fv-title-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.fv-title-meta strong{font-size:.85rem}.fv-title-meta span{font-size:.78rem;color:#b7b7b7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fv-titlebar-actions{display:flex;align-items:center;gap:6px}.fv-tb-btn{min-width:34px;height:34px;border-radius:8px;background:#3a3a3a;color:#fff;font-weight:700;border:1px solid #4a4a4a}.fv-tb-btn:hover{background:#4d4d4d}.fv-tb-btn.active,.fv-tb-btn.primary{background:var(--fv-accent);border-color:var(--fv-accent)}.fv-zoom-label{min-width:48px;text-align:center;font-size:.8rem;color:#ddd}.fv-notice{background:#fff8e6;color:#8a6d00;padding:8px 14px;font-size:.85rem;font-weight:600;border-bottom:1px solid #f0e2b6}.fv-body{min-height:420px;background:#111}.fv-body-pdf{background:#525659}.fv-body-text,.fv-body-html{background:#1e1e1e}.fv-body-audio{background:linear-gradient(180deg,#2d3436,#1e272e)}.fv-pdf-wrap{width:100%;min-height:75vh}.fv-pdf-frame{width:100%;min-height:75vh;border:none;background:#525659}.fv-image-stage{min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:auto;padding:20px;background:#111}.fv-image-stage.contain .fv-image{max-width:100%;max-height:70vh;object-fit:contain}.fv-image-stage.actual .fv-image{max-width:none;max-height:none}.fv-video-stage{min-height:70vh;display:flex;align-items:center;justify-content:center;background:#000}.fv-video{width:100%;max-height:75vh}.fv-audio-stage{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#fff;padding:30px}.fv-audio-art{width:120px;height:120px;border-radius:20px;background:#ffffff14;display:flex;align-items:center;justify-content:center;font-size:3rem}.fv-audio{width:min(500px,100%);margin-top:12px}.fv-browser-chrome{background:#1e1e1e}.fv-browser-bar{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#2b2b2b;border-bottom:1px solid #3b3b3b}.fv-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.fv-dot.red{background:#ff5f57}.fv-dot.yellow{background:#febc2e}.fv-dot.green{background:#28c840}.fv-url-bar{flex:1;background:#111;color:#ddd;border-radius:8px;padding:7px 12px;font-size:.82rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fv-browser-frame{width:100%;min-height:70vh;border:none;background:#fff}.fv-code-editor{background:#1e1e1e;color:#d4d4d4}.fv-code-tabs{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;background:#252526;border-bottom:1px solid #333}.fv-code-tab{background:#1e1e1e;padding:6px 12px;border-radius:8px 8px 0 0;font-size:.82rem;font-weight:700}.fv-code-info{font-size:.78rem;color:#9da5b4}.fv-code-body{display:grid;grid-template-columns:auto 1fr;min-height:60vh;max-height:75vh;overflow:auto}.fv-line-nums{margin:0;padding:16px 10px;background:#1a1a1a;color:#6e7681;text-align:end;-webkit-user-select:none;user-select:none;border-inline-end:1px solid #333;font-size:.82rem;line-height:1.6}.fv-code-content{margin:0;padding:16px;white-space:pre-wrap;word-break:break-word;font-family:Consolas,Courier New,monospace;font-size:.88rem;line-height:1.6}.fv-statusbar{display:flex;gap:16px;padding:8px 14px;background:#007acc;color:#fff;font-size:.78rem;font-weight:700}.fv-unsupported-shell .fv-unsupported-body{text-align:center;padding:56px 24px;color:#eee;background:#242424}.fv-unsupported-icon{font-size:3rem;margin-bottom:12px}.fv-file-meta{color:#aaa;margin:10px 0 18px}.input-mode-tabs{display:flex;gap:8px;margin-bottom:16px;max-width:700px;margin-inline:auto}.input-mode-tab{flex:1;padding:12px 16px;border-radius:12px;border:2px solid var(--border);background:var(--white);font-weight:700;color:var(--text-light)}.input-mode-tab.active{border-color:var(--primary);background:var(--primary-light);color:var(--primary)}.url-import-panel{max-width:700px;margin:0 auto 20px;background:var(--white);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}.url-import-panel.muted{text-align:center;color:var(--text-light);font-weight:600}.url-import-head h3{margin-bottom:6px}.url-import-head p{color:var(--text-light);font-size:.9rem}.url-format-chips{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin:14px 0}.url-format-label{font-size:.82rem;font-weight:700;color:var(--text-light)}.url-chip{background:var(--primary-light);color:var(--primary);border-radius:999px;padding:4px 10px;font-size:.78rem;font-weight:700}.url-actions{margin-top:12px}.url-validation-list{display:flex;flex-direction:column;gap:8px;margin-top:16px}.url-validation-item{border:1px solid var(--border);border-radius:10px;padding:10px 12px;background:#fafafa}.url-validation-item.ok{border-color:#27ae60;background:#f3fff7}.url-validation-item.bad{border-color:#e57373;background:#fff6f6}.url-validation-link{display:block;font-size:.82rem;direction:ltr;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px}.url-validation-status{font-size:.82rem;font-weight:700}.hero-v2-inner{position:relative;z-index:1}.hero-search{margin-top:28px;max-width:560px}.hero-search .search-box{border-color:#fff3;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-search .search-box input{color:#fff}.hero-search .search-box input::placeholder{color:#ffffff8c}.hero-search .search-icon{opacity:.8}.platform-showcase{margin-top:36px;padding-top:28px;border-top:1px solid rgba(255,255,255,.12)}.platform-showcase h3{font-size:.9rem;font-weight:700;opacity:.85;margin-bottom:14px}.platform-badges{display:flex;flex-wrap:wrap;gap:8px}.platform-badge{background:#ffffff1a;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:8px 14px;font-size:.82rem;font-weight:700;color:#fff;transition:all .2s}.platform-badge:hover{background:#6366f159;border-color:#6366f180;transform:translateY(-1px)}.home-toolbar .search-box{box-shadow:var(--shadow);border-color:transparent}.home-toolbar .search-box:focus-within{border-color:var(--primary);box-shadow:0 0 0 4px #6366f11f}.featured-card{border:1px solid var(--border);transition:transform .2s,box-shadow .2s,border-color .2s}.featured-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:#6366f159}.featured-main{background:linear-gradient(135deg,#eef2ff,#ecfeff)!important;border-color:#6366f140!important}.tool-card{border:1px solid var(--border);transition:all .2s}.tool-card:hover{border-color:#6366f14d;transform:translateY(-3px);box-shadow:var(--shadow-lg)}.tool-page{padding-bottom:48px}.tool-hero{display:grid;grid-template-columns:auto 1fr;gap:20px 24px;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px 32px;margin:20px 0 28px;box-shadow:var(--shadow)}.tool-hero-body h1{font-size:1.75rem;font-weight:800;margin-bottom:6px}.tool-hero-body p{color:var(--text-light);margin:0}.tool-hero-meta{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:8px}.tool-tag{background:var(--primary-light);color:var(--primary);border-radius:999px;padding:5px 12px;font-size:.78rem;font-weight:700}.tool-workspace{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow);max-width:820px;margin:0 auto}.upload-zone{border:2px dashed var(--border);background:var(--surface-2);transition:all .2s}.upload-zone:hover,.upload-zone.dragover{border-color:var(--primary);background:var(--primary-light)}.platform-chip{background:linear-gradient(135deg,#eef2ff,#ecfeff);color:#4338ca;border:1px solid rgba(99,102,241,.2)}.url-platform-section{margin:16px 0;padding:16px;background:var(--surface-2);border-radius:var(--radius-sm);border:1px solid var(--border)}.url-platform-section h4{font-size:.88rem;margin-bottom:10px;color:var(--text-light)}.footer-v2{background:#0f172a;color:#f8fafcb3;border-top:none;margin-top:auto}.footer-v2 strong{color:#fff}.footer-v2 a{color:#f8fafca6}.footer-v2 a:hover{color:var(--accent)}.mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--header-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.1);padding:8px 12px;z-index:90;justify-content:space-around}.mobile-nav a,.mobile-nav button{color:#f8fafcb3;font-size:.72rem;font-weight:700;text-align:center;padding:6px 10px;border-radius:10px;background:none;border:none;font-family:inherit;cursor:pointer;line-height:1.35;flex:1;max-width:90px}.mobile-nav a.active,.mobile-nav button.active{color:#fff;background:#6366f14d}.breadcrumbs{font-size:.85rem;color:var(--text-muted);margin-bottom:4px}.breadcrumbs a:hover{color:var(--primary)}.bc-sep{margin:0 8px;opacity:.5}@media(max-width:768px){.hero h1{font-size:1.6rem}.hero{padding:40px 0 60px}.tools-grid{grid-template-columns:1fr}.upload-zone{padding:40px 20px}.hero-v2-inner{grid-template-columns:1fr}.hero-copy h1{font-size:1.8rem}.featured-grid{grid-template-columns:1fr}.header-nav{display:none}.footer-v2 .footer-grid{grid-template-columns:1fr}.footer-links{justify-content:start}.fv-code-body{grid-template-columns:1fr}.fv-line-nums{display:none}.mobile-nav{display:flex}.main-content{padding-bottom:72px}.tool-hero{grid-template-columns:1fr;text-align:center}.tool-hero .tool-icon-lg{margin:0 auto}}.logo-lockup{display:flex;flex-direction:column;line-height:1;gap:3px}.logo-lockup strong{font-size:1.15rem;letter-spacing:-.4px}.logo-lockup small{color:var(--text-muted);font-size:.58rem;letter-spacing:1.6px;text-transform:uppercase}.logo-icon span{font-size:1.3rem;line-height:1}.dashboard-head>span:last-child:not(.feature-title){display:none}.feature-title{margin-inline-start:auto}.hero-dashboard .dashboard-drop,.hero-dashboard .dashboard-tools,.hero-dashboard .dashboard-stats{display:none}.feature-highlight{display:flex;align-items:center;gap:14px;margin:18px;padding:20px;border-radius:17px;background:linear-gradient(135deg,#f1eeff,#edfcf8);border:1px solid #e5e0ff}.feature-highlight-icon{width:48px;height:48px;display:grid;place-items:center;flex:0 0 auto;border-radius:15px;color:#fff;background:linear-gradient(145deg,#7655ff,#5532e8);box-shadow:0 10px 22px #6d4aff38;font-size:1.25rem}.feature-highlight strong,.feature-highlight small{display:block}.feature-highlight strong{margin-bottom:4px;font-size:.96rem}.feature-highlight small{color:var(--text-light);font-size:.76rem;line-height:1.5}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 18px 18px}.feature-list>div{display:flex;align-items:center;gap:10px;min-width:0;padding:13px;border:1px solid var(--border);border-radius:14px;background:#fff}.feature-list>div>span{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;border-radius:11px;background:var(--primary-light);color:var(--primary);font-weight:900}.feature-list p{min-width:0;margin:0}.feature-list strong,.feature-list small{display:block}.feature-list strong{font-size:.78rem;white-space:nowrap}.feature-list small{color:var(--text-muted);font-size:.65rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.footer-v2 .footer-grid{display:none}.footer-main{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:48px;padding-top:6px;padding-bottom:35px}.footer-logo{width:fit-content;color:#fff;margin-bottom:18px}.footer-logo .logo-lockup small{color:#ffffff73}.footer-brand>p,.footer-promise p{color:#ffffff8c;font-size:.83rem;line-height:1.9;max-width:330px}.footer-trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.footer-trust span{padding:6px 10px;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#8ee9d5;font-size:.7rem;font-weight:700}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-column h3{color:#fff;font-size:.86rem;margin-bottom:7px}.footer-column a{color:#ffffff8c;font-size:.8rem;transition:color .2s,transform .2s}.footer-column a:hover{color:#fff;transform:translate(-2px)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);color:#ffffff61;font-size:.72rem}.footer-contact-link{display:inline-block;margin-top:12px;color:#8ee9d5;font-size:.78rem;font-weight:700;background:none;border:none;padding:0;font-family:inherit;cursor:pointer}.footer-contact-link:hover{color:#fff}.contact-header-btn{padding:8px 18px;font-size:.82rem;border-radius:999px;white-space:nowrap}.contact-nav-btn{background:none;border:none;font-family:inherit;cursor:pointer}.footer-contact-mobile{display:none;background:#6366f147;color:#fff;border:1px solid rgba(129,140,248,.4);border-radius:999px;padding:8px 18px;font-size:.78rem;font-weight:700;font-family:inherit;cursor:pointer}.footer-contact-mobile:hover{background:#6366f16b}.contact-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:20px;background:#080a18b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:contactFadeIn .2s ease}.contact-modal{width:min(560px,100%);max-height:min(90vh,720px);overflow-y:auto;padding:26px 28px 28px;border-radius:22px;background:linear-gradient(165deg,#1a1830,#12101f);border:1px solid rgba(255,255,255,.1);box-shadow:0 24px 60px #00000073;animation:contactSlideUp .25s ease}.contact-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:22px}.contact-modal-head h3{color:#fff;font-size:1.2rem;margin-bottom:6px}.contact-modal-head p{margin:0;color:#ffffff80;font-size:.84rem}.contact-modal-close{flex-shrink:0;width:36px;height:36px;border:none;border-radius:10px;background:#ffffff0f;color:#ffffffb3;font-size:1.5rem;line-height:1;cursor:pointer;transition:background .2s,color .2s}.contact-modal-close:hover{background:#ffffff1f;color:#fff}.contact-modal .contact-form-grid{grid-template-columns:1fr 1fr}.contact-modal .contact-field-wide{grid-column:1 / -1}.contact-modal .contact-submit{width:100%}@keyframes contactFadeIn{0%{opacity:0}to{opacity:1}}@keyframes contactSlideUp{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.footer-contact{margin:0 auto 28px;padding:28px 30px;border-radius:20px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.footer-contact-head{margin-bottom:20px}.footer-contact-head h3{color:#fff;font-size:1.15rem;margin-bottom:6px}.footer-contact-head p{margin:0;color:#ffffff80;font-size:.84rem}.contact-form-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.contact-field{display:flex;flex-direction:column;gap:6px}.contact-field-wide{grid-column:1 / -1}.contact-field label{color:#ffffffbf;font-size:.78rem;font-weight:700}.contact-field input,.contact-field select,.contact-field textarea{width:100%;padding:11px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#0f0f1e8c;color:#fff;font-family:inherit;font-size:.88rem}.contact-field input::placeholder,.contact-field textarea::placeholder{color:#ffffff47}.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus{outline:none;border-color:#6366f18c;box-shadow:0 0 0 3px #6366f126}.contact-field textarea{resize:vertical;min-height:100px}.contact-counter{align-self:flex-end;font-size:.72rem;color:#ffffff59;font-variant-numeric:tabular-nums}.contact-counter.low{color:#fbbf24}.contact-alert{margin:14px 0 0;padding:10px 14px;border-radius:10px;font-size:.84rem;font-weight:600}.contact-error{background:#ef44441f;color:#fca5a5;border:1px solid rgba(239,68,68,.25)}.contact-success{background:#22c55e1f;color:#86efac;border:1px solid rgba(34,197,94,.25)}.contact-submit{margin-top:18px;min-width:180px}@media(max-width:768px){.contact-form-grid{grid-template-columns:1fr}.contact-field-wide{grid-column:auto}.footer-contact{padding:22px 18px}.contact-submit{width:100%}.contact-modal{padding:22px 18px 24px}.contact-modal .contact-form-grid{grid-template-columns:1fr}.contact-header-btn{display:none}.footer-contact-mobile{display:inline-flex;align-items:center;justify-content:center}.footer-bottom{flex-wrap:wrap;gap:10px 14px}}@media(min-width:769px){.contact-nav-btn{display:none}}@media(max-width:900px){.footer-main{grid-template-columns:1.4fr 1fr 1fr;gap:30px}.footer-promise{display:none}}@media(max-width:600px){.feature-list{grid-template-columns:1fr}.feature-list small{white-space:normal}.footer-main{grid-template-columns:1fr 1fr;gap:28px 20px}.footer-brand{grid-column:1 / -1}.footer-bottom{flex-direction:column;align-items:flex-start;padding-bottom:70px}}.fv-spreadsheet{padding:0}.fv-sheet-tabs{display:flex;gap:6px;padding:10px 12px;border-bottom:1px solid var(--border);overflow-x:auto;background:#f8fafc}.fv-sheet-tab{border:1px solid var(--border);background:#fff;border-radius:8px;padding:6px 12px;font-size:.82rem;font-weight:700;white-space:nowrap}.fv-sheet-tab.active{background:#217346;color:#fff;border-color:#217346}.fv-table-wrap{overflow:auto;max-height:70vh}.fv-table{border-collapse:collapse;width:max-content;min-width:100%;font-size:.85rem}.fv-table th.fv-row-num,.fv-table td{border:1px solid #e2e8f0;padding:6px 10px;text-align:start;vertical-align:top;white-space:nowrap;max-width:280px;overflow:hidden;text-overflow:ellipsis}.fv-table th.fv-row-num{background:#f1f5f9;color:#64748b;position:sticky;left:0;z-index:1;min-width:42px}.fv-table tr:nth-child(2n) td{background:#fafafa}.fv-table tr:first-child td{background:#eef2ff;font-weight:700}.fv-doc-frame{min-height:70vh}.fv-presentation{padding:20px}.fv-slide-stage{display:flex;justify-content:center}.fv-slide-card{width:min(100%,760px);min-height:360px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid var(--border);border-radius:16px;padding:32px;box-shadow:var(--shadow)}.fv-slide-index{display:inline-block;background:#d24726;color:#fff;border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:800;margin-bottom:12px}.fv-slide-card h3{font-size:1.5rem;margin-bottom:16px}.fv-slide-card ul{padding-inline-start:22px;line-height:1.8}.fv-slide-notes{margin-top:20px;padding-top:14px;border-top:1px dashed var(--border);color:var(--text-light);font-size:.9rem}.fv-slide-nav{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:16px;font-weight:700}:root{--primary: #6d4aff;--primary-dark: #5532e8;--primary-light: #f0edff;--accent: #16c7a1;--accent-light: #e9fbf7;--surface-2: #f7f8fc;--bg: #f4f5fa;--border: #e7e8f0;--text: #17172b;--text-light: #62647a;--text-muted: #9a9caf;--shadow: 0 2px 4px rgba(32, 26, 75, .03), 0 12px 32px rgba(32, 26, 75, .06);--shadow-lg: 0 18px 52px rgba(42, 31, 112, .14);--radius: 22px;--radius-sm: 14px;--header-bg: rgba(255, 255, 255, .84)}body{background-color:var(--bg);background-image:radial-gradient(circle at 5% 0%,rgba(109,74,255,.09),transparent 28rem),radial-gradient(circle at 95% 16%,rgba(22,199,161,.08),transparent 24rem)}.container{max-width:1280px}.header{background:var(--header-bg);border-bottom:1px solid rgba(68,56,130,.09);box-shadow:0 6px 30px #1e18450a}.header-v2 .header-inner{height:76px}.header .logo{color:var(--text)}.header .logo-icon{width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,#7655ff,#5231dc);box-shadow:0 10px 24px #6d4aff47}.logo-text{letter-spacing:-.4px;font-size:1.3rem}.header .nav-link{color:var(--text-light);padding:10px 14px}.header .nav-link:hover,.header .nav-link.active{color:var(--primary);background:var(--primary-light)}.header .lang-toggle{color:var(--text);background:#fff;border:1px solid var(--border);padding:9px 14px}.header-cta{padding:10px 17px;border-radius:12px;background:var(--text);color:#fff;font-size:.84rem;font-weight:800;box-shadow:0 8px 18px #17172b29;transition:transform .2s,box-shadow .2s}.header-cta:hover{transform:translateY(-2px);box-shadow:0 12px 24px #17172b38}.hero-v2{padding:68px 0 86px;color:#fff;background:radial-gradient(circle at 10% 85%,rgba(22,199,161,.2),transparent 24rem),radial-gradient(circle at 90% 5%,rgba(145,116,255,.35),transparent 28rem),linear-gradient(135deg,#17142f,#252050 52%,#18162f)}.hero-v2:after{content:"";position:absolute;width:520px;height:520px;inset-inline-end:-180px;bottom:-320px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 70px #ffffff06,0 0 0 140px #ffffff05}.hero-v2-inner{grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);gap:72px}.hero-eyebrow{background:#16c7a11f;border-color:#47e6c247;color:#79ecd3;padding:7px 14px}.hero-copy h1{font-size:clamp(2.65rem,5vw,4.45rem);line-height:1.12;letter-spacing:-2px;max-width:760px;margin-bottom:22px}.hero-copy p{color:#ffffffb8;font-size:1.12rem;line-height:1.9;max-width:690px}.hero-actions{margin-top:30px}.btn-hero{min-height:54px;padding:14px 24px;border-radius:14px}.btn-primary{background:linear-gradient(135deg,#7655ff,#5b37e7);box-shadow:0 10px 24px #5b37e738}.btn-primary:hover{background:linear-gradient(135deg,#6845f4,#4f2cd7);transform:translateY(-2px)}.hero-search{margin-top:28px;max-width:650px}.hero-search .search-box{min-height:60px;border-radius:16px;background:#fff;border:0;padding-inline:20px;box-shadow:0 18px 38px #0000002e}.hero-search .search-box input{color:var(--text);font-size:1rem}.hero-search .search-box input::placeholder{color:var(--text-muted)}.hero-search .search-icon{color:var(--primary)}.platform-showcase{margin-top:28px;padding-top:22px}.platform-badge{padding:7px 12px;border-color:#ffffff21}.hero-dashboard{padding:0;gap:0;overflow:hidden;border-radius:25px;background:#fffffff5;border:1px solid rgba(255,255,255,.5);box-shadow:0 28px 80px #00000047;color:var(--text);transform:rotate(1.2deg)}.dashboard-head{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;border-bottom:1px solid var(--border);color:var(--text-light);font-size:.8rem;font-weight:700}.dashboard-dots{display:flex;gap:5px}.dashboard-dots i{width:8px;height:8px;border-radius:50%;background:#f5bf51}.dashboard-dots i:first-child{background:#ff746d}.dashboard-dots i:last-child{background:#35c98d}.dashboard-drop{display:flex;align-items:center;gap:15px;margin:18px;padding:25px 20px;border:1.5px dashed #c9c5e6;border-radius:18px;background:linear-gradient(135deg,#faf9ff,#f5fffc)}.dashboard-file{display:grid;place-items:center;width:53px;height:64px;border-radius:10px 10px 14px 14px;color:#fff;background:linear-gradient(145deg,#ff625b,#e53c52);font-size:.7rem;font-weight:900;box-shadow:0 10px 20px #e53c5233}.dashboard-drop strong,.dashboard-drop small{display:block}.dashboard-drop strong{margin-bottom:4px}.dashboard-drop small{color:var(--text-muted)}.dashboard-tools{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:0 18px 18px}.dashboard-tools a{display:flex;align-items:center;gap:8px;padding:10px;border:1px solid var(--border);border-radius:13px;font-size:.78rem;font-weight:800;background:#fff}.dashboard-tools .tool-icon{width:34px;height:34px;font-size:1rem;border-radius:10px}.dashboard-stats{display:flex;justify-content:space-between;gap:8px;padding:13px 18px;background:#f8f8fc;color:var(--text-light);font-size:.72rem}.dashboard-stats strong{color:var(--text);font-size:.88rem}.home-body{padding-top:0}.home-toolbar{position:sticky;top:88px;z-index:35;margin:-27px 0 42px;padding:11px;border:1px solid rgba(225,224,237,.85);border-radius:18px;background:#ffffffe0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 15px 35px #261f4f17}.categories-v2{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding:1px}.categories-v2::-webkit-scrollbar{display:none}.cat-btn{flex:0 0 auto;border:0;border-radius:12px;background:transparent;padding:10px 14px;font-size:.83rem}.cat-btn:hover{background:var(--surface-2);border:0}.cat-btn.active{color:#fff;background:var(--text);border:0;box-shadow:0 8px 18px #17172b24}.home-section{margin-bottom:52px}.section-head{align-items:center;margin-bottom:19px}.section-head h2{font-size:1.45rem;letter-spacing:-.3px}.section-link,.section-count{padding:7px 12px;border-radius:999px;background:#fff;border:1px solid var(--border)}.featured-grid{grid-template-columns:repeat(2,1fr);gap:18px}.featured-card,.featured-card.featured-main{grid-column:auto;min-height:185px;padding:25px;border-radius:21px}.featured-card.featured-main{flex-direction:column;align-items:flex-start}.featured-card h3{font-size:1.14rem}.featured-card p{color:var(--text-light);font-size:.87rem}.featured-media{background:linear-gradient(145deg,#17172b,#282347);color:#fff}.featured-media p{color:#ffffffa8}.tools-grid{grid-template-columns:repeat(auto-fill,minmax(285px,1fr));gap:14px;padding-bottom:10px}.tool-card,.tools-grid-compact .tool-card-compact{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;min-height:118px;padding:18px;border-radius:18px;background:#ffffffeb}.tool-card-copy{min-width:0}.tool-card .tool-icon{width:47px;height:47px;border-radius:14px}.tool-card h3{margin-bottom:4px}.tool-card p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.55}.tool-card-arrow{color:var(--text-muted);font-size:1.15rem;transition:transform .2s,color .2s}.tool-card:hover .tool-card-arrow{color:var(--primary);transform:translate(-3px)}html[dir=ltr] .tool-card-arrow{transform:rotate(180deg)}html[dir=ltr] .tool-card:hover .tool-card-arrow{transform:rotate(180deg) translate(-3px)}.tool-page{max-width:1160px;width:100%;margin-inline:auto;padding-top:26px;min-width:0}.breadcrumbs{margin-bottom:12px}.tool-hero{border:0;padding:30px 34px;margin-top:0;background:radial-gradient(circle at 100% 0%,rgba(109,74,255,.09),transparent 15rem),#fff;box-shadow:var(--shadow)}.tool-hero .tool-icon-lg{width:76px;height:76px;border-radius:22px;display:flex;align-items:center;justify-content:center;font-size:2.35rem;background:var(--primary-light);box-shadow:inset 0 0 0 1px #6d4aff1a}.tool-workspace{max-width:900px;width:100%;margin-inline:auto;padding:34px;border:0;box-shadow:var(--shadow-lg);min-width:0}.input-mode-tabs{max-width:760px;width:100%;margin-inline:auto;padding:5px;border-radius:15px;background:var(--surface-2)}.input-mode-tab{border:0;background:transparent;border-radius:11px}.input-mode-tab.active{background:#fff;box-shadow:0 5px 15px #231d4a14}.upload-zone{max-width:760px;width:100%;margin-inline:auto;min-height:300px;display:flex;flex-direction:column;justify-content:center;border-radius:20px}.upload-zone .upload-icon{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 16px;border-radius:22px;background:var(--primary-light)}.options-panel,.url-import-panel{max-width:760px;width:100%;margin-inline:auto;border:1px solid var(--border);box-shadow:none;min-width:0}.option-group input,.option-group select,.option-group textarea{border:1px solid var(--border);background:#fbfbfd;min-height:46px;max-width:100%}.option-group input:focus,.option-group select:focus,.option-group textarea:focus{box-shadow:0 0 0 4px #6d4aff1a;background:#fff}.sticky-actions{max-width:760px;width:100%;margin-inline:auto;padding-top:18px;border-top:1px solid var(--border);min-width:0}.sticky-actions .btn{min-height:50px;border-radius:13px;padding-inline:22px}.result-panel,.info-result{border-radius:22px;box-shadow:var(--shadow-lg);border:1px solid var(--border)}.footer-v2{background:#161526;padding:42px 0}@media(max-width:980px){.hero-v2-inner{grid-template-columns:1fr;gap:45px}.hero-dashboard{max-width:620px;transform:none}.header-nav .nav-link-muted{display:none}}@media(max-width:768px){.container{padding-inline:17px}.header-v2 .header-inner{height:66px}.header-cta{display:none}.logo-text{font-size:1.1rem}.hero-v2{padding:46px 0 70px}.hero-copy h1{font-size:2.25rem;letter-spacing:-1px}.hero-copy p{font-size:.98rem}.hero-actions .btn{flex:1;text-align:center}.platform-showcase{display:none}.dashboard-stats{flex-wrap:wrap}.home-toolbar{top:76px;margin-top:-24px;border-radius:15px}.featured-grid{grid-template-columns:1fr}.featured-card,.featured-card.featured-main{min-height:auto}.tool-card,.tools-grid-compact .tool-card-compact{min-height:104px;padding:15px}.tool-card p{font-size:.79rem}.tool-workspace{padding:20px 15px;border-radius:18px;width:100%;max-width:100%}.upload-zone{min-height:250px;padding:32px 17px;width:100%;max-width:100%}.options-panel,.url-import-panel,.input-mode-tabs,.sticky-actions{width:100%;max-width:100%}.sticky-actions,.actions{flex-direction:column;align-items:stretch;gap:10px;padding-inline:0}.sticky-actions .btn,.actions .btn{width:100%;padding-inline:16px;white-space:normal;text-align:center}.tool-hero{padding:24px 20px;width:100%}.mobile-nav{background:#161526f0;border-radius:18px 18px 0 0}}
