:root {
  color-scheme: light;
  --bg: #eef3ff;
  --bg-2: #f8f3ff;
  --surface: rgba(255,255,255,.62);
  --surface-strong: rgba(255,255,255,.84);
  --surface-soft: rgba(248,250,255,.72);
  --text: #11172a;
  --text-soft: #59647a;
  --text-faint: #7b859b;
  --line: rgba(255,255,255,.78);
  --line-dark: rgba(84,95,135,.13);
  --primary: #6657f4;
  --primary-2: #9b61f6;
  --primary-soft: rgba(102,87,244,.12);
  --blue: #4c8df6;
  --mint: #27bc91;
  --amber: #f2aa24;
  --coral: #ef6b83;
  --violet: #9a62e9;
  --danger: #e45268;
  --shadow-sm: 0 10px 30px rgba(65,72,119,.08);
  --shadow-md: 0 20px 60px rgba(68,75,130,.13);
  --shadow-lg: 0 28px 90px rgba(74,78,139,.18);
  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --radius-xl: 34px;
  --shell: 1480px;
  --header-h: 74px;
}
:root[data-theme='dark'] {
  color-scheme: dark;
  --bg: #0b0f21;
  --bg-2: #111629;
  --surface: rgba(22,27,52,.68);
  --surface-strong: rgba(25,31,58,.88);
  --surface-soft: rgba(19,25,48,.76);
  --text: #f3f5ff;
  --text-soft: #b7bfd5;
  --text-faint: #8993ad;
  --line: rgba(255,255,255,.12);
  --line-dark: rgba(255,255,255,.08);
  --primary: #8a7aff;
  --primary-2: #bd7cff;
  --primary-soft: rgba(138,122,255,.17);
  --shadow-sm: 0 10px 30px rgba(0,0,0,.25);
  --shadow-md: 0 20px 60px rgba(0,0,0,.34);
  --shadow-lg: 0 28px 90px rgba(0,0,0,.46);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin:0; min-width:320px; color:var(--text); background:linear-gradient(135deg,var(--bg) 0%,var(--bg-2) 54%,var(--bg) 100%); font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; line-height:1.55; -webkit-font-smoothing:antialiased; }
body::before,body::after,.page-bg::before,.page-bg::after { content:""; position:fixed; pointer-events:none; z-index:-2; border-radius:999px; filter:blur(6px); }
body::before { width:38rem; height:38rem; left:-10rem; top:5rem; background:rgba(89,157,255,.22); }
body::after { width:42rem; height:42rem; right:-14rem; top:-10rem; background:rgba(157,113,255,.2); }
.page-bg::before { width:32rem; height:32rem; left:36%; top:12%; background:rgba(255,135,202,.16); }
.page-bg::after { width:34rem; height:34rem; right:18%; bottom:-12rem; background:rgba(112,198,255,.17); }
img,svg { max-width:100%; display:block; }
svg { fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
a { color:inherit; text-decoration:none; }
button,input,select { font:inherit; color:inherit; }
button { cursor:pointer; }
h1,h2,h3,p { margin-top:0; }
h1,h2,h3 { letter-spacing:-.04em; line-height:1.08; }
h1 { font-size:clamp(3rem,6.6vw,6rem); margin-bottom:1.15rem; }
h2 { font-size:clamp(1.8rem,3vw,3rem); margin-bottom:.75rem; }
h3 { font-size:1.2rem; }
p { color:var(--text-soft); }
::selection { color:white; background:var(--primary); }
:focus-visible { outline:3px solid rgba(102,87,244,.38); outline-offset:3px; }
.shell { width:min(calc(100% - 2rem),var(--shell)); margin-inline:auto; }
.sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.is-hidden { display:none!important; }
.skip-link { position:fixed; top:.75rem; left:.75rem; z-index:200; transform:translateY(-160%); background:var(--primary); color:white; padding:.7rem 1rem; border-radius:12px; }
.skip-link:focus { transform:none; }
.glass-panel { background:var(--surface); border:1px solid var(--line); box-shadow:var(--shadow-md); backdrop-filter:blur(26px) saturate(155%); -webkit-backdrop-filter:blur(26px) saturate(155%); }
.eyebrow { margin:0 0 .45rem; color:var(--primary); font-size:.72rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.site-header { position:sticky; top:0; z-index:100; height:var(--header-h); background:color-mix(in srgb,var(--surface-strong) 88%, transparent); border-bottom:1px solid var(--line); backdrop-filter:blur(24px) saturate(155%); -webkit-backdrop-filter:blur(24px) saturate(155%); }
.header-inner { height:100%; display:flex; align-items:center; gap:1.25rem; }
.brand { display:flex; align-items:center; gap:.65rem; font-size:1.14rem; font-weight:820; flex:0 0 auto; }
.brand-mark { width:26px; height:26px; display:grid; grid-template-columns:repeat(2,11px); grid-template-rows:repeat(2,11px); gap:2px; transform:rotate(45deg); }
.brand-mark span { border-radius:8px 8px 3px 8px; background:linear-gradient(145deg,#5bbaff,#7458f6); box-shadow:0 4px 11px rgba(102,87,244,.25); }
.brand-mark span:nth-child(2){background:linear-gradient(145deg,#f59ac9,#a65ff1);transform:rotate(90deg)}
.brand-mark span:nth-child(3){background:linear-gradient(145deg,#57d9bd,#56a5ff);transform:rotate(-90deg)}
.brand-mark span:nth-child(4){background:linear-gradient(145deg,#9e67ff,#f47fb5);transform:rotate(180deg)}
.desktop-nav { margin-left:auto; display:flex; align-items:center; gap:clamp(1rem,2vw,2rem); }
.desktop-nav a { color:var(--text-soft); font-size:.9rem; font-weight:630; }
.desktop-nav a:hover,.desktop-nav a[aria-current='page'] { color:var(--text); }
.nav-chevron { margin-left:.2rem; }
.header-actions { display:flex; align-items:center; gap:.6rem; }
.language-chip { color:var(--text-soft); font-size:.86rem; white-space:nowrap; }
.button { min-height:44px; display:inline-flex; align-items:center; justify-content:center; gap:.5rem; border:1px solid transparent; border-radius:13px; padding:.72rem 1.1rem; font-weight:720; transition:transform .16s ease,box-shadow .16s ease,background .16s ease; }
.button:hover { transform:translateY(-1px); }
.button--primary { color:white; background:linear-gradient(135deg,#5b55f6,#9b61f6); box-shadow:0 10px 24px rgba(102,87,244,.26), inset 0 1px 0 rgba(255,255,255,.24); }
.button--secondary { background:rgba(255,255,255,.48); border-color:var(--line); box-shadow:var(--shadow-sm); }
:root[data-theme='dark'] .button--secondary { background:rgba(255,255,255,.05); }
.button--soft { color:var(--primary); background:var(--primary-soft); border-color:rgba(102,87,244,.12); }
.button--ghost { background:transparent; border-color:var(--line-dark); }
.button--small { min-height:40px; padding:.58rem 1rem; }
.button--large { min-height:50px; padding:.82rem 1.3rem; border-radius:14px; }
.button svg { width:19px; height:19px; }
.button:disabled { opacity:.48; cursor:not-allowed; transform:none; }
.icon-button { width:40px; height:40px; display:grid; place-items:center; border:1px solid var(--line); border-radius:12px; background:rgba(255,255,255,.46); }
:root[data-theme='dark'] .icon-button { background:rgba(255,255,255,.05); }
.icon-button svg { width:19px; height:19px; }
.icon-button--danger { color:var(--danger); }
.mobile-nav-toggle { display:none; }
.mobile-nav { position:fixed; top:calc(var(--header-h) + .7rem); left:1rem; right:1rem; z-index:99; display:grid; gap:.2rem; padding:.75rem; background:var(--surface-strong); border:1px solid var(--line); border-radius:20px; box-shadow:var(--shadow-lg); backdrop-filter:blur(28px); opacity:0; pointer-events:none; transform:translateY(-10px); transition:.16s ease; }
.mobile-nav.is-open { opacity:1; pointer-events:auto; transform:none; }
.mobile-nav a { padding:.76rem .9rem; border-radius:12px; }
.mobile-nav a:hover { background:var(--primary-soft); }
.home-stage { padding:1.1rem 0 0; }
.home-grid { display:grid; grid-template-columns:1.08fr .88fr; gap:1.1rem; align-items:stretch; }
.hero-glass,.merge-demo { min-height:570px; border-radius:24px; overflow:hidden; }
.hero-glass { position:relative; display:grid; grid-template-columns:1.08fr .86fr; align-items:center; padding:clamp(2rem,4vw,3.25rem); }
.hero-glass::before { content:""; position:absolute; width:420px; height:420px; border-radius:50%; right:18%; bottom:-17%; background:linear-gradient(135deg,rgba(105,118,255,.22),rgba(255,138,204,.22)); filter:blur(1px); }
.hero-content { position:relative; z-index:1; }
.trust-pill { width:max-content; max-width:100%; display:flex; align-items:center; gap:.55rem; margin-bottom:2rem; padding:.35rem .7rem; border-radius:999px; color:var(--text-soft); background:rgba(255,255,255,.48); border:1px solid var(--line); font-size:.78rem; }
.avatar-stack { display:flex; }
.avatar-stack i { width:20px; height:20px; border-radius:50%; border:2px solid rgba(255,255,255,.9); background:linear-gradient(135deg,#9a67ff,#64b4ff); margin-left:-5px; }
.avatar-stack i:first-child{margin-left:0}.avatar-stack i:nth-child(2){background:linear-gradient(135deg,#ff9cc4,#9d70ff)}.avatar-stack i:nth-child(3){background:linear-gradient(135deg,#67d9bd,#5e9aff)}
.hero-glass h1 { font-size:clamp(3rem,5.1vw,5.45rem); }
.hero-glass h1 span { color:transparent; background:linear-gradient(100deg,#8c5df7,#4b86ff); background-clip:text; -webkit-background-clip:text; }
.hero-lede { font-size:1.05rem; max-width:610px; }
.hero-actions { display:flex; gap:.7rem; margin:1.8rem 0 3rem; flex-wrap:wrap; }
.hero-trust { display:flex; flex-wrap:wrap; gap:1.3rem; color:var(--text-soft); font-size:.78rem; }
.hero-drop-card { position:relative; z-index:1; min-width:0; }
.merge-demo { padding:1.6rem; display:flex; flex-direction:column; gap:1rem; }
.demo-title,.demo-toolbar,.demo-footer { display:flex; align-items:center; gap:.75rem; }
.demo-title strong { font-size:1.15rem; }
.demo-title .premium-chip { margin-left:auto; }
.premium-chip { display:inline-flex; align-items:center; gap:.3rem; width:max-content; padding:.36rem .65rem; border:1px solid var(--line); border-radius:10px; color:#e79600; background:rgba(255,255,255,.5); font-size:.76rem; font-weight:760; }
.demo-toolbar { justify-content:space-between; color:var(--text-soft); font-size:.78rem; }
.demo-table { border-radius:16px; background:rgba(255,255,255,.34); border:1px solid var(--line); padding:.45rem; }
.demo-head,.demo-row { display:grid; grid-template-columns:28px 1fr 52px 62px; align-items:center; gap:.55rem; padding:.62rem .7rem; font-size:.72rem; }
.demo-head { color:var(--text-soft); }
.demo-row { margin-top:.36rem; border:1px solid rgba(255,255,255,.72); border-radius:10px; background:rgba(255,255,255,.52); box-shadow:0 4px 12px rgba(75,82,130,.06); }
:root[data-theme='dark'] .demo-row { background:rgba(255,255,255,.04); border-color:var(--line); }
.demo-row>span:nth-child(2) { display:flex; align-items:center; gap:.55rem; min-width:0; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.drag-dots { color:var(--text-faint); }
.pdf-dot { display:inline-grid; place-items:center; min-width:26px; height:22px; padding:0 .18rem; color:white; background:#ef5c62; border-radius:5px; font-size:.52rem; }
.page-strip { display:grid; grid-template-columns:repeat(6,1fr); gap:.55rem; padding:.35rem; }
.mini-page { position:relative; aspect-ratio:.72; padding:.5rem; border-radius:8px; background:rgba(255,255,255,.82); border:1px solid rgba(93,100,145,.12); }
.mini-page i { display:block; height:3px; margin-bottom:4px; border-radius:2px; background:#d7dbe6; }.mini-page i:nth-child(2){width:75%}.mini-page i:nth-child(3){width:86%}.mini-page b{position:absolute; right:-4px; bottom:-4px; width:18px; height:18px; display:grid; place-items:center; border-radius:50%; color:white; background:var(--primary); font-size:.6rem;}
.demo-footer { margin-top:auto; justify-content:space-between; }
.popular-section,.benefits-section { padding-top:1rem; }
.popular-panel { border-radius:22px; padding:1.4rem; }
.section-row { display:flex; align-items:flex-end; justify-content:space-between; gap:1rem; margin-bottom:1rem; }
.section-row h2 { margin:0; font-size:1.45rem; }
.section-row>a { color:var(--primary); font-size:.82rem; font-weight:700; }
.tool-tile-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:.75rem; }
.tool-tile { min-width:0; min-height:118px; display:flex; flex-direction:column; align-items:flex-start; position:relative; padding:1rem; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.38); box-shadow:0 7px 24px rgba(65,72,119,.06); transition:transform .16s ease,border-color .16s ease,background .16s ease; }
.tool-tile:hover { transform:translateY(-3px); background:rgba(255,255,255,.64); border-color:rgba(102,87,244,.2); }
:root[data-theme='dark'] .tool-tile:hover { background:rgba(255,255,255,.07); }
.tool-tile>span:nth-child(2) { display:grid; gap:.08rem; margin-top:.7rem; }.tool-tile strong{font-size:.9rem}.tool-tile small{color:var(--text-soft);font-size:.7rem}.tile-arrow{position:absolute;right:.75rem;top:.75rem;color:var(--text-faint);}
.tool-icon { width:42px; height:42px; display:grid; place-items:center; border-radius:12px; color:var(--primary); background:rgba(112,93,247,.12); }.tool-icon svg{width:22px;height:22px}.tool-tile--blue .tool-icon,.tool-directory-card--blue .tool-icon{color:var(--blue);background:rgba(76,141,246,.12)}.tool-tile--mint .tool-icon,.tool-directory-card--mint .tool-icon{color:var(--mint);background:rgba(39,188,145,.13)}.tool-tile--amber .tool-icon,.tool-directory-card--amber .tool-icon{color:var(--amber);background:rgba(242,170,36,.14)}.tool-tile--coral .tool-icon,.tool-directory-card--coral .tool-icon{color:var(--coral);background:rgba(239,107,131,.13)}.tool-tile--violet .tool-icon,.tool-directory-card--violet .tool-icon{color:var(--violet);background:rgba(154,98,233,.13)}
.benefit-strip { border-radius:22px; padding:1.1rem 1.5rem; display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }
.benefit-strip article { display:flex; gap:.9rem; align-items:center; padding:.55rem 1rem; }.benefit-strip article+article{border-left:1px solid var(--line-dark)}.benefit-strip article>span{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;color:var(--primary);background:rgba(255,255,255,.52);font-size:1.25rem}.benefit-strip strong{font-size:.85rem}.benefit-strip p{font-size:.72rem;margin:.15rem 0 0;}
.section { padding:clamp(4rem,7vw,7rem) 0; }.section-heading{max-width:720px}.section-heading.center{text-align:center;margin:0 auto 2.5rem}.section-heading.center p{margin-inline:auto}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.steps article{padding:1.5rem;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-sm);backdrop-filter:blur(18px)}.steps b{display:grid;place-items:center;width:34px;height:34px;margin-bottom:1rem;border-radius:11px;color:white;background:linear-gradient(135deg,var(--primary),var(--primary-2))}.steps strong{display:block;margin-bottom:.25rem}.steps p{margin:0;font-size:.84rem}
.pricing-grid{display:grid;grid-template-columns:1fr .75fr;gap:2rem;align-items:center;}.pricing-grid>div:first-child{max-width:700px}.pro-card{border-radius:24px;padding:2rem}.pro-card ul{padding-left:1.1rem;color:var(--text-soft);line-height:2}.pro-card .button{width:100%;margin-top:.5rem}
.site-footer{padding:3rem 0 1.5rem;border-top:1px solid var(--line);background:rgba(255,255,255,.18)}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,.7fr);gap:2rem}.footer-grid>div{display:grid;align-content:start;gap:.55rem}.footer-grid p{max-width:380px;font-size:.82rem}.footer-grid a{color:var(--text-soft);font-size:.8rem}.footer-brand{font-size:1.1rem;font-weight:800}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1rem;border-top:1px solid var(--line-dark);color:var(--text-faint);font-size:.75rem}
.inner-main { padding:4rem 0 6rem; }.page-hero{text-align:center;max-width:900px}.page-hero h1{font-size:clamp(2.6rem,5vw,4.5rem)}.page-hero>p:not(.eyebrow){font-size:1.05rem}.tool-search{max-width:620px;margin:2rem auto 3rem;display:flex;align-items:center;gap:.6rem;padding:.8rem 1rem;border:1px solid var(--line);border-radius:15px;background:var(--surface-strong);box-shadow:var(--shadow-sm)}.tool-search input{width:100%;border:0;outline:0;background:transparent}.directory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.tool-directory-card{display:flex;gap:1rem;min-height:170px;padding:1.35rem;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-sm);backdrop-filter:blur(18px)}.tool-directory-card h3{margin:0 0 .35rem}.tool-directory-card p{margin:0 0 .6rem;font-size:.84rem}.tool-directory-card div>span{color:var(--primary);font-size:.78rem;font-weight:700}
.tool-page{padding:2.2rem 0 6rem}.tool-page-head{margin-bottom:1.1rem}.back-link{display:inline-block;margin-bottom:1.3rem;color:var(--text-soft);font-size:.82rem}.tool-title-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem}.tool-title-row h1{font-size:clamp(2rem,4vw,3.4rem);margin:0 0 .35rem}.tool-title-row p{margin:0}.tool-icon--large{width:58px;height:58px;border-radius:18px}.tool-icon--large svg{width:28px;height:28px}.privacy-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.55rem .75rem;border:1px solid rgba(44,170,122,.15);border-radius:999px;color:#1b8f68;background:rgba(48,190,139,.09);font-size:.76rem;font-weight:700}.tool-app-frame{position:relative;border:1px solid var(--line);border-radius:26px;background:var(--surface);box-shadow:var(--shadow-lg);backdrop-filter:blur(28px);overflow:hidden}.tool-proof{display:flex;align-items:center;justify-content:center;gap:.7rem;flex-wrap:wrap;margin-top:1rem;color:var(--text-soft);font-size:.75rem}.tool-proof span{padding:.38rem .65rem;border-radius:999px;background:rgba(255,255,255,.32);border:1px solid var(--line)}.tool-proof b{color:var(--primary)}.related-tools{padding-top:4rem}.related-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem}.related-grid a{display:flex;align-items:center;gap:.65rem;padding:.8rem;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.related-grid svg{width:20px;height:20px;color:var(--primary)}.related-grid span{font-size:.78rem;font-weight:700}
/* Merge app */
.merge-app { position:relative; min-height:520px; }
.hero-drop-card .merge-app { min-height:390px; }
.merge-upload-view { position:relative; min-height:520px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:2rem; overflow:hidden; }
.hero-drop-card .merge-upload-view { min-height:390px; padding:1.2rem; border-radius:24px; background:rgba(255,255,255,.36); border:1px solid rgba(255,255,255,.7); box-shadow:0 18px 42px rgba(70,75,130,.1); }
.upload-orbit{position:absolute;width:230px;height:230px;border-radius:50%;background:radial-gradient(circle,rgba(154,98,247,.12),transparent 66%)}
.upload-icon{position:relative;width:82px;height:82px;display:grid;place-items:center;margin-bottom:1.2rem;border-radius:22px;color:var(--primary);background:rgba(255,255,255,.58);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.upload-icon svg{width:36px;height:36px}.upload-copy{position:relative;max-width:520px}.upload-copy h2{font-size:clamp(1.45rem,2.5vw,2.2rem);margin:.25rem 0 .55rem}.upload-copy p{font-size:.88rem}.upload-hint{margin:.75rem 0 0;font-size:.74rem}.privacy-note{display:flex;align-items:center;gap:.35rem;margin-top:1.8rem;color:var(--text-soft);font-size:.72rem}.privacy-note svg{width:15px;height:15px}.merge-workspace{padding:1.25rem;min-height:520px}.workspace-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.workspace-header h2{font-size:1.35rem;margin:.1rem 0}.workspace-header p{margin:0;font-size:.76rem}.workspace-actions{display:flex;gap:.5rem}.file-list{display:grid;gap:.45rem;padding:.35rem;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.25)}.file-row{display:grid;grid-template-columns:32px 26px 42px 1fr auto;align-items:center;gap:.55rem;min-height:58px;padding:.42rem .58rem;border:1px solid var(--line);border-radius:11px;background:rgba(255,255,255,.58);box-shadow:0 4px 14px rgba(65,72,119,.05)}:root[data-theme='dark'] .file-row{background:rgba(255,255,255,.04)}.file-row.is-dragging{opacity:.45}.file-row.is-drag-target{outline:2px solid rgba(102,87,244,.3)}.drag-handle{border:0;background:transparent;color:var(--text-faint);padding:.25rem}.drag-handle svg{width:18px;height:18px}.file-order{color:var(--text-faint);font-size:.72rem}.file-thumb{position:relative;width:35px;height:42px;display:grid;place-items:center;color:#ef5c62;border-radius:7px;background:rgba(239,92,98,.09)}.file-thumb svg{width:23px;height:23px}.file-thumb small{position:absolute;bottom:2px;font-size:.42rem;font-weight:800}.file-info{min-width:0;display:grid;gap:.1rem}.file-info strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem}.file-info small{color:var(--text-soft);font-size:.68rem}.file-controls{display:flex;gap:.3rem}.file-controls .icon-button{width:32px;height:32px;border-radius:9px}.file-error{display:flex;align-items:center;gap:.25rem;color:var(--danger)}.file-error svg{width:14px;height:14px}.status-pill{padding:.2rem .4rem;border-radius:999px;font-size:.64rem}.status-pill--loading{color:var(--primary);background:var(--primary-soft)}.workspace-footer{display:grid;grid-template-columns:1fr auto;align-items:end;gap:1rem;margin-top:1rem}.filename-field{display:grid;gap:.35rem;color:var(--text-soft);font-size:.72rem}.filename-input-wrap{display:flex;align-items:center;max-width:360px;border:1px solid var(--line-dark);border-radius:12px;background:rgba(255,255,255,.42);overflow:hidden}.filename-input-wrap input{width:100%;border:0;outline:0;background:transparent;padding:.65rem .8rem}.filename-input-wrap span{padding-right:.8rem;color:var(--text-faint)}.merge-progress,.merge-result{margin-top:1rem;padding:1rem;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.38)}.progress-copy{display:flex;justify-content:space-between;gap:1rem;font-size:.76rem}.progress-track{width:100%;height:8px;margin-top:.55rem}.merge-result{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem}.result-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:#15875f;background:rgba(39,188,145,.13)}.result-icon svg{width:21px;height:21px}.result-copy h3{margin:.1rem 0}.result-copy p{margin:0;font-size:.72rem}.result-actions{display:flex;gap:.5rem}.drop-overlay{position:absolute;inset:.7rem;z-index:10;display:grid;place-items:center;border:2px dashed rgba(102,87,244,.4);border-radius:22px;background:rgba(239,240,255,.9);backdrop-filter:blur(10px)}.drop-overlay>div{display:grid;justify-items:center;gap:.6rem;color:var(--primary)}.drop-overlay svg{width:32px;height:32px}
/* Generic tool apps */
.simple-tool{min-height:520px;padding:1.2rem}.tool-upload{min-height:490px;display:grid;place-items:center;text-align:center;border:1.5px dashed rgba(102,87,244,.22);border-radius:20px;background:rgba(255,255,255,.22)}.tool-upload-inner{max-width:560px;padding:2rem}.tool-upload-icon{width:78px;height:78px;display:grid;place-items:center;margin:0 auto 1.2rem;border-radius:22px;color:var(--primary);background:rgba(255,255,255,.56);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.tool-upload-icon svg{width:35px;height:35px}.tool-upload h2{font-size:1.8rem}.tool-upload p{font-size:.88rem}.tool-upload .button{margin-top:.6rem}.tool-upload small{display:block;margin-top:.9rem;color:var(--text-faint)}.tool-workspace{display:grid;grid-template-columns:1fr 310px;gap:1rem;min-height:490px}.workspace-main,.settings-panel{border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.3)}.workspace-main{padding:1rem}.settings-panel{padding:1rem;height:max-content;position:sticky;top:calc(var(--header-h) + 1rem)}.settings-panel h3{margin:0 0 1rem;font-size:1rem}.settings-panel label{display:grid;gap:.35rem;margin-bottom:.9rem;color:var(--text-soft);font-size:.74rem}.settings-panel select,.settings-panel input[type='text']{width:100%;padding:.68rem .75rem;border:1px solid var(--line-dark);border-radius:11px;background:rgba(255,255,255,.48);outline:0}.settings-panel .button{width:100%;margin-top:.25rem}.selected-file{display:flex;align-items:center;gap:.8rem;padding:.75rem;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.45)}.selected-file+.selected-file{margin-top:.45rem}.selected-file-icon{width:38px;height:44px;display:grid;place-items:center;border-radius:8px;color:#ef5c62;background:rgba(239,92,98,.1);font-size:.58rem;font-weight:800}.selected-file-info{min-width:0;display:grid}.selected-file-info strong{font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selected-file-info small{color:var(--text-soft);font-size:.68rem}.selected-file button{margin-left:auto}.settings-note{padding:.75rem;border-radius:12px;color:var(--text-soft);background:var(--primary-soft);font-size:.7rem}.tool-status{margin-top:1rem;padding:.8rem;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.36);font-size:.74rem;color:var(--text-soft)}.tool-status[data-tone='success']{color:#187a5a;background:rgba(39,188,145,.08)}.tool-status[data-tone='error']{color:var(--danger);background:rgba(228,82,104,.08)}.tool-status progress{width:100%;height:8px;margin-top:.5rem}.page-manager{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.7rem;margin-top:1rem}.page-card{position:relative;padding:.6rem;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.5)}.page-card.is-deleted{opacity:.4}.page-preview{aspect-ratio:.72;display:grid;place-items:center;border-radius:8px;background:white;color:#788198;box-shadow:0 3px 12px rgba(60,65,100,.08);font-size:.72rem}.page-preview::before{content:"";width:55%;height:36%;background:repeating-linear-gradient(to bottom,#dfe3ec 0 3px,transparent 3px 9px)}.page-card-label{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.68rem}.page-actions{display:flex;gap:.25rem;margin-top:.45rem}.page-actions button{flex:1;min-height:30px;border:1px solid var(--line-dark);border-radius:8px;background:rgba(255,255,255,.5);font-size:.62rem}.image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.7rem;margin-top:1rem}.image-card{padding:.5rem;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.45)}.image-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px}.image-card small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:.45rem;color:var(--text-soft)}
.toast-stack{position:fixed;right:1rem;bottom:1rem;z-index:300;display:grid;gap:.5rem;width:min(360px,calc(100% - 2rem))}.toast{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.6rem;padding:.8rem;border:1px solid var(--line);border-radius:14px;background:var(--surface-strong);box-shadow:var(--shadow-lg);backdrop-filter:blur(20px);font-size:.76rem}.toast-icon svg{width:18px;height:18px}.toast--error,.toast--warning{color:var(--danger)}.toast.is-leaving{opacity:0;transform:translateY(6px);transition:.18s ease}
@media (max-width:1180px){.home-grid{grid-template-columns:1fr}.hero-glass,.merge-demo{min-height:auto}.tool-tile-grid{grid-template-columns:repeat(3,1fr)}.directory-grid{grid-template-columns:repeat(2,1fr)}.related-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.4fr repeat(3,1fr)}}
@media (max-width:900px){.desktop-nav,.language-chip{display:none}.mobile-nav-toggle{display:grid}.hero-glass{grid-template-columns:1fr;gap:1.5rem}.hero-drop-card{max-width:620px;width:100%;margin:auto}.benefit-strip{grid-template-columns:1fr}.benefit-strip article+article{border-left:0;border-top:1px solid var(--line-dark)}.steps{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr}.tool-workspace{grid-template-columns:1fr}.settings-panel{position:static}.tool-title-row{grid-template-columns:auto 1fr}.privacy-chip{grid-column:1/-1;width:max-content}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:650px){:root{--header-h:66px}.shell{width:min(calc(100% - 1rem),var(--shell))}.header-actions>.button{display:none}.hero-glass,.merge-demo,.popular-panel,.benefit-strip,.tool-app-frame{border-radius:18px}.hero-glass{padding:1.25rem}.hero-glass h1{font-size:clamp(2.55rem,13vw,4rem)}.hero-actions{margin-bottom:2rem}.hero-actions .button{flex:1}.hero-trust{gap:.75rem}.desktop-only{display:none}.merge-demo{padding:1rem}.demo-head,.demo-row{grid-template-columns:22px 1fr 44px}.demo-head>span:last-child,.demo-row>span:last-child{display:none}.page-strip{grid-template-columns:repeat(4,1fr)}.page-strip .mini-page:nth-child(n+5){display:none}.demo-footer .button{padding:.65rem .8rem;font-size:.72rem}.tool-tile-grid{grid-template-columns:repeat(2,1fr)}.tool-tile{min-height:108px;padding:.8rem}.benefit-strip{padding:.8rem}.steps{grid-template-columns:1fr}.directory-grid{grid-template-columns:1fr}.tool-title-row{grid-template-columns:auto 1fr}.tool-icon--large{width:48px;height:48px}.tool-page-head{padding-inline:.25rem}.related-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column}.workspace-header{align-items:flex-start}.workspace-header .eyebrow{display:none}.file-row{grid-template-columns:26px 30px 1fr auto}.file-order{display:none}.file-thumb{width:30px;height:36px}.file-controls .icon-button[data-action='up'],.file-controls .icon-button[data-action='down']{display:none}.workspace-footer{grid-template-columns:1fr}.workspace-footer .button{width:100%}.merge-result{grid-template-columns:auto 1fr}.result-actions{grid-column:1/-1}.simple-tool{padding:.7rem}.tool-workspace{gap:.7rem}.page-manager,.image-grid{grid-template-columns:repeat(2,1fr)}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
