body.lp { --lp-bg: #222222; --lp-bg-2: #2a2a2a; --lp-bg-3: #383838; --lp-well: #222222; --lp-line: rgba(255, 255, 255, 0.1); --lp-line-2: rgba(255, 255, 255, 0.2); --lp-text: #f3f3f1; --lp-text-2: #b4b4b0; --lp-dim: #8d8d89; --lp-accent: #6366f1; --lp-accent-hover: #4f46e5; --lp-accent-2: #818cf8; --lp-accent-3: #a5b4fc; --lp-white: #f4f4f1; --lp-display: 'DM Sans', ui-sans-serif, system-ui, sans-serif; --lp-mono: ui-monospace, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace; --lp-pad: clamp(16px, 4vw, 48px); background-color: var(--lp-bg); color: var(--lp-text-2); } body.lp ::selection { background: rgba(99, 102, 241, 0.45); color: #fff; } .lp-frame { position: relative; width: min(1120px, calc(100% - 2rem)); margin: 0 auto; } @media (max-width: 639px) { .lp-frame { width: 100%; } } .lp-sec { position: relative; } .lp-band { background: var(--lp-well); } .lp [id] { scroll-margin-top: 84px; } .lp-nav { position: sticky; top: 0; z-index: 30; background: rgba(34, 34, 34, 0.86); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid var(--lp-line); } .lp-nav-inner { display: flex; align-items: stretch; height: 64px; border-left: 1px solid var(--lp-line); border-right: 1px solid var(--lp-line); } .lp-nav-logo { display: flex; align-items: center; gap: 10px; padding: 0 20px; border-right: 1px solid var(--lp-line); font-family: var(--lp-display); font-size: 19px; font-weight: 700; letter-spacing: -0.02em; color: var(--lp-text); } .lp-nav-logo img { width: 28px; height: 28px; } .lp-nav-links { display: none; align-items: center; gap: 2px; padding: 0 10px; border-right: 1px solid var(--lp-line); } .lp-nav-links a { padding: 8px 12px; border-radius: 4px; font-size: 14px; font-weight: 500; color: var(--lp-text-2); transition: color 0.2s, background-color 0.2s; } .lp-nav-links a:hover { color: var(--lp-text); background: rgba(255, 255, 255, 0.05); } .lp-nav-fill { flex: 1; background-image: repeating-linear-gradient( 135deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 10px ); } .lp-nav-right { display: flex; align-items: center; gap: 10px; padding: 0 12px 0 14px; border-left: 1px solid var(--lp-line); } .lp-nav-gh { display: inline-flex; align-items: center; gap: 6px; height: 34px; padding: 0 12px 0 10px; border: 1px solid var(--lp-line-2); border-radius: 6px; font-size: 13px; font-weight: 600; color: var(--lp-text); transition: background-color 0.2s, border-color 0.2s; } .lp-nav-gh:hover { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.32); } .lp-nav-gh svg { width: 16px; height: 16px; } .lp-nav .lp-nav-cta { display: none; } .lp-nav-mobile { display: flex; align-items: center; gap: 8px; } .lp-nav-burger { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid transparent; border-radius: 6px; color: var(--lp-text-2); transition: color 0.2s, border-color 0.2s; } .lp-nav-burger:hover { color: var(--lp-text); border-color: var(--lp-line-2); } .lp-nav-burger svg { width: 22px; height: 22px; } .lp-mobile-menu { border-top: 1px solid var(--lp-line); background: var(--lp-well); } .lp-mobile-menu a { display: block; padding: 14px var(--lp-pad); border-bottom: 1px solid var(--lp-line); font-size: 15px; font-weight: 500; color: var(--lp-text-2); transition: color 0.2s; } .lp-mobile-menu a:hover { color: var(--lp-text); } @media (min-width: 640px) { .lp-nav .lp-nav-cta { display: inline-flex; } } @media (min-width: 768px) { .lp-nav-links { display: flex; } .lp-nav-mobile { display: none; } } .lp-ribbon { background: var(--lp-bg-2); border-bottom: 1px solid var(--lp-line); } .lp-ribbon-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 16px; padding: 10px var(--lp-pad); font-size: 13px; color: var(--lp-text-2); } .lp-pill-btn { display: inline-flex; align-items: center; gap: 6px; height: 28px; padding: 0 12px; border-radius: 5px; font-size: 12px; font-weight: 600; transition: background-color 0.2s, border-color 0.2s, color 0.2s; } .lp-pill-btn svg { width: 13px; height: 13px; } .lp-pill-btn--accent { background: var(--lp-accent); color: #fff; } .lp-pill-btn--accent:hover { background: var(--lp-accent-hover); } .lp-pill-btn--ghost { border: 1px solid var(--lp-line-2); color: var(--lp-text); } .lp-pill-btn--ghost:hover { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.32); } .lp-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 48px; padding: 0 22px; border-radius: 6px; font-size: 14px; font-weight: 600; white-space: nowrap; cursor: pointer; transition: background-color 0.2s, border-color 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s; } .lp-btn svg { width: 16px; height: 16px; transition: transform 0.2s; } .lp-btn:hover svg:last-child { transform: translateX(3px); } .lp-btn:focus-visible { outline: 2px solid var(--lp-accent-3); outline-offset: 3px; } .lp-btn--primary { background: var(--lp-accent); color: #fff; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14); } .lp-btn--primary:hover { background: var(--lp-accent-hover); transform: translateY(-1px); } .lp-btn--ghost { border: 1px solid var(--lp-line-2); color: var(--lp-text); } .lp-btn--ghost:hover { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.32); } .lp-btn--ghost svg { transition: none; } .lp-btn--ghost:hover svg { transform: none; } .lp-btn--sm { height: 38px; padding: 0 14px; font-size: 13px; } .lp-brackets { display: inline-block; } .lp-cross::after { content: ''; position: absolute; inset: -5px; z-index: 2; pointer-events: none; background-repeat: no-repeat; background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)); background-size: 11px 1px, 1px 11px, 11px 1px, 1px 11px, 11px 1px, 1px 11px, 11px 1px, 1px 11px; background-position: 0 5px, 5px 0, 100% 5px, calc(100% - 5px) 0, 0 calc(100% - 5px), 5px 100%, 100% calc(100% - 5px), calc(100% - 5px) 100%; } .lp-kicker { display: flex; align-items: center; gap: 14px; margin: 0; font-size: 14px; font-weight: 500; letter-spacing: 0.01em; color: var(--lp-accent-3); } .lp-kicker::before, .lp-kicker::after { content: ''; flex: none; width: 28px; height: 1px; background: currentColor; opacity: 0.7; } .lp-kicker::after { display: none; } .lp-head--center .lp-kicker, .lp-cta .lp-kicker { justify-content: center; } .lp-head--center .lp-kicker::after, .lp-cta .lp-kicker::after { display: block; } .lp-head { display: grid; gap: 24px; align-items: end; padding: clamp(64px, 9vw, 112px) var(--lp-pad) clamp(40px, 5vw, 64px); } .lp-head-side p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--lp-text-2); } .lp-head--center { text-align: center; justify-items: center; } .lp-head-p { max-width: 560px; margin: 18px auto 0; font-size: 16px; line-height: 1.6; color: var(--lp-text-2); } @media (min-width: 900px) { .lp-head:not(.lp-head--center) { grid-template-columns: 1fr minmax(220px, 300px); } .lp-head-side { text-align: right; padding-bottom: 8px; } } .lp-h1, .lp-h2 { margin: 20px 0 0; font-family: var(--lp-display); font-weight: 700; line-height: 1.02; letter-spacing: -0.03em; color: var(--lp-text); text-wrap: balance; } .lp-h1 { font-size: clamp(42px, 7.6vw, 84px); letter-spacing: -0.035em; line-height: 0.98; } .lp-h2 { font-size: clamp(34px, 4.8vw, 56px); } .lp-h1 .line, .lp-h2 .line { display: block; } .lp-h1 .dim, .lp-h2 .dim { color: var(--lp-dim); } .lp-h1 .dot { color: var(--lp-accent-2); } .lp-chip { display: inline-grid; place-items: center; width: 0.8em; height: 0.8em; margin-left: 0.18em; vertical-align: 0.125em; border-radius: 0.18em; background: var(--lp-accent); color: #fff; box-shadow: 0 0.2em 0.6em rgba(0, 0, 0, 0.35); transform: rotate(-6deg); } .lp-chip svg { width: 58%; height: 58%; } .lp-hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient( 50% 42% at 50% 0%, rgba(99, 102, 241, 0.16), transparent 70% ); } .lp-hero { position: relative; overflow: hidden; padding: clamp(72px, 11vw, 140px) var(--lp-pad) clamp(64px, 8vw, 104px); text-align: center; } .lp-hero-bg { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(to right, var(--lp-line) 1px, transparent 1px), linear-gradient(to bottom, var(--lp-line) 1px, transparent 1px); background-size: 56px 56px; background-position: 50% 0; -webkit-mask-image: radial-gradient( ellipse 62% 72% at 50% 44%, #000 18%, transparent 74% ); mask-image: radial-gradient( ellipse 62% 72% at 50% 44%, #000 18%, transparent 74% ); } .lp-hero-bg i { position: absolute; width: 56px; height: 56px; background: rgba(255, 255, 255, 0.045); } .lp-hero-bg i:nth-child(1) { left: calc(50% - 28px - 336px); top: 56px; } .lp-hero-bg i:nth-child(2) { left: calc(50% - 28px + 280px); top: 0; } .lp-hero-bg i:nth-child(3) { left: calc(50% - 28px - 448px); top: 224px; } .lp-hero-bg i:nth-child(4) { left: calc(50% - 28px + 392px); top: 112px; } .lp-hero-bg i:nth-child(5) { left: calc(50% - 28px - 168px); top: 392px; background: rgba(99, 102, 241, 0.16); } .lp-hero-bg i:nth-child(6) { left: calc(50% - 28px + 168px); top: 448px; } .lp-hero-bg i:nth-child(7) { left: calc(50% - 28px + 504px); top: 336px; } .lp-hero-bg i:nth-child(8) { left: calc(50% - 28px - 560px); top: 392px; } .lp-hero-bg i:nth-child(9) { left: calc(50% - 28px - 56px); top: 0; background: rgba(255, 255, 255, 0.025); } .lp-hero-bg i:nth-child(10) { left: calc(50% - 28px + 56px); top: 504px; } .lp-hero-bg i:nth-child(11) { left: calc(50% - 28px - 280px); top: 504px; } .lp-hero-bg i:nth-child(12) { left: calc(50% - 28px + 616px); top: 56px; } .lp-hero-content { position: relative; max-width: 920px; margin: 0 auto; } .lp-sub { max-width: 560px; margin: 26px auto 0; font-size: clamp(16px, 1.6vw, 19px); line-height: 1.55; color: var(--lp-text-2); } .lp-checks { display: flex; flex-wrap: wrap; justify-content: center; margin-top: 26px; } .lp-check { position: relative; display: inline-flex; align-items: center; gap: 8px; padding: 6px 18px; font-size: 14px; font-weight: 500; color: var(--lp-text-2); } .lp-check + .lp-check::before { content: ''; position: absolute; left: 0; top: 50%; width: 1px; height: 16px; background: var(--lp-line-2); transform: translateY(-50%); } .lp-check svg { width: 15px; height: 15px; color: var(--lp-accent-2); } .lp-check:nth-child(2) svg { color: #6ee7b7; } .lp-check:nth-child(3) svg { color: #fcd34d; } @media (max-width: 639px) { .lp-check + .lp-check::before { display: none; } } .lp-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; margin-top: 40px; } @keyframes lp-rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } } .lp-hero-content > * { animation: lp-rise 0.8s cubic-bezier(0.2, 0.7, 0.2, 1) both; } .lp-hero-content > :nth-child(2) { animation-delay: 0.08s; } .lp-hero-content > :nth-child(3) { animation-delay: 0.16s; } .lp-hero-content > :nth-child(4) { animation-delay: 0.24s; } .lp-hero-content > :nth-child(5) { animation-delay: 0.32s; } .lp-logos { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--lp-line); border-top: 1px solid var(--lp-line); } .lp-logos-label { grid-column: 1 / -1; display: flex; align-items: center; margin: 0; padding: 20px var(--lp-pad); background: var(--lp-bg-2); font-size: 14px; font-weight: 500; line-height: 1.4; color: var(--lp-text); } .lp-logo { display: flex; align-items: center; justify-content: center; min-height: 88px; background: var(--lp-bg); color: #8e8e97; transition: color 0.25s, background-color 0.25s; } .lp-logo:hover { color: var(--lp-text); background: var(--lp-bg-2); } .lp-logo svg { height: 26px; width: auto; } @media (min-width: 640px) { .lp-logos { grid-template-columns: repeat(3, 1fr); } } @media (min-width: 900px) { .lp-logos { grid-template-columns: 1.7fr repeat(6, 1fr); } .lp-logos-label { grid-column: auto; } } .lp-grid { position: relative; display: grid; gap: 1px; background: var(--lp-line); } .lp-cell { position: relative; display: flex; flex-direction: column; gap: 8px; min-height: 250px; padding: 30px var(--lp-pad) 34px; background: var(--lp-bg-2); transition: background-color 0.25s; } .lp-cell:hover { background-color: var(--lp-bg-3); } .lp-band .lp-cell { background: var(--lp-bg-2); } .lp-band .lp-cell:hover { background-color: var(--lp-bg-3); } .lp-cell h3 { margin: 32px 0 0; font-family: var(--lp-display); font-size: 20px; font-weight: 600; letter-spacing: -0.015em; color: var(--lp-text); } .lp-cell p { max-width: 34ch; margin: 0; font-size: 15px; line-height: 1.55; color: var(--lp-text-2); } .lp-tile { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--lp-line-2); border-radius: 6px; background: var(--lp-bg-3); color: var(--lp-accent-2); transition: background-color 0.25s, border-color 0.25s, color 0.25s; } .lp-tile svg { width: 20px; height: 20px; } .lp-cell:hover .lp-tile { background: var(--lp-accent); border-color: transparent; color: #fff; } .lp-cell--raised, .lp-band .lp-cell--raised { background: var(--lp-bg-3); } .lp-cell--raised:hover { background-color: #3e3e40; } .lp-cell--hatch { background-image: repeating-linear-gradient( 135deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 10px ); } .lp-cell--dots { background-image: radial-gradient( rgba(255, 255, 255, 0.16) 1px, transparent 1.5px ); background-size: 16px 16px; } .lp-cell--grid { background-image: linear-gradient(to right, var(--lp-line) 1px, transparent 1px), linear-gradient(to bottom, var(--lp-line) 1px, transparent 1px); background-size: 28px 28px; } .lp-cell--accent, .lp-cell--accent:hover, .lp-band .lp-cell--accent { background: var(--lp-accent); } .lp-cell--accent h3, .lp-cell--accent b { color: #fff; } .lp-cell--accent p, .lp-cell--accent span { color: rgba(255, 255, 255, 0.82); } .lp-cell--white, .lp-band .lp-cell--white { background: var(--lp-white); } .lp-cell--white:hover { background-color: #fff; } .lp-cell--white h3, .lp-cell--white b { color: #09090b; } .lp-cell--white p, .lp-cell--white span { color: #52525b; } .lp-num-wrap { align-self: flex-start; padding: 5px; } .lp-num { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 3px; background: var(--lp-text); font-family: var(--lp-mono); font-size: 14px; font-weight: 700; color: var(--lp-bg); } .lp-cell--accent .lp-num { background: #fff; color: var(--lp-accent); } .lp-cell--white .lp-num { background: #09090b; color: #fff; } .lp-badge { width: 60px; height: 60px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 0 1px var(--lp-line-2); } .lp-badge img { display: block; width: 100%; height: 100%; } .lp-stat { align-items: center; justify-content: center; min-height: 170px; padding: 28px var(--lp-pad); text-align: center; } .lp-stat b { font-family: var(--lp-display); font-size: clamp(38px, 4.5vw, 54px); font-weight: 700; line-height: 1; letter-spacing: -0.045em; color: var(--lp-text); } .lp-stat span { margin-top: 12px; font-size: 14px; font-weight: 500; color: var(--lp-text-2); } .lp-quote-cell { justify-content: flex-start; min-height: 0; padding: 30px var(--lp-pad) 32px; } .lp-stars { margin-bottom: 18px; font-size: 14px; letter-spacing: 2px; color: var(--lp-accent-2); } .lp-quote { margin: 0 0 22px; font-size: 15.5px; line-height: 1.6; color: var(--lp-text); } .lp-cite { margin-top: auto; font-size: 13px; font-weight: 500; font-style: normal; color: var(--lp-text-2); } @media (min-width: 640px) { .lp-grid--2, .lp-grid--3, .lp-grid--4 { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 900px) { .lp-grid--3 { grid-template-columns: repeat(3, 1fr); } .lp-grid--4 { grid-template-columns: repeat(4, 1fr); } } .lp-tools-body { padding: 0 var(--lp-pad) clamp(56px, 7vw, 96px); } .lp-search { position: relative; max-width: 720px; margin: 0 auto 40px; } .lp-search-icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--lp-text-2); pointer-events: none; } .lp-search-icon svg { width: 18px; height: 18px; } .lp-input { width: 100%; height: 56px; padding: 0 150px 0 46px; border: 1px solid var(--lp-line-2); border-radius: 6px; background: var(--lp-well); font-family: inherit; font-size: 15px; color: var(--lp-text); outline: none; transition: border-color 0.2s, box-shadow 0.2s; } .lp-input::placeholder { color: #71717a; } .lp-input:focus { border-color: var(--lp-accent); box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.18); } .lp-search-right { position: absolute; right: 8px; top: 50%; display: flex; align-items: center; gap: 6px; transform: translateY(-50%); } .lp-kbd { padding: 6px 8px; border: 1px solid var(--lp-line-2); border-radius: 4px; background: var(--lp-bg); font-family: var(--lp-mono); font-size: 11px; font-weight: 600; letter-spacing: 0.04em; color: var(--lp-text-2); } .lp-kbd:empty { display: none; } .lp-icon-btn { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 4px; color: var(--lp-text-2); transition: color 0.2s, background-color 0.2s; } .lp-icon-btn:hover { color: var(--lp-text); background: rgba(255, 255, 255, 0.06); } .lp-icon-btn svg { width: 16px; height: 16px; } @media (max-width: 480px) { .lp-input { padding-right: 56px; } .lp-search:has(.lp-kbd:not(:empty)) .lp-input { padding-right: 130px; } } .lp #tool-grid { --tile-fg: #a5b4fc; } .lp #tool-grid > .is-cat-edit-annotate { --tile-fg: #d6c285; } .lp #tool-grid > .is-cat-convert-to-pdf { --tile-fg: #79c4cb; } .lp #tool-grid > .is-cat-convert-from-pdf { --tile-fg: #b8aade; } .lp #tool-grid > .is-cat-organize-manage { --tile-fg: #8dacda; } .lp #tool-grid > .is-cat-optimize-repair { --tile-fg: #89cca8; } .lp #tool-grid > .is-cat-secure-pdf { --tile-fg: #dea3a3; } .lp .category-group { margin-top: 56px; } .lp .category-group:first-child, .lp #search-results + .category-group { margin-top: 0; } .lp .category-header { justify-content: flex-start; gap: 14px; margin: 0 0 22px; padding: 12px 2px; border-bottom: 1px solid rgba(255, 255, 255, 0.07); font-family: var(--lp-display); font-size: 20px; font-weight: 600; letter-spacing: -0.01em; color: var(--lp-text); } .lp .category-header > span { margin-right: auto; } .lp .category-header:hover, .lp .category-header:hover .category-chevron { color: var(--lp-accent-3); } .lp .category-chevron { color: var(--lp-text-2); } .lp #tool-grid:not(.compact-mode) .category-tools, .lp #tool-grid:not(.compact-mode) #search-results { grid-template-columns: minmax(0, 1fr); gap: 1px; border: 1px solid var(--lp-line-2); background-color: var(--lp-well); background-image: repeating-linear-gradient( 135deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 10px ); } .lp #tool-grid .category-group.collapsed .category-tools { border-width: 0; } @media (min-width: 520px) { .lp #tool-grid:not(.compact-mode) .category-tools, .lp #tool-grid:not(.compact-mode) #search-results { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (min-width: 800px) { .lp #tool-grid:not(.compact-mode) .category-tools, .lp #tool-grid:not(.compact-mode) #search-results { grid-template-columns: repeat(3, minmax(0, 1fr)); } } @media (min-width: 1024px) { .lp #tool-grid:not(.compact-mode) .category-tools, .lp #tool-grid:not(.compact-mode) #search-results { grid-template-columns: repeat(4, minmax(0, 1fr)); } } .lp #tool-grid:not(.compact-mode) .tool-card { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; min-height: 190px; padding: 22px 22px 24px; border: 0; border-radius: 0; background: var(--lp-bg-2); outline: 1px solid var(--lp-line); text-align: left; box-shadow: none; transition: background-color 0.25s; } .lp #tool-grid:not(.compact-mode) .tool-card:focus-visible { z-index: 1; outline: 2px solid var(--lp-accent-3); outline-offset: -2px; } .lp #tool-grid:not(.compact-mode) .tool-card:hover { background: var(--lp-bg-3); transform: none; box-shadow: none; } .lp #tool-grid:not(.compact-mode) .tool-card > svg, .lp #tool-grid:not(.compact-mode) .tool-card > i.ph { display: grid; place-items: center; width: 32px; height: 32px; margin: 0; padding: 0; border: 0; background: none; font-size: 30px; line-height: 1; color: var(--tile-fg); transition: color 0.25s; } .lp #tool-grid:not(.compact-mode) .tool-card > i.ph { padding: 0; } .lp #tool-grid:not(.compact-mode) .tool-card h3 { margin: 22px 0 0; font-family: var(--lp-display); font-size: 16px; font-weight: 600; line-height: 1.3; letter-spacing: -0.01em; color: var(--lp-text); } .lp #tool-grid:not(.compact-mode) .tool-card p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; margin: 7px 0 0; padding: 0; font-size: 13.5px; line-height: 1.5; color: var(--lp-text-2); } .lp .compact-mode .tool-card { border-bottom-color: var(--lp-line); } .lp .compact-mode .tool-card:hover { background: var(--lp-bg-2); border-color: var(--lp-line); } .lp-faq-wrap { padding: 0 var(--lp-pad) clamp(56px, 7vw, 96px); } .lp-faq { position: relative; max-width: 820px; margin: 0 auto; border: 1px solid var(--lp-line); } .lp-faq .faq-item { border-bottom: 1px solid var(--lp-line); background: var(--lp-bg-2); } .lp-faq .faq-item:last-child { border-bottom: 0; } .lp-faq .faq-question { gap: 20px; padding: 22px 24px; font-family: var(--lp-display); font-size: 18px; font-weight: 600; letter-spacing: -0.01em; color: var(--lp-text); transition: color 0.2s, background-color 0.2s; } .lp-faq .faq-question:hover { background: var(--lp-bg-3); } .lp-faq .faq-icon { flex-shrink: 0; width: 20px; height: 20px; color: var(--lp-text-2); transition: transform 0.3s, color 0.2s; } .lp-faq .faq-item.open .faq-icon { transform: rotate(45deg); color: var(--lp-accent-2); } .lp-faq .faq-item.open .faq-question { color: var(--lp-accent-3); } .lp-faq .faq-answer p { margin: 0; padding: 0 24px 24px; font-size: 15px; line-height: 1.65; color: var(--lp-text-2); } .lp-cta { position: relative; overflow: hidden; padding: clamp(72px, 10vw, 128px) var(--lp-pad); text-align: center; } .lp-cta::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient( 60% 70% at 50% 110%, rgba(99, 102, 241, 0.28), transparent 70% ); } .lp-cta > * { position: relative; } .lp-cta .lp-h2 { max-width: 760px; margin-inline: auto; } .lp-cta p { max-width: 560px; margin: 20px auto 0; font-size: 16px; line-height: 1.6; color: var(--lp-text-2); } .lp-cta-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; margin-top: 36px; } .lp-footer { border-top: 1px solid var(--lp-line); } .lp-footer-inner { border-left: 1px solid var(--lp-line); border-right: 1px solid var(--lp-line); } .lp-footer-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--lp-line); } .lp-footer-grid > div { padding: 36px var(--lp-pad); background: var(--lp-bg); } .lp-footer h3 { margin: 0 0 18px; font-size: 13px; font-weight: 600; color: var(--lp-text-2); } .lp-footer ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; } .lp-footer ul a { font-size: 14px; color: var(--lp-text); transition: color 0.2s; } .lp-footer ul a:hover { color: var(--lp-accent-3); } .lp-footer-brand { display: flex; align-items: center; gap: 10px; font-family: var(--lp-display); font-size: 19px; font-weight: 700; letter-spacing: -0.02em; color: var(--lp-text); } .lp-footer-brand img { width: 32px; height: 32px; } .lp-footer-copy { margin: 16px 0 0; font-size: 13px; color: var(--lp-text-2); } .lp-footer-version { margin: 6px 0 0; font-family: var(--lp-mono); font-size: 11px; letter-spacing: 0.08em; color: var(--lp-dim); } .lp-social { display: flex; align-items: center; } .lp-social a { display: inline-flex; color: var(--lp-text-2); transition: color 0.2s; } .lp-social a:hover { color: var(--lp-text); } .lp-social svg { width: 22px; height: 22px; } .lp-footer .relative.w-full > button { border-color: var(--lp-line-2); border-radius: 4px; background: var(--lp-bg-2); color: var(--lp-text-2); } .lp-footer .relative.w-full > button:hover { color: var(--lp-text); } .lp-footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; padding: 18px var(--lp-pad); border-top: 1px solid var(--lp-line); font-size: 12px; color: var(--lp-dim); } .lp-footer-bottom a { opacity: 0.6; transition: opacity 0.2s; } .lp-footer-bottom a:hover { opacity: 1; } @media (min-width: 768px) { .lp-footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1.2fr; } } .lp #scroll-to-top-btn { border: 1px solid var(--lp-line-2); border-radius: 6px; background: var(--lp-bg-3); color: var(--lp-text); box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.8); } .lp #scroll-to-top-btn:hover { background: var(--lp-accent); border-color: transparent; } .lp-js .lp-reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1); transition-delay: var(--lp-delay, 0ms); } .lp-js .lp-reveal.is-in { opacity: 1; transform: none; } .lp-grid > .lp-reveal:nth-child(2) { --lp-delay: 70ms; } .lp-grid > .lp-reveal:nth-child(3) { --lp-delay: 140ms; } .lp-grid > .lp-reveal:nth-child(4) { --lp-delay: 210ms; } .lp-grid > .lp-reveal:nth-child(5) { --lp-delay: 280ms; } .lp-grid > .lp-reveal:nth-child(6) { --lp-delay: 350ms; } @media (prefers-reduced-motion: reduce) { .lp-hero-content > * { animation: none; } .lp-js .lp-reveal { opacity: 1; transform: none; transition: none; } .lp-btn, .lp-btn svg { transition: none; } } .lp-grid + .lp-grid { border-top: 0; } .lp-quote-cell p { max-width: none; } .lp-stat.lp-cell--white b { color: #09090b; } .lp-stat.lp-cell--white span { color: #52525b; } .lp-stat.lp-cell--accent span { color: rgba(255, 255, 255, 0.85); } .lp-manifesto { display: grid; gap: 28px; max-width: 980px; margin: 0; padding: clamp(64px, 9vw, 112px) var(--lp-pad); } .lp-manifesto-text { margin: 0; font-family: var(--lp-display); font-size: clamp(22px, 2.6vw, 34px); font-weight: 500; line-height: 1.3; letter-spacing: -0.02em; color: var(--lp-text); text-wrap: pretty; } .lp-manifesto-text::before { content: '\201C'; margin-right: 0.08em; color: var(--lp-accent-2); } .lp-manifesto-text::after { content: '\201D'; margin-left: 0.08em; color: var(--lp-accent-2); } .lp-manifesto-by { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; font-size: 14px; color: var(--lp-text-2); } .lp-manifesto-by img { width: 28px; height: 28px; } .lp-manifesto-by span { font-family: var(--lp-display); font-weight: 600; color: var(--lp-text); } .lp-manifesto-by a { margin-left: auto; font-weight: 500; color: var(--lp-accent-3); text-decoration: underline; text-decoration-color: rgba(165, 180, 252, 0.4); text-underline-offset: 4px; transition: color 0.2s, text-decoration-color 0.2s; } .lp-manifesto-by a:hover { color: var(--lp-text); text-decoration-color: currentColor; } .lp #shortcuts-modal { background: rgba(0, 0, 0, 0.45); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); } .lp #shortcuts-modal > div { border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; background: rgb(45, 45, 45); box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.12), 0 24px 60px rgba(0, 0, 0, 0.35), 0 8px 20px rgba(0, 0, 0, 0.2); } .lp #shortcuts-modal > div > div:first-child { padding: 16px 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.06); } .lp #shortcuts-modal h3 { font-size: 16px; font-weight: 600; letter-spacing: -0.01em; } .lp #shortcuts-modal h3 svg { width: 18px; height: 18px; color: var(--lp-accent-2); } .lp #close-shortcuts-modal { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 8px; color: var(--lp-text-2); transition: background-color 0.15s, color 0.15s; } .lp #close-shortcuts-modal:hover { background: rgba(255, 255, 255, 0.11); color: var(--lp-text); } .lp #close-shortcuts-modal svg { width: 18px; height: 18px; } .lp #shortcuts-modal div:has(> #shortcuts-tab-btn) { gap: 4px; margin: 14px 20px 0; padding: 4px; border: 1px solid rgba(255, 255, 255, 0.06); border-bottom: 1px solid rgba(255, 255, 255, 0.06); border-radius: 10px; background: rgb(34, 34, 34); } .lp #shortcuts-tab-btn, .lp #preferences-tab-btn { padding: 8px 0; border-radius: 7px; font-size: 13px; font-weight: 600; color: var(--lp-text-2); transition: background-color 0.15s, color 0.15s; } .lp #shortcuts-tab-btn:hover, .lp #preferences-tab-btn:hover { color: var(--lp-text); } .lp #shortcuts-tab-btn.bg-indigo-600, .lp #preferences-tab-btn.bg-indigo-600 { background: var(--lp-accent); color: #fff; } .lp #shortcuts-tab-btn svg, .lp #preferences-tab-btn svg { width: 14px; height: 14px; vertical-align: -2px; } .lp #shortcuts-tab-content, .lp #preferences-tab-content { padding: 18px 20px; } .lp #shortcut-search { height: 38px; border: 1px solid var(--lp-line-2); border-radius: 8px; background: rgb(34, 34, 34); font-size: 13.5px; color: var(--lp-text); transition: border-color 0.15s, box-shadow 0.15s; } .lp #shortcut-search:focus { border-color: var(--lp-accent); box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.18); outline: none; } .lp #shortcut-search::placeholder { color: var(--lp-dim); } .lp #shortcuts-tab-content > div:nth-child(2) { padding: 12px 14px; border: 1px solid rgba(129, 140, 248, 0.25); border-radius: 10px; background: rgba(99, 102, 241, 0.08); } .lp #shortcuts-tab-content > div:nth-child(2) p { font-size: 12.5px; line-height: 1.55; color: var(--lp-accent-3); } .lp #shortcuts-tab-content > div:nth-child(2) .text-yellow-300 { color: #fcd34d; } .lp #shortcuts-list .category-section h3 { margin-bottom: 10px; font-size: 11px; font-weight: 600; letter-spacing: 0.06em; color: var(--lp-dim); } .lp #shortcuts-list .shortcut-item { padding: 10px 12px; border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 10px; background: rgb(34, 34, 34); transition: background-color 0.15s, border-color 0.15s; } .lp #shortcuts-list .shortcut-item:hover { background: rgba(255, 255, 255, 0.11); border-color: rgba(255, 255, 255, 0.06); } .lp #shortcuts-list .shortcut-item i.ph { font-size: 18px; line-height: 1; color: var(--lp-accent-2); } .lp #shortcuts-list .shortcut-item span { font-size: 13px; font-weight: 500; color: var(--lp-text); } .lp #shortcuts-list .shortcut-input { height: 30px; border: 1px solid var(--lp-line-2); border-radius: 6px; background: rgb(45, 45, 45); font-size: 12px; color: var(--lp-text); } .lp #shortcuts-list .shortcut-input:focus { border-color: var(--lp-accent); box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.18); } .lp #preferences-tab-content h4 { margin-bottom: 14px; font-size: 13px; font-weight: 600; color: var(--lp-text); } .lp #preferences-tab-content .bg-gray-900 { padding: 14px 16px; border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 10px; background: rgb(34, 34, 34); } .lp #preferences-tab-content .bg-gray-900 label:first-child, .lp #preferences-tab-content a .text-gray-200 { font-size: 13.5px; font-weight: 600; color: var(--lp-text); } .lp #preferences-tab-content .text-xs { font-size: 12px; color: var(--lp-dim); } .lp #preferences-tab-content a.bg-gray-900:hover { background: rgba(255, 255, 255, 0.11); border-color: rgba(129, 140, 248, 0.4); } .lp #preferences-tab-content a.bg-gray-900:hover svg { color: var(--lp-accent-2); } .lp #shortcuts-modal input.peer:not(:checked) + div { background-color: #3d3d3f; } .lp #shortcuts-modal input.peer:checked + div { background-color: var(--lp-accent); } .lp #shortcuts-modal > div > div:last-child { padding: 14px 20px; border-top: 1px solid rgba(255, 255, 255, 0.06); border-radius: 0 0 14px 14px; background: transparent; } .lp #import-shortcuts-btn, .lp #export-shortcuts-btn { height: 32px; padding: 0 12px; border: 1px solid var(--lp-line-2); border-radius: 7px; font-size: 12.5px; font-weight: 600; color: var(--lp-text-2); transition: background-color 0.15s, color 0.15s; } .lp #import-shortcuts-btn:hover, .lp #export-shortcuts-btn:hover { background: rgba(255, 255, 255, 0.08); color: var(--lp-text); } .lp #import-shortcuts-btn svg, .lp #export-shortcuts-btn svg { width: 14px; height: 14px; } .lp #reset-shortcuts-btn { height: 32px; padding: 0 12px; border: 1px solid rgba(244, 63, 94, 0.35); border-radius: 7px; font-size: 12.5px; font-weight: 600; color: #fda4af; transition: background-color 0.15s, color 0.15s; } .lp #reset-shortcuts-btn:hover { background: rgba(244, 63, 94, 0.14); color: #fecdd3; } .lp-cell.lp-stat:hover, .lp-band .lp-cell.lp-stat:hover, .lp-cell.lp-tier:hover, .lp-band .lp-cell.lp-tier:hover { background-color: var(--lp-bg-2); } .lp-cell--hatch.lp-stat:hover, .lp-band .lp-cell--hatch.lp-stat:hover, .lp-cell--hatch.lp-tier:hover, .lp-band .lp-cell--hatch.lp-tier:hover { background-color: var(--lp-bg-2); } .lp-cell--raised.lp-stat:hover, .lp-band .lp-cell--raised.lp-stat:hover, .lp-cell--raised.lp-tier:hover, .lp-band .lp-cell--raised.lp-tier:hover { background-color: var(--lp-bg-3); } .lp-cell--white.lp-stat:hover, .lp-band .lp-cell--white.lp-stat:hover, .lp-cell--white.lp-tier:hover, .lp-band .lp-cell--white.lp-tier:hover { background-color: var(--lp-white); } .lp-cell--accent.lp-stat:hover, .lp-band .lp-cell--accent.lp-stat:hover, .lp-cell--accent.lp-tier:hover, .lp-band .lp-cell--accent.lp-tier:hover { background-color: var(--lp-accent); } .lp-h1-unit { white-space: nowrap; } @media (max-width: 639px) { .lp-h1-lead { display: block; } }