/* Generated from styles.css + php.css - edit those sources, then rebuild (see Dockerfile notes) */
:root {
color-scheme: light;
--bg: #f7fbfc;
--surface: #ffffff;
--surface-2: #eef5f6;
--surface-3: #fdf8ee;
--ink: #10202a;
--muted: #526976;
--line: #d8e4e7;
--accent: #168f84;
--accent-2: #f2a541;
--danger: #b74242;
--success: #247a47;
--focus: #1b6fd3;
--shadow: 0 14px 34px rgba(16, 32, 42, 0.1);
--acp-ink: #0f172a;
--acp-muted: #64748b;
--acp-line: #e5e7eb;
--acp-soft: #fff7f7;
--acp-card-shadow: 0 24px 70px rgba(15, 23, 42, .10);
}
body {
transition: background-color .25s ease, color .25s ease;
}
html[data-theme="dark"] {
color-scheme: dark;
--bg: #0b1418;
--surface: #121e24;
--surface-2: #17242b;
--surface-3: #1c2830;
--ink: #eaf2f4;
--muted: #9db2ba;
--line: #24343c;
--accent: #2bb3a3;
--accent-2: #f2a541;
--danger: #ef6a6a;
--success: #4cbd7e;
--focus: #5aa3f0;
--shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
--acp-ink: #eaf2f4;
--acp-muted: #9db2ba;
--acp-line: #24343c;
--acp-soft: #17242b;
--acp-card-shadow: 0 24px 70px rgba(0, 0, 0, .5);
}
html[data-theme="dark"] body {
background: linear-gradient(180deg, #101c22 0, rgba(11, 20, 24, 0) 360px), var(--bg);
}
html[data-theme="dark"] img:not(.currency-flag-img),
html[data-theme="dark"] svg:not(.logo-mark) {
filter: brightness(.94) contrast(1.02);
}
.theme-toggle {
border: 1px solid var(--line);
background: var(--surface);
color: var(--ink);
width: 40px;
height: 40px;
border-radius: 999px;
font-size: 16px;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
transition: background-color .2s ease, transform .15s ease, border-color .2s ease;
margin-right: 4px;
}
.theme-toggle:hover {
transform: translateY(-1px);
border-color: var(--accent);
}
html[data-theme="dark"] .theme-toggle {
background: var(--surface-2);
}
html[data-theme="dark"] .v55-upload-card,
html[data-theme="dark"] .v55-preview-card,
html[data-theme="dark"] .v55-options-card,
html[data-theme="dark"] .v55-processing-card,
html[data-theme="dark"] .v55-download-card,
html[data-theme="dark"] .workspace-card,
html[data-theme="dark"] .tool-header-panel,
html[data-theme="dark"] .faq-section details,
html[data-theme="dark"] .related-panel,
html[data-theme="dark"] .file-queue,
html[data-theme="dark"] .recent-jobs-v53 {
background: var(--surface) !important;
border-color: var(--line) !important;
color: var(--ink);
box-shadow: var(--shadow) !important;
}
html[data-theme="dark"] .v55-dropzone {
background: linear-gradient(180deg, var(--surface-2), var(--surface)) !important;
border-color: var(--line) !important;
}
html[data-theme="dark"] .v55-dropzone:hover {
border-color: var(--accent) !important;
}
html[data-theme="dark"] .v55-stepper span {
background: var(--surface) !important;
color: var(--muted) !important;
border-color: var(--line) !important;
}
html[data-theme="dark"] .v55-stepper span.done {
background: var(--surface-3) !important;
color: var(--accent-2) !important;
border-color: var(--line) !important;
}
html[data-theme="dark"] .v55-stepper b {
background: var(--surface-2);
color: var(--ink);
}
html[data-theme="dark"] .v55-processing-card .progress-track,
html[data-theme="dark"] .v53-progress .progress-track {
background: var(--surface-2) !important;
}
html[data-theme="dark"] .advanced-settings input,
html[data-theme="dark"] .advanced-settings select,
html[data-theme="dark"] .server-form input[type="text"],
html[data-theme="dark"] .server-form input[type="number"],
html[data-theme="dark"] .server-form input[type="password"] {
background: var(--surface-2);
border-color: var(--line);
color: var(--ink);
}
html[data-theme="dark"] .advanced-settings label {
background: var(--surface-2) !important;
border-color: var(--line) !important;
}
html[data-theme="dark"] .file-result {
background: rgba(76, 189, 126, 0.1) !important;
border-color: rgba(76, 189, 126, 0.35) !important;
}
html[data-theme="dark"] .size-compare-v61 .size-chip {
background: var(--surface) !important;
border-color: rgba(76, 189, 126, 0.35) !important;
color: var(--success) !important;
}
html[data-theme="dark"] .size-compare-v61 .size-chip.accent {
background: rgba(76, 189, 126, 0.18) !important;
}
html[data-theme="dark"] .size-compare-v61 .size-arrow {
color: var(--success) !important;
}
html[data-theme="dark"] .topbar,
html[data-theme="dark"] .nav-dropdown-menu,
html[data-theme="dark"] .site-footer {
background: var(--surface) !important;
border-color: var(--line) !important;
}
.nav-badge {
display: inline-block;
background: var(--accent-2, #f2a541);
color: #1a1300;
font-size: 10px;
font-weight: 800;
letter-spacing: .02em;
padding: 1px 6px;
border-radius: 999px;
margin-left: 6px;
vertical-align: middle;
}
.pdf-editor-mount {
min-height: 500px;
display: flex;
}
.pdf-editor-loading {
margin: auto;
color: var(--muted);
font-size: 14px;
padding: 60px 20px;
}
* {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
background:
linear-gradient(180deg, #eef7f8 0, rgba(247, 251, 252, 0) 360px),
var(--bg);
color: var(--ink);
font-family: Arial, Helvetica, sans-serif;
line-height: 1.5;
}
img,
svg {
max-width: 100%;
}
a {
color: inherit;
text-decoration-color: rgba(22, 143, 132, 0.45);
text-underline-offset: 3px;
}
a:hover {
text-decoration-color: currentColor;
}
button,
input,
select,
textarea {
font: inherit;
}
button {
border: 0;
}
:focus-visible {
outline: 3px solid rgba(27, 111, 211, 0.42);
outline-offset: 2px;
}
.site-header {
position: sticky;
top: 0;
z-index: 20;
border-bottom: 1px solid var(--line);
background: rgba(247, 251, 252, 0.94);
backdrop-filter: blur(12px);
}
.header-inner,
.wrap {
width: min(1120px, calc(100% - 32px));
margin: 0 auto;
}
.header-inner {
display: flex;
align-items: center;
justify-content: space-between;
min-height: 66px;
gap: 18px;
}
.brand {
display: inline-flex;
align-items: center;
gap: 10px;
font-weight: 800;
text-decoration: none;
}
.brand img {
width: 34px;
height: 34px;
}
.nav {
display: flex;
align-items: center;
gap: 6px;
flex-wrap: wrap;
justify-content: flex-end;
}
.nav a {
padding: 8px 10px;
border-radius: 8px;
color: var(--muted);
font-size: 0.94rem;
text-decoration: none;
}
.nav a:hover,
.nav a[aria-current="page"] {
color: var(--ink);
background: var(--surface-2);
}
.hero-tool {
padding: 34px 0 28px;
border-bottom: 1px solid var(--line);
}
.pdf-hero {
padding: 42px 0 30px;
}
.tool-layout {
display: grid;
grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
gap: 22px;
align-items: start;
}
.hero-kicker {
margin: 0 0 10px;
color: var(--accent);
font-size: 0.8rem;
font-weight: 900;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.tool-layout > *,
.content-grid > * {
min-width: 0;
}
.intro h1,
.page-head h1 {
margin: 0 0 10px;
max-width: min(850px, 100%);
font-size: clamp(1.85rem, 4.7vw, 3.4rem);
line-height: 1.03;
letter-spacing: 0;
overflow-wrap: break-word;
}
.page-head h1 {
display: flex;
align-items: center;
gap: 13px;
}
.page-head h1.has-heading-icon::before {
display: none;
}
.page-head h1::before {
content: "";
flex: 0 0 auto;
width: 48px;
height: 48px;
border: 1px solid rgba(22, 143, 132, 0.25);
border-radius: 12px;
background:
linear-gradient(135deg, transparent 0 66%, rgba(255, 255, 255, 0.85) 67% 100%),
linear-gradient(180deg, #e7f4f2, #d7ece9);
box-shadow: 0 10px 20px rgba(16, 32, 42, 0.08);
}
.intro p,
.page-head p {
margin: 0;
max-width: 780px;
color: var(--muted);
font-size: 1.05rem;
}
.tool-shell {
margin-top: 22px;
border: 1px solid var(--line);
border-radius: 8px;
background: var(--surface);
box-shadow: var(--shadow);
overflow: hidden;
}
.tool-shell.flush {
margin-top: 0;
}
.upload-panel {
display: grid;
gap: 14px;
margin-top: 22px;
padding: 18px;
border: 1px solid var(--line);
border-radius: 8px;
background: var(--surface);
box-shadow: var(--shadow);
}
.upload-panel h2 {
display: flex;
align-items: center;
gap: 10px;
margin: 0;
font-size: 1.2rem;
}
.upload-panel h2.has-heading-icon::before,
.section h2.has-heading-icon::before,
.side-box h2.has-heading-icon::before {
display: none;
}
.upload-panel h2::before,
.section h2::before,
.side-box h2::before {
content: "";
flex: 0 0 auto;
width: 30px;
height: 30px;
border-radius: 8px;
background:
linear-gradient(currentColor, currentColor) 8px 9px / 14px 2px no-repeat,
linear-gradient(currentColor, currentColor) 8px 15px / 14px 2px no-repeat,
#e7f4f2;
color: var(--accent);
}
.upload-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
}
.upload-action {
display: grid;
grid-template-columns: 42px minmax(0, 1fr);
gap: 10px;
align-items: center;
min-height: 72px;
padding: 12px;
border: 1px solid var(--line);
border-radius: 8px;
background: #fbfdfd;
text-decoration: none;
}
.upload-action:hover {
border-color: rgba(22, 143, 132, 0.55);
}
.upload-action strong,
.upload-action span {
display: block;
}
.upload-action span {
color: var(--muted);
font-size: 0.88rem;
}
.tool-categories {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 16px;
}
.category-chip {
display: inline-flex;
align-items: center;
min-height: 36px;
padding: 0 11px;
border: 1px solid var(--line);
border-radius: 8px;
background: var(--surface);
color: var(--muted);
font-size: 0.9rem;
font-weight: 800;
text-decoration: none;
}
.category-chip:hover {
color: var(--ink);
border-color: rgba(22, 143, 132, 0.55);
}
.tool-tabs {
display: flex;
gap: 0;
border-bottom: 1px solid var(--line);
background: var(--surface-2);
overflow-x: auto;
}
.tool-tab {
min-height: 48px;
padding: 0 16px;
background: transparent;
color: var(--muted);
cursor: pointer;
white-space: nowrap;
border-right: 1px solid var(--line);
}
.tool-tab[aria-selected="true"] {
color: var(--ink);
background: var(--surface);
font-weight: 800;
}
.tool-panel {
padding: 18px;
}
.tool-panel h2,
.tool-panel h3 {
margin: 0 0 12px;
}
.tool-panel[hidden] {
display: none;
}
.form-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}
.field {
display: grid;
gap: 6px;
}
.field.full {
grid-column: 1 / -1;
}
label {
color: var(--muted);
font-size: 0.88rem;
font-weight: 700;
}
input,
select,
textarea {
width: 100%;
min-height: 46px;
padding: 10px 11px;
border: 1px solid var(--line);
border-radius: 8px;
background: #fff;
color: var(--ink);
}
textarea {
min-height: 150px;
resize: vertical;
}
input[type="range"] {
min-height: 30px;
padding: 0;
}
input[type="color"] {
height: 46px;
padding: 5px;
}
input[readonly] {
background: #f8fbfb;
}
.button-row {
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: center;
margin-top: 14px;
}
.button-row.compact {
margin-top: 10px;
}
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 46px;
padding: 0 15px;
border-radius: 8px;
background: var(--ink);
color: #fff;
font-weight: 800;
cursor: pointer;
text-decoration: none;
}
.btn.secondary {
background: var(--surface-2);
color: var(--ink);
border: 1px solid var(--line);
}
.btn.accent {
background: var(--accent);
}
.btn:disabled {
cursor: not-allowed;
opacity: 0.55;
}
.status-line {
margin-top: 12px;
color: var(--muted);
font-size: 0.94rem;
}
.status-line strong {
color: var(--ink);
}
.hero-actions {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 18px;
}
.trust-row {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 10px;
margin-top: 18px;
}
.trust-item {
padding: 12px;
border: 1px solid var(--line);
border-radius: 8px;
background: rgba(255, 255, 255, 0.72);
}
.trust-item strong {
display: block;
}
.trust-item span {
display: block;
color: var(--muted);
font-size: 0.88rem;
}
.mini-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
margin-top: 14px;
}
.metric {
min-height: 82px;
padding: 12px;
border: 1px solid var(--line);
border-radius: 8px;
background: #fbfdfd;
}
.metric span {
display: block;
color: var(--muted);
font-size: 0.82rem;
font-weight: 700;
}
.metric strong {
display: block;
margin-top: 4px;
font-size: 1.08rem;
overflow-wrap: anywhere;
}
.tool-list {
display: grid;
gap: 10px;
margin-top: 22px;
}
.tool-list.featured {
grid-template-columns: 1fr;
}
.tool-card {
display: grid;
grid-template-columns: 42px minmax(0, 1fr);
gap: 12px;
align-items: center;
padding: 13px;
border: 1px solid var(--line);
border-radius: 8px;
background: var(--surface);
text-decoration: none;
}
.tool-card.large {
min-height: 86px;
}
.tool-card:hover {
border-color: rgba(22, 143, 132, 0.55);
box-shadow: 0 10px 22px rgba(16, 32, 42, 0.08);
}
.tool-icon {
display: grid;
place-items: center;
width: 42px;
height: 42px;
border-radius: 8px;
background: #e7f4f2;
color: var(--accent);
font-size: 0;
font-weight: 900;
overflow: hidden;
position: relative;
}
.tool-icon.has-svg-icon::before,
.tool-icon.has-svg-icon::after {
display: none;
}
.tool-icon::before,
.directory-card::before,
.side-box a::before {
content: "";
display: block;
width: 20px;
height: 24px;
border: 2px solid currentColor;
border-radius: 4px;
background:
linear-gradient(currentColor, currentColor) 5px 7px / 10px 2px no-repeat,
linear-gradient(currentColor, currentColor) 5px 12px / 10px 2px no-repeat,
transparent;
}
.tool-icon::after {
content: "";
position: absolute;
width: 13px;
height: 3px;
border-radius: 999px;
background: currentColor;
transform: rotate(-34deg);
}
.tool-card:nth-child(2n) .tool-icon {
background: #fff1dd;
color: #a86100;
}
.tool-card strong {
display: block;
line-height: 1.2;
}
.tool-card span:last-child {
display: block;
margin-top: 2px;
color: var(--muted);
font-size: 0.9rem;
}
.page-head {
padding: 34px 0 20px;
}
.tool-directory {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 12px;
}
.pdf-tool-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 12px;
}
.pdf-tool-card {
display: grid;
align-content: start;
gap: 8px;
min-height: 158px;
padding: 16px;
border: 1px solid var(--line);
border-radius: 8px;
background: var(--surface);
text-decoration: none;
box-shadow: 0 8px 18px rgba(16, 32, 42, 0.05);
}
.pdf-tool-card:hover {
border-color: rgba(22, 143, 132, 0.55);
transform: translateY(-1px);
}
.pdf-tool-card .tool-icon {
width: 44px;
height: 44px;
}
.pdf-tool-card strong {
font-size: 1.02rem;
}
.pdf-tool-card span:last-child {
color: var(--muted);
font-size: 0.92rem;
}
.directory-card {
display: grid;
grid-template-columns: 42px minmax(0, 1fr);
align-content: start;
gap: 8px;
min-height: 146px;
padding: 15px;
border: 1px solid var(--line);
border-radius: 8px;
background: var(--surface);
color: var(--ink);
text-decoration: none;
box-shadow: 0 8px 18px rgba(16, 32, 42, 0.05);
}
.directory-card::before {
grid-row: 1 / span 3;
width: 42px;
height: 42px;
place-self: start;
padding: 9px;
border: 0;
border-radius: 8px;
background-color: #e7f4f2;
color: var(--accent);
}
.directory-card.has-card-icon::before {
display: none;
}
.directory-card:hover {
border-color: rgba(22, 143, 132, 0.55);
transform: translateY(-1px);
}
.directory-card.has-card-icon .svg-tool-icon {
grid-column: 1;
grid-row: 1 / span 3;
place-self: start;
}
.directory-card .category-label,
.directory-card strong,
.directory-card > span:not(.svg-tool-icon) {
grid-column: 2;
}
.directory-card strong {
font-size: 1.02rem;
}
.directory-card span {
color: var(--muted);
font-size: 0.92rem;
}
.category-label {
display: inline-flex;
align-items: center;
width: max-content;
min-height: 26px;
padding: 0 8px;
border-radius: 8px;
background: #e7f4f2;
color: #12675f;
font-size: 0.75rem;
font-weight: 800;
text-transform: uppercase;
}
.directory-card:nth-child(3n) .category-label {
background: #fff1dd;
color: #8a5200;
}
.directory-card:nth-child(4n) .category-label {
background: #eaf0ff;
color: #31599f;
}
.content-grid {
display: grid;
grid-template-columns: minmax(0, 1fr) 320px;
gap: 24px;
align-items: start;
}
.side-box {
position: sticky;
top: 84px;
border: 1px solid var(--line);
border-radius: 8px;
background: var(--surface);
padding: 16px;
}
.side-box h2 {
display: flex;
align-items: center;
gap: 10px;
margin: 0 0 10px;
font-size: 1.05rem;
}
.side-box a {
display: flex;
align-items: center;
gap: 9px;
padding: 8px 0;
color: var(--muted);
text-decoration: none;
}
.side-box a::before {
flex: 0 0 auto;
width: 24px;
height: 24px;
padding: 5px;
border: 0;
border-radius: 7px;
background-color: #e7f4f2;
color: var(--accent);
}
.side-box a.has-link-icon::before {
display: none;
}
.svg-tool-icon {
display: inline-grid;
flex: 0 0 auto;
width: 42px;
height: 42px;
place-items: center;
border-radius: 8px;
background: #e7f4f2;
color: var(--accent);
}
.svg-tool-icon svg {
width: 24px;
height: 24px;
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
fill: none;
}
.svg-tool-icon.small {
width: 24px;
height: 24px;
border-radius: 7px;
}
.svg-tool-icon.small svg {
width: 15px;
height: 15px;
stroke-width: 2.2;
}
.svg-tool-icon.heading {
width: 48px;
height: 48px;
border: 1px solid rgba(22, 143, 132, 0.25);
border-radius: 12px;
box-shadow: 0 10px 20px rgba(16, 32, 42, 0.08);
}
.svg-tool-icon.heading svg {
width: 27px;
height: 27px;
}
.svg-tool-icon.section-heading {
width: 30px;
height: 30px;
}
.svg-tool-icon.section-heading svg {
width: 18px;
height: 18px;
}
.upload-action:nth-child(2n) .svg-tool-icon,
.tool-card:nth-child(2n) .svg-tool-icon,
.directory-card:nth-child(3n) .svg-tool-icon {
background: #fff1dd;
color: #a86100;
}
.directory-card:nth-child(4n) .svg-tool-icon,
.pdf-tool-card:nth-child(3n) .svg-tool-icon {
background: #eaf0ff;
color: #31599f;
}
.page-head h1 .svg-tool-icon {
order: -1;
}
.side-box a .svg-tool-icon {
margin-right: 9px;
}
.upload-action[href*="merge"] .tool-icon::before,
.pdf-tool-card[href*="merge"] .tool-icon::before,
.side-box a[href*="merge"]::before {
box-shadow: 6px 4px 0 -2px currentColor;
}
.upload-action[href*="compress"] .tool-icon::before,
.pdf-tool-card[href*="compress"] .tool-icon::before,
.side-box a[href*="compress"]::before {
width: 24px;
height: 18px;
border-radius: 9px;
background: linear-gradient(currentColor, currentColor) center / 12px 2px no-repeat;
}
.pdf-tool-card[href*="split"] .tool-icon::before,
.side-box a[href*="split"]::before {
background:
linear-gradient(currentColor, currentColor) center / 2px 18px no-repeat,
linear-gradient(currentColor, currentColor) 5px 7px / 10px 2px no-repeat,
linear-gradient(currentColor, currentColor) 5px 12px / 10px 2px no-repeat;
}
.upload-action[href*="pdf-to-jpg"] .tool-icon::before,
.pdf-tool-card[href*="pdf-to-jpg"] .tool-icon::before,
.pdf-tool-card[href*="image-to-pdf"] .tool-icon::before,
.directory-card[href*="image"]::before,
.side-box a[href*="image"]::before {
border-radius: 5px;
background:
linear-gradient(135deg, transparent 58%, currentColor 59% 66%, transparent 67%) 0 0 / 100% 100% no-repeat,
linear-gradient(currentColor, currentColor) 5px 15px / 10px 2px no-repeat;
}
.pdf-tool-card[href*="sign"] .tool-icon::before,
.side-box a[href*="sign"]::before {
width: 25px;
height: 10px;
border-width: 0 0 3px;
border-radius: 0;
transform: rotate(-10deg);
background: none;
}
.pdf-tool-card[href*="rotate"] .tool-icon::before,
.side-box a[href*="rotate"]::before {
width: 22px;
height: 22px;
border-radius: 50%;
border-right-color: transparent;
transform: rotate(-25deg);
background: none;
}
.pdf-tool-card[href*="delete"] .tool-icon::before,
.side-box a[href*="delete"]::before {
width: 19px;
height: 22px;
border-radius: 3px;
background:
linear-gradient(currentColor, currentColor) center 6px / 11px 2px no-repeat,
linear-gradient(currentColor, currentColor) center 11px / 11px 2px no-repeat;
}
.pdf-tool-card[href*="watermark"] .tool-icon::before,
.side-box a[href*="watermark"]::before {
border-style: dashed;
}
.pdf-tool-card[href*="page-numbers"] .tool-icon::before,
.side-box a[href*="page-numbers"]::before {
background:
linear-gradient(currentColor, currentColor) center / 12px 2px no-repeat,
linear-gradient(90deg, transparent 0 35%, currentColor 36% 49%, transparent 50% 100%);
}
.directory-card[href*="currency"]::before,
.directory-card[href*="aed-to-inr"]::before,
.directory-card[href*="usd-to-pkr"]::before {
border-radius: 50%;
background:
linear-gradient(currentColor, currentColor) center 10px / 12px 2px no-repeat,
linear-gradient(currentColor, currentColor) center 16px / 12px 2px no-repeat;
}
.directory-card[href*="crypto"]::before {
border-radius: 50%;
background:
linear-gradient(currentColor, currentColor) center / 3px 18px no-repeat,
linear-gradient(currentColor, currentColor) center / 18px 3px no-repeat;
}
.directory-card[href*="unit"]::before,
.directory-card[href*="percentage"]::before {
background:
linear-gradient(currentColor, currentColor) 5px 7px / 13px 2px no-repeat,
linear-gradient(currentColor, currentColor) 5px 14px / 13px 2px no-repeat;
}
.directory-card[href*="time"]::before {
border-radius: 50%;
background:
linear-gradient(currentColor, currentColor) center 6px / 2px 10px no-repeat,
linear-gradient(currentColor, currentColor) 11px 13px / 8px 2px no-repeat;
}
.directory-card[href*="text-case"]::before {
background:
linear-gradient(currentColor, currentColor) 4px 6px / 15px 3px no-repeat,
linear-gradient(currentColor, currentColor) 4px 14px / 10px 2px no-repeat;
}
.directory-card[href*="color"]::before {
border-radius: 50%;
background: conic-gradient(from 45deg, currentColor 0 25%, transparent 0 50%, currentColor 0 75%, transparent 0);
}
.section {
padding: 26px 0;
}
.section h2 {
display: flex;
align-items: center;
gap: 10px;
margin: 0 0 12px;
font-size: clamp(1.35rem, 3vw, 2rem);
letter-spacing: 0;
}
.section p {
color: var(--muted);
}
.cards {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
}
.info-card {
padding: 16px;
border: 1px solid var(--line);
border-radius: 8px;
background: var(--surface);
}
.info-card h3 {
margin: 0 0 8px;
font-size: 1.02rem;
}
.info-card p {
margin: 0;
font-size: 0.95rem;
}
.popular-pairs {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 14px;
}
.pair-chip {
min-height: 38px;
padding: 0 12px;
border: 1px solid var(--line);
border-radius: 8px;
background: var(--surface);
color: var(--ink);
cursor: pointer;
text-decoration: none;
}
.result-list {
display: grid;
gap: 10px;
margin-top: 14px;
}
.drop-zone {
padding: 18px;
border: 1px dashed #a7bdc4;
border-radius: 8px;
background: #fbfdfd;
}
.drop-zone input {
margin-top: 8px;
background: #fff;
}
.editor-shell {
display: grid;
gap: 14px;
}
.editor-toolbar {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 10px;
align-items: end;
padding: 14px;
border: 1px solid var(--line);
border-radius: 8px;
background: #fbfdfd;
}
.editor-toolbar .button-row {
margin: 0;
}
.editor-workspace {
border: 1px solid var(--line);
border-radius: 8px;
background: #eaf1f3;
overflow: auto;
padding: 16px;
}
.editor-stage {
position: relative;
width: max-content;
margin: 0 auto;
background: #fff;
box-shadow: 0 12px 28px rgba(16, 32, 42, 0.18);
cursor: crosshair;
}
.editor-stage canvas {
display: block;
}
.editor-layer {
position: absolute;
inset: 0;
z-index: 4;
cursor: crosshair;
pointer-events: none;
}
.editor-text-layer {
position: absolute;
inset: 0;
z-index: 3;
cursor: crosshair;
pointer-events: auto;
}
.editor-word {
position: absolute;
display: block;
min-width: 3px;
min-height: 3px;
padding: 0;
border: 1px solid transparent;
border-radius: 2px;
background: transparent;
color: transparent;
cursor: text;
line-height: 1;
overflow: hidden;
pointer-events: auto;
white-space: nowrap;
}
.editor-word:hover,
.editor-word:focus-visible {
border-color: rgba(22, 143, 132, 0.72);
background: rgba(22, 143, 132, 0.12);
outline: none;
}
.editor-inline-input {
position: absolute;
z-index: 6;
min-height: 0;
padding: 1px 3px;
border: 2px solid var(--accent);
border-radius: 3px;
background: #fff;
color: var(--ink);
box-shadow: 0 8px 18px rgba(16, 32, 42, 0.18);
font-family: Arial, Helvetica, sans-serif;
line-height: 1;
}
.editor-annotation {
position: absolute;
z-index: 3;
min-height: 0;
padding: 3px 5px;
border: 1px solid rgba(16, 32, 42, 0.38);
border-radius: 4px;
background: rgba(255, 255, 255, 0.82);
color: var(--ink);
cursor: move;
overflow: hidden;
pointer-events: auto;
text-align: left;
}
.editor-signature {
border-color: rgba(22, 143, 132, 0.7);
font-family: Georgia, "Times New Roman", serif;
font-style: italic;
background: rgba(255, 255, 255, 0.7);
}
.editor-highlight {
background: rgba(255, 230, 65, 0.48);
border-color: rgba(201, 163, 0, 0.6);
color: #654e00;
font-size: 0.78rem;
font-weight: 800;
}
.editor-replace {
background: rgba(255, 255, 255, 0.96);
border-color: rgba(22, 143, 132, 0.55);
}
.editor-link {
background: rgba(231, 244, 242, 0.42);
border-color: #168f84;
color: #12675f;
font-size: 0.78rem;
font-weight: 800;
text-decoration: underline;
}
.editor-image {
padding: 0;
border-color: rgba(22, 143, 132, 0.7);
background: rgba(255, 255, 255, 0.4);
}
.editor-image img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
pointer-events: none;
}
.editor-line {
background: transparent;
border: 0;
font-size: 0;
}
.editor-line::before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 2px;
background: currentColor;
transform: rotate(-18deg);
transform-origin: center;
}
.editor-ellipse {
background: rgba(255, 255, 255, 0.08);
border: 2px solid currentColor;
border-radius: 50%;
color: var(--accent);
font-size: 0.78rem;
font-weight: 800;
}
.editor-redact {
background: #0b1114;
border-color: #0b1114;
color: #fff;
font-size: 0.78rem;
font-weight: 800;
}
.editor-box {
background: rgba(255, 255, 255, 0.08);
border: 2px solid currentColor;
color: var(--accent);
font-size: 0.78rem;
font-weight: 800;
}
.editor-pagebar {
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: center;
justify-content: space-between;
}
.pdf-editor-page {
background: #e8e8e8;
}
.editor-contextbar {
display: none !important;
}
.pdf-editor-page .site-header {
border-bottom: 1px solid #d1d1d1;
background: #fff;
}
.editor-app {
min-height: calc(100vh - 74px);
background: #e8e8e8;
}
.editor-pro {
gap: 0;
}
.editor-start,
.editor-titlebar {
background: #fff;
text-align: center;
}
.editor-start {
min-height: 68vh;
display: grid;
align-items: center;
padding: 42px 18px 76px;
background:
linear-gradient(176deg, #fff 0 42%, #f4f4f4 42.4% 100%);
}
.editor-start[hidden],
.editor-workbench[hidden],
.editor-applybar[hidden] {
display: none;
}
.editor-start-inner {
width: min(680px, 100%);
margin: 0 auto;
}
.editor-start h1,
.editor-titlebar h1 {
margin: 0;
color: #232a30;
font-size: clamp(2rem, 5vw, 3rem);
line-height: 1.05;
letter-spacing: 0;
}
.editor-start h1 span,
.editor-titlebar h1 span {
margin-left: 6px;
color: #4e5961;
font-size: 0.38em;
font-weight: 500;
vertical-align: top;
}
.editor-start p,
.editor-titlebar p {
margin: 8px 0 0;
color: #9aa5ac;
font-size: clamp(1.25rem, 3vw, 1.85rem);
font-weight: 500;
}
.editor-upload-button {
display: inline-flex;
min-height: 52px;
align-items: center;
justify-content: center;
gap: 14px;
margin-top: 154px;
padding: 0 28px;
border: 0;
border-radius: 5px;
background: #00b889;
color: #fff;
cursor: pointer;
font-size: 1.35rem;
font-weight: 900;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}
.editor-upload-button span {
display: inline-grid;
width: 32px;
height: 32px;
place-items: center;
border: 2px solid currentColor;
border-radius: 4px;
font-size: 0.72rem;
font-weight: 900;
}
.editor-upload-button:hover,
.editor-apply-button:hover {
background: #00a779;
}
.editor-blank-button {
display: block;
margin: 12px auto 0;
border: 0;
background: transparent;
color: #00a779;
cursor: pointer;
font: inherit;
font-size: 1rem;
}
.editor-start .editor-privacy {
width: min(640px, 100%);
margin: 46px auto 0;
color: #7e878d;
font-size: 1rem;
line-height: 1.6;
}
.editor-titlebar {
padding: 34px 16px 30px;
}
.editor-titlebar h1 {
font-size: clamp(2rem, 4vw, 2.8rem);
}
.editor-titlebar p {
font-size: clamp(1.15rem, 2.4vw, 1.75rem);
}
.editor-titlebar .status-line {
min-height: 20px;
margin-top: 10px;
color: #536068;
font-size: 0.95rem;
}
.editor-filebar {
display: grid;
grid-template-columns: auto minmax(0, 1fr) auto;
gap: 12px;
align-items: center;
padding: 10px max(14px, calc((100vw - 1120px) / 2));
border-bottom: 1px solid #d5d5d5;
background: #f7f7f7;
}
.editor-file-button {
display: inline-flex;
min-height: 34px;
align-items: center;
justify-content: center;
padding: 0 14px;
border: 1px solid #0076df;
border-radius: 4px;
background: #fff;
color: #006dcc;
cursor: pointer;
font-weight: 800;
}
.editor-filebar .status-line {
margin: 0;
color: #4e5c63;
font-size: 0.92rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.editor-commandbar,
.editor-page-actions,
.editor-floating-toolbar {
display: flex;
justify-content: center;
}
.editor-commandbar {
flex-wrap: wrap;
gap: 0;
padding: 20px 12px 14px;
background: #e8e8e8;
}
.editor-command,
.editor-icon-button,
.editor-insert-button,
.editor-floating-toolbar > button,
.editor-floating-toolbar > select,
.editor-floating-toolbar > input {
min-height: 34px;
border: 1px solid #0078e7;
border-right-width: 0;
background: #f9fcff;
color: #006dcc;
font: inherit;
font-size: 0.88rem;
}
.editor-command:first-child,
.editor-icon-button:first-child,
.editor-floating-toolbar > :first-child {
border-radius: 4px 0 0 4px;
}
.editor-command:last-child,
.editor-icon-button:last-of-type,
.editor-insert-button,
.editor-floating-toolbar > :last-child {
border-right-width: 1px;
border-radius: 0 4px 4px 0;
}
.editor-command {
display: inline-flex;
gap: 8px;
align-items: center;
justify-content: center;
padding: 0 12px;
cursor: pointer;
}
.editor-command span {
min-width: 18px;
color: #006dcc;
font-size: 0.78rem;
font-weight: 800;
text-align: center;
}
.editor-command:hover,
.editor-command.is-active,
.editor-icon-button:hover,
.editor-insert-button:hover,
.editor-floating-toolbar > button:hover,
.editor-floating-toolbar > button[aria-pressed="true"] {
background: #eaf5ff;
}
.editor-command:disabled,
.editor-icon-button:disabled,
.editor-insert-button:disabled {
color: #7a9bb7;
cursor: not-allowed;
opacity: 0.72;
}
.editor-pagebar {
justify-content: center;
padding: 8px 12px 16px;
background: #e8e8e8;
}
.editor-pagebar strong {
min-width: 54px;
color: #2990e7;
font-size: 1.5rem;
font-weight: 500;
text-align: center;
}
.editor-page-actions {
flex-wrap: wrap;
gap: 0;
}
.editor-icon-button {
min-width: 38px;
padding: 0 8px;
cursor: pointer;
}
.editor-page-actions .editor-icon-button:nth-last-child(2) {
border-right-width: 1px;
border-radius: 0 4px 4px 0;
}
.editor-insert-button {
margin-left: 14px;
padding: 0 15px;
border-right-width: 1px;
border-radius: 4px;
cursor: pointer;
}
.editor-hidden-controls {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.pdf-editor-page .editor-workspace {
min-height: 68vh;
padding: 20px 12px 86px;
border: 0;
border-radius: 0;
background: #e8e8e8;
}
.pdf-editor-page .editor-stage {
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
}
.pdf-editor-page .editor-word:hover,
.pdf-editor-page .editor-word:focus-visible {
border-color: #0078e7;
background: rgba(0, 120, 231, 0.08);
}
.pdf-editor-page .editor-inline-input {
border: 0;
border-radius: 0;
box-shadow: none;
}
.editor-floating-toolbar {
position: absolute;
z-index: 8;
align-items: center;
filter: drop-shadow(0 2px 4px rgba(0, 110, 210, 0.25));
}
.editor-floating-toolbar[hidden] {
display: none;
}
.editor-floating-toolbar > button,
.editor-floating-toolbar > select {
min-width: 42px;
padding: 0 10px;
cursor: pointer;
}
.editor-floating-toolbar > input[type="color"] {
width: 42px;
padding: 4px;
cursor: pointer;
}
.editor-resize-handle {
position: absolute;
right: -5px;
bottom: -5px;
z-index: 5;
width: 11px;
height: 11px;
border: 1px solid #0078e7;
border-radius: 50%;
background: #fff;
cursor: nwse-resize;
}
.editor-applybar {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 20;
display: flex;
justify-content: center;
padding: 14px 16px;
background: rgba(255, 244, 223, 0.96);
}
.editor-apply-button {
min-height: 48px;
padding: 0 24px;
border: 0;
border-radius: 5px;
background: #00b889;
color: #fff;
cursor: pointer;
font-size: 1.18rem;
font-weight: 900;
}
.editor-apply-button::after {
content: ">";
margin-left: 14px;
font-size: 1.3rem;
}
.editor-apply-button:disabled {
cursor: not-allowed;
opacity: 0.7;
}
.pdf-editor-page .editor-seo-content {
padding-top: 28px;
padding-bottom: 30px;
}
.tool-output {
background: #fbfdfd;
}
.color-preview {
min-height: 92px;
border: 1px solid var(--line);
border-radius: 8px;
background: var(--accent);
}
.file-result {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 10px;
align-items: center;
padding: 12px;
border: 1px solid var(--line);
border-radius: 8px;
background: #fbfdfd;
}
.file-result strong,
.file-result span {
overflow-wrap: anywhere;
}
.file-result span {
color: var(--muted);
font-size: 0.9rem;
}
.faq {
display: grid;
gap: 10px;
}
details {
border: 1px solid var(--line);
border-radius: 8px;
background: var(--surface);
padding: 0 14px;
}
summary {
min-height: 48px;
display: flex;
align-items: center;
cursor: pointer;
font-weight: 800;
}
details p {
margin: 0 0 14px;
}
.notice {
margin-top: 14px;
padding: 12px;
border-left: 4px solid var(--accent-2);
background: #fff8ed;
color: #6b4a15;
}
.site-footer {
margin-top: 34px;
border-top: 1px solid var(--line);
background: #10202a;
color: #dce8eb;
}
.footer-inner {
width: min(1120px, calc(100% - 32px));
margin: 0 auto;
padding: 28px 0;
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 18px;
}
.footer-inner p {
margin: 6px 0 0;
color: #abc0c8;
}
.footer-links {
display: flex;
flex-wrap: wrap;
gap: 12px;
justify-content: flex-end;
}
.footer-links a {
color: #dce8eb;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
@media (max-width: 860px) {
.header-inner {
align-items: flex-start;
flex-direction: column;
padding: 12px 0;
}
.nav {
justify-content: flex-start;
}
.tool-layout,
.content-grid,
.footer-inner {
grid-template-columns: 1fr;
}
.side-box {
position: static;
}
.cards,
.trust-row,
.tool-directory,
.pdf-tool-grid,
.upload-grid,
.editor-toolbar {
grid-template-columns: 1fr;
}
.editor-filebar {
grid-template-columns: 1fr;
}
.editor-commandbar,
.editor-pagebar {
justify-content: flex-start;
}
}
@media (max-width: 560px) {
.header-inner,
.wrap,
.footer-inner {
width: min(100% - 22px, 1120px);
}
.form-grid,
.mini-grid {
grid-template-columns: 1fr;
}
.tool-panel {
padding: 14px;
}
.file-result {
grid-template-columns: 1fr;
}
.editor-command,
.editor-icon-button,
.editor-insert-button {
flex: 1 1 auto;
}
.editor-floating-toolbar {
max-width: calc(100vw - 24px);
overflow-x: auto;
}
}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(15,23,42,.08)}
.site-header .wrap{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.site-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.site-nav a{padding:10px 14px;border-radius:999px;font-weight:800;color:#334155;text-decoration:none}
.site-nav a:hover{background:#f1f5f9;color:#e5322d}
.ilove-hero{min-height:430px;display:flex;align-items:center;text-align:center;background:linear-gradient(180deg,#fff7f7 0%,#fff 72%);padding:72px 0 46px;overflow:hidden;position:relative}
.ilove-hero:before{content:"";position:absolute;inset:-30% auto auto 50%;width:760px;height:760px;transform:translateX(-50%);background:radial-gradient(circle,rgba(229,50,45,.13),transparent 60%);pointer-events:none}
.hero-shell{position:relative;display:flex;flex-direction:column;align-items:center;margin-inline:auto;max-width:960px!important}
.hero-shell h1{font-size:clamp(42px,6vw,72px);line-height:.98;margin:0 auto 18px;letter-spacing:-.055em;color:#172033;max-width:920px;text-align:center}
.hero-shell p{font-size:clamp(17px,2vw,22px);max-width:760px;margin:0 auto 28px;color:#475569;text-align:center;line-height:1.55}
.hero-main-search{width:min(760px,100%);margin:0 auto 18px;background:#fff;border:1px solid rgba(229,50,45,.14);box-shadow:0 22px 70px rgba(15,23,42,.12);border-radius:22px;min-height:66px}
.hero-main-search input{font-size:17px}
.hero-quick-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:10px}
.hero-quick-actions a{background:#fff;color:#172033;border:1px solid #e2e8f0;border-radius:999px;padding:10px 16px;font-weight:800;text-decoration:none;box-shadow:0 10px 28px rgba(15,23,42,.08)}
.hero-quick-actions a:hover{background:#e5322d;color:#fff;border-color:#e5322d}
.category-strip{margin-top:34px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}
.category-tile{min-height:150px;text-align:left;border:1px solid #e5e7eb;background:#fff;border-radius:24px;padding:20px;box-shadow:0 15px 35px rgba(15,23,42,.06);transition:.22s transform,.22s box-shadow,.22s border-color;text-decoration:none;color:#172033}.category-tile:hover{transform:translateY(-4px);box-shadow:0 28px 60px rgba(15,23,42,.12);border-color:#ffc6c3}.category-tile span{font-size:32px}.category-tile strong{display:block;font-size:18px;margin:10px 0 6px}.category-tile small{color:#64748b;line-height:1.45}.tool-card{border-radius:24px}.tool-card em{background:#fff1f1;color:#c52420}.studio-section,.trust-panel{border-radius:30px;background:linear-gradient(135deg,#172033,#2a3348);color:#fff;padding:34px}.studio-section p,.trust-panel p{color:#d7e0ea}.workflow-grid article{border-radius:24px}
.currency-pro-wrap{max-width:980px;margin:0 auto}.currency-pro-card{background:#fff;border:1px solid #e2e8f0;border-radius:32px;padding:28px;box-shadow:0 30px 80px rgba(15,23,42,.12)}.currency-pro-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:22px}.currency-pro-head h2{font-size:clamp(28px,4vw,44px);margin:4px 0 8px;letter-spacing:-.04em}.currency-pro-head p{color:#64748b;margin:0;line-height:1.55}.eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:#e5322d!important}.currency-live-badge{white-space:nowrap;background:#ecfdf3;color:#047857;border:1px solid #bbf7d0;border-radius:999px;padding:9px 13px;font-weight:900}.currency-live-badge span{display:inline-block;width:9px;height:9px;border-radius:50%;background:#22c55e;margin-right:6px}.currency-pro-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:26px;padding:22px}.currency-amount-row{display:grid;grid-template-columns:1fr;gap:14px}.currency-amount-box,.currency-select-rich{display:flex;flex-direction:column;gap:8px;background:#fff;border:1px solid #dbe3ef;border-radius:20px;padding:14px}.currency-amount-box span,.currency-select-rich span{font-size:13px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#64748b}.currency-amount-box input{border:0;outline:0;font-size:34px;font-weight:900;color:#172033;width:100%}.currency-select-rich select{border:0;outline:0;background:#fff;font-size:17px;font-weight:800;color:#172033;min-height:44px;width:100%}.currency-pair-row{display:grid;grid-template-columns:1fr auto 1fr;gap:14px;align-items:end;margin-top:14px}.currency-swap-round{width:52px;height:52px;border-radius:50%;border:1px solid #dbe3ef;background:#fff;font-size:22px;font-weight:900;box-shadow:0 8px 24px rgba(15,23,42,.08);cursor:pointer}.currency-swap-round:hover{background:#e5322d;color:#fff;border-color:#e5322d}.currency-main-result{margin-top:18px;background:#fff;border-radius:22px;padding:22px;border:1px solid #e2e8f0}.currency-main-result>span{font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.currency-main-result strong{display:block;font-size:clamp(30px,5vw,50px);letter-spacing:-.04em;color:#102033;margin:6px 0}.currency-rate-meta{display:flex;gap:12px;flex-wrap:wrap;color:#475569}.currency-rate-meta b{font-weight:800;background:#f1f5f9;padding:8px 10px;border-radius:999px}.currency-rate-meta em{font-style:normal}.currency-pro-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.currency-pro-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;margin-top:18px}.currency-popular-box,.currency-chart-box{border:1px solid #e2e8f0;border-radius:24px;padding:20px;background:#fff}.currency-pair-buttons{display:flex;flex-wrap:wrap;gap:10px}.currency-pair-buttons button{border:1px solid #dbe3ef;background:#f8fafc;border-radius:999px;padding:10px 14px;font-weight:900;color:#172033;cursor:pointer}.currency-pair-buttons button:hover{background:#e5322d;border-color:#e5322d;color:#fff}.currency-mini-chart{height:120px;display:flex;align-items:end;gap:7px;margin-top:18px}.currency-mini-chart span{flex:1;border-radius:8px 8px 0 0;background:linear-gradient(180deg,#e5322d,#ffaaa6);min-height:18px}.page-wrap .category-hero,.v5-tool-page .tool-header-panel{text-align:center}.v5-tool-page .tool-header-panel{justify-content:center}.premium-uploader{max-width:920px;margin:0 auto}.dropzone{min-height:190px;border-radius:30px;border:2px dashed #f19a96;background:linear-gradient(180deg,#fff7f7,#fff);display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column}.dropzone span{font-size:24px;font-weight:900}.dropzone small{font-size:15px;color:#64748b}.advanced-settings{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin:18px 0}.advanced-settings label{display:flex;flex-direction:column;gap:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:12px}.advanced-settings input,.advanced-settings select{min-height:42px;border:1px solid #dbe3ef;border-radius:12px;padding:8px 10px;background:#fff}
.advanced-settings .settings-hint{grid-column:1/-1;margin:0;font-size:13px;color:var(--muted);line-height:1.5}
.advanced-settings .settings-hint code{background:var(--surface-2);border:1px solid var(--line);border-radius:6px;padding:1px 6px;font-size:12px}
.file-result{border:1px solid #bbf7d0;background:#f0fdf4;border-radius:18px;padding:16px;margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.file-result strong,.file-result span{display:block}
.size-compare-v61{display:flex;align-items:center;gap:8px;margin-top:8px;flex-wrap:wrap}
.size-compare-v61 .size-chip{background:#fff;border:1px solid #d1fae5;border-radius:999px;padding:3px 10px;font-size:12.5px;font-weight:800;color:#166534}
.size-compare-v61 .size-chip.accent{background:#dcfce7;border-color:#86efac}
.size-compare-v61 .size-arrow{color:#166534;font-weight:900}
.size-compare-v61 .size-saved{background:#166534;color:#fff;border-radius:999px;padding:3px 10px;font-size:12.5px;font-weight:900}
@media(max-width:1000px){.category-strip{grid-template-columns:repeat(3,1fr)}.currency-pro-grid{grid-template-columns:1fr}.currency-pair-row{grid-template-columns:1fr;}.currency-swap-round{margin:auto;transform:rotate(90deg)}}
@media(max-width:640px){.site-header .wrap{min-height:66px}.category-strip{grid-template-columns:1fr}.hero-shell h1{font-size:38px}.currency-pro-card{padding:18px;border-radius:24px}.currency-pro-head{display:block}.currency-live-badge{display:inline-flex;margin-top:14px}.currency-main-result strong{font-size:30px}}
.topbar{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(15,23,42,.08)}.topbar-inner{max-width:1180px;margin:0 auto;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 22px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#172033}.brand strong{font-size:20px;letter-spacing:-.03em}.main-menu{display:flex;align-items:center;gap:5px;flex:1;justify-content:center}.main-menu a{padding:10px 13px;border-radius:999px;color:#334155;text-decoration:none;font-weight:850}.main-menu a:hover{background:#fff1f1;color:#e5322d}.top-action{background:#e5322d;color:#fff!important;text-decoration:none;border-radius:999px;padding:11px 16px;font-weight:900;box-shadow:0 12px 30px rgba(229,50,45,.22)}.menu-toggle{display:none}.site-footer{background:#0f172a;color:#fff;margin-top:72px}.site-footer p{color:#cbd5e1}.footer-links a{color:#e2e8f0}.footer-links a:hover{color:#fff}@media(max-width:900px){.menu-toggle{display:block;border:0;background:#f1f5f9;border-radius:12px;padding:10px}.top-action{display:none}.main-menu{position:absolute;top:76px;left:14px;right:14px;background:#fff;box-shadow:0 30px 80px rgba(15,23,42,.18);border-radius:22px;padding:14px;display:none;flex-direction:column;align-items:stretch}.main-menu.open{display:flex}.main-menu a{text-align:center}}
.home-v31{background:#f8fafc;overflow:hidden}.home-hero-v31{padding:64px 0 52px;background:linear-gradient(135deg,#fff 0%,#fff5f4 48%,#eef7ff 100%);border-bottom:1px solid #edf2f7}.home-hero-inner{max-width:940px!important;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}.home-kicker{display:inline-flex;align-items:center;justify-content:center;margin:0 0 12px;padding:8px 14px;border-radius:999px;background:#fff1f1;color:#d92d28;font-weight:950;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.home-hero-inner h1{margin:0 auto 18px;font-size:clamp(38px,5vw,66px);line-height:1.02;letter-spacing:-.055em;color:#101828;max-width:900px}.home-subtitle{margin:0 auto 26px;max-width:760px;color:#475569;font-size:clamp(17px,1.8vw,21px);line-height:1.55}.home-v31 .hero-main-search{width:min(650px,100%);min-height:62px;border-radius:20px;margin:0 auto 16px;box-shadow:0 18px 48px rgba(15,23,42,.12);border:1px solid #e2e8f0}.home-v31 .hero-main-search input{font-size:16px}.v31-actions{gap:10px}.v31-actions a{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid #e5e7eb;color:#111827;border-radius:999px;padding:10px 15px;box-shadow:0 10px 25px rgba(15,23,42,.06)}.v31-actions a:hover{background:#ef312c;border-color:#ef312c;color:#fff}.home-stats-v31{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px}.home-stats-v31 article{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:18px 20px;text-align:center;box-shadow:0 14px 30px rgba(15,23,42,.05)}.home-stats-v31 strong{display:block;font-size:26px;color:#101828;letter-spacing:-.03em}.home-stats-v31 span{display:block;color:#64748b;font-weight:800;margin-top:4px}.v31-section-head{margin-top:54px;margin-bottom:18px}.v31-section-head h2{font-size:clamp(28px,3.4vw,42px);letter-spacing:-.04em}.v31-category-strip{margin-top:0;grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch}.v31-category-tile{min-height:210px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:28px;padding:24px 18px;background:#fff}.v31-category-tile span{font-size:40px;width:74px;height:74px;border-radius:22px;background:#fff1f1;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.v31-category-tile strong{font-size:18px;margin:0 0 9px}.v31-category-tile small{font-size:14px;color:#475569;line-height:1.45}.v31-featured-grid{margin-top:4px}.v31-split-section{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:center;margin-top:58px;background:#101828;color:#fff;border-radius:34px;padding:38px;box-shadow:0 24px 60px rgba(15,23,42,.14)}.v31-split-section.light{background:#fff;color:#101828;border:1px solid #e2e8f0}.v31-split-section h2{font-size:clamp(28px,3vw,42px);line-height:1.1;letter-spacing:-.04em;margin:0 0 14px}.v31-split-section p{color:#d6e0ee;font-size:17px;line-height:1.6}.v31-split-section.light p{color:#475569}.v31-link-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.v31-link-grid a{background:#fff;color:#101828;text-decoration:none;border-radius:18px;padding:16px;font-weight:950;text-align:center}.v31-link-grid a:hover{background:#ef312c;color:#fff}.v31-currency-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:26px;padding:20px;display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center}.v31-currency-preview div{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:16px}.v31-currency-preview span{display:block;color:#64748b;font-weight:900}.v31-currency-preview b{font-size:22px}.v31-currency-preview button{width:46px;height:46px;border-radius:50%;border:1px solid #dbe3ef;background:#fff;font-size:20px;font-weight:900}.v31-currency-preview a{grid-column:1/-1;text-align:center}.v31-category-block{margin-top:54px}.v31-trust-panel{margin-top:60px}
@media(max-width:1000px){.home-stats-v31{grid-template-columns:repeat(2,1fr)}.v31-category-strip{grid-template-columns:repeat(3,1fr)}.v31-split-section{grid-template-columns:1fr}.v31-currency-preview{grid-template-columns:1fr}.v31-currency-preview button{margin:auto;transform:rotate(90deg)}}@media(max-width:640px){.home-hero-v31{padding:44px 0 36px}.home-hero-inner h1{font-size:36px}.home-stats-v31,.v31-category-strip{grid-template-columns:1fr}.v31-actions a{width:100%;justify-content:center}.v31-split-section{padding:24px;border-radius:26px}.v31-link-grid{grid-template-columns:1fr}}
.home-v31{background:#f7f9fc;overflow:visible!important;}
.home-hero-v32{padding:72px 0 64px;background:linear-gradient(135deg,#fff 0%,#fff7f7 45%,#eef7ff 100%);border-bottom:1px solid #e8eef6;}
.home-hero-inner-v32{max-width:980px!important;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.home-hero-inner-v32 h1{margin:0 auto 20px;font-size:clamp(42px,5.2vw,72px);line-height:1.04;letter-spacing:-.06em;color:#111827;max-width:940px;}
.home-subtitle-v32{margin:0 auto 28px;max-width:760px;color:#334155;font-size:clamp(17px,1.7vw,21px);line-height:1.55;}
.hero-main-search-v32{width:min(660px,100%);min-height:64px;border-radius:22px;margin:0 auto 18px;background:#fff;border:1px solid #dbe3ef;box-shadow:0 18px 48px rgba(15,23,42,.10);display:flex;align-items:center;gap:14px;padding:0 22px;}
.hero-main-search-v32 span{font-size:24px;line-height:1;}
.hero-main-search-v32 input{border:0;outline:0;width:100%;font-size:16px;background:transparent;color:#111827;}
.v32-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:4px;}
.v32-actions a{display:inline-flex;align-items:center;gap:8px;text-decoration:none;background:#fff;color:#172033;border:1px solid #dbe3ef;border-radius:999px;padding:11px 17px;font-weight:900;box-shadow:0 10px 24px rgba(15,23,42,.07);}
.v32-actions a:hover{background:#ef312c;color:#fff;border-color:#ef312c;transform:translateY(-1px);}
.home-stats-v31{display:none!important;}
.v31-section-head{margin-top:52px;margin-bottom:20px;position:relative;z-index:1;}
.v31-section-head h2{color:#101828;line-height:1.15;margin-bottom:8px;}
.v31-section-head p{margin:0 auto;color:#475569;max-width:680px;}
.v31-category-strip{margin-top:0!important;position:relative;z-index:1;}
.v31-category-tile{min-height:230px;box-shadow:0 18px 45px rgba(15,23,42,.07);border:1px solid #e2e8f0;}
.v31-category-tile small{color:#475569!important;font-weight:650;}
.v31-actions a{background:#fff!important;color:#172033!important;border-color:#dbe3ef!important;}
.v31-actions a:hover{background:#ef312c!important;color:#fff!important;border-color:#ef312c!important;}
@media(max-width:640px){.home-hero-v32{padding:48px 0 40px}.home-hero-inner-v32 h1{font-size:38px}.v32-actions a{width:100%;justify-content:center}}
.home-v31{background:#f8fafc!important;}
.home-hero-v32{
padding:74px 0 68px!important;
background:linear-gradient(180deg,#ffffff 0%,#fff7f7 100%)!important;
border-bottom:1px solid #edf2f7!important;
}
.home-hero-inner-v32{max-width:980px!important;}
.home-hero-inner-v32 h1{
max-width:980px!important;
margin-bottom:18px!important;
color:#101828!important;
text-wrap:balance;
}
.home-subtitle-v32{color:#344054!important;}
.hero-main-search-v32{
border:1px solid #e5e7eb!important;
box-shadow:0 18px 48px rgba(15,23,42,.10)!important;
}
.hero-main-search-v32:focus-within{border-color:#ef4444!important;box-shadow:0 20px 52px rgba(239,68,68,.15)!important;}
.v32-actions{margin-top:6px!important;}
.v32-actions a,
.hero-quick-actions a,
.v31-actions a{
background:#ffffff!important;
color:#0f172a!important;
border:1px solid #e2e8f0!important;
box-shadow:0 10px 24px rgba(15,23,42,.08)!important;
opacity:1!important;
text-shadow:none!important;
}
.v32-actions a span{filter:none!important;opacity:1!important;}
.v32-actions a:hover,
.hero-quick-actions a:hover,
.v31-actions a:hover{
background:#ef312c!important;
color:#ffffff!important;
border-color:#ef312c!important;
box-shadow:0 14px 30px rgba(239,49,44,.22)!important;
}
.home-popular-v33{margin-top:46px;}
.home-popular-v33 .section-title{margin-bottom:16px;}
.popular-grid-v33{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;}
.popular-grid-v33 a{display:flex;flex-direction:column;gap:8px;min-height:155px;padding:20px 16px;border:1px solid #e2e8f0;border-radius:24px;background:#fff;text-decoration:none;box-shadow:0 14px 36px rgba(15,23,42,.06);transition:.18s ease;}
.popular-grid-v33 a:hover{transform:translateY(-3px);border-color:#ef312c;box-shadow:0 18px 44px rgba(239,49,44,.13);}
.popular-grid-v33 span{width:48px;height:48px;border-radius:16px;background:#fff1f1;display:flex;align-items:center;justify-content:center;font-size:24px;}
.popular-grid-v33 strong{font-size:16px;color:#101828;line-height:1.15;}
.popular-grid-v33 small{color:#64748b;line-height:1.4;font-weight:650;}
.why-v33,.faq-v33{margin-top:64px;}
.why-grid-v33{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:18px;}
.why-grid-v33 article{background:#fff;border:1px solid #e2e8f0;border-radius:26px;padding:24px;box-shadow:0 14px 36px rgba(15,23,42,.06);}
.why-grid-v33 span{width:48px;height:48px;border-radius:16px;background:#fff1f1;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:14px;}
.why-grid-v33 h3{margin:0 0 8px;color:#101828;}
.why-grid-v33 p{margin:0;color:#64748b;font-weight:650;line-height:1.55;}
.faq-grid-v33{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px;}
.faq-grid-v33 details{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:18px 20px;box-shadow:0 12px 30px rgba(15,23,42,.05);}
.faq-grid-v33 summary{cursor:pointer;font-weight:950;color:#101828;}
.faq-grid-v33 p{margin:12px 0 0;color:#64748b;font-weight:650;}
.v31-category-strip{margin-top:0!important;}
.v31-category-tile{box-shadow:0 14px 36px rgba(15,23,42,.06)!important;}
@media(max-width:1000px){.popular-grid-v33{grid-template-columns:repeat(3,1fr)}.why-grid-v33{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.home-hero-v32{padding:54px 0 46px!important}.popular-grid-v33,.why-grid-v33,.faq-grid-v33{grid-template-columns:1fr}.v32-actions a{width:100%;justify-content:center}}
.currency-wise-wrap{max-width:1060px;margin:0 auto}.currency-wise-card{background:#fff;border:1px solid #e8edf0;border-radius:30px;box-shadow:0 24px 70px rgba(15,23,42,.10);padding:28px}.currency-wise-head{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin-bottom:22px}.currency-wise-head h2{font-size:clamp(1.8rem,3vw,3rem);line-height:1.04;margin:.15rem 0 .5rem}.currency-wise-head p{margin:0;color:#64748b}.currency-live-badge{display:inline-flex;align-items:center;gap:9px;background:#ecfdf5;color:#047857;border:1px solid #bbf7d0;border-radius:999px;padding:10px 14px;font-weight:800;white-space:nowrap}.currency-live-badge span{width:9px;height:9px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.16)}.wise-converter-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:16px}.wise-amount-card,.wise-pair-card,.wise-result-card,.wise-history-card,.currency-popular-box.wide{background:#f8fafc;border:1px solid #e2e8f0;border-radius:24px;padding:18px}.wise-label{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:900;margin-bottom:8px}.wise-amount-input input{width:100%;border:0;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px;font-size:2rem;font-weight:900;color:#0f172a}.wise-quick-amounts{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.wise-quick-amounts button,.currency-range-tabs button{border:1px solid #e2e8f0;background:#fff;color:#0f172a;border-radius:999px;padding:9px 13px;font-weight:800;cursor:pointer}.wise-quick-amounts button:hover,.currency-range-tabs button.active,.currency-range-tabs button:hover{background:#ef4444;color:#fff;border-color:#ef4444}.wise-currency-select{width:100%;border:1px solid #dbe3ea;background:#fff;border-radius:16px;padding:15px 14px;font-size:1rem;font-weight:800;color:#0f172a}.wise-swap{display:grid;place-items:center;margin:12px auto;border:0;background:#ef4444;color:#fff;border-radius:50%;width:46px;height:46px;font-size:1.35rem;box-shadow:0 12px 25px rgba(239,68,68,.25);cursor:pointer}.wise-result-card{margin-top:16px;background:linear-gradient(135deg,#fff7f7,#ffffff);border-color:#fecaca}.wise-result-card>div:first-child{color:#64748b;font-weight:800}.wise-result-card strong{display:block;color:#0f172a;font-size:clamp(2rem,5vw,4rem);line-height:1.05;margin:.2rem 0 .6rem}.currency-rate-meta{display:flex;gap:10px;flex-wrap:wrap}.currency-rate-meta b{background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:8px 12px;color:#334155;font-size:.9rem}.currency-pro-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.wise-history-card{margin-top:16px}.currency-chart-area{height:240px;border:1px solid #e5e7eb;background:#fff;border-radius:18px;padding:10px;overflow:hidden}.currency-chart-area svg{width:100%;height:100%;display:block}.currency-chart-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}.currency-chart-stats span{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:10px;color:#64748b}.currency-chart-stats b{display:block;color:#0f172a}.currency-popular-box.wide{margin-top:16px}.currency-pair-buttons.wise-pairs{display:flex;gap:9px;flex-wrap:wrap}.currency-pair-buttons.wise-pairs button,.currency-pair-buttons.wise-pairs a{background:#fff;border:1px solid #e2e8f0;color:#0f172a;text-decoration:none;border-radius:999px;padding:10px 14px;font-weight:800;cursor:pointer}.currency-pair-buttons.wise-pairs button:hover,.currency-pair-buttons.wise-pairs a:hover{background:#ef4444;color:#fff;border-color:#ef4444}.currency-seo-content{margin-top:24px}.currency-seo-content a{color:#ef4444;font-weight:800}@media(max-width:820px){.currency-wise-card{padding:18px;border-radius:22px}.currency-wise-head,.wise-converter-grid{display:block}.currency-live-badge{margin-top:14px}.wise-pair-card{margin-top:14px}.currency-chart-stats{grid-template-columns:1fr}.currency-rate-meta b{width:100%}}
.acp-search-wrap{position:relative;}
.tool-search-results{position:absolute;left:0;right:0;top:calc(100% + 10px);z-index:80;background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 22px 50px rgba(15,23,42,.16);padding:8px;max-height:360px;overflow:auto;text-align:left;}
.tool-search-result{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;padding:12px 14px;border-radius:14px;text-decoration:none;color:#101828;}
.tool-search-result:hover{background:#fff1f0;color:#e5322d;}
.tool-search-result span{font-size:22px;line-height:1;}
.tool-search-result strong{font-size:15px;}
.tool-search-result small{font-size:12px;color:#667085;font-weight:800;}
.tool-search-empty{padding:14px;color:#667085;font-weight:700;}
.hero-search-box .tool-search-results{top:calc(100% + 12px);}
@media(max-width:640px){.tool-search-results{position:fixed;left:14px;right:14px;top:120px;}.tool-search-result{grid-template-columns:34px 1fr}.tool-search-result small{display:none;}}
.topbar .main-menu{gap:4px;overflow:visible;position:relative;z-index:90}.nav-item{position:relative;display:flex;align-items:center}.nav-trigger,.nav-link-plain{appearance:none;border:0;background:transparent;padding:10px 13px;border-radius:999px;color:#334155;text-decoration:none;font-weight:850;font:inherit;cursor:pointer;display:flex;align-items:center;gap:5px;white-space:nowrap}.nav-trigger:hover,.nav-link-plain:hover,.nav-item.open>.nav-trigger,.nav-item:hover>.nav-trigger{background:#fff1f1;color:#e5322d}.nav-trigger span{font-size:12px;line-height:1;transition:transform .18s ease}.nav-item.open>.nav-trigger span,.nav-item:hover>.nav-trigger span{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:calc(100% + 12px);left:0;min-width:250px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:20px;box-shadow:0 24px 70px rgba(15,23,42,.18);padding:10px;display:none;z-index:999}.nav-item:hover>.nav-dropdown-menu,.nav-item.open>.nav-dropdown-menu{display:block}.nav-dropdown-menu:before{content:"";position:absolute;top:-10px;left:24px;width:18px;height:18px;background:#fff;border-left:1px solid rgba(15,23,42,.08);border-top:1px solid rgba(15,23,42,.08);transform:rotate(45deg)}.nav-dropdown-menu a{display:flex!important;align-items:center;justify-content:space-between;width:100%;box-sizing:border-box;padding:11px 12px!important;border-radius:12px!important;color:#172033!important;text-decoration:none!important;font-weight:850!important;text-align:left!important;background:transparent!important}.nav-dropdown-menu a:hover{background:#fff1f1!important;color:#e5322d!important}.nav-dropdown-menu a:last-child{margin-top:6px;border-top:1px solid #f1f5f9;color:#e5322d!important}@media(max-width:1060px){.topbar-inner{gap:12px}.nav-trigger,.nav-link-plain{padding:10px 10px;font-size:14px}.top-action{padding:10px 13px}}@media(max-width:900px){.main-menu .nav-item{display:block;width:100%}.nav-trigger,.nav-link-plain{width:100%;justify-content:space-between;border-radius:14px;padding:14px!important;text-align:left}.nav-dropdown-menu{position:static;display:none;min-width:0;width:100%;box-shadow:none;border:0;border-radius:16px;background:#f8fafc;margin:2px 0 8px;padding:8px}.nav-item.open>.nav-dropdown-menu{display:block}.nav-item:hover>.nav-dropdown-menu{display:none}.nav-item.open:hover>.nav-dropdown-menu{display:block}.nav-dropdown-menu:before{display:none}.nav-dropdown-menu a{padding:10px 12px!important;font-size:14px!important}.main-menu.open{overflow:visible}}
:root{
--acp-page-width: min(1440px, 95vw);
--acp-red: #ef4444;
--acp-red-dark: #dc2626;
--acp-ink: #0f172a;
--acp-muted: #64748b;
--acp-line: #e5e7eb;
--acp-soft: #fff7f7;
--acp-card-shadow: 0 24px 70px rgba(15, 23, 42, .10);
}
.wrap,
.currency-page-wide,
.currency-v39,
.page-wrap,
.tool-page,
.home-popular-v33,
.category-block,
.faq-section,
.related-panel{
width: var(--acp-page-width) !important;
max-width: var(--acp-page-width) !important;
}
.v53-dashboard{
display:block;
width:100%;
}
.dashboard-progress-rail{
display:grid;
grid-template-columns: repeat(5, 1fr);
gap:10px;
margin-bottom:18px;
}
.dashboard-progress-rail span{
display:flex;
align-items:center;
justify-content:center;
min-height:42px;
padding:8px 10px;
border:1px solid var(--acp-line);
border-radius:999px;
background:#fff;
color:#475569;
font-size:13px;
font-weight:800;
}
.dashboard-progress-rail span.active,
.dashboard-progress-rail span.done{
background:linear-gradient(135deg, var(--acp-red), #fb7185);
border-color:transparent;
color:#fff;
box-shadow:0 12px 26px rgba(239,68,68,.20);
}
.dashboard-grid{
display:grid;
grid-template-columns: minmax(0, 1.55fr) minmax(360px, .85fr);
gap:22px;
align-items:stretch;
}
.dashboard-panel{
background:#fff;
border:1px solid rgba(226,232,240,.9);
border-radius:28px;
box-shadow:var(--acp-card-shadow);
padding:26px;
}
.panel-kicker{
display:inline-flex;
align-items:center;
gap:8px;
color:var(--acp-red-dark);
background:#fff1f2;
border:1px solid #fecdd3;
border-radius:999px;
padding:6px 10px;
font-size:12px;
font-weight:900;
text-transform:uppercase;
letter-spacing:.06em;
}
.dashboard-panel h2{
margin:14px 0 8px;
color:var(--acp-ink);
font-size:26px;
letter-spacing:-.03em;
}
.dashboard-panel p{
margin:0 0 18px;
color:var(--acp-muted);
line-height:1.65;
}
.pro-dropzone-v53{
min-height:240px !important;
border:2px dashed #fecaca !important;
border-radius:26px !important;
background:linear-gradient(180deg,#fff,#fff5f5) !important;
display:flex !important;
flex-direction:column !important;
align-items:center !important;
justify-content:center !important;
gap:10px !important;
transition:.2s ease !important;
cursor:pointer;
}
.pro-dropzone-v53:hover{
border-color:var(--acp-red) !important;
transform:translateY(-2px);
box-shadow:0 18px 40px rgba(239,68,68,.10);
}
.pro-dropzone-v53 .drop-icon{
width:64px;
height:64px;
border-radius:22px;
display:grid;
place-items:center;
background:linear-gradient(135deg,var(--acp-red),#fb7185);
color:#fff;
font-size:28px;
box-shadow:0 20px 35px rgba(239,68,68,.24);
}
.pro-dropzone-v53 strong{
font-size:20px;
color:var(--acp-ink);
}
.v53-file-queue{
margin-top:18px;
display:grid;
gap:10px;
}
.v53-file-queue strong,
.v53-file-item{
display:grid;
grid-template-columns:42px 1fr auto;
gap:12px;
align-items:center;
padding:12px;
border:1px solid var(--acp-line);
border-radius:18px;
background:#fff;
color:#0f172a;
}
.v53-file-icon{
width:42px;
height:42px;
border-radius:14px;
display:grid;
place-items:center;
background:#fff1f2;
color:var(--acp-red-dark);
font-weight:900;
}
.v53-file-meta span{
display:block;
font-weight:900;
color:#0f172a;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.v53-file-meta small,
.v53-file-queue small{
display:block;
color:#64748b;
font-weight:700;
font-size:12px;
}
.v53-settings{
display:grid;
gap:12px;
margin:0 0 18px;
}
.v53-settings label{
display:grid;
gap:7px;
color:#334155;
font-weight:800;
}
.v53-settings label span{
font-size:13px;
}
.v53-settings input,
.v53-settings select{
width:100%;
min-height:48px;
border:1px solid #e2e8f0;
border-radius:16px;
padding:0 14px;
background:#fff;
color:#0f172a;
font-weight:800;
}
.default-options-v53{
display:grid;
gap:10px;
padding:14px;
border-radius:18px;
background:#f8fafc;
border:1px solid #e2e8f0;
}
.default-options-v53 span{
color:#334155;
font-weight:800;
}
.big-convert-v53{
width:100%;
min-height:54px;
border-radius:18px !important;
font-size:16px;
font-weight:900;
}
.conversion-status-panel-v53{
margin-top:22px;
background:linear-gradient(180deg,#ffffff,#fffafa);
}
.progress-head-v53{
display:flex;
align-items:center;
justify-content:space-between;
gap:14px;
margin-bottom:14px;
}
.progress-head-v53 h2{
margin:10px 0 0;
}
.progress-head-v53 strong{
min-width:78px;
height:78px;
display:grid;
place-items:center;
border-radius:26px;
color:#fff;
background:linear-gradient(135deg,var(--acp-red),#fb7185);
box-shadow:0 18px 32px rgba(239,68,68,.24);
font-size:18px;
}
.v53-progress[hidden]{display:none !important;}
.v53-progress .progress-track{
height:14px;
border-radius:999px;
overflow:hidden;
background:#fee2e2;
border:1px solid #fecaca;
}
.v53-progress .progress-track span{
display:block;
height:100%;
width:0;
border-radius:999px;
background:linear-gradient(90deg,var(--acp-red),#fb7185,#f97316);
transition:width .25s ease;
}
.v53-progress-steps{
list-style:none;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:10px;
padding:0;
margin:16px 0 0;
}
.v53-progress-steps li{
padding:10px;
border-radius:14px;
background:#fff;
border:1px solid #e2e8f0;
color:#64748b;
text-align:center;
font-size:12px;
font-weight:900;
}
.v53-progress-steps li.active{
color:#dc2626;
background:#fff1f2;
border-color:#fecaca;
}
.v53-progress-steps li.done{
color:#15803d;
background:#f0fdf4;
border-color:#bbf7d0;
}
.download-results-v53 .file-result,
[data-server-results] .file-result{
display:flex;
align-items:center;
justify-content:space-between;
gap:18px;
margin-top:16px;
padding:18px;
border:1px solid #bbf7d0;
background:#f0fdf4;
border-radius:20px;
}
.download-results-v53 .file-result strong,
[data-server-results] .file-result strong{
display:block;
color:#14532d;
font-size:16px;
}
.download-results-v53 .file-result span,
[data-server-results] .file-result span{
display:block;
color:#166534;
margin-top:4px;
}
.recent-jobs-v53{
margin-top:18px;
padding:16px;
border:1px solid #e2e8f0;
border-radius:20px;
background:#f8fafc;
}
.recent-jobs-v53 h3{
margin:0 0 10px;
font-size:15px;
color:#0f172a;
}
.recent-job-v53{
display:flex;
align-items:center;
justify-content:space-between;
gap:12px;
padding:10px 0;
border-top:1px solid #e2e8f0;
color:#334155;
font-size:13px;
font-weight:800;
}
.recent-job-v53:first-child{border-top:0;}
.recent-job-v53 a{color:#dc2626;text-decoration:none;}
@media (max-width: 900px){
.dashboard-progress-rail{grid-template-columns:1fr 1fr;}
.dashboard-grid{grid-template-columns:1fr;}
.dashboard-panel{padding:20px;border-radius:22px;}
.v53-progress-steps{grid-template-columns:1fr 1fr;}
.progress-head-v53{align-items:flex-start;}
}
.v54-dashboard.dashboard-visible{display:block!important;opacity:1!important;visibility:visible!important;}
.v54-dashboard-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 18px;padding:16px 18px;border:1px solid #fee2e2;background:linear-gradient(135deg,#fff,#fff7f7);border-radius:20px;box-shadow:0 14px 35px rgba(15,23,42,.06)}
.v54-dashboard-title span{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#ef4444}
.v54-dashboard-title strong{font-size:18px;color:#0f172a}
.v54-dashboard .dashboard-progress-rail{margin-bottom:18px;position:relative;z-index:2;}
.v54-dashboard .dashboard-progress-rail span{color:#334155;background:#fff;border:1px solid #e5e7eb;font-weight:800;box-shadow:0 8px 20px rgba(15,23,42,.04)}
.v54-dashboard .dashboard-progress-rail span.active,.v54-dashboard .dashboard-progress-rail span.done{background:#ef4444;color:#fff;border-color:#ef4444;}
.v54-dashboard-grid{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr)!important;align-items:start;}
.v54-preview-panel{margin-top:16px;border:1px dashed #fca5a5;background:#fff;border-radius:18px;padding:14px;}
.v54-preview-panel h3{margin:0 0 10px;font-size:15px;color:#0f172a;}
.v54-preview-card{display:grid;grid-template-columns:56px 1fr;gap:12px;align-items:center;padding:12px;background:#f8fafc;border-radius:16px;border:1px solid #e5e7eb;}
.v54-preview-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#fee2e2;color:#dc2626;font-weight:900;font-size:14px;}
.v54-preview-card strong{display:block;color:#0f172a;word-break:break-word;}
.v54-preview-card small{display:block;color:#64748b;margin-top:4px;}
.v54-dashboard .conversion-status-panel-v53{margin-top:20px;border-top:4px solid #ef4444;}
.v54-dashboard .v54-convert-btn{width:100%;justify-content:center;margin-top:8px;font-size:16px;padding:15px 20px;border-radius:16px;}
.v54-dashboard .status{font-weight:800;color:#334155;}
@media(max-width:900px){.v54-dashboard-title{display:block}.v54-dashboard-title strong{display:block;margin-top:6px}.v54-dashboard-grid{grid-template-columns:1fr!important;}}
.v55-workflow{background:transparent;border:0;box-shadow:none;padding:0;display:block;max-width:1240px;margin:0 auto;}
.v55-stepper{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:0 0 22px;}
.v55-stepper span{display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #e5e7eb;background:#fff;color:#64748b;border-radius:999px;padding:12px 10px;font-weight:900;font-size:.92rem;box-shadow:0 8px 22px rgba(15,23,42,.04)}
.v55-stepper b{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#f1f5f9;color:#0f172a;font-size:.78rem}
.v55-stepper span.active{background:#ef4444;border-color:#ef4444;color:#fff;box-shadow:0 16px 34px rgba(239,68,68,.22)}
.v55-stepper span.done{background:#fee2e2;border-color:#fecaca;color:#b91c1c}.v55-stepper span.done b,.v55-stepper span.active b{background:#fff;color:#ef4444}
.v55-upload-stage,.v55-workspace-stage,.v55-processing-stage,.v55-download-stage{animation:v55Fade .22s ease both}.v55-workspace-stage[hidden],.v55-processing-stage[hidden],.v55-download-stage[hidden]{display:none!important}@keyframes v55Fade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.v55-upload-card,.v55-processing-card,.v55-download-card,.v55-preview-card,.v55-options-card{background:#fff;border:1px solid #e5e7eb;border-radius:28px;box-shadow:0 22px 60px rgba(15,23,42,.08);padding:28px}.v55-upload-card{text-align:center;max-width:780px;margin:0 auto}.v55-upload-card h2,.v55-processing-card h2,.v55-download-card h2,.v55-preview-card h2,.v55-options-card h2{margin:6px 0 8px;color:#0f172a}.v55-upload-card p,.v55-options-card p{color:#52637a;max-width:640px;margin:0 auto 18px;line-height:1.65}
.v55-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:270px;border:2px dashed #fecaca;border-radius:26px;background:linear-gradient(180deg,#fff7f7,#fff);cursor:pointer;transition:.2s}.v55-dropzone:hover{border-color:#ef4444;box-shadow:0 18px 40px rgba(239,68,68,.12);transform:translateY(-2px)}.v55-dropzone input{display:none}.v55-drop-icon{width:68px;height:68px;border-radius:22px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ef4444,#fb7185);color:#fff;font-size:30px;box-shadow:0 16px 38px rgba(239,68,68,.25);margin-bottom:16px}.v55-dropzone strong{font-size:1.25rem}.v55-dropzone small{margin-top:8px;color:#64748b;font-weight:750}
.v55-workspace-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(340px,.75fr);gap:24px;align-items:start}.v55-panel-head{display:flex;align-items:center;gap:14px;margin-bottom:16px}.v55-panel-head h2{margin:0}.v55-preview-content{border:1px solid #e2e8f0;background:#f8fafc;border-radius:22px;padding:18px;min-height:240px;display:flex;align-items:center;justify-content:center}.v55-preview-card-inner{display:grid;grid-template-columns:92px 1fr;gap:18px;align-items:center;width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:18px}.v55-preview-icon{width:92px;height:92px;border-radius:24px;display:flex;align-items:center;justify-content:center;background:#fee2e2;color:#dc2626;font-weight:1000;font-size:1.05rem}.v55-preview-meta strong{display:block;font-size:1.15rem;color:#0f172a;word-break:break-word}.v55-preview-meta small{display:block;margin-top:6px;color:#64748b}.v55-preview-meta ul{margin:14px 0 0;padding:0;list-style:none;display:grid;gap:8px}.v55-preview-meta li{display:flex;justify-content:space-between;border-top:1px solid #f1f5f9;padding-top:8px;color:#475569;font-size:.92rem}.v55-options-card .v53-settings{background:#f8fafc;border:1px solid #e5e7eb;border-radius:22px;padding:18px;margin:16px 0}.v55-convert-btn{width:100%;padding:16px 22px;font-size:1.05rem;border-radius:18px;box-shadow:0 16px 34px rgba(239,68,68,.2)}
.v55-processing-card{max-width:900px;margin:0 auto}.v55-processing-card .progress-head-v53{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.v55-processing-card [data-progress-percent]{width:88px;height:88px;border-radius:28px;background:linear-gradient(135deg,#ef4444,#fb7185);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.35rem;box-shadow:0 18px 42px rgba(239,68,68,.25)}.v55-processing-card .v53-progress{display:block!important;margin-top:20px}.v55-processing-card .progress-track{height:16px;border-radius:999px;background:#fee2e2;overflow:hidden}.v55-processing-card .progress-track span{height:100%;display:block;border-radius:999px;background:linear-gradient(90deg,#ef4444,#f43f5e,#fb7185);transition:width .3s ease}.v55-processing-card .v53-progress-steps{grid-template-columns:repeat(4,1fr);margin-top:18px}
.v55-download-card{max-width:850px;margin:0 auto;text-align:left}.v55-download-card .download-results-v53{margin:18px 0}.v55-download-card .file-result{display:flex!important;align-items:center;justify-content:space-between;gap:18px;border:1px solid #bbf7d0;background:#f0fdf4;border-radius:22px;padding:20px}.v55-download-card .file-result strong{display:block;font-size:1.15rem;color:#065f46}.v55-download-card .file-result span{color:#166534}.v55-download-card .file-result a{background:#ef4444;color:#fff!important;border-radius:14px;padding:12px 20px;text-decoration:none;font-weight:900}.v55-recent{margin-top:24px;background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:18px;box-shadow:0 12px 30px rgba(15,23,42,.05)}
.v55-workflow.is-processing .v55-workspace-stage,.v55-workflow.is-processing .v55-upload-stage{display:none!important}.v55-workflow.is-done .v55-workspace-stage,.v55-workflow.is-done .v55-upload-stage,.v55-workflow.is-done .v55-processing-stage{display:none!important}.v55-workflow.has-file .v55-upload-stage{display:none!important}.v55-workflow.has-file .v55-workspace-stage{display:block!important}.v55-workflow.is-processing .v55-processing-stage{display:block!important}.v55-workflow.is-done .v55-download-stage{display:block!important}
@media(max-width:900px){.v55-stepper{grid-template-columns:1fr 1fr}.v55-workspace-grid{grid-template-columns:1fr}.v55-upload-card,.v55-preview-card,.v55-options-card,.v55-processing-card,.v55-download-card{padding:22px}.v55-preview-card-inner{grid-template-columns:1fr}.v55-processing-card .v53-progress-steps{grid-template-columns:1fr 1fr}}@media(max-width:560px){.v55-stepper{grid-template-columns:1fr}.v55-dropzone{min-height:220px}.v55-processing-card [data-progress-percent]{width:72px;height:72px}.v55-download-card .file-result{flex-direction:column;align-items:flex-start}.v55-download-card .file-result a{width:100%;text-align:center}}
.v55-workflow{max-width:min(1440px,95vw);}
.v55-workspace-grid{grid-template-columns:minmax(0,1.65fr) minmax(360px,.65fr);gap:28px;}
.v55-preview-content{min-height:430px;align-items:stretch;justify-content:stretch;padding:0;background:#f8fafc;overflow:hidden;}
.v56-preview-shell{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:0;width:100%;min-height:430px;background:#fff;border-radius:22px;overflow:hidden;}
.v56-preview-main{background:linear-gradient(180deg,#f8fafc,#eef2f7);display:flex;align-items:center;justify-content:center;padding:24px;position:relative;min-width:0;}
.v56-preview-main canvas{max-width:100%;max-height:380px;width:auto!important;height:auto!important;background:#fff;border-radius:10px;box-shadow:0 18px 48px rgba(15,23,42,.18);}
.v56-image-preview{max-width:100%;max-height:380px;object-fit:contain;background:#fff;border-radius:14px;box-shadow:0 18px 48px rgba(15,23,42,.16);}
.v56-file-info{background:#fff;border-left:1px solid #e5e7eb;padding:24px;display:flex;flex-direction:column;justify-content:center;}
.v56-file-badge{width:58px;height:58px;border-radius:18px;background:#fee2e2;color:#dc2626;display:inline-flex;align-items:center;justify-content:center;font-weight:1000;margin-bottom:16px;}
.v56-file-info h3{font-size:1.15rem;line-height:1.25;margin:0 0 8px;color:#0f172a;word-break:break-word;}
.v56-file-info p{margin:0 0 18px;color:#64748b;font-weight:750;}
.v56-file-info ul{list-style:none;padding:0;margin:0;display:grid;gap:10px;}
.v56-file-info li{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #f1f5f9;padding-top:10px;color:#64748b;font-size:.93rem;}
.v56-file-info li strong{color:#0f172a;text-align:right;}
.v56-doc-placeholder,.v56-pdf-loading{width:min(420px,92%);min-height:260px;border:1px dashed #cbd5e1;border-radius:24px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;color:#475569;}
.v56-doc-placeholder span,.v56-pdf-loading span{width:74px;height:74px;border-radius:24px;background:#fee2e2;color:#dc2626;display:flex;align-items:center;justify-content:center;font-weight:1000;font-size:1.1rem;}
.v56-pdf-loading strong{color:#0f172a;}
.v56-page-tools{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:12px;background:rgba(15,23,42,.86);color:#fff;border-radius:999px;padding:8px 12px;box-shadow:0 10px 30px rgba(15,23,42,.2);font-size:.9rem;}
.v56-page-tools button{width:28px;height:28px;border:0;border-radius:50%;background:#fff;color:#0f172a;font-weight:1000;}
.v55-preview-card .v53-file-queue{display:none!important;}
.v55-options-card{position:sticky;top:92px;}
.v55-options-card .v53-settings{background:#fff;border-color:#e2e8f0;}
.v55-stepper span.done{background:#fff1f2;color:#e11d48;border-color:#fecdd3;}
.v55-stepper span.active{background:#ef4444;color:#fff;}
@media(max-width:1100px){.v56-preview-shell{grid-template-columns:1fr}.v56-file-info{border-left:0;border-top:1px solid #e5e7eb}.v55-options-card{position:static}.v55-preview-content{min-height:unset}.v56-preview-main{min-height:360px}}
@media(max-width:700px){.v55-workflow{max-width:95vw}.v56-preview-main{padding:14px;min-height:300px}.v56-file-info{padding:18px}.v55-stepper{grid-template-columns:1fr 1fr}.v55-stepper span{font-size:.82rem}.v56-page-tools{position:static;transform:none;margin-top:12px}}
.v55-workflow{max-width:min(1440px,96vw)!important;}
.v55-stepper{position:relative;margin-bottom:24px;}
.v55-stepper span{min-height:48px;background:#fff!important;color:#334155!important;border-color:#e2e8f0!important;box-shadow:0 10px 28px rgba(15,23,42,.05)!important;}
.v55-stepper span.done{background:#fff7f7!important;color:#b91c1c!important;border-color:#fecaca!important;}
.v55-stepper span.active{background:#ef4444!important;color:#fff!important;border-color:#ef4444!important;box-shadow:0 18px 40px rgba(239,68,68,.24)!important;}
.v55-workspace-grid{grid-template-columns:minmax(0,1fr);gap:22px;}
.v55-preview-card,.v55-options-card{border-radius:30px;border:1px solid #e2e8f0;box-shadow:0 24px 70px rgba(15,23,42,.08);}
.v55-preview-content{min-height:560px;border-radius:24px;background:#f8fafc;border:1px solid #e5e7eb;}
.v57-preview-shell{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:0;width:100%;min-height:560px;background:#fff;border-radius:24px;overflow:hidden;}
.v57-preview-main{position:relative;display:flex;align-items:center;justify-content:center;min-height:560px;padding:72px 26px 28px;background:linear-gradient(180deg,#f8fafc 0%,#eef2f7 100%);overflow:auto;}
.v57-preview-toolbar{position:absolute;top:16px;left:50%;transform:translateX(-50%);z-index:4;display:flex;align-items:center;gap:8px;background:rgba(15,23,42,.92);color:#fff;border-radius:999px;padding:8px 10px;box-shadow:0 18px 46px rgba(15,23,42,.22);white-space:nowrap;}
.v57-preview-toolbar button,.v57-preview-toolbar span,.v57-preview-toolbar strong{height:30px;border:0;border-radius:999px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:.86rem;}
.v57-preview-toolbar button{background:#fff;color:#111827;cursor:pointer;}
.v57-preview-toolbar button:disabled{opacity:.45;cursor:not-allowed;}
.v57-preview-toolbar span{background:rgba(255,255,255,.12);color:#fff;}
.v57-canvas-wrap{width:100%;display:flex;align-items:center;justify-content:center;min-height:430px;}
.v57-canvas-wrap canvas{max-width:100%;height:auto!important;width:auto!important;background:#fff;border-radius:12px;box-shadow:0 24px 68px rgba(15,23,42,.22);}
.v57-image-preview{max-width:100%;max-height:470px;object-fit:contain;background:#fff;border-radius:16px;box-shadow:0 24px 68px rgba(15,23,42,.18);}
.v57-inspector{border-left:1px solid #e5e7eb;background:#fff;padding:28px;display:flex;flex-direction:column;justify-content:flex-start;}
.v57-inspector .v56-file-badge{background:linear-gradient(135deg,#ef4444,#fb7185);color:#fff;box-shadow:0 14px 34px rgba(239,68,68,.22);}
.v57-inspector h3{font-size:1.18rem;margin-bottom:8px;line-height:1.25;}
.v57-inspector p{font-weight:750;color:#64748b;margin-bottom:18px;}
.v57-inspector ul{display:grid;gap:0;margin:0;padding:0;list-style:none;}
.v57-inspector li{display:flex;justify-content:space-between;gap:14px;padding:12px 0;border-top:1px solid #f1f5f9;color:#64748b;font-size:.92rem;}
.v57-inspector li strong{color:#0f172a;text-align:right;font-weight:900;}
.v57-doc-placeholder{min-height:320px;}
.v57-smart-note{background:#fff7ed;border:1px solid #fed7aa;border-radius:16px;padding:14px 15px;margin-bottom:14px;color:#9a3412;display:grid;gap:4px;}
.v57-smart-note strong{color:#7c2d12;}
.v57-smart-note span{font-size:.9rem;line-height:1.45;}
.v55-options-card{position:static!important;}
.v55-options-card .v53-settings{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:24px!important;}
.v55-options-card .v53-settings label{margin:0!important;}
.v55-convert-btn{max-width:360px;margin-left:auto;display:flex;justify-content:center;}
.v55-processing-card{max-width:980px;border-radius:32px;}
.v55-processing-card .v53-progress-steps li{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:14px 10px;font-weight:900;text-align:center;color:#64748b;}
.v55-processing-card .v53-progress-steps li.done{background:#ecfdf5;color:#047857;border-color:#bbf7d0;}
.v55-processing-card .v53-progress-steps li.active{background:#fff1f2;color:#e11d48;border-color:#fecdd3;}
.v57-download-center{border:1px solid #bbf7d0!important;background:linear-gradient(180deg,#fff,#f0fdf4)!important;}
.v55-download-card{border-radius:32px;}
.v55-upload-card{border-radius:32px;}
.v55-dropzone{min-height:310px;}
.v55-workflow.has-file .v55-workspace-stage{display:block!important;}
.v55-workflow.is-processing .v55-workspace-stage,.v55-workflow.is-processing .v55-upload-stage{display:none!important;}
.v55-workflow.is-done .v55-workspace-stage,.v55-workflow.is-done .v55-upload-stage,.v55-workflow.is-done .v55-processing-stage{display:none!important;}
@media(max-width:1100px){.v57-preview-shell{grid-template-columns:1fr}.v57-inspector{border-left:0;border-top:1px solid #e5e7eb}.v57-preview-main{min-height:420px}.v55-convert-btn{max-width:none;width:100%;}}
@media(max-width:720px){.v55-stepper{grid-template-columns:1fr 1fr}.v57-preview-toolbar{position:static;transform:none;margin-bottom:14px;flex-wrap:wrap;border-radius:18px}.v57-preview-main{display:block;text-align:center;padding:16px;min-height:360px}.v57-canvas-wrap{min-height:300px}.v57-inspector{padding:20px}.v55-preview-content{min-height:unset}.v57-preview-shell{min-height:unset}.v55-options-card .v53-settings{grid-template-columns:1fr}}
.recent-jobs-head-v58{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;}
.recent-jobs-head-v58 h3{margin:0;}
.recent-clear-v58{border:1px solid #fee2e2;background:#fff;color:#dc2626;border-radius:999px;padding:8px 14px;font-weight:800;cursor:pointer;}
.recent-clear-v58:hover{background:#fee2e2;}
.pdf-studio-page{background:linear-gradient(180deg,#fff7f7 0,#ffffff 260px);padding-bottom:70px}.studio-hero-v61{display:grid;grid-template-columns:minmax(0,1.3fr) 420px;gap:32px;align-items:center;padding:56px 0 34px}.studio-kicker-v61{display:inline-flex;align-items:center;border:1px solid #fecaca;background:#fff;color:#dc2626;border-radius:999px;padding:8px 14px;font-weight:800;margin-bottom:16px}.studio-hero-v61 h1{font-size:clamp(34px,4.5vw,62px);line-height:1.02;margin:0 0 16px;color:#111827;letter-spacing:-.04em}.studio-hero-v61 p{font-size:18px;line-height:1.7;color:#475569;max-width:760px;margin:0}.studio-actions-v61{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.studio-hero-card-v61{background:#fff;border:1px solid #fee2e2;border-radius:28px;box-shadow:0 24px 60px rgba(127,29,29,.12);padding:24px;display:grid;gap:12px}.studio-hero-card-v61 strong{font-size:22px;color:#111827}.studio-hero-card-v61 span{background:#fff7f7;border:1px solid #fecaca;border-radius:16px;padding:14px;font-weight:800;color:#991b1b}.studio-shell-v61{display:grid;grid-template-columns:300px minmax(0,1fr);gap:22px;align-items:start}.studio-toolrail-v61,.studio-main-v61,.studio-info-v61{background:#fff;border:1px solid #e5e7eb;border-radius:28px;box-shadow:0 18px 50px rgba(15,23,42,.06)}.studio-toolrail-v61{position:sticky;top:94px;padding:18px}.studio-toolrail-v61 h2{font-size:16px;margin:4px 0 14px;color:#111827}.studio-tool-list-v61{display:grid;gap:8px}.studio-tool-btn-v61{border:1px solid #eef2f7;background:#fff;border-radius:16px;padding:12px 13px;display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer;color:#0f172a;transition:.2s ease;font-family:inherit}.studio-tool-btn-v61 span{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:#f8fafc}.studio-tool-btn-v61 b{font-size:14px}.studio-tool-btn-v61:hover,.studio-tool-btn-v61.active{border-color:#ef4444;background:#fff5f5;box-shadow:0 12px 28px rgba(239,68,68,.12)}.studio-main-v61{padding:0;overflow:hidden}.studio-toolbar-v61{display:flex;justify-content:space-between;gap:16px;align-items:center;border-bottom:1px solid #edf2f7;padding:18px 22px;background:#fff}.studio-toolbar-v61 strong{display:block;font-size:20px;color:#111827}.studio-toolbar-v61 small{display:block;margin-top:3px;color:#64748b}.studio-toolbar-actions-v61{display:flex;gap:10px;align-items:center}.studio-toolbar-actions-v61 button,.studio-toolbar-actions-v61 a{border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:9px 13px;color:#334155;text-decoration:none;font-weight:800;cursor:pointer}.studio-workflow-v61{padding:22px}.studio-preview-grid-v61{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px}.studio-preview-panel-v61,.studio-inspector-v61,.studio-progress-v61,.studio-download-v61{border:1px solid #e5e7eb;background:#fbfdff;border-radius:24px;padding:18px}.studio-drop-v61{border:2px dashed #fecaca;background:#fff7f7;border-radius:22px;padding:22px;display:grid;place-items:center;text-align:center;cursor:pointer;color:#991b1b}.studio-drop-v61 input{display:none}.studio-drop-v61 span{font-size:34px}.studio-drop-v61 strong{font-size:18px;margin-top:6px}.studio-drop-v61 small{color:#64748b;margin-top:4px}.studio-preview-area-v61{margin-top:16px;min-height:420px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;display:grid;place-items:center;overflow:auto}.studio-empty-v61{text-align:center;color:#64748b}.studio-empty-v61 span{font-size:56px;display:block;margin-bottom:10px}.studio-preview-area-v61 iframe,.studio-preview-area-v61 img{max-width:100%;max-height:620px;border:0;border-radius:12px;box-shadow:0 12px 30px rgba(15,23,42,.08)}.studio-preview-area-v61 iframe{width:100%;height:620px}.studio-preview-controls-v61{display:flex;gap:10px;align-items:center;justify-content:center;margin-top:14px}.studio-preview-controls-v61 button{border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:8px 12px;font-weight:800;cursor:pointer}.studio-inspector-v61 h2{font-size:16px;margin:0 0 12px;color:#111827}.studio-inspector-v61 h2+dl{margin-bottom:22px}.studio-inspector-v61 dl{display:grid;gap:9px;margin:0}.studio-inspector-v61 dl div{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #edf2f7;padding-bottom:9px}.studio-inspector-v61 dt{color:#64748b}.studio-inspector-v61 dd{font-weight:800;color:#111827;text-align:right;margin:0;word-break:break-word}.studio-options-v61{display:grid;gap:12px;margin-bottom:18px}.studio-options-v61 label{display:grid;gap:6px}.studio-options-v61 input,.studio-options-v61 select{border:1px solid #e5e7eb;border-radius:12px;padding:11px 12px;background:#fff}.studio-convert-v61{width:100%;justify-content:center}.studio-progress-v61,.studio-download-v61{margin-top:20px}.studio-info-v61{margin-top:28px;padding:28px;display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}.studio-info-v61 h2{font-size:28px;margin:0 0 10px}.studio-info-v61 p{margin:0;color:#64748b;line-height:1.7}.studio-info-grid-v61{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.studio-info-grid-v61 span{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:13px;text-align:center;font-weight:800;color:#334155}@media(max-width:1000px){.studio-hero-v61,.studio-shell-v61,.studio-preview-grid-v61,.studio-info-v61{grid-template-columns:1fr}.studio-toolrail-v61{position:static}.studio-info-grid-v61{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.studio-toolbar-v61{flex-direction:column;align-items:flex-start}.studio-preview-area-v61 iframe{height:460px}.studio-info-grid-v61{grid-template-columns:1fr}}
:root {
--pro-bg: #f5f8fb;
--pro-surface: #ffffff;
--pro-ink: #0e1f2a;
--pro-muted: #526474;
--pro-line: #dce6ec;
--pro-teal: #138a7e;
--pro-teal-dark: #0b5f58;
--pro-blue: #265fcb;
--pro-amber: #c46b17;
--pro-violet: #6957c8;
--pro-green: #23784f;
--pro-red: #b94444;
--pro-shadow: 0 18px 42px rgba(15, 35, 48, 0.11);
}
body {
background:
linear-gradient(180deg, #edf5f8 0, #f7fafc 360px),
var(--pro-bg);
color: var(--pro-ink);
}
.site-header {
border-bottom: 1px solid rgba(14, 31, 42, 0.08);
background: rgba(255, 255, 255, 0.94);
box-shadow: 0 8px 26px rgba(15, 35, 48, 0.05);
}
.header-inner,
.wrap,
.footer-inner {
width: min(1180px, calc(100% - 34px));
}
.header-inner {
min-height: 72px;
}
.pro-brand {
gap: 12px;
}
.pro-brand img {
width: 40px;
height: 40px;
filter: drop-shadow(0 8px 16px rgba(15, 35, 48, 0.15));
}
.pro-brand span {
display: grid;
gap: 1px;
}
.pro-brand strong {
font-size: 1.04rem;
line-height: 1.1;
}
.pro-brand small {
color: var(--pro-muted);
font-size: 0.78rem;
font-weight: 700;
}
.nav {
gap: 4px;
}
.nav a {
min-height: 38px;
display: inline-flex;
align-items: center;
border: 1px solid transparent;
border-radius: 8px;
color: #385164;
font-weight: 700;
}
.nav a:hover {
border-color: var(--pro-line);
background: #f4f8fa;
}
.nav .nav-cta {
background: #e8f5f3;
color: var(--pro-teal-dark);
}
.pro-main {
min-height: 70vh;
}
.pro-hero {
padding: 44px 0 26px;
border-bottom: 1px solid var(--pro-line);
}
.pro-hero-grid {
display: grid;
grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
gap: 28px;
align-items: stretch;
}
.pro-hero-copy {
display: grid;
align-content: center;
}
.hero-kicker {
margin: 0 0 10px;
color: var(--pro-teal-dark);
font-size: 0.78rem;
font-weight: 900;
letter-spacing: 0;
text-transform: uppercase;
}
.pro-hero h1,
.pro-page-head h1 {
max-width: 870px;
margin: 0 0 12px;
font-size: 3rem;
line-height: 1.05;
letter-spacing: 0;
}
.pro-hero p,
.pro-page-head p {
max-width: 780px;
margin: 0;
color: var(--pro-muted);
font-size: 1.06rem;
}
.tool-search {
margin-top: 24px;
max-width: 720px;
display: grid;
grid-template-columns: 44px minmax(0, 1fr);
align-items: center;
border: 1px solid var(--pro-line);
border-radius: 8px;
background: var(--pro-surface);
box-shadow: 0 12px 28px rgba(15, 35, 48, 0.07);
}
.tool-search input {
width: 100%;
min-height: 54px;
border: 0;
background: transparent;
color: var(--pro-ink);
font-size: 1rem;
outline: 0;
}
.search-icon {
width: 44px;
height: 44px;
display: inline-grid;
place-items: center;
color: var(--pro-blue);
}
.search-icon svg {
width: 21px;
height: 21px;
}
.category-tabs {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 16px;
}
.category-tab {
min-height: 38px;
padding: 0 13px;
border: 1px solid var(--pro-line);
border-radius: 8px;
background: #fff;
color: #41576a;
cursor: pointer;
font-size: 0.92rem;
font-weight: 800;
}
.category-tab.active,
.category-tab:hover {
border-color: rgba(19, 138, 126, 0.45);
background: #e8f5f3;
color: var(--pro-teal-dark);
}
.quick-panel,
.tool-meta-card,
.pro-tool-shell,
.pro-side-box {
border: 1px solid var(--pro-line);
border-radius: 8px;
background: rgba(255, 255, 255, 0.96);
box-shadow: var(--pro-shadow);
}
.quick-panel {
padding: 18px;
}
.quick-panel-head {
display: flex;
align-items: center;
gap: 12px;
padding-bottom: 14px;
border-bottom: 1px solid var(--pro-line);
}
.quick-panel-head strong {
display: block;
font-size: 1.1rem;
}
.quick-panel-head span,
.quick-list small,
.tool-meta-card small,
.pro-card small {
color: var(--pro-muted);
font-size: 0.84rem;
}
.quick-list {
display: grid;
gap: 8px;
margin-top: 14px;
}
.quick-list a,
.pro-side-box a {
display: flex;
align-items: center;
gap: 11px;
padding: 10px;
border-radius: 8px;
color: var(--pro-ink);
text-decoration: none;
}
.quick-list a:hover,
.pro-side-box a:hover {
background: #f4f8fa;
}
.quick-list strong,
.quick-list small {
display: block;
}
.pro-stats {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 12px;
padding: 18px 0 8px;
}
.pro-stats article {
min-height: 84px;
padding: 16px;
border: 1px solid var(--pro-line);
border-radius: 8px;
background: #fff;
}
.pro-stats strong {
display: block;
color: var(--pro-blue);
font-size: 1.35rem;
}
.pro-stats span {
color: var(--pro-muted);
font-weight: 700;
}
.section {
padding: 30px 0;
}
.section-head {
display: flex;
align-items: end;
justify-content: space-between;
gap: 18px;
margin-bottom: 16px;
}
.section-head h2,
.faq-section h2 {
margin: 0;
font-size: 1.55rem;
line-height: 1.18;
letter-spacing: 0;
}
.section-link {
color: var(--pro-muted);
font-weight: 800;
text-decoration: none;
}
.pro-directory {
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
}
.pro-card {
position: relative;
min-height: 172px;
padding: 16px;
border-color: var(--pro-line);
background:
linear-gradient(180deg, #ffffff 0, #fbfdfe 100%);
transition: border-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}
.pro-card:hover {
border-color: rgba(38, 95, 203, 0.45);
box-shadow: 0 16px 34px rgba(15, 35, 48, 0.1);
}
.pro-card strong {
font-size: 1.08rem;
line-height: 1.2;
}
.pro-card small {
grid-column: 2;
width: max-content;
max-width: 100%;
min-height: 25px;
display: inline-flex;
align-items: center;
padding: 0 8px;
border-radius: 8px;
background: #f3f7fa;
color: #40576b;
font-weight: 900;
}
.category-label {
border-radius: 8px;
background: #e9f5f3;
color: var(--pro-teal-dark);
}
.tool-svg,
.svg-tool-icon,
.panel-icon {
display: inline-grid;
place-items: center;
flex: 0 0 auto;
width: 44px;
height: 44px;
border-radius: 8px;
background: #e8f5f3;
color: var(--pro-teal);
}
.tool-svg svg,
.svg-tool-icon svg,
.panel-icon svg {
width: 24px;
height: 24px;
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
fill: none;
}
.svg-tool-icon.small {
width: 30px;
height: 30px;
border-radius: 8px;
margin-right: 0;
}
.svg-tool-icon.small svg {
width: 17px;
height: 17px;
}
.svg-tool-icon.heading {
width: 54px;
height: 54px;
border: 1px solid rgba(19, 138, 126, 0.22);
}
.pro-card:nth-child(4n + 2) .tool-svg,
.quick-list a:nth-child(4n + 2) .svg-tool-icon,
.pro-side-box a:nth-child(4n + 2) .svg-tool-icon {
background: #eef2ff;
color: var(--pro-blue);
}
.pro-card:nth-child(4n + 3) .tool-svg,
.quick-list a:nth-child(4n + 3) .svg-tool-icon,
.pro-side-box a:nth-child(4n + 3) .svg-tool-icon {
background: #fff3e4;
color: var(--pro-amber);
}
.pro-card:nth-child(4n + 4) .tool-svg,
.quick-list a:nth-child(4n + 4) .svg-tool-icon,
.pro-side-box a:nth-child(4n + 4) .svg-tool-icon {
background: #f0edff;
color: var(--pro-violet);
}
.pro-page-head {
padding: 38px 0 24px;
border-bottom: 1px solid var(--pro-line);
}
.tool-title-grid {
display: grid;
grid-template-columns: minmax(0, 1fr) 260px;
gap: 24px;
align-items: center;
}
.pro-page-head h1.has-heading-icon {
display: flex;
align-items: center;
gap: 14px;
}
.pro-page-head h1::before,
.pro-page-head h1.has-heading-icon::before,
.directory-card.has-card-icon::before,
.side-box a.has-link-icon::before {
display: none;
}
.tool-meta-card {
padding: 16px;
}
.tool-meta-card span {
display: inline-flex;
min-height: 28px;
align-items: center;
padding: 0 9px;
border-radius: 8px;
background: #e8f5f3;
color: var(--pro-teal-dark);
font-size: 0.78rem;
font-weight: 900;
text-transform: uppercase;
}
.tool-meta-card strong {
display: block;
margin-top: 12px;
font-size: 1.25rem;
}
.tool-meta-card small {
display: block;
margin-top: 4px;
}
.pro-content-grid {
margin-top: 24px;
}
.pro-tool-shell {
overflow: hidden;
}
.tool-panel {
padding: 22px;
}
.pro-upload-form {
gap: 18px;
}
.pro-drop-zone {
min-height: 190px;
display: grid;
place-items: center;
gap: 13px;
padding: 24px;
border: 2px dashed #b9cbd5;
border-radius: 8px;
background:
linear-gradient(180deg, #fbfdfe 0, #f3f8fa 100%);
text-align: center;
cursor: pointer;
}
.pro-drop-zone:hover {
border-color: rgba(38, 95, 203, 0.5);
}
.pro-drop-zone strong {
display: block;
font-size: 1.18rem;
}
.pro-drop-zone small {
display: block;
margin-top: 4px;
color: var(--pro-muted);
}
.pro-drop-zone input {
max-width: 310px;
}
.button-row {
gap: 12px;
}
.btn {
min-height: 44px;
border-radius: 8px;
font-weight: 900;
}
.btn.accent {
background: var(--pro-teal);
color: #fff;
}
.btn.accent:hover {
background: var(--pro-teal-dark);
}
.btn.secondary {
border-color: var(--pro-line);
background: #fff;
color: var(--pro-ink);
}
.status-line {
color: var(--pro-muted);
font-weight: 700;
}
.result-list {
display: grid;
gap: 10px;
}
.file-result {
border-color: #bcd9cf;
background: #f2faf7;
}
.editor-preview-panel {
display: grid;
gap: 16px;
}
.editor-toolbar-preview {
display: flex;
flex-wrap: wrap;
gap: 0;
border: 1px solid #1185e0;
border-radius: 8px;
overflow: hidden;
width: max-content;
max-width: 100%;
background: #fff;
}
.editor-toolbar-preview span {
min-height: 38px;
display: inline-flex;
align-items: center;
padding: 0 12px;
border-right: 1px solid #1185e0;
color: #086ec0;
font-weight: 800;
}
.editor-toolbar-preview span:last-child {
border-right: 0;
}
.pdf-page-preview {
position: relative;
min-height: 360px;
padding: 42px;
border: 1px solid var(--pro-line);
border-radius: 8px;
background: #fff;
box-shadow: inset 0 0 0 1px rgba(15, 35, 48, 0.03);
}
.pdf-title {
position: absolute;
top: 46px;
right: 48px;
font-size: 1.45rem;
font-weight: 900;
}
.pdf-line {
width: 62%;
height: 10px;
margin-top: 90px;
border-radius: 8px;
background: #d7e1e7;
}
.pdf-line.short {
width: 24%;
margin-top: 0;
}
.pdf-line.wide {
width: 82%;
margin-top: 16px;
}
.pdf-row {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 12px;
margin-top: 38px;
border-top: 2px solid #1b2d38;
padding-top: 18px;
}
.pdf-row span {
height: 9px;
border-radius: 8px;
background: #d7e1e7;
}
.mini-tool-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 12px;
}
.mini-tool-grid label {
display: grid;
gap: 7px;
color: var(--pro-muted);
font-weight: 900;
}
.mini-tool-grid input,
.mini-tool-grid output {
min-height: 48px;
width: 100%;
padding: 0 12px;
border: 1px solid var(--pro-line);
border-radius: 8px;
background: #fff;
color: var(--pro-ink);
}
.mini-tool-grid output {
display: flex;
align-items: center;
font-weight: 900;
}
.browser-workspace {
display: grid;
gap: 16px;
}
.pro-info-cards {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.info-card {
border-color: var(--pro-line);
border-radius: 8px;
}
.faq-section {
padding-top: 10px;
}
details {
border-color: var(--pro-line);
}
.pro-side-box {
padding: 16px;
}
.pro-side-box h2 {
font-size: 1.08rem;
}
.pro-side-box a span {
min-width: 0;
overflow-wrap: anywhere;
font-weight: 800;
}
.seo-band {
margin-top: 10px;
border-top: 1px solid var(--pro-line);
background: #ffffff;
}
.seo-grid {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(260px, 0.75fr);
gap: 24px;
align-items: center;
}
.seo-grid h2 {
margin: 0 0 10px;
font-size: 1.7rem;
line-height: 1.18;
}
.seo-grid p {
margin: 0;
color: var(--pro-muted);
}
.seo-points {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.seo-points span {
min-height: 34px;
display: inline-flex;
align-items: center;
padding: 0 11px;
border: 1px solid var(--pro-line);
border-radius: 8px;
background: #f7fafc;
font-weight: 900;
}
.simple-page {
min-height: 48vh;
}
.tool-card-hidden {
display: none !important;
}
.advanced-workspace {
display: grid;
grid-template-columns: minmax(0, 1fr) 340px;
gap: 18px;
align-items: stretch;
}
.advanced-main,
.advanced-settings {
min-width: 0;
}
.advanced-main {
display: grid;
gap: 16px;
}
.advanced-settings {
display: grid;
align-content: start;
gap: 13px;
padding: 16px;
border: 1px solid var(--pro-line);
border-radius: 8px;
background: #f8fbfc;
}
.advanced-settings h3 {
margin: 0 0 2px;
font-size: 1.08rem;
}
.advanced-settings label,
.advanced-grid label,
.text-workspace label {
display: grid;
gap: 7px;
color: var(--pro-muted);
font-weight: 900;
}
.advanced-settings input,
.advanced-settings select,
.advanced-grid input,
.advanced-grid select,
.text-workspace textarea,
.color-workspace input {
width: 100%;
min-height: 42px;
padding: 0 11px;
border: 1px solid var(--pro-line);
border-radius: 8px;
background: #fff;
color: var(--pro-ink);
}
.advanced-settings input[type="range"] {
padding: 0;
}
.advanced-grid {
display: grid;
gap: 13px;
}
.advanced-grid.two-col {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.advanced-drop {
min-height: 240px;
display: grid;
place-items: center;
gap: 12px;
padding: 28px;
border: 2px dashed #bccbd4;
border-radius: 8px;
background: #fbfdfe;
text-align: center;
cursor: pointer;
}
.advanced-drop:hover {
border-color: rgba(19, 138, 126, 0.58);
background: #f4faf9;
}
.advanced-drop strong {
display: block;
font-size: 1.18rem;
}
.advanced-drop small,
.helper-text {
display: block;
margin-top: 4px;
color: var(--pro-muted);
font-size: 0.92rem;
}
.advanced-drop input {
max-width: 340px;
}
.file-queue {
display: grid;
gap: 8px;
}
.file-queue span,
.file-queue strong {
display: flex;
justify-content: space-between;
gap: 10px;
padding: 10px 12px;
border: 1px solid var(--pro-line);
border-radius: 8px;
background: #fff;
color: var(--pro-muted);
font-size: 0.92rem;
}
.check-row {
display: flex !important;
grid-template-columns: none !important;
align-items: center;
gap: 9px;
color: var(--pro-ink) !important;
}
.check-row input {
width: auto;
min-height: auto;
}
.advanced-actions {
margin-top: 2px;
}
.advanced-result:empty {
display: none;
}
.result-panel {
background: #fff;
}
.big-result {
display: block;
min-height: 64px;
padding: 15px;
border: 1px solid #c9e2dc;
border-radius: 8px;
background: #f0faf7;
color: var(--pro-teal-dark);
font-size: 1.35rem;
font-weight: 900;
overflow-wrap: anywhere;
}
.metric-list {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 8px;
}
.metric-list span {
min-width: 0;
padding: 10px;
border: 1px solid var(--pro-line);
border-radius: 8px;
background: #fbfdfe;
}
.metric-list strong,
.metric-list small {
display: block;
}
.metric-list strong {
color: var(--pro-ink);
overflow-wrap: anywhere;
}
.metric-list small {
color: var(--pro-muted);
font-size: 0.78rem;
font-weight: 800;
}
.image-preview {
width: 100%;
min-height: 260px;
border: 1px solid var(--pro-line);
border-radius: 8px;
background:
linear-gradient(45deg, #f2f5f7 25%, transparent 25%),
linear-gradient(-45deg, #f2f5f7 25%, transparent 25%),
linear-gradient(45deg, transparent 75%, #f2f5f7 75%),
linear-gradient(-45deg, transparent 75%, #f2f5f7 75%);
background-position: 0 0, 0 10px, 10px -10px, -10px 0;
background-size: 20px 20px;
}
.text-workspace textarea {
min-height: 260px;
padding: 13px;
resize: vertical;
}
.text-output {
display: block;
min-height: 140px;
padding: 12px;
border: 1px solid var(--pro-line);
border-radius: 8px;
background: #fff;
white-space: pre-wrap;
overflow-wrap: anywhere;
}
.advanced-color-preview {
min-height: 150px;
border: 1px solid var(--pro-line);
border-radius: 8px;
background: #168f84;
}
.advanced-editor-bar {
width: 100%;
}
.advanced-editor-bar span {
flex: 1 1 auto;
justify-content: center;
}
@media (max-width: 980px) {
.pro-hero-grid,
.tool-title-grid,
.pro-content-grid,
.seo-grid {
grid-template-columns: 1fr;
}
.pro-directory,
.pro-info-cards {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tool-meta-card {
max-width: 360px;
}
}
@media (max-width: 760px) {
.header-inner {
align-items: flex-start;
flex-direction: column;
padding: 12px 0;
}
.pro-hero {
padding-top: 28px;
}
.pro-hero h1,
.pro-page-head h1 {
font-size: 2.15rem;
}
.pro-stats,
.pro-directory,
.pro-info-cards,
.mini-tool-grid {
grid-template-columns: 1fr;
}
.section-head {
align-items: flex-start;
flex-direction: column;
}
.pdf-title {
position: static;
margin-bottom: 26px;
}
.pdf-line {
margin-top: 18px;
}
}
@media (max-width: 560px) {
.header-inner,
.wrap,
.footer-inner {
width: min(100% - 22px, 1180px);
}
.pro-hero h1,
.pro-page-head h1 {
font-size: 1.82rem;
}
.pro-page-head h1.has-heading-icon {
align-items: flex-start;
flex-direction: column;
}
.category-tab,
.nav a {
flex: 1 1 auto;
justify-content: center;
}
.tool-search {
grid-template-columns: 40px minmax(0, 1fr);
}
.tool-panel,
.quick-panel {
padding: 14px;
}
.pdf-page-preview {
min-height: 300px;
padding: 22px;
}
}
.site-header {
border-bottom: 1px solid rgba(14, 31, 42, 0.08);
background: rgba(255, 255, 255, 0.94);
box-shadow: 0 8px 26px rgba(15, 35, 48, 0.05);
}
.header-inner {
min-height: 72px;
width: min(1180px, calc(100% - 34px));
}
.pro-brand img {
width: 40px;
height: 40px;
filter: drop-shadow(0 8px 16px rgba(15, 35, 48, 0.15));
}
.pro-brand strong {
font-size: 1.04rem;
}
.pro-brand small {
display: block;
}
.nav {
margin-left: 0;
margin-right: 0;
gap: 4px;
}
.nav a {
min-height: 38px;
padding: 8px 10px;
border: 1px solid transparent;
border-radius: 8px;
color: #385164;
font-size: 0.94rem;
font-weight: 700;
text-transform: none;
text-decoration: none;
}
.nav a:hover {
border-color: var(--pro-line);
background: #f4f8fa;
color: var(--pro-ink);
}
.nav .nav-cta {
background: #e8f5f3;
color: var(--pro-teal-dark);
}
.pdf-tools-hero {
padding: 42px 0 28px;
border-bottom: 0;
background:
linear-gradient(180deg, #f6fafc 0, #f7f7fb 100%);
}
.pdf-tools-head {
display: grid;
justify-items: center;
gap: 0;
text-align: center;
}
.pdf-tools-head h1 {
max-width: 940px;
margin: 0;
color: var(--pro-ink);
font-size: 2.55rem;
line-height: 1.14;
letter-spacing: 0;
}
.pdf-tools-head p {
max-width: 760px;
margin: 12px 0 0;
color: var(--pro-muted);
font-size: 1.12rem;
line-height: 1.55;
}
.pdf-tabs {
width: min(100%, 980px);
justify-content: center;
align-items: center;
margin-top: 24px;
gap: 10px;
}
.pdf-tabs .category-tab {
flex: 0 0 auto;
height: 34px;
min-height: 34px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 17px;
border: 1px solid #d5d8e1;
border-radius: 999px;
background: #fff;
color: #424651;
font-size: 0.9rem;
font-weight: 900;
line-height: 1;
white-space: nowrap;
}
.pdf-tabs .category-tab.active {
border-color: #2d2f38;
background: #2d2f38;
color: #fff;
}
.pdf-tabs .category-tab:hover {
border-color: #2d2f38;
background: #f5f6fa;
color: #2d2f38;
}
.pdf-tabs .category-tab.active:hover {
background: #2d2f38;
color: #fff;
}
.tool-section {
padding-top: 8px;
background: #f7f7fb;
}
.ilove-grid {
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 16px;
}
.ilove-card {
grid-template-columns: 1fr;
min-height: 256px;
gap: 10px;
padding: 32px;
border: 1px solid #d7d9e2;
border-radius: 12px;
background: #fff;
box-shadow: none;
}
.ilove-card:hover {
border-color: #b9bdca;
transform: translateY(-2px);
box-shadow: 0 12px 24px rgba(24, 28, 38, 0.08);
}
.ilove-card .ilove-icon {
grid-column: 1;
width: 34px;
height: 34px;
place-self: start;
border-radius: 5px;
color: #fff;
background: #e95d42;
}
.ilove-card .ilove-icon svg {
width: 21px;
height: 21px;
stroke-width: 2.3;
}
.ilove-card .ilove-icon.organize {
background: #e95d42;
}
.ilove-card .ilove-icon.optimize {
background: #79af4b;
}
.ilove-card .ilove-icon.convert {
background: #517fd1;
}
.ilove-card[href*="powerpoint"] .ilove-icon {
background: #f36b43;
}
.ilove-card[href*="excel"] .ilove-icon {
background: #4f9f63;
}
.ilove-card[href*="jpg"] .ilove-icon,
.ilove-card[href*="image"] .ilove-icon {
background: #d8bd22;
}
.ilove-card .ilove-icon.edit {
background: #ad6098;
}
.ilove-card .ilove-icon.security {
background: #4f85b8;
}
.ilove-card .ilove-icon.intelligence {
background: #d8bd22;
}
.ilove-card strong,
.ilove-card > span:not(.tool-svg) {
grid-column: 1;
}
.ilove-card strong {
margin-top: 10px;
color: #343640;
font-size: 1.28rem;
line-height: 1.15;
}
.ilove-card > span:not(.tool-svg) {
color: #737782;
font-size: 0.95rem;
line-height: 1.32;
}
.tool-card-hidden {
display: none !important;
}
@media (max-width: 1500px) {
.ilove-grid {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
@media (max-width: 1050px) {
.header-inner {
align-items: flex-start;
flex-direction: column;
gap: 8px;
padding: 12px 0;
}
.nav {
margin-left: 0;
gap: 14px;
}
.ilove-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.advanced-workspace {
grid-template-columns: 1fr;
}
}
@media (max-width: 760px) {
.pdf-tools-head h1 {
font-size: 2rem;
}
.pdf-tools-head p {
font-size: 1.05rem;
}
.ilove-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ilove-card {
min-height: 218px;
padding: 22px;
}
.advanced-grid.two-col,
.metric-list {
grid-template-columns: 1fr;
}
}
@media (max-width: 520px) {
.header-inner {
width: min(100% - 22px, 1180px);
}
.nav a {
font-size: 0.82rem;
}
.pdf-tabs {
justify-content: flex-start;
overflow-x: auto;
padding-bottom: 4px;
}
.pdf-tabs .category-tab {
flex: 0 0 auto;
}
.ilove-grid {
grid-template-columns: 1fr;
}
}
.pdf-tabs {
width: min(100%, 1180px);
flex-wrap: nowrap;
overflow-x: auto;
gap: 8px;
padding: 1px 0 5px;
}
.pdf-tabs .category-tab {
height: 32px;
min-height: 32px;
display: inline-flex !important;
align-items: center;
justify-content: center;
padding: 0 15px;
font-size: 0.86rem;
border-radius: 999px;
}
.ilove-grid {
grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.ilove-card {
min-height: 220px;
}
.ilove-card strong {
font-size: 1.2rem;
}
.ilove-card > span:not(.tool-svg) {
font-size: 0.93rem;
line-height: 1.38;
}
.seo-steps {
display: grid;
gap: 10px;
margin: 0;
padding: 0;
counter-reset: step;
list-style: none;
}
.seo-steps li {
position: relative;
min-height: 52px;
padding: 13px 14px 13px 54px;
border: 1px solid var(--pro-line);
border-radius: 8px;
background: #fff;
color: var(--pro-muted);
font-weight: 700;
}
.seo-steps li::before {
counter-increment: step;
content: counter(step);
position: absolute;
left: 14px;
top: 12px;
width: 28px;
height: 28px;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--pro-teal);
color: #fff;
font-size: 0.84rem;
font-weight: 900;
}
.currency-visual {
display: grid;
grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
gap: 12px;
align-items: center;
}
.currency-side {
min-height: 124px;
display: grid;
place-items: center;
gap: 4px;
padding: 16px;
border: 1px solid var(--pro-line);
border-radius: 8px;
background: linear-gradient(180deg, #ffffff 0, #f5faf8 100%);
text-align: center;
}
.flag-badge {
width: 52px;
height: 52px;
display: grid;
place-items: center;
border-radius: 50%;
background: #eef5f6;
font-size: 1.65rem;
}
.currency-side strong {
font-size: 1.35rem;
}
.currency-side small {
color: var(--pro-muted);
font-weight: 800;
}
.currency-switch-mark {
width: 44px;
height: 44px;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--pro-ink);
color: #fff;
font-size: 0.82rem;
font-weight: 900;
text-transform: uppercase;
}
.pair-chips {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.pair-chips button {
min-height: 34px;
padding: 0 11px;
border: 1px solid var(--pro-line);
border-radius: 999px;
background: #fff;
color: var(--pro-ink);
cursor: pointer;
font-weight: 900;
}
.pair-chips button:hover {
border-color: rgba(19, 138, 126, 0.45);
background: #edf8f6;
}
.timezone-board {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 10px;
}
.timezone-board article {
min-height: 116px;
padding: 13px;
border: 1px solid var(--pro-line);
border-radius: 8px;
background: #fff;
}
.timezone-board span {
display: inline-grid;
width: 34px;
height: 34px;
place-items: center;
border-radius: 50%;
background: #f0f5f7;
font-size: 1.25rem;
}
.timezone-board strong,
.timezone-board time,
.timezone-board small {
display: block;
}
.timezone-board strong {
margin-top: 8px;
color: var(--pro-ink);
}
.timezone-board time {
margin-top: 3px;
color: var(--pro-teal-dark);
font-size: 1.18rem;
font-weight: 900;
}
.timezone-board small {
color: var(--pro-muted);
font-size: 0.82rem;
font-weight: 800;
}
@media (max-width: 760px) {
.timezone-board,
.currency-visual {
grid-template-columns: 1fr;
}
.currency-switch-mark {
margin: -2px auto;
}
}
.status-head {
max-width: 780px;
}
.status-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 18px;
margin: 28px 0 60px;
}
.status-panel {
border: 1px solid var(--pro-line);
border-radius: 10px;
background: #fff;
padding: 22px;
box-shadow: 0 12px 32px rgba(11, 49, 66, 0.06);
}
.status-panel h2 {
margin: 0 0 16px;
color: var(--pro-ink);
font-size: 1.15rem;
}
.status-list {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 10px;
margin: 0 0 16px;
}
.status-list div,
.status-table div {
border: 1px solid var(--pro-line);
border-radius: 8px;
background: #f9fbfc;
padding: 11px;
}
.status-list dt,
.status-table span {
display: block;
color: var(--pro-muted);
font-size: 0.78rem;
font-weight: 900;
text-transform: uppercase;
}
.status-list dd {
margin: 4px 0 0;
color: var(--pro-ink);
font-weight: 900;
}
.status-table {
display: grid;
gap: 10px;
}
.status-table code {
display: block;
margin: 5px 0 8px;
overflow-wrap: anywhere;
color: #395063;
font-size: 0.82rem;
}
.status-table strong {
display: inline-flex;
align-items: center;
min-height: 28px;
padding: 0 10px;
border-radius: 999px;
font-size: 0.78rem;
font-weight: 900;
}
.status-table strong.ok {
background: #e8f7f2;
color: #0b765c;
}
.status-table strong.missing {
background: #fff2e8;
color: #b65017;
}
.ocr-preview {
max-height: 220px;
margin: 10px 0 0;
overflow: auto;
white-space: pre-wrap;
border: 1px solid var(--pro-line);
border-radius: 8px;
background: #fbfcfd;
padding: 12px;
color: #1e2e3d;
font: 0.88rem/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
@media (max-width: 860px) {
.status-grid,
.status-list {
grid-template-columns: 1fr;
}
}
:root{--brand:#e5322d;--brand2:#ff6b35;--ink:#172033;--muted:#667085;--bg:#f7f7fb;--card:#fff;--line:#ececf2;--dark:#111827;--shadow:0 24px 70px rgba(23,32,51,.10)}
body{background:var(--bg);color:var(--ink)}
.site-header{background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.header-inner{max-width:1220px;margin:auto;padding:14px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{color:var(--ink);text-decoration:none}.brand small{display:block;color:var(--muted);font-size:12px}.nav{display:flex;align-items:center;gap:18px}.nav a{color:#344054;text-decoration:none;font-weight:700}.nav-cta,.hero-btn,.btn.accent{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff!important;border-radius:14px;padding:12px 18px;border:0;text-decoration:none;box-shadow:0 16px 30px rgba(229,50,45,.25)}
main{max-width:1220px;margin:auto;padding:0 22px 54px}.ilove-hero{display:grid;grid-template-columns:1.22fr .78fr;gap:34px;align-items:center;padding:70px 0 42px}.hero-copy h1{font-size:clamp(42px,7vw,78px);line-height:.96;margin:14px 0;font-weight:900;letter-spacing:-.055em;color:#121826}.hero-copy p{font-size:20px;line-height:1.6;color:var(--muted);max-width:760px}.hero-pill{display:inline-flex;background:#fff3f2;color:#b42318;border:1px solid #ffd6d2;border-radius:999px;padding:10px 16px;font-weight:800}.hero-search{display:flex;margin-top:26px;background:#fff;border:1px solid var(--line);padding:10px;border-radius:22px;box-shadow:var(--shadow)}.hero-search input{flex:1;border:0;outline:0;font-size:17px;padding:0 14px}.hero-trust{display:flex;gap:14px;flex-wrap:wrap;margin-top:18px;color:#475467;font-weight:700}.upload-panel{background:#fff;border:1px solid var(--line);border-radius:34px;padding:22px;box-shadow:var(--shadow)}.drop-visual{border:2px dashed #ffd0cc;background:linear-gradient(180deg,#fff7f6,#fff);min-height:260px;border-radius:28px;display:grid;place-items:center;text-align:center;color:var(--ink)}.drop-visual span{width:76px;height:76px;border-radius:99px;background:var(--brand);color:#fff;font-size:44px;display:grid;place-items:center}.drop-visual strong{font-size:25px}.drop-visual small{display:block;color:var(--muted)}.quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.quick-actions a{background:#f5f6fa;border-radius:14px;padding:13px;text-align:center;text-decoration:none;color:var(--ink);font-weight:800}
.category-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin:14px 0 44px}.category-strip a{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;text-decoration:none;color:var(--ink);box-shadow:0 10px 30px rgba(23,32,51,.06)}.category-strip span{font-size:28px}.category-strip strong,.category-strip small{display:block}.category-strip small{color:var(--muted);margin-top:6px}.section-head{margin:44px 0 18px}.section-head p{color:var(--brand);text-transform:uppercase;letter-spacing:.14em;font-weight:900;margin:0}.section-head h2{font-size:34px;margin:6px 0 0}.section-head.row{display:flex;justify-content:space-between;align-items:end}.section-head.row a{font-weight:800;color:var(--brand);text-decoration:none}.tool-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.compact-grid{grid-template-columns:repeat(4,1fr)}.pro-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;text-decoration:none;color:var(--ink);min-height:170px;display:flex;flex-direction:column;gap:10px;position:relative;overflow:hidden;box-shadow:0 10px 32px rgba(23,32,51,.06);transition:.18s ease}.pro-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#ffd0cc}.pro-card .card-icon{font-size:32px}.pro-card strong{font-size:19px}.pro-card small{color:var(--muted);line-height:1.5}.pro-card em{margin-top:auto;align-self:flex-start;background:#fff0ef;color:#b42318;border-radius:999px;padding:6px 10px;font-size:12px;font-style:normal;font-weight:900}.seo-block{background:#101828;color:#fff;border-radius:28px;padding:34px;margin:48px 0}.seo-block p{color:#d0d5dd;font-size:17px;line-height:1.7}.wrap{max-width:1120px}.page-wrap{padding-top:34px}.page-hero,.tool-hero-panel{background:#fff;border:1px solid var(--line);border-radius:30px;padding:36px;box-shadow:var(--shadow);margin:28px 0}.page-hero h1,.tool-hero-panel h1{font-size:48px;margin:10px 0}.page-hero p,.tool-hero-panel p{color:var(--muted);font-size:18px;line-height:1.65}.page-hero input{width:100%;border:1px solid var(--line);border-radius:18px;padding:16px;font-size:16px;margin-top:18px}.tool-layout{padding-top:26px}.tool-icon-big{font-size:54px}.tool-tags{display:flex;gap:10px;flex-wrap:wrap}.tool-tags span{background:#f2f4f7;border-radius:99px;padding:8px 12px;font-weight:800;color:#475467}.workspace-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:28px;box-shadow:var(--shadow)}.premium-uploader{display:grid;gap:18px}.dropzone{border:2px dashed #fda29b;background:#fff8f7;border-radius:24px;min-height:190px;display:grid;place-items:center;text-align:center;cursor:pointer}.dropzone input{display:none}.dropzone span{font-size:24px;font-weight:900}.dropzone small{display:block;color:var(--muted);margin-top:8px}.file-queue{display:flex;gap:10px;flex-wrap:wrap}.file-queue strong{background:#f2f4f7;border-radius:14px;padding:10px 12px}.file-queue small{display:block;color:var(--muted)}.advanced-settings,.calc-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.advanced-settings label,.calc-row label{font-weight:800;color:#344054}.advanced-settings input,.advanced-settings select,.calc-row input,.calc-row select,.calc-box textarea,.calc-box input,.calc-box select{width:100%;box-sizing:border-box;border:1px solid var(--line);border-radius:14px;padding:13px;background:#fff}.status{font-weight:800;color:#475467}.file-result,.result-panel{background:#f8fafc;border:1px solid var(--line);border-radius:18px;padding:18px;margin-top:12px}.file-result{display:flex;justify-content:space-between;align-items:center;gap:18px}.file-result span,.result-panel span{display:block;color:var(--muted);margin-top:5px}.how-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:22px 0}.how-grid article{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px}.how-grid li{margin:10px 0;color:#475467}.calc-box{display:grid;gap:16px}.text-tool textarea{min-height:220px}.status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.status-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}.status-card.ok{border-color:#12b76a}.status-card.bad{border-color:#f04438}
@media(max-width:900px){.ilove-hero{grid-template-columns:1fr}.category-strip,.tool-grid,.compact-grid,.advanced-settings,.calc-row,.how-grid,.status-grid{grid-template-columns:1fr 1fr}.nav{display:none}.hero-search{display:block}.hero-search input{width:100%;padding:14px 0}.hero-btn{display:block;text-align:center;margin-top:10px}.hero-copy h1{font-size:44px}}@media(max-width:560px){.category-strip,.tool-grid,.compact-grid,.advanced-settings,.calc-row,.how-grid,.status-grid{grid-template-columns:1fr}.page-hero h1,.tool-hero-panel h1{font-size:34px}.file-result{display:block}}
:root{--red:#e5322d;--red-dark:#c82823;--ink:#1f2937;--muted:#667085;--line:#eaecf0;--soft:#f7f7fb;--card:#fff;--shadow:0 18px 45px rgba(16,24,40,.10);--radius:18px}
body{background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;margin:0}.wrap{max-width:1180px;margin:0 auto;padding-left:22px;padding-right:22px}.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.topbar-inner{height:72px;max-width:1220px;margin:0 auto;padding:0 22px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:10px;color:#111827;text-decoration:none;font-size:19px}.brand img{border-radius:10px}.main-menu{display:flex;align-items:center;gap:4px;margin-left:auto}.main-menu a{color:#344054;text-decoration:none;font-weight:700;padding:12px 14px;border-radius:12px}.main-menu a:hover{background:#fff1f0;color:var(--red)}.top-action{background:var(--red);color:#fff!important;text-decoration:none;font-weight:800;padding:12px 18px;border-radius:999px}.menu-toggle{display:none;border:0;background:#fff1f0;color:var(--red);border-radius:10px;padding:10px 12px;font-size:22px}.home-hero{background:linear-gradient(180deg,#fff6f5 0%,#fff 88%);padding:86px 22px 52px;text-align:center}.hero-center{max-width:900px;margin:0 auto}.home-hero h1{font-size:clamp(38px,6vw,68px);line-height:1.02;margin:0 0 18px;font-weight:900;letter-spacing:-.05em;color:#101828}.home-hero p{font-size:20px;color:#475467;margin:0 auto 30px;max-width:720px}.hero-search-box{height:68px;background:#fff;border:1px solid #ffd1ce;box-shadow:var(--shadow);border-radius:18px;display:flex;align-items:center;gap:12px;max-width:760px;margin:0 auto;padding:0 22px}.hero-search-box.small{height:58px;max-width:540px;margin-top:22px;box-shadow:0 10px 24px rgba(16,24,40,.08)}.hero-search-box span{font-size:22px}.hero-search-box input{border:0;outline:0;font-size:17px;width:100%;background:transparent;color:#111827}.hero-chips,.quick-pairs{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:22px}.hero-chips a,.quick-pairs button{border:1px solid #fed7d4;background:#fff;color:#344054;border-radius:999px;padding:10px 14px;text-decoration:none;font-weight:800;cursor:pointer}.hero-chips a:hover,.quick-pairs button:hover{background:var(--red);color:#fff;border-color:var(--red)}.tools-categories{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-top:14px;margin-bottom:42px}.category-tile{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px 16px;text-align:center;text-decoration:none;color:#111827;box-shadow:0 8px 22px rgba(16,24,40,.06);transition:.2s}.category-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#ffb9b5}.category-tile span{font-size:34px;display:block;margin-bottom:10px}.category-tile strong{display:block;font-size:16px}.category-tile small{color:var(--muted);font-weight:700}.section-title{margin-top:46px;margin-bottom:18px}.section-title h2{font-size:32px;line-height:1.1;margin:0 0 8px;color:#101828;letter-spacing:-.03em}.section-title p{margin:0;color:var(--muted);font-size:16px}.section-title.row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.view-link{font-weight:900;color:var(--red);text-decoration:none}.tool-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.compact-grid{grid-template-columns:repeat(4,1fr)}.tool-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;text-decoration:none;color:#101828;min-height:154px;box-shadow:0 8px 24px rgba(16,24,40,.05);transition:.2s;display:flex;flex-direction:column;gap:10px}.tool-card:hover{transform:translateY(-4px);border-color:#ffb9b5;box-shadow:var(--shadow)}.card-icon{width:48px;height:48px;border-radius:14px;background:#fff1f0;display:flex;align-items:center;justify-content:center;font-size:27px}.tool-card strong{font-size:18px}.tool-card small{color:var(--muted);line-height:1.45}.tool-card em{position:absolute;top:16px;right:16px;font-style:normal;background:#f2f4f7;color:#475467;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}.trust-section{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:58px auto}.trust-section article{background:#f9fafb;border:1px solid var(--line);border-radius:20px;padding:26px}.trust-section span{font-size:34px}.trust-section h3{font-size:22px;margin:12px 0 8px}.trust-section p{color:var(--muted);margin:0}.category-hero,.tool-header-panel{background:linear-gradient(180deg,#fff6f5,#fff);border:1px solid #ffe2df;border-radius:28px;text-align:center;padding:54px 26px;margin:34px 0 26px}.category-hero span,.tool-icon-big{font-size:58px}.category-hero h1,.tool-header-panel h1{font-size:clamp(34px,5vw,56px);margin:14px 0 12px;letter-spacing:-.045em}.category-hero p,.tool-header-panel p{max-width:730px;margin:0 auto;color:var(--muted);font-size:18px}.tool-page{padding-bottom:60px}.workspace-card{background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:30px;margin-bottom:24px}.dropzone{border:2px dashed #ffaaa5;border-radius:24px;background:#fff8f7;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:180px;cursor:pointer;padding:30px}.dropzone input{display:none}.dropzone span{font-size:25px;font-weight:900;color:#111827}.dropzone small{font-size:15px;color:var(--muted);margin-top:8px}.file-queue{margin:18px 0;display:flex;flex-wrap:wrap;gap:10px}.file-queue strong{display:flex;gap:8px;align-items:center;background:#f9fafb;border:1px solid var(--line);border-radius:12px;padding:10px 12px}.file-queue small{color:var(--muted)}.advanced-settings,.calc-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px;margin:16px 0}.advanced-settings label,.calc-row label{display:flex;flex-direction:column;gap:8px;font-weight:800;color:#344054}.advanced-settings input,.advanced-settings select,.calc-row input,.calc-row select,.text-tool textarea,.text-tool select{border:1px solid #d0d5dd;border-radius:14px;padding:13px 14px;font-size:16px;background:#fff}.btn.accent{background:var(--red);border:0;color:#fff;border-radius:14px;padding:14px 22px;font-weight:900;cursor:pointer;box-shadow:0 12px 28px rgba(229,50,45,.22)}.btn.accent:hover{background:var(--red-dark)}.btn.secondary{background:#fff;border:1px solid var(--line);color:#344054;border-radius:14px;padding:12px 18px;font-weight:900}.status{color:#475467;font-weight:700}.file-result{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--line);background:#f9fafb;border-radius:16px;padding:16px;margin-top:16px}.file-result a{background:#101828;color:#fff;border-radius:12px;text-decoration:none;padding:10px 14px;font-weight:900}.guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.guide-grid article,.related-panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;margin-bottom:22px}.guide-grid h2{margin-top:0}.guide-grid li{margin:9px 0;color:#475467}.pill-tools{display:flex;flex-wrap:wrap;gap:12px}.pill-tools a{display:flex;align-items:center;gap:8px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 14px;color:#344054;text-decoration:none;font-weight:800}.pill-tools a:hover{background:#fff1f0;color:var(--red);border-color:#ffb9b5}.calc-box{display:flex;flex-direction:column;gap:14px}.swap-btn{align-self:end;border:1px solid var(--line);background:#fff;border-radius:14px;padding:12px 14px;font-size:20px;cursor:pointer}.result-panel{border:1px solid var(--line);border-radius:18px;background:#f9fafb;padding:20px;display:flex;flex-direction:column;gap:8px}.result-panel strong{font-size:26px;color:#101828}.text-tool textarea{min-height:190px}.text-tool pre{white-space:pre-wrap;margin:0}.status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.status-card{border:1px solid var(--line);border-radius:16px;padding:18px;background:#fff}.status-card.ok span{color:#039855}.status-card.bad span{color:#d92d20}.site-footer{border-top:1px solid var(--line);background:#f9fafb;margin-top:50px}.footer-inner{max-width:1180px;margin:0 auto;padding:36px 22px;display:flex;justify-content:space-between;gap:30px}.footer-links{display:flex;flex-wrap:wrap;gap:16px}.footer-links a{color:#475467;text-decoration:none;font-weight:800}.tool-card-hidden{display:none!important}
@media(max-width:980px){.tools-categories,.tool-grid,.compact-grid{grid-template-columns:repeat(2,1fr)}.trust-section,.guide-grid{grid-template-columns:1fr}.main-menu{display:none;position:absolute;left:16px;right:16px;top:72px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.main-menu.open{display:flex}.menu-toggle{display:block;margin-left:auto}.top-action{display:none}.topbar-inner{position:relative}.main-menu a{padding:14px}.footer-inner{flex-direction:column}}
@media(max-width:620px){.home-hero{padding-top:50px}.tools-categories,.tool-grid,.compact-grid,.status-grid{grid-template-columns:1fr}.workspace-card{padding:18px}.section-title.row{align-items:flex-start;flex-direction:column}.hero-search-box{height:60px}.home-hero h1{font-size:38px}.file-result{align-items:flex-start;flex-direction:column}}
body{min-height:100vh;display:flex;flex-direction:column;background:#f7f7fb;color:#171717} main{flex:1}.wrap{max-width:1180px;margin-inline:auto;padding-inline:22px}.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid #eee}.topbar-inner{max-width:1220px;margin:auto;display:flex;align-items:center;gap:18px;padding:14px 22px}.brand strong{font-size:1.12rem}.main-menu{display:flex;gap:4px;align-items:center;flex:1}.main-menu a{padding:10px 13px;border-radius:12px;color:#333;text-decoration:none;font-weight:700}.main-menu a:hover{background:#f2f2f5;color:#e5322d}.top-action{background:#e5322d;color:#fff!important;padding:11px 18px;border-radius:14px;text-decoration:none;font-weight:800;box-shadow:0 10px 24px rgba(229,50,45,.18)}
.ilove-hero{background:linear-gradient(135deg,#e5322d 0%,#ff5a45 55%,#ff7a5f 100%);color:#fff;padding:74px 0 58px;text-align:center}.hero-shell h1{font-size:clamp(2.35rem,5vw,4.6rem);line-height:1.02;margin:0 auto 16px;max-width:900px;letter-spacing:-.055em}.hero-shell p{font-size:1.15rem;max-width:760px;margin:0 auto 28px;opacity:.96}.hero-main-search{max-width:760px;margin:0 auto;background:#fff;border:0;box-shadow:0 22px 50px rgba(0,0,0,.16)}.hero-main-search input{font-size:1rem}.hero-quick-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:20px}.hero-quick-actions a{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.38);color:#fff;text-decoration:none;border-radius:999px;padding:10px 15px;font-weight:800}.category-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:-30px}.category-tile.v5{background:#fff;border:1px solid #eee;border-radius:22px;padding:22px 16px;box-shadow:0 15px 36px rgba(0,0,0,.08);text-decoration:none;color:#171717;min-height:150px}.category-tile.v5 span{font-size:2.2rem}.category-tile.v5 strong{display:block;margin:9px 0 7px;font-size:1.05rem}.category-tile.v5 small{color:#5f6470;line-height:1.35}.tool-card{background:#fff;border:1px solid #ececf1;border-radius:18px;padding:22px;transition:.18s ease;box-shadow:0 8px 22px rgba(20,20,30,.04)}.tool-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(20,20,30,.10);border-color:#ffd4d2}.card-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:#fff1f0;font-size:1.7rem;margin-bottom:14px}.section-title{margin-top:54px;margin-bottom:16px}.section-title h2{font-size:2rem;letter-spacing:-.03em}.studio-section,.seo-home-copy,.seo-tool-copy,.faq-section,.related-panel,.workspace-card.v5-card{background:#fff;border:1px solid #eee;border-radius:24px;padding:28px;box-shadow:0 12px 32px rgba(0,0,0,.045)}.studio-section{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:46px;background:linear-gradient(135deg,#fff,#fff4f3)}.seo-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.seo-columns article{background:#f8f8fb;border-radius:18px;padding:20px}.tool-header-panel.v5{display:flex;align-items:center;gap:22px;text-align:left;background:#fff;border:1px solid #eee;border-radius:26px;padding:32px;box-shadow:0 12px 32px rgba(0,0,0,.045)}.tool-icon-big{display:grid;place-items:center;min-width:76px;height:76px;border-radius:22px;background:#fff1f0;font-size:2.4rem}.breadcrumbs{display:flex;gap:8px;align-items:center;margin:24px 0;color:#6a6f7a}.breadcrumbs a{color:#6a6f7a;text-decoration:none}.breadcrumbs a:hover{color:#e5322d}.dropzone{border:2px dashed #e4e4ea;background:#fafafa;border-radius:22px;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer}.dropzone:hover{border-color:#e5322d;background:#fff7f6}.dropzone span{font-size:1.4rem;font-weight:900}.btn.accent{background:#e5322d;color:#fff;border:0;border-radius:14px;padding:13px 20px;font-weight:900}.btn.secondary{background:#171717;color:#fff;border-radius:12px;padding:10px 16px;text-decoration:none}.v5-pills{display:flex;flex-wrap:wrap;gap:10px}.v5-pills a,.tool-filter-pills button{border:1px solid #e8e8ee;background:#fff;border-radius:999px;padding:10px 14px;text-decoration:none;color:#222;font-weight:800}.v5-pills a:hover,.tool-filter-pills button.active,.tool-filter-pills button:hover{background:#e5322d;color:#fff;border-color:#e5322d}.faq-section details{border:1px solid #eee;border-radius:16px;padding:16px;margin:10px 0}.faq-section summary{font-weight:900;cursor:pointer}.site-footer{margin-top:70px;background:#151515;color:#fff;padding:44px 0}.footer-inner{max-width:1180px;margin:auto;display:flex;justify-content:space-between;gap:24px;padding:0 22px}.footer-links{display:flex;flex-wrap:wrap;gap:14px}.footer-links a{color:#fff;text-decoration:none;opacity:.86}.page-wrap{padding-top:28px}.category-hero.v5{background:linear-gradient(135deg,#fff,#fff3f2);border:1px solid #eee;border-radius:28px;padding:38px;text-align:center}.tool-filter-pills{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.calc-box label{font-weight:800}.calc-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px}.calc-box input,.calc-box select,.advanced-settings input,.advanced-settings select{width:100%;border:1px solid #dedee6;border-radius:12px;padding:12px;background:#fff}.result-panel{background:#f8f8fb;border-radius:18px;padding:18px;margin-top:18px}.status{font-weight:800;color:#444}.file-result{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#f7fff8;border:1px solid #d5efd9;border-radius:18px;padding:16px;margin-top:16px}.tool-card-hidden{display:none!important}
@media(max-width:960px){.category-strip{grid-template-columns:repeat(2,1fr)}.main-menu{display:none}.main-menu.open{display:flex;position:absolute;left:12px;right:12px;top:70px;background:#fff;border:1px solid #eee;border-radius:18px;box-shadow:0 20px 50px rgba(0,0,0,.12);padding:12px;flex-direction:column;align-items:stretch}.top-action{display:none}.seo-columns{grid-template-columns:1fr}.tool-header-panel.v5,.studio-section,.footer-inner{flex-direction:column;align-items:flex-start}.hero-shell h1{font-size:2.45rem}}
@media(max-width:560px){.category-strip{grid-template-columns:1fr}.ilove-hero{padding:54px 0 44px}.tool-grid{grid-template-columns:1fr!important}.footer-inner{padding-inline:18px}.wrap{padding-inline:16px}}
.workflow-showcase,.trust-panel{margin-top:34px;margin-bottom:34px}.section-title.center{text-align:center;max-width:760px;margin-left:auto;margin-right:auto}.workflow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.workflow-grid article,.trust-panel{background:#fff;border:1px solid #e8edf5;border-radius:24px;padding:26px;box-shadow:0 18px 45px rgba(15,23,42,.06)}.workflow-grid span{font-size:34px}.workflow-grid h3{margin:14px 0 8px;font-size:20px}.workflow-grid p,.trust-panel p{color:#5b6980;line-height:1.7}.trust-panel{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center}.trust-list{display:grid;gap:12px}.trust-list span{background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:13px 16px;font-weight:800}.pill-tools.v5-pills{display:flex;flex-wrap:wrap;gap:12px}.pill-tools.v5-pills a{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#0f172a;text-decoration:none;font-weight:800}.pill-tools.v5-pills a:hover{border-color:#ef2b2d;box-shadow:0 12px 24px rgba(239,43,45,.10)}.calc-box input,.calc-box select,.calc-box textarea{width:100%;border:1px solid #dbe4f0;border-radius:14px;padding:13px 14px;background:#fff;font-weight:700}.calc-box textarea{min-height:160px;font-family:inherit}.calc-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:16px}.calc-row.main-calc{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));align-items:end}.swap-btn{border:none;background:#f1f5f9;border-radius:14px;font-size:20px;font-weight:900;padding:13px 16px}.quick-pairs{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0}.quick-pairs button{border:1px solid #e2e8f0;background:#fff;border-radius:999px;padding:10px 14px;font-weight:800;cursor:pointer}.result-panel{margin-top:16px;padding:18px;border:1px solid #dbeafe;background:#f8fbff;border-radius:18px;display:grid;gap:8px}.result-panel strong{font-size:22px}.tool-info-workspace{padding:24px;text-align:left}.tool-action-grid{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.premium-uploader .dropzone{min-height:210px}.global-header,.site-header{z-index:10}.all-tools-page{padding-bottom:60px}.seo-tool-copy{font-size:16px;line-height:1.75}.seo-tool-copy h2{margin-top:28px}.faq-section details{border:1px solid #e2e8f0;border-radius:18px;background:#fff;padding:18px;margin:12px 0}.faq-section summary{font-weight:900;cursor:pointer}.file-result{display:flex;justify-content:space-between;gap:16px;align-items:center;background:#fff;border:1px solid #dcfce7;border-radius:18px;padding:16px;margin-top:14px}.file-result span{display:block;color:#64748b;margin-top:4px}@media(max-width:900px){.workflow-grid,.trust-panel{grid-template-columns:1fr}.calc-row,.calc-row.main-calc{grid-template-columns:1fr}.tool-header-panel.v5{align-items:flex-start}.file-result{display:block}.file-result .btn{margin-top:12px}}
.pro-currency .currency-note{margin-top:14px;color:#667085;font-size:14px}.tool-info-workspace{display:none}.advanced-settings label select,.advanced-settings label input{min-height:48px}.currency-result strong{font-size:32px;color:#111827}.hero-quick-actions a{white-space:nowrap}.tool-card em{background:#fff1f1;color:#e5322d}.tool-filter-pills button{cursor:pointer}.premium-uploader .btn.accent{font-size:17px}.faq-section details{border:1px solid #eceef4;border-radius:16px;padding:18px 20px;background:#fff}.faq-section details+details{margin-top:12px}.seo-tool-copy ol li,.seo-tool-copy ul li{margin:8px 0;line-height:1.65}
.ilove-hero{display:flex;align-items:center;justify-content:center;min-height:430px;text-align:center;}
.hero-shell{width:100%;max-width:1040px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.hero-shell .hero-main-search{width:min(760px,100%);}
.wise-currency-shell{max-width:980px;margin:0 auto;}
.wise-currency-card{background:#fff;border:1px solid #e9eaef;border-radius:28px;padding:30px;box-shadow:0 22px 60px rgba(14,19,34,.08);}
.currency-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px;}
.currency-card-head h2{font-size:2rem;letter-spacing:-.035em;margin:0 0 6px;color:#111827;}
.currency-card-head p{margin:0;color:#607086;max-width:620px;line-height:1.55;}
.live-pill{background:#e9fff4;color:#087a45;border:1px solid #b9efd3;border-radius:999px;padding:8px 12px;font-weight:900;font-size:.86rem;white-space:nowrap;}
.wise-converter-grid{display:grid;grid-template-columns:1.2fr 1fr auto 1fr;gap:12px;align-items:end;background:#f7f8fb;border:1px solid #edf0f5;border-radius:22px;padding:16px;}
.money-input,.currency-select-box{display:flex;flex-direction:column;gap:8px;font-weight:900;color:#111827;}
.money-input input,.currency-select-box select{height:58px;border:1px solid #d9dee8;border-radius:16px;background:#fff;padding:0 16px;font-size:1.05rem;font-weight:800;color:#111827;}
.money-input input{font-size:1.4rem;}
.wise-swap{width:54px;height:54px;border-radius:50%;border:1px solid #dadfe8;background:#fff;color:#e5322d;font-size:1.5rem;font-weight:900;cursor:pointer;box-shadow:0 8px 20px rgba(15,23,42,.07);}
.wise-swap:hover{background:#e5322d;color:#fff;border-color:#e5322d;}
.wise-result-card{margin-top:18px;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:10px;}
.wise-result-card .muted-label{color:#cbd5e1;font-weight:800;}
.wise-result-card strong{font-size:clamp(2rem,5vw,3.8rem);letter-spacing:-.055em;line-height:1.05;}
.rate-lines{display:flex;flex-wrap:wrap;gap:14px 22px;color:#dbeafe;font-weight:700;}
.currency-actions-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px;}
.btn.soft{background:#f1f3f8;color:#111827;border:0;border-radius:14px;padding:13px 18px;font-weight:900;}
.popular-pairs-panel,.currency-chart-panel{margin-top:22px;background:#fafbfe;border:1px solid #edf0f6;border-radius:22px;padding:20px;}
.popular-pairs-panel h3,.currency-chart-panel h3{margin:0 0 12px;font-size:1.18rem;}
.wise-pairs{display:flex;flex-wrap:wrap;gap:10px;}
.wise-pairs button{border:1px solid #dfe4ee;background:#fff;border-radius:999px;padding:10px 14px;font-weight:900;cursor:pointer;color:#111827;}
.wise-pairs button:hover{border-color:#e5322d;background:#fff4f3;color:#e5322d;}
.currency-chart-panel{display:grid;grid-template-columns:280px 1fr;gap:20px;align-items:end;}
.currency-chart-panel p{color:#667085;line-height:1.5;margin:0;}
.mini-bars{height:96px;display:flex;align-items:end;gap:7px;padding:8px 4px;}
.mini-bars span{flex:1;min-width:8px;border-radius:999px 999px 4px 4px;background:linear-gradient(180deg,#e5322d,#ff8a75);box-shadow:0 6px 14px rgba(229,50,45,.15);}
@media(max-width:860px){.wise-converter-grid{grid-template-columns:1fr}.wise-swap{margin:0 auto;transform:rotate(90deg)}.currency-chart-panel{grid-template-columns:1fr}.currency-card-head{flex-direction:column}.wise-result-card strong{font-size:2.2rem}}
.currency-wise-wrap{
max-width:1120px !important;
margin:0 auto 42px !important;
}
.currency-wise-card{
position:relative;
overflow:visible;
background:linear-gradient(180deg,#ffffff 0%,#fbfffd 100%) !important;
border:1px solid #e5eee9 !important;
border-radius:34px !important;
padding:34px !important;
box-shadow:0 28px 90px rgba(15,23,42,.10) !important;
}
.currency-wise-card::before{
content:"";
position:absolute;
inset:-1px -1px auto -1px;
height:9px;
background:linear-gradient(90deg,#14b86e,#65d86d,#e5322d);
border-radius:34px 34px 0 0;
}
.currency-wise-head{
display:flex !important;
align-items:flex-start !important;
justify-content:space-between !important;
gap:22px !important;
margin-bottom:26px !important;
}
.currency-wise-head .eyebrow{
margin:0 0 8px !important;
color:#087a45 !important;
letter-spacing:.12em !important;
text-transform:uppercase !important;
font-weight:900 !important;
font-size:.78rem !important;
}
.currency-wise-head h2{
margin:0 0 8px !important;
color:#101828 !important;
font-size:clamp(2rem,4vw,3rem) !important;
line-height:1.05 !important;
letter-spacing:-.055em !important;
font-weight:950 !important;
}
.currency-wise-head p{
margin:0 !important;
max-width:700px !important;
color:#5b6678 !important;
line-height:1.65 !important;
font-size:1.02rem !important;
}
.currency-live-badge{
display:inline-flex !important;
align-items:center !important;
gap:9px !important;
background:#ecfdf3 !important;
color:#047857 !important;
border:1px solid #bbf7d0 !important;
border-radius:999px !important;
padding:10px 14px !important;
font-weight:900 !important;
white-space:nowrap !important;
}
.currency-live-badge span,
.currency-live-badge::before{
content:"";
width:9px;
height:9px;
border-radius:50%;
background:#16a34a;
box-shadow:0 0 0 5px rgba(22,163,74,.12);
}
.wise-converter-grid{
display:grid !important;
grid-template-columns:minmax(260px,.9fr) minmax(320px,1.1fr) !important;
gap:18px !important;
align-items:stretch !important;
padding:0 !important;
background:transparent !important;
border:0 !important;
}
.wise-amount-card,
.wise-pair-card{
background:#f8fafc !important;
border:1px solid #e5e7eb !important;
border-radius:26px !important;
padding:18px !important;
box-shadow:inset 0 1px 0 rgba(255,255,255,.7) !important;
}
.wise-label{
display:block !important;
margin-bottom:10px !important;
color:#475467 !important;
font-size:.84rem !important;
font-weight:900 !important;
letter-spacing:.02em !important;
}
.wise-amount-input input{
width:100% !important;
height:72px !important;
box-sizing:border-box !important;
border:1px solid #d7dde8 !important;
border-radius:20px !important;
padding:0 18px !important;
background:#fff !important;
color:#101828 !important;
font-size:2rem !important;
font-weight:950 !important;
outline:none !important;
box-shadow:0 10px 24px rgba(15,23,42,.05) !important;
}
.wise-amount-input input:focus{
border-color:#16a34a !important;
box-shadow:0 0 0 5px rgba(22,163,74,.13) !important;
}
.wise-quick-amounts{
display:flex !important;
flex-wrap:wrap !important;
gap:8px !important;
margin-top:14px !important;
}
.wise-quick-amounts button{
border:1px solid #e2e8f0 !important;
background:#fff !important;
color:#0f172a !important;
border-radius:999px !important;
padding:9px 12px !important;
font-weight:900 !important;
cursor:pointer !important;
}
.wise-quick-amounts button:hover{
border-color:#16a34a !important;
background:#ecfdf3 !important;
color:#047857 !important;
}
.wise-pair-card{
display:grid !important;
grid-template-columns:1fr auto 1fr !important;
gap:12px !important;
align-items:end !important;
}
.wise-pair-card .wise-label:nth-of-type(2){
grid-column:3;
}
.wise-currency-select{
position:absolute !important;
opacity:0 !important;
pointer-events:none !important;
width:1px !important;
height:1px !important;
overflow:hidden !important;
}
.premium-currency-picker{
position:relative;
min-width:0;
}
.premium-currency-button{
width:100%;
min-height:72px;
border:1px solid #d7dde8;
border-radius:20px;
background:#fff;
padding:12px 44px 12px 14px;
display:flex;
align-items:center;
gap:13px;
text-align:left;
cursor:pointer;
box-shadow:0 10px 24px rgba(15,23,42,.05);
}
.premium-currency-button:hover,
.premium-currency-picker.open .premium-currency-button{
border-color:#16a34a;
box-shadow:0 0 0 5px rgba(22,163,74,.12);
}
.premium-currency-flag{
flex:0 0 auto;
width:42px;
height:42px;
display:grid;
place-items:center;
border-radius:50%;
background:#f1f5f9;
font-size:25px;
box-shadow:inset 0 0 0 1px rgba(15,23,42,.05);
}
.premium-currency-text{
min-width:0;
display:grid;
gap:2px;
}
.premium-currency-code{
color:#101828;
font-size:1.14rem;
font-weight:950;
line-height:1.05;
}
.premium-currency-name{
color:#667085;
font-size:.86rem;
font-weight:800;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.premium-currency-button::after{
content:"⌄";
position:absolute;
right:16px;
color:#667085;
font-size:1.25rem;
font-weight:900;
}
.premium-currency-menu{
position:absolute;
z-index:500;
top:calc(100% + 10px);
left:0;
right:0;
display:none;
background:#fff;
border:1px solid #e2e8f0;
border-radius:22px;
box-shadow:0 24px 70px rgba(15,23,42,.18);
padding:12px;
min-width:320px;
}
.premium-currency-picker.open .premium-currency-menu{display:block;}
.premium-currency-search{
width:100%;
box-sizing:border-box;
height:46px;
border:1px solid #e5e7eb;
border-radius:14px;
padding:0 14px;
outline:0;
font-weight:800;
margin-bottom:10px;
}
.premium-currency-list{
max-height:320px;
overflow:auto;
display:grid;
gap:4px;
padding-right:4px;
}
.premium-currency-item{
display:flex;
align-items:center;
gap:11px;
width:100%;
border:0;
background:transparent;
border-radius:14px;
padding:10px;
cursor:pointer;
text-align:left;
}
.premium-currency-item:hover,
.premium-currency-item.active{
background:#ecfdf3;
}
.premium-currency-item .premium-currency-flag{
width:34px;
height:34px;
font-size:21px;
}
.wise-swap{
grid-column:2 !important;
grid-row:1 / span 2 !important;
align-self:center !important;
width:56px !important;
height:56px !important;
border-radius:50% !important;
border:1px solid #d7dde8 !important;
background:#fff !important;
color:#16a34a !important;
font-size:1.45rem !important;
font-weight:950 !important;
cursor:pointer !important;
box-shadow:0 12px 26px rgba(15,23,42,.10) !important;
}
.wise-swap:hover{
background:#16a34a !important;
color:#fff !important;
border-color:#16a34a !important;
}
.wise-result-card{
margin-top:20px !important;
border-radius:28px !important;
padding:26px !important;
background:linear-gradient(135deg,#071b16 0%,#0b3b29 56%,#101828 100%) !important;
color:#fff !important;
box-shadow:0 26px 70px rgba(6,78,59,.24) !important;
}
.wise-result-card strong{
display:block !important;
color:#fff !important;
font-size:clamp(2.25rem,5vw,4.5rem) !important;
line-height:1 !important;
letter-spacing:-.065em !important;
margin:4px 0 8px !important;
}
.currency-rate-meta{
display:flex !important;
flex-wrap:wrap !important;
gap:10px !important;
}
.currency-rate-meta b{
display:inline-flex !important;
align-items:center !important;
gap:6px !important;
border:1px solid rgba(255,255,255,.15) !important;
background:rgba(255,255,255,.08) !important;
color:#dffced !important;
border-radius:999px !important;
padding:8px 11px !important;
font-weight:850 !important;
}
.currency-pro-actions{
display:flex !important;
flex-wrap:wrap !important;
gap:12px !important;
margin-top:10px !important;
}
.currency-pro-actions .btn.accent{
background:#16a34a !important;
color:#fff !important;
box-shadow:none !important;
}
.currency-pro-actions .btn.soft{
background:#fff !important;
color:#0f172a !important;
}
.wise-history-card,
.currency-popular-box.wide{
margin-top:22px !important;
background:#fff !important;
border:1px solid #e5e7eb !important;
border-radius:28px !important;
padding:22px !important;
box-shadow:0 14px 36px rgba(15,23,42,.06) !important;
}
.wise-history-card .row{
display:flex !important;
justify-content:space-between !important;
align-items:flex-start !important;
gap:20px !important;
}
.wise-history-card h3,
.currency-popular-box.wide h3{
margin:0 0 8px !important;
color:#101828 !important;
font-size:1.35rem !important;
}
.wise-history-card p{
margin:0 !important;
color:#667085 !important;
}
.currency-range-tabs{
display:flex !important;
gap:7px !important;
flex-wrap:wrap !important;
}
.currency-range-tabs button{
border:1px solid #e2e8f0 !important;
background:#fff !important;
color:#334155 !important;
border-radius:999px !important;
padding:9px 12px !important;
font-weight:900 !important;
cursor:pointer !important;
}
.currency-range-tabs button.active,
.currency-range-tabs button:hover{
background:#16a34a !important;
border-color:#16a34a !important;
color:#fff !important;
}
.currency-chart-area{
height:230px !important;
margin-top:18px !important;
border:1px solid #edf2f7 !important;
border-radius:20px !important;
background:linear-gradient(180deg,#f8fffb,#ffffff) !important;
padding:12px !important;
}
.currency-chart-area svg{width:100%;height:100%;display:block;}
.currency-chart-stats{
display:grid !important;
grid-template-columns:repeat(3,1fr) !important;
gap:10px !important;
margin-top:12px !important;
}
.currency-chart-stats span{
background:#f8fafc !important;
border:1px solid #e2e8f0 !important;
border-radius:16px !important;
padding:12px !important;
color:#667085 !important;
font-weight:800 !important;
}
.currency-chart-stats b{display:block;color:#0f172a;font-size:1.05rem;margin-top:3px;}
.wise-pairs{
display:grid !important;
grid-template-columns:repeat(auto-fit,minmax(170px,1fr)) !important;
gap:10px !important;
}
.wise-pairs button,
.wise-pairs a{
display:flex !important;
align-items:center !important;
justify-content:center !important;
min-height:48px !important;
border:1px solid #e2e8f0 !important;
background:#fff !important;
color:#0f172a !important;
border-radius:16px !important;
padding:10px 12px !important;
text-decoration:none !important;
font-weight:900 !important;
cursor:pointer !important;
}
.wise-pairs button:hover,
.wise-pairs a:hover{
border-color:#16a34a !important;
background:#ecfdf3 !important;
color:#047857 !important;
}
@media(max-width:900px){
.currency-wise-card{padding:22px !important;border-radius:26px !important;}
.currency-wise-head{flex-direction:column !important;}
.wise-converter-grid{grid-template-columns:1fr !important;}
.wise-pair-card{grid-template-columns:1fr !important;}
.wise-pair-card .wise-label:nth-of-type(2){grid-column:auto;}
.wise-swap{grid-column:auto !important;grid-row:auto !important;justify-self:center !important;transform:rotate(90deg);}
.wise-history-card .row{flex-direction:column !important;}
.currency-chart-stats{grid-template-columns:1fr !important;}
}
.currency-pro-page{max-width:1180px;margin:0 auto 54px;padding:6px 0 0;}
.currency-pro-hero{text-align:center;max-width:850px;margin:0 auto 30px;padding:24px 16px 4px;}
.currency-pro-hero .currency-kicker{margin:0 0 10px;color:#17a160;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;font-weight:950;}
.currency-pro-hero h1{margin:0;color:#101828;font-size:clamp(2.15rem,5vw,4.25rem);line-height:1.02;letter-spacing:-.065em;font-weight:950;}
.currency-pro-hero p{margin:16px auto 0;max-width:720px;color:#5b6678;font-size:1.08rem;line-height:1.65;font-weight:650;}
.currency-pro-shell{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;align-items:start;}
.currency-pro-card,.currency-side-card,.currency-history-panel,.currency-seo-mini{background:#fff;border:1px solid #e5e7eb;border-radius:30px;box-shadow:0 24px 70px rgba(15,23,42,.09);}
.currency-pro-card{padding:26px;position:relative;overflow:visible;}
.currency-pro-topline{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:20px;}
.currency-pro-topline b{display:block;color:#101828;font-size:1.2rem;font-weight:950;}
.currency-pro-topline span{display:block;color:#667085;margin-top:4px;font-weight:650;}
.currency-convert-box{position:relative;background:#f7f9fc;border:1px solid #e5e7eb;border-radius:28px;padding:14px;display:grid;gap:12px;}
.currency-row{position:relative;display:grid;grid-template-columns:140px minmax(210px,1fr) minmax(290px,360px);gap:14px;align-items:center;background:#fff;border:1px solid #e7ebf2;border-radius:24px;padding:18px;min-height:98px;box-shadow:0 12px 30px rgba(15,23,42,.055);}
.currency-field-label{color:#667085;font-weight:950;font-size:.86rem;text-transform:uppercase;letter-spacing:.055em;}
.currency-money-input input{width:100%;height:60px;border:0;outline:0;background:transparent;color:#101828;font-size:2.3rem;letter-spacing:-.045em;font-weight:950;}
.currency-result-inline{color:#101828;font-size:2.25rem;letter-spacing:-.05em;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.currency-selector-wrap{min-width:0;}
.currency-swap-centered{position:absolute;left:calc(140px + 18px);top:50%;transform:translate(-50%,-50%);z-index:5;width:52px;height:52px;border-radius:50%;border:1px solid #d9eee2;background:#fff;color:#0d9f5d;font-size:1.45rem;font-weight:950;box-shadow:0 14px 34px rgba(15,23,42,.15);cursor:pointer;}
.currency-swap-centered:hover{background:#11a965;color:#fff;border-color:#11a965;}
.currency-rate-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;color:#334155;font-weight:800;}
.currency-rate-strip span{display:inline-flex;align-items:center;min-height:38px;border:1px solid #e2e8f0;background:#f8fafc;border-radius:999px;padding:8px 12px;}
.currency-actions-clean{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;flex-wrap:wrap;}
.currency-quick-amounts{display:flex;gap:8px;flex-wrap:wrap;}
.currency-quick-amounts button{border:1px solid #e2e8f0;background:#fff;color:#101828;border-radius:999px;padding:10px 14px;font-weight:950;cursor:pointer;}
.currency-quick-amounts button:hover{background:#e9fff2;border-color:#15aa64;color:#087a45;}
.currency-actions-clean .btn.soft{background:#101828;color:#fff;border:0;}
.currency-side-card{padding:22px;}
.currency-side-card h3,.currency-history-panel h2,.currency-seo-mini h2{margin:0 0 7px;color:#101828;font-size:1.35rem;letter-spacing:-.035em;font-weight:950;}
.currency-side-card p,.currency-history-panel p,.currency-seo-mini p{margin:0 0 16px;color:#667085;line-height:1.55;font-weight:650;}
.currency-pairs-premium{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;}
.currency-pairs-premium button{justify-content:flex-start!important;min-height:52px!important;border-radius:18px!important;background:#f8fafc!important;color:#101828!important;border:1px solid #e2e8f0!important;}
.currency-pairs-premium button:hover{background:#e9fff2!important;border-color:#15aa64!important;color:#087a45!important;}
.currency-insights-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;margin-top:22px;}
.currency-history-panel,.currency-seo-mini{padding:24px;box-shadow:0 16px 50px rgba(15,23,42,.06);}
.currency-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;}
.currency-page-links{display:grid;gap:10px;}
.currency-page-links a{display:flex;align-items:center;justify-content:space-between;min-height:48px;border:1px solid #e2e8f0;border-radius:16px;background:#f8fafc;color:#101828;text-decoration:none;font-weight:950;padding:0 14px;}
.currency-page-links a:hover{background:#e9fff2;border-color:#15aa64;color:#087a45;}
.currency-chart-area{height:260px!important;background:linear-gradient(180deg,#fbfffd,#ffffff)!important;border-radius:22px!important;}
.currency-live-badge{background:#e9fff2!important;border-color:#b8f3cc!important;color:#087a45!important;}
.premium-currency-picker{width:100%;}
.premium-currency-button{min-height:64px!important;border-radius:18px!important;background:#fff!important;border:1px solid #dbe3ee!important;padding:10px 44px 10px 12px!important;}
.premium-currency-flag{width:38px!important;height:38px!important;font-size:24px!important;background:#f2f6fb!important;line-height:1!important;display:grid!important;place-items:center!important;}
.premium-currency-code{font-size:1.08rem!important;color:#101828!important;}
.premium-currency-name{font-size:.82rem!important;color:#667085!important;max-width:210px!important;}
.premium-currency-menu{z-index:9999!important;min-width:360px!important;border-radius:22px!important;}
.premium-currency-item .premium-currency-flag{width:34px!important;height:34px!important;font-size:21px!important;}
.currency-wise-wrap{max-width:1180px!important;}
.currency-wise-card{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;}
.currency-wise-card:before{display:none!important;}
@media(max-width:1040px){.currency-pro-shell,.currency-insights-grid{grid-template-columns:1fr}.currency-side-card{order:2}.currency-history-panel{order:1}.currency-seo-mini{order:2}.currency-row{grid-template-columns:120px minmax(160px,1fr) minmax(250px,320px)}.currency-swap-centered{left:138px}}
@media(max-width:760px){.currency-pro-page{padding:0 4px}.currency-pro-shell{gap:16px}.currency-pro-card{padding:16px;border-radius:24px}.currency-pro-topline{flex-direction:column}.currency-convert-box{padding:10px;border-radius:22px}.currency-row{grid-template-columns:1fr;gap:8px;min-height:auto;padding:16px}.currency-money-input input,.currency-result-inline{font-size:2rem}.currency-swap-centered{position:relative;left:auto;top:auto;transform:rotate(90deg);justify-self:center;margin:-2px 0;}.premium-currency-menu{min-width:min(360px,92vw)!important}.currency-panel-head{flex-direction:column}.currency-chart-stats{grid-template-columns:1fr!important}}
.currency-v37{max-width:1180px;margin:0 auto;padding:34px 18px 80px;color:#0f172a}
.currency-v37-hero{text-align:center;max-width:820px;margin:8px auto 28px;padding:14px 0 4px}
.currency-v37-kicker{display:inline-flex;align-items:center;gap:8px;background:#fff1f2;color:#e11d48;border:1px solid #fecdd3;border-radius:999px;padding:8px 14px;font-weight:950;margin:0 0 12px}
.currency-v37-hero h1{font-size:clamp(2.4rem,5vw,4.8rem);line-height:.98;letter-spacing:-.065em;margin:0;color:#0f172a}
.currency-v37-hero p{font-size:1.08rem;line-height:1.65;color:#5b6678;max-width:680px;margin:18px auto 0}
.currency-v37-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
.currency-v37-card,.currency-v37-side,.currency-v37-history,.currency-v37-info article{background:#fff;border:1px solid #e8edf5;border-radius:28px;box-shadow:0 22px 70px rgba(15,23,42,.08)}
.currency-v37-card{padding:28px;overflow:hidden}
.currency-v37-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:22px}
.currency-v37-head h2,.currency-v37-side h3{font-size:1.45rem;letter-spacing:-.03em;margin:0 0 6px;color:#0f172a}
.currency-v37-head p,.currency-v37-side p{margin:0;color:#5f6b7f;font-weight:750;line-height:1.55}
.currency-v37-live{display:inline-flex;align-items:center;gap:8px;border:1px solid #bbf7d0;background:#dcfce7;color:#079455;border-radius:999px;padding:11px 15px;font-weight:950;white-space:nowrap}
.currency-v37-live i{width:10px;height:10px;background:#16a34a;border-radius:999px;display:block;box-shadow:0 0 0 5px rgba(22,163,74,.12)}
.currency-v37-converter{position:relative;border:1px solid #fecaca;border-radius:26px;background:linear-gradient(180deg,#fff7f7 0%,#fff 70%);padding:14px;display:grid;gap:14px;overflow:visible}
.currency-v37-row{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;align-items:center;border:1px solid #fee2e2;background:#fff;border-radius:23px;padding:20px 22px;min-width:0;box-shadow:0 14px 34px rgba(239,68,68,.05)}
.currency-v37-result-row{background:#fffafb}
.currency-v37-amount{min-width:0}.currency-v37-amount label{display:block;text-transform:uppercase;letter-spacing:.08em;color:#667085;font-weight:950;font-size:.78rem;margin-bottom:8px}.currency-v37-amount input,.currency-v37-amount output{border:0;background:transparent;outline:0;width:100%;font-weight:950;letter-spacing:-.05em;color:#0f172a;font-size:clamp(2.15rem,4.5vw,4rem);line-height:1.05;padding:0}.currency-v37-amount small{display:block;color:#667085;font-weight:800;margin-top:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.currency-v37-select{min-width:0}.currency-v37-select .wise-currency-select{position:absolute!important;opacity:0!important;width:1px!important;height:1px!important;pointer-events:none!important}.currency-v37 .premium-currency-button{min-height:78px;border-radius:22px;border-color:#e5e7eb;box-shadow:none;padding:14px 48px 14px 14px}.currency-v37 .premium-currency-button:hover,.currency-v37 .premium-currency-picker.open .premium-currency-button{border-color:#f43f5e;box-shadow:0 0 0 5px rgba(244,63,94,.10)}.currency-v37 .premium-currency-flag{width:48px;height:48px;font-size:29px}.currency-v37 .premium-currency-code{font-size:1.24rem}.currency-v37 .premium-currency-menu{z-index:9999;min-width:min(420px,calc(100vw - 48px));border-color:#fee2e2}.currency-v37 .premium-currency-item:hover,.currency-v37 .premium-currency-item.active{background:#fff1f2}
.currency-v37-swap{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:4;width:58px;height:58px;border-radius:999px;border:4px solid #fff;background:linear-gradient(180deg,#fb7185,#e11d48);color:#fff;font-size:1.65rem;font-weight:950;box-shadow:0 16px 30px rgba(225,29,72,.25);cursor:pointer}.currency-v37-swap:hover{transform:translate(-50%,-50%) scale(1.05)}
.currency-v37-ratebar{display:grid;grid-template-columns:1fr 1fr .65fr;border:1px solid #edf0f5;border-radius:20px;margin-top:18px;background:#fff}.currency-v37-ratebar div{padding:17px 20px;border-right:1px solid #edf0f5}.currency-v37-ratebar div:last-child{border-right:0}.currency-v37-ratebar strong{display:block;color:#0f172a;font-size:1.02rem}.currency-v37-ratebar span{display:block;color:#667085;font-weight:750;margin-top:4px;font-size:.86rem}.currency-v37-ratebar [data-cur-change]{color:#059669}
.currency-v37-updated{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;border:1px solid #fee2e2;background:#fff7f7;border-radius:18px;padding:13px 16px;margin-top:12px;color:#475467;font-weight:800}.currency-v37-updated b{color:#0f172a}
.currency-v37-actions{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-top:18px}.currency-v37-quick{display:flex;gap:10px;flex-wrap:wrap}.currency-v37-quick button{height:44px;min-width:52px;padding:0 15px;border:1px solid #fecdd3;background:#fff;border-radius:13px;color:#0f172a;font-weight:950;cursor:pointer}.currency-v37-quick button:hover,.currency-v37-quick button.active{background:linear-gradient(180deg,#fb7185,#e11d48);border-color:#e11d48;color:#fff;box-shadow:0 12px 22px rgba(225,29,72,.18)}.currency-v37-copy{height:48px;border:0;border-radius:14px;background:#0f172a;color:#fff;font-weight:950;padding:0 24px;box-shadow:0 14px 28px rgba(15,23,42,.14);cursor:pointer}
.currency-v37-side{padding:24px}.currency-v37-side-head{display:flex;align-items:flex-start;gap:13px;margin-bottom:16px}.currency-v37-side-head>span{font-size:1.7rem;background:#fff1f2;border-radius:16px;width:48px;height:48px;display:grid;place-items:center}.currency-v37-pairs{display:grid;gap:10px}.currency-v37-pairs button{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;border:1px solid #e8edf5;background:#fbfdff;border-radius:17px;padding:12px;text-align:left;cursor:pointer}.currency-v37-pairs button:hover{border-color:#fda4af;background:#fff7f7}.currency-v37-pairs span{font-size:1.75rem}.currency-v37-pairs b{font-size:.98rem;color:#0f172a}.currency-v37-pairs em{font-style:normal;color:#059669;font-weight:950;font-size:.86rem}.currency-v37-viewall{display:block;text-align:center;margin-top:14px;border:1px solid #fecdd3;border-radius:15px;color:#e11d48;text-decoration:none;font-weight:950;padding:13px;background:#fff7f7}
.currency-v37-history{margin-top:24px;padding:24px}.currency-v37-history-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:18px}.currency-v37-history h2{margin:0 0 7px;font-size:1.55rem;letter-spacing:-.03em}.currency-v37-history p{margin:0;color:#667085;font-weight:750}.currency-v37-tabs{display:flex;gap:8px;flex-wrap:wrap}.currency-v37-tabs button{border:1px solid #e5e7eb;background:#f8fafc;color:#475467;border-radius:13px;padding:10px 14px;font-weight:950;cursor:pointer}.currency-v37-tabs button.active,.currency-v37-tabs button:hover{background:#fff1f2;color:#e11d48;border-color:#fecdd3}.currency-v37-history-body{display:grid;grid-template-columns:165px minmax(0,1fr);gap:22px}.currency-v37-stats{display:grid;border:1px solid #e8edf5;border-radius:18px;overflow:hidden;background:#fff}.currency-v37-stats div{padding:15px;border-bottom:1px solid #e8edf5}.currency-v37-stats div:last-child{border-bottom:0}.currency-v37-stats strong{font-size:1.1rem;color:#0f172a}.currency-v37-stats span{display:block;color:#667085;font-weight:800;margin-top:4px}.currency-v37-stats div:nth-child(1) strong,.currency-v37-stats div:nth-child(4) strong{color:#059669}.currency-v37-stats div:nth-child(2) strong{color:#e11d48}.currency-v37-chart-wrap{position:relative;min-height:285px;border:1px solid #eef2f7;border-radius:20px;padding:8px;background:linear-gradient(180deg,#fff,#fffafa);overflow:hidden}.currency-v37-chart-wrap svg{width:100%;height:280px;display:block}.currency-v37-chart-empty{position:absolute;inset:0;display:grid;place-items:center;color:#667085;font-weight:900;pointer-events:none}.currency-v37-chart-wrap svg:not(:empty)+.currency-v37-chart-empty{display:none}.currency-v37-note{border-top:1px solid #eef2f7;margin-top:15px!important;padding-top:13px;font-size:.9rem}
.currency-v37-info{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px}.currency-v37-info article{padding:22px}.currency-v37-info h3{margin:0 0 12px;font-size:1.2rem}.currency-v37-info p,.currency-v37-info li{color:#5b6678;line-height:1.65;font-weight:700}.currency-v37-info a{display:inline-block;margin-top:10px;text-decoration:none;color:#e11d48;font-weight:950}.currency-v37-info details{border:1px solid #eef2f7;border-radius:14px;padding:12px;margin:8px 0}.currency-v37-info summary{font-weight:950;cursor:pointer}
@media(max-width:1000px){.currency-v37-grid,.currency-v37-history-body,.currency-v37-info{grid-template-columns:1fr}.currency-v37-row{grid-template-columns:1fr}.currency-v37-swap{left:50%;top:50%}.currency-v37-actions,.currency-v37-history-head{display:block}.currency-v37-copy{width:100%;margin-top:14px}.currency-v37-side{order:2}.currency-v37-card{order:1}.currency-v37-ratebar{grid-template-columns:1fr}.currency-v37-ratebar div{border-right:0;border-bottom:1px solid #edf0f5}.currency-v37-ratebar div:last-child{border-bottom:0}}
@media(max-width:640px){.currency-v37{padding:18px 12px 50px}.currency-v37-card,.currency-v37-side,.currency-v37-history{border-radius:22px;padding:18px}.currency-v37-hero h1{font-size:2.35rem}.currency-v37-row{padding:18px}.currency-v37-amount input,.currency-v37-amount output{font-size:2.35rem}.currency-v37 .premium-currency-button{min-height:68px}.currency-v37-pairs button{grid-template-columns:36px 1fr}.currency-v37-pairs em{grid-column:2}.currency-v37-chart-wrap svg{height:230px}.currency-v37-chart-wrap{min-height:235px}}
.currency-pro-page.currency-v37{max-width:1380px;width:min(1380px,calc(100vw - 48px));padding:26px 0 90px;background:transparent}
.currency-v37-hero{display:none!important}
.currency-v37-grid{grid-template-columns:minmax(760px,1fr) 390px;gap:28px;width:100%;align-items:stretch}
.currency-v37-card,.currency-v37-side,.currency-v37-history,.currency-v37-info article{border-color:#f0dfe3;box-shadow:0 22px 80px rgba(15,23,42,.09);background:linear-gradient(180deg,#fff 0%,#fffafa 100%)}
.currency-v37-card{padding:30px;border-radius:28px;overflow:visible;min-width:0}
.currency-v37-head h2,.currency-v37-side h3{font-size:1.55rem}
.currency-v37-head p,.currency-v37-side p{font-size:.98rem}
.currency-v37-converter{padding:18px;border-radius:27px;background:linear-gradient(180deg,#fff7f8 0%,#fff 75%);border-color:#ffd4dc;overflow:visible}
.currency-v37-row{grid-template-columns:minmax(0,1fr) 325px;gap:24px;padding:25px 28px;border-radius:24px;border-color:#ffd8df;min-width:0;overflow:visible;box-shadow:0 14px 40px rgba(239,35,60,.055)}
.currency-v37-amount input,.currency-v37-amount output{color:#e11d48;font-size:clamp(2.8rem,4.2vw,4.65rem);font-weight:1000}
.currency-v37-result-row .currency-v37-amount output{color:#e11d48}
.currency-v37-amount label{color:#64748b;font-size:.82rem}.currency-v37-amount small{color:#334155}
.currency-v37 .premium-currency-button{width:100%;min-height:88px;border:1px solid #f2c6ce;border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(15,23,42,.045);padding:14px 52px 14px 18px;overflow:hidden}
.currency-v37 .premium-currency-flag{width:58px;height:58px;border-radius:999px;display:grid;place-items:center;overflow:hidden;flex:0 0 58px;background:#f8fafc;border:1px solid #e5e7eb;font-size:0!important}
.currency-flag-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:999px}
.currency-flag-fallback{font-size:26px!important;line-height:1;display:grid;place-items:center;width:100%;height:100%}
.currency-v37 .premium-currency-code{font-size:1.45rem;letter-spacing:.02em}.currency-v37 .premium-currency-name{font-size:.95rem;color:#5b6678}
.currency-v37 .premium-currency-item .premium-currency-flag{width:42px;height:42px;flex-basis:42px}.currency-v37 .premium-currency-menu{border-radius:20px;box-shadow:0 24px 80px rgba(15,23,42,.18)}
.currency-v37-swap{width:64px;height:64px;background:linear-gradient(180deg,#fb7185 0%,#e11d48 100%);box-shadow:0 18px 40px rgba(225,29,72,.28)}
.currency-v37-ratebar{grid-template-columns:1fr 1fr .75fr;border-color:#f0dfe3;background:#fff;border-radius:18px}.currency-v37-ratebar strong{font-size:1.08rem}.currency-v37-ratebar [data-cur-change],.currency-v37-ratebar [data-cur-change-box]{color:#059669}
.currency-v37-updated{background:#fff7f8;border-color:#ffd4dc}
.currency-v37-copy{background:linear-gradient(180deg,#fb3152,#e11d48);box-shadow:0 18px 32px rgba(225,29,72,.24);min-width:170px}
.currency-v37-quick button{border-color:#ffd4dc;border-radius:14px;background:#fff;min-width:60px}.currency-v37-quick button.active{background:linear-gradient(180deg,#fb3152,#e11d48)}
.currency-v37-side{padding:28px;border-radius:28px}.currency-v37-pairs{gap:12px}.currency-v37-pairs button{grid-template-columns:54px 1fr auto;border-color:#f0dfe3;border-radius:18px;padding:13px 14px;background:#fff}.currency-v37-pairs span{width:44px;height:44px;border-radius:999px;display:grid;place-items:center;overflow:hidden;background:#f8fafc;border:1px solid #e5e7eb;font-size:0}.currency-v37-pairs b{font-size:1rem}.currency-v37-pairs em{font-size:.9rem}.currency-v37-viewall{background:#fff7f8;border-color:#ffb7c4;color:#e11d48}
.currency-v37-history{padding:28px;border-radius:28px}.currency-v37-history-body{grid-template-columns:180px minmax(0,1fr);gap:26px}.currency-v37-chart-wrap{min-height:330px;border-color:#f0dfe3;background:linear-gradient(180deg,#fff,#fff7f8);padding:16px}.currency-v37-chart-wrap svg{height:310px}.currency-v37-stats{border-color:#f0dfe3;border-radius:18px}.currency-v37-stats div{padding:18px}.currency-v37-tabs button{min-width:58px;border-color:#edf2f7}.currency-v37-tabs button.active{background:#fff1f2;border-color:#ffb7c4;color:#e11d48}.currency-v37-note{font-weight:700;color:#667085}
.currency-v37-info{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.currency-v37-info article{border-radius:24px;background:#fff}
.currency-v38-alert{max-width:1380px;margin:26px auto 0;border-radius:18px;background:linear-gradient(90deg,#e11d48,#fb3152);color:#fff;padding:22px 30px;display:flex;justify-content:space-between;align-items:center;gap:20px;box-shadow:0 20px 55px rgba(225,29,72,.22)}
.currency-v38-alert strong{font-size:1.15rem;display:block}.currency-v38-alert span{display:block;opacity:.92;margin-top:3px}.currency-v38-alert a{background:#fff;color:#e11d48;text-decoration:none;font-weight:950;border-radius:12px;padding:13px 22px;white-space:nowrap}
@media(max-width:1180px){.currency-pro-page.currency-v37{width:min(100%,calc(100vw - 28px))}.currency-v37-grid{grid-template-columns:1fr}.currency-v37-side{order:2}.currency-v37-card{order:1}.currency-v37-row{grid-template-columns:minmax(0,1fr) minmax(260px,325px)}}
@media(max-width:760px){.currency-pro-page.currency-v37{width:calc(100vw - 20px);padding-top:16px}.currency-v37-card,.currency-v37-side,.currency-v37-history{padding:18px;border-radius:22px}.currency-v37-row{grid-template-columns:1fr;padding:20px}.currency-v37 .premium-currency-button{min-height:76px}.currency-v37-history-body,.currency-v37-info{grid-template-columns:1fr}.currency-v37-actions{display:block}.currency-v37-copy{width:100%;margin-top:14px}.currency-v38-alert{display:block;margin-left:10px;margin-right:10px}.currency-v38-alert a{display:inline-block;margin-top:14px}.currency-v37-chart-wrap{min-height:260px}.currency-v37-chart-wrap svg{height:250px}}
.currency-page-wide{background:#fbfbfd;padding:26px 0 70px;}
.currency-page-wide .site-wrap,.currency-page-wide .wrap{max-width:none!important;}
.currency-pro-page.currency-v39{width:min(1460px,calc(100vw - 56px));max-width:1460px;margin:0 auto 60px;padding:0;background:transparent;}
.currency-v39-grid{display:grid;grid-template-columns:minmax(0,1fr) 410px;gap:24px;align-items:start;}
.currency-v39-card,.currency-v39-side,.currency-v39-history,.currency-v39-info article,.currency-v39-alert,.currency-seo-wide{background:#fff;border:1px solid #eee3e6;border-radius:28px;box-shadow:0 18px 55px rgba(15,23,42,.07);}
.currency-v39-card{padding:26px;overflow:hidden;}
.currency-v39-head,.currency-v39-history-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;}
.currency-v39-head h1,.currency-v39-history h2,.currency-v39-side h2{margin:0;color:#111827;font-size:1.65rem;letter-spacing:-.035em;font-weight:950;}
.currency-v39-head p,.currency-v39-history p,.currency-v39-side p{margin:8px 0 0;color:#5e6a7c;font-weight:650;line-height:1.45;}
.currency-v39-head p span{display:inline-block;width:5px;height:16px;border-radius:99px;background:#ef233c;margin:0 8px -2px 0;}
.currency-v39-live{display:inline-flex;align-items:center;gap:7px;background:#dcfce7;border:1px solid #a7f3d0;color:#009951;border-radius:999px;padding:12px 17px;font-weight:950;white-space:nowrap;}
.currency-v39-live i{width:11px;height:11px;border-radius:999px;background:#19b869;box-shadow:0 0 0 6px rgba(25,184,105,.12);}
.currency-v39-converter{position:relative;border:1px solid #fecdd3;border-radius:28px;background:linear-gradient(180deg,#fffafa,#fff);padding:20px;}
.currency-v39-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,390px);gap:22px;align-items:center;min-height:150px;background:#fff;border:1px solid #ffd6dc;border-radius:24px;padding:20px 22px;box-shadow:0 15px 40px rgba(15,23,42,.035);}
.currency-v39-result-row{margin-top:18px;background:#fffafa;}
.currency-v39-amount label{display:block;margin-bottom:12px;color:#667085;text-transform:uppercase;letter-spacing:.08em;font-weight:950;font-size:.78rem;}
.currency-v39-amount input,.currency-v39-amount output{display:block;border:0;background:transparent;outline:0;width:100%;font-size:clamp(3rem,6vw,5rem);line-height:.95;color:#e11d48;font-weight:950;letter-spacing:-.06em;}
.currency-v39-amount small{display:block;margin-top:12px;color:#243047;font-weight:800;}
.currency-v39-select{min-width:0;position:relative;}
.currency-v39-select .wise-currency-select{position:absolute!important;opacity:0!important;width:1px!important;height:1px!important;pointer-events:none!important;}
.currency-v39 .premium-currency-picker{width:100%;}
.currency-v39 .premium-currency-button{width:100%;min-height:92px;border:1px solid #f1c7cf;border-radius:20px;background:#fff;padding:14px 54px 14px 18px;box-shadow:0 16px 35px rgba(15,23,42,.045);}
.currency-v39 .premium-currency-button:hover,.currency-v39 .premium-currency-picker.open .premium-currency-button{border-color:#fb7185;box-shadow:0 0 0 5px rgba(244,63,94,.09);}
.currency-v39 .premium-currency-flag{width:62px!important;height:62px!important;border-radius:999px;display:grid!important;place-items:center;overflow:hidden;background:#f8fafc;border:1px solid #e5e7eb;flex:0 0 62px;font-size:0!important;}
.currency-v39 .currency-flag-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:999px;}
.currency-v39 .premium-currency-code{font-size:1.6rem!important;color:#0f172a!important;line-height:1;}
.currency-v39 .premium-currency-name{font-size:1rem!important;color:#5b6678!important;max-width:260px!important;}
.currency-v39 .premium-currency-menu{z-index:99999!important;min-width:min(430px,calc(100vw - 50px))!important;border-radius:22px!important;border-color:#fecdd3!important;box-shadow:0 24px 80px rgba(15,23,42,.18)!important;}
.currency-v39 .premium-currency-item .premium-currency-flag{width:42px!important;height:42px!important;flex-basis:42px!important;}
.currency-v39 .premium-currency-item:hover,.currency-v39 .premium-currency-item.active{background:#fff1f2!important;}
.currency-v39-swap{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:5;width:70px;height:70px;border-radius:999px;border:5px solid #fff;background:#ef233c;color:#fff;font-size:2rem;font-weight:950;box-shadow:0 16px 32px rgba(239,35,60,.32);cursor:pointer;}
.currency-v39-ratebar{display:grid;grid-template-columns:1fr 1fr 1fr;margin-top:18px;border:1px solid #e8edf3;border-radius:20px;background:#fff;overflow:hidden;}
.currency-v39-ratebar div{padding:18px 22px;border-right:1px solid #edf0f4;}
.currency-v39-ratebar div:last-child{border-right:0;}
.currency-v39-ratebar strong{display:block;color:#152238;font-weight:950;font-size:1rem;}
.currency-v39-ratebar span{display:block;color:#5b6678;margin-top:6px;font-weight:650;font-size:.9rem;}
.currency-v39-updated{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:12px;border:1px solid #f3d3d8;background:#fffafa;border-radius:16px;padding:13px 16px;color:#334155;font-weight:750;}
.currency-v39-actions{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:18px;}
.currency-v39-quick{display:flex;gap:12px;flex-wrap:wrap;}
.currency-v39-quick button,.currency-v39-copy{border:1px solid #f2c9cf;background:#fff;color:#101828;border-radius:13px;padding:13px 18px;font-weight:950;cursor:pointer;}
.currency-v39-quick button.active,.currency-v39-quick button:hover,.currency-v39-copy{background:#e91d48;color:#fff;border-color:#e91d48;box-shadow:0 14px 32px rgba(233,29,72,.2);}
.currency-v39-copy{padding-left:28px;padding-right:28px;}
.currency-v39-side{padding:26px;}
.currency-v39-side-head{display:flex;align-items:center;gap:15px;margin-bottom:18px;}
.currency-v39-side-head>span{width:48px;height:48px;border-radius:16px;background:#fff1f2;display:grid;place-items:center;font-size:1.45rem;}
.currency-v39-pairs{display:grid;gap:13px;}
.currency-v39-pairs button{display:grid;grid-template-columns:58px 1fr auto;gap:14px;align-items:center;width:100%;border:1px solid #f2cbd2;background:#fff;border-radius:18px;padding:14px 16px;cursor:pointer;text-align:left;transition:.2s ease;}
.currency-v39-pairs button:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(15,23,42,.08);border-color:#fb7185;}
.currency-v39-pairs span{width:50px;height:50px;border-radius:999px;display:block;overflow:hidden;background:#f8fafc;border:1px solid #e5e7eb;}
.currency-v39-pairs b{font-weight:950;color:#0f172a;}
.currency-v39-pairs em{font-style:normal;color:#009951;font-weight:950;}
.currency-v39-viewall{display:block;margin-top:18px;border:1px solid #fecdd3;background:#fff6f7;color:#e11d48;border-radius:14px;padding:15px;text-align:center;font-weight:950;text-decoration:none;}
.currency-v39-history{margin-top:24px;padding:26px;}
.currency-v39-tabs{display:flex;gap:10px;background:#f7f8fb;padding:6px;border-radius:14px;}
.currency-v39-tabs button{border:0;background:transparent;border-radius:10px;padding:10px 16px;font-weight:950;color:#475569;cursor:pointer;}
.currency-v39-tabs button.active,.currency-v39-tabs button:hover{background:#fff1f2;color:#e11d48;box-shadow:0 0 0 1px #fecdd3 inset;}
.currency-v39-history-body{display:grid;grid-template-columns:190px minmax(0,1fr);gap:24px;align-items:stretch;}
.currency-v39-stats{border:1px solid #e8edf3;border-radius:18px;overflow:hidden;background:#fff;}
.currency-v39-stats div{padding:17px 18px;border-bottom:1px solid #edf0f4;}
.currency-v39-stats div:last-child{border-bottom:0;}
.currency-v39-stats strong{display:block;font-size:1.25rem;font-weight:950;color:#111827;}
.currency-v39-stats div:nth-child(1) strong,.currency-v39-stats div:nth-child(4) strong{color:#009951;}
.currency-v39-stats div:nth-child(2) strong{color:#e11d48;}
.currency-v39-stats span{display:block;margin-top:6px;color:#667085;font-weight:700;}
.currency-v39-chart-wrap{position:relative;min-height:340px;border-radius:18px;background:#fff;border:1px solid #e8edf3;padding:12px;overflow:hidden;}
.currency-v39-chart-wrap svg{width:100%;height:320px;display:block;}
.currency-v39-chart-empty{position:absolute;inset:0;display:grid;place-items:center;color:#64748b;font-weight:800;pointer-events:none;}
.currency-v39-chart-wrap svg:not(:empty)+.currency-v39-chart-empty{display:none;}
.currency-v39-note{margin:16px 0 0;padding-top:14px;border-top:1px solid #edf0f4;color:#5b6678;font-weight:650;}
.currency-v39-info{display:grid;grid-template-columns:1fr 1fr 1fr;gap:22px;margin-top:24px;}
.currency-v39-info article{padding:24px;}
.currency-v39-info h3{margin:0 0 14px;color:#111827;font-size:1.2rem;}
.currency-v39-info p,.currency-v39-info li{color:#4b5563;font-weight:650;line-height:1.6;}
.currency-v39-info a{display:block;margin-top:14px;border:1px solid #fecdd3;border-radius:14px;padding:13px;text-align:center;color:#e11d48;font-weight:950;text-decoration:none;}
.currency-v39-info details{border:1px solid #e8edf3;border-radius:13px;padding:12px;margin-bottom:10px;}
.currency-v39-info summary{font-weight:900;cursor:pointer;}
.currency-v39-alert{margin-top:24px;padding:26px 32px;background:linear-gradient(135deg,#e11d48,#ef233c);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;}
.currency-v39-alert strong{display:block;font-size:1.25rem;}
.currency-v39-alert span{display:block;opacity:.9;margin-top:4px;}
.currency-v39-alert a{background:#fff;color:#e11d48;border-radius:14px;padding:15px 28px;font-weight:950;text-decoration:none;}
.currency-seo-wide{width:min(1460px,calc(100vw - 56px));max-width:1460px;margin:28px auto 0;padding:28px;}
.currency-seo-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;}
.currency-seo-wide h2{margin:0 0 12px;color:#111827;font-size:1.6rem;letter-spacing:-.03em;}
.currency-seo-wide p,.currency-seo-wide li{color:#475569;line-height:1.7;font-weight:650;}
.currency-seo-links{display:flex;flex-wrap:wrap;gap:10px;}
.currency-seo-links a{border:1px solid #fecdd3;background:#fff7f8;color:#e11d48;border-radius:999px;padding:11px 14px;text-decoration:none;font-weight:900;}
.currency-faq-wide{margin-top:28px;}
.currency-faq-wide details{border:1px solid #e8edf3;border-radius:16px;padding:16px 18px;margin-top:12px;background:#fff;}
.currency-faq-wide summary{cursor:pointer;font-weight:950;color:#111827;}
.currency-pair-page{max-width:none!important;width:100%!important;padding:26px 0!important;}
.currency-pair-hero{width:min(1460px,calc(100vw - 56px));margin:0 auto 24px;background:#fff;border:1px solid #eee3e6;border-radius:28px;box-shadow:0 18px 55px rgba(15,23,42,.07);padding:38px;text-align:center;}
.currency-pair-hero h1{font-size:clamp(2rem,4vw,4rem);letter-spacing:-.06em;margin:0;color:#111827;}
.currency-pair-hero p{max-width:820px;margin:14px auto 0;color:#5b6678;font-weight:650;font-size:1.08rem;line-height:1.65;}
.currency-pair-page .seo-panel{width:min(1460px,calc(100vw - 56px));max-width:1460px;margin:28px auto!important;}
@media(max-width:1180px){.currency-pro-page.currency-v39,.currency-seo-wide,.currency-pair-hero,.currency-pair-page .seo-panel{width:min(100%,calc(100vw - 28px));}.currency-v39-grid,.currency-seo-grid{grid-template-columns:1fr}.currency-v39-side{order:2}.currency-v39-card{order:1}.currency-v39-row{grid-template-columns:minmax(0,1fr) minmax(260px,360px)}.currency-v39-info{grid-template-columns:1fr}.currency-v39-history-body{grid-template-columns:1fr}.currency-v39-stats{display:grid;grid-template-columns:repeat(4,1fr)}}
@media(max-width:760px){.currency-page-wide{padding-top:14px}.currency-pro-page.currency-v39,.currency-seo-wide,.currency-pair-hero,.currency-pair-page .seo-panel{width:calc(100vw - 20px)}.currency-v39-card,.currency-v39-side,.currency-v39-history,.currency-seo-wide{padding:18px;border-radius:22px}.currency-v39-head,.currency-v39-history-head,.currency-v39-actions,.currency-v39-updated{display:block}.currency-v39-live{margin-top:14px}.currency-v39-row{grid-template-columns:1fr;min-height:0;padding:18px}.currency-v39-amount input,.currency-v39-amount output{font-size:2.6rem}.currency-v39-swap{position:relative;left:auto;top:auto;transform:none;margin:10px auto;display:block;width:54px;height:54px;font-size:1.6rem}.currency-v39-ratebar,.currency-v39-stats{grid-template-columns:1fr}.currency-v39-ratebar div{border-right:0;border-bottom:1px solid #edf0f4}.currency-v39-copy{width:100%;margin-top:12px}.currency-v39 .premium-currency-button{min-height:76px}.currency-v39 .premium-currency-flag{width:48px!important;height:48px!important;flex-basis:48px!important}.currency-v39 .premium-currency-code{font-size:1.2rem!important}.currency-v39-chart-wrap{min-height:260px}.currency-v39-chart-wrap svg{height:250px}.currency-v39-alert{display:block}.currency-v39-alert a{display:inline-block;margin-top:15px}.currency-v39-pairs button{grid-template-columns:48px 1fr}.currency-v39-pairs em{grid-column:2}.currency-seo-grid{grid-template-columns:1fr}}
.currency-v39-alert{display:none!important}
.currency-v39-card{overflow:visible!important}
.currency-v39-converter{overflow:visible!important}
.currency-v39-row{overflow:visible!important}
.currency-v39-amount output{word-break:normal;overflow-wrap:normal;white-space:nowrap}
.currency-v39-updated{background:#fff!important;border-color:#e8edf3!important}
.currency-v39-updated span:last-child{color:#667085}
.currency-v39-history{margin-bottom:24px}
.currency-v39-chart-wrap svg text{font-family:inherit}
@media(max-width:900px){.currency-v39-amount output{white-space:normal}}
.currency-page-wide{
padding:22px 16px 70px!important;
background:linear-gradient(180deg,#fbfbfd 0%,#ffffff 100%)!important;
overflow-x:hidden!important;
}
.currency-pro-page.currency-v39,
.currency-seo-wide,
.currency-pair-hero,
.currency-pair-page .seo-panel{
width:min(1720px,calc(100vw - 32px))!important;
max-width:1720px!important;
margin-left:auto!important;
margin-right:auto!important;
}
.currency-v39-grid{
grid-template-columns:minmax(0,1fr) 370px!important;
gap:24px!important;
}
.currency-v39-card{padding:28px!important;overflow:hidden!important;}
.currency-v39-converter{
padding:22px!important;
border-radius:28px!important;
overflow:hidden!important;
}
.currency-v39-row{
grid-template-columns:minmax(0,1fr) minmax(330px,410px)!important;
gap:28px!important;
min-height:156px!important;
padding:26px 28px!important;
align-items:center!important;
overflow:hidden!important;
}
.currency-v39-amount{min-width:0!important;overflow:hidden!important;}
.currency-v39-amount input,
.currency-v39-amount output{
max-width:100%!important;
font-size:clamp(3.1rem,4.1vw,5rem)!important;
line-height:1.02!important;
white-space:nowrap!important;
overflow:hidden!important;
text-overflow:ellipsis!important;
letter-spacing:-.055em!important;
}
.currency-v39-result-row .currency-v39-amount output{
font-size:clamp(2.8rem,3.75vw,4.65rem)!important;
padding-right:8px!important;
}
.currency-v39-select{position:relative!important;z-index:6!important;min-width:0!important;}
.currency-v39 .premium-currency-button{
width:100%!important;
min-width:0!important;
box-sizing:border-box!important;
background:#fff!important;
position:relative!important;
z-index:7!important;
}
.currency-v39 .premium-currency-name{max-width:190px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.currency-v39-swap{z-index:10!important;}
.currency-v39-side{padding:24px!important;overflow:hidden!important;}
.currency-v39-pairs button{grid-template-columns:54px minmax(0,1fr) auto!important;}
.currency-v39-pairs b{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.currency-v39-pairs em{white-space:nowrap!important;}
.currency-v39-history,.currency-v39-info,.currency-seo-wide{box-sizing:border-box!important;}
@media(max-width:1280px){
.currency-v39-grid{grid-template-columns:1fr!important;}
.currency-v39-side{order:2!important;}
.currency-v39-row{grid-template-columns:minmax(0,1fr) minmax(280px,380px)!important;}
}
@media(max-width:820px){
.currency-page-wide{padding:14px 10px 50px!important;}
.currency-pro-page.currency-v39,.currency-seo-wide,.currency-pair-hero,.currency-pair-page .seo-panel{width:calc(100vw - 20px)!important;}
.currency-v39-card{padding:18px!important;}
.currency-v39-converter{padding:12px!important;}
.currency-v39-row{grid-template-columns:1fr!important;min-height:auto!important;padding:18px!important;gap:14px!important;}
.currency-v39-amount input,.currency-v39-amount output,.currency-v39-result-row .currency-v39-amount output{font-size:clamp(2.4rem,12vw,3.4rem)!important;}
.currency-v39-swap{position:relative!important;left:auto!important;top:auto!important;transform:none!important;margin:10px auto!important;display:block!important;width:58px!important;height:58px!important;}
}
main.currency-page-wide{
max-width:none!important;
width:100%!important;
margin:0!important;
padding:24px 32px 72px!important;
box-sizing:border-box!important;
overflow-x:hidden!important;
}
.currency-page-wide .currency-pro-page.currency-v39,
.currency-page-wide .currency-seo-wide,
.currency-pair-page .currency-pro-page.currency-v39,
.currency-pair-page .currency-seo-wide,
.currency-pair-hero,
.currency-pair-page .seo-panel{
width:min(1560px,100%)!important;
max-width:1560px!important;
margin-left:auto!important;
margin-right:auto!important;
box-sizing:border-box!important;
}
.currency-v39-grid{
grid-template-columns:minmax(0,1fr) 390px!important;
gap:26px!important;
width:100%!important;
align-items:start!important;
}
.currency-v39-card,
.currency-v39-side,
.currency-v39-history,
.currency-v39-info article,
.currency-seo-wide{
box-sizing:border-box!important;
}
.currency-v39-card{
width:100%!important;
min-width:0!important;
overflow:hidden!important;
}
.currency-v39-converter{
width:100%!important;
box-sizing:border-box!important;
overflow:hidden!important;
}
.currency-v39-row{
grid-template-columns:minmax(0,1.1fr) minmax(300px,370px)!important;
gap:24px!important;
width:100%!important;
box-sizing:border-box!important;
overflow:hidden!important;
}
.currency-v39-amount{min-width:0!important;max-width:100%!important;}
.currency-v39-amount input,
.currency-v39-amount output{
max-width:100%!important;
white-space:nowrap!important;
overflow:hidden!important;
text-overflow:ellipsis!important;
}
.currency-v39-amount input{font-size:clamp(3rem,3.5vw,4.5rem)!important;}
.currency-v39-result-row .currency-v39-amount output{font-size:clamp(2.7rem,3.2vw,4.1rem)!important;}
.currency-v39-select{min-width:0!important;max-width:100%!important;}
.currency-v39 .premium-currency-button{min-width:0!important;max-width:100%!important;}
.currency-v39 .premium-currency-text{min-width:0!important;}
.currency-v39 .premium-currency-code,
.currency-v39 .premium-currency-name{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.currency-v39 .premium-currency-name{max-width:180px!important;}
.currency-v39-side{width:100%!important;min-width:0!important;}
.currency-v39-pairs button{width:100%!important;box-sizing:border-box!important;}
@media (min-width:1500px){
main.currency-page-wide{padding-left:48px!important;padding-right:48px!important;}
.currency-page-wide .currency-pro-page.currency-v39,
.currency-page-wide .currency-seo-wide{width:min(1640px,100%)!important;max-width:1640px!important;}
.currency-v39-grid{grid-template-columns:minmax(0,1fr) 420px!important;gap:30px!important;}
.currency-v39-row{grid-template-columns:minmax(0,1.15fr) minmax(340px,410px)!important;}
}
@media (max-width:1180px){
main.currency-page-wide{padding-left:18px!important;padding-right:18px!important;}
.currency-v39-grid{grid-template-columns:1fr!important;}
.currency-v39-side{order:2!important;}
}
@media (max-width:820px){
main.currency-page-wide{padding:14px 10px 54px!important;}
.currency-v39-row{grid-template-columns:1fr!important;}
.currency-v39-amount input,
.currency-v39-result-row .currency-v39-amount output{font-size:clamp(2.25rem,11vw,3.2rem)!important;}
}
.currency-v43-links{
margin-top:24px!important;
padding:28px!important;
background:linear-gradient(180deg,#ffffff,#fff7f8)!important;
border:1px solid #f5d4d9!important;
border-radius:28px!important;
box-shadow:0 18px 50px rgba(15,23,42,.06)!important;
}
.currency-v43-section-head{display:flex;align-items:center;gap:16px;margin-bottom:20px;}
.currency-v43-section-head>span{width:52px;height:52px;border-radius:18px;background:#fff1f2;display:grid;place-items:center;font-size:1.55rem;box-shadow:inset 0 0 0 1px #fecdd3;}
.currency-v43-section-head h2{margin:0;color:#0f172a;font-size:1.65rem;letter-spacing:-.035em;font-weight:950;}
.currency-v43-section-head p{margin:6px 0 0;color:#64748b;font-weight:700;}
.currency-v43-link-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
.currency-v43-link-grid a{display:block;text-decoration:none;background:#fff;border:1px solid #f4c7cf;border-radius:18px;padding:16px 18px;transition:.18s ease;box-shadow:0 10px 24px rgba(15,23,42,.035);}
.currency-v43-link-grid a:hover{transform:translateY(-2px);border-color:#ef4444;box-shadow:0 18px 34px rgba(239,68,68,.12);}
.currency-v43-link-grid b{display:block;color:#e11d48;font-size:1rem;font-weight:950;}
.currency-v43-link-grid span{display:block;margin-top:6px;color:#475569;font-weight:700;font-size:.9rem;line-height:1.35;}
.currency-v43-info{grid-template-columns:1fr 1fr 1fr!important;align-items:stretch!important;margin-top:24px!important;}
.currency-v43-info article{min-height:0!important;padding:28px!important;background:linear-gradient(180deg,#fff,#fffafa)!important;border-color:#f5d4d9!important;box-shadow:0 18px 50px rgba(15,23,42,.06)!important;}
.currency-v43-card-title{display:flex;align-items:center;gap:12px;margin-bottom:16px;}
.currency-v43-card-title span{width:42px;height:42px;border-radius:14px;background:#fff1f2;display:grid;place-items:center;font-size:1.2rem;}
.currency-v43-card-title h3{margin:0!important;font-size:1.25rem!important;letter-spacing:-.025em;color:#0f172a!important;}
.currency-v43-muted{padding:12px 14px;border-radius:14px;background:#fff1f2;border:1px solid #fecdd3;color:#9f1239!important;}
.currency-v43-checks{padding-left:0!important;margin:0!important;list-style:none!important;display:grid;gap:10px;}
.currency-v43-checks li{position:relative;padding-left:30px!important;margin:0!important;color:#334155!important;}
.currency-v43-checks li:before{content:'✓';position:absolute;left:0;top:0;width:20px;height:20px;border-radius:999px;background:#dcfce7;color:#059669;display:grid;place-items:center;font-size:.8rem;font-weight:950;}
.currency-v43-info details{background:#fff!important;border-color:#e5e7eb!important;border-radius:16px!important;padding:0!important;overflow:hidden;}
.currency-v43-info details+details{margin-top:10px!important;}
.currency-v43-info summary{padding:15px 16px!important;color:#0f172a!important;list-style:none;display:flex;justify-content:space-between;gap:12px;}
.currency-v43-info summary::-webkit-details-marker{display:none;}
.currency-v43-info summary:after{content:'+';color:#e11d48;font-weight:950;}
.currency-v43-info details[open] summary:after{content:'−';}
.currency-v43-info details p{margin:0!important;padding:0 16px 15px!important;color:#475569!important;}
@media(max-width:1180px){.currency-v43-link-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.currency-v43-info{grid-template-columns:1fr!important;}}
@media(max-width:640px){.currency-v43-link-grid{grid-template-columns:1fr;}.currency-v43-section-head{align-items:flex-start}.currency-v43-links{padding:20px!important}.currency-v43-info article{padding:22px!important}}
:root{--acp-site-width:1400px;}
.currency-page-wide{padding:28px 0 72px;background:#fbfbfd;}
.currency-pro-page.currency-v39,
.currency-page-wide .currency-seo-wide,
.currency-page-wide .currency-v43-links,
.currency-page-wide .currency-v39-info{
width:min(var(--acp-site-width), calc(100vw - 44px));
max-width:var(--acp-site-width);
margin-left:auto;
margin-right:auto;
}
.currency-pro-page.currency-v39{margin-bottom:44px;}
.currency-page-wide .currency-v43-links{margin-top:34px;}
.currency-page-wide .currency-v39-info{margin-top:24px;}
.currency-v43-links.currency-seo-wide{padding:28px;border-radius:28px;}
.currency-v43-section-head{margin-bottom:18px;}
.currency-v43-section-head h2{margin:0;font-size:1.65rem;letter-spacing:-.03em;}
.currency-v43-section-head p{margin:5px 0 0;color:#667085;font-weight:650;}
.currency-v43-link-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
.currency-v43-link-grid a{min-height:92px;display:flex;flex-direction:column;justify-content:center;border:1px solid #f2cbd2;border-radius:18px;padding:16px 18px;background:#fff;text-decoration:none;color:#111827;box-shadow:0 10px 24px rgba(15,23,42,.04);}
.currency-v43-link-grid a:hover{border-color:#ef233c;box-shadow:0 16px 34px rgba(239,35,60,.12);transform:translateY(-1px);}
.currency-v43-link-grid a b{color:#e11d48;font-size:1.05rem;}
.currency-v43-link-grid a span{color:#667085;margin-top:6px;font-weight:650;line-height:1.35;}
.currency-v39-info.currency-v43-info{display:grid;grid-template-columns:1fr 1fr 1.15fr;gap:22px;}
.currency-v39-info.currency-v43-info article{min-height:0;padding:28px;border-radius:28px;}
.currency-v43-info details{border:1px solid #e8edf3;border-radius:14px;padding:14px 16px;background:#fff;margin-top:10px;}
.currency-v43-info details summary{cursor:pointer;font-weight:850;color:#111827;}
.currency-v43-info details p{color:#667085;line-height:1.55;margin:10px 0 0;}
@media(max-width:1000px){
.currency-v43-link-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.currency-v39-info.currency-v43-info{grid-template-columns:1fr;}
}
@media(max-width:640px){
.currency-pro-page.currency-v39,
.currency-page-wide .currency-seo-wide,
.currency-page-wide .currency-v43-links,
.currency-page-wide .currency-v39-info{width:calc(100vw - 24px);}
.currency-v43-link-grid{grid-template-columns:1fr;}
}
:root{--acp-site-width:1360px!important;}
.topbar-inner,.footer-inner,.wrap{
max-width:var(--acp-site-width)!important;
}
.currency-page-wide{
padding:28px 0 72px!important;
background:#fbfbfd!important;
}
.currency-pro-page.currency-v39,
.currency-page-wide .currency-seo-wide,
.currency-page-wide .currency-v39-info,
.currency-page-wide .currency-v45-links{
width:min(var(--acp-site-width), calc(100vw - 48px))!important;
max-width:var(--acp-site-width)!important;
margin-left:auto!important;
margin-right:auto!important;
box-sizing:border-box!important;
}
.currency-v45-links{
margin-top:28px!important;
padding:24px!important;
border-radius:26px!important;
border:1px solid #f5d4d9!important;
background:#fff!important;
box-shadow:0 16px 40px rgba(15,23,42,.055)!important;
}
.currency-v45-section-head{
display:flex!important;
align-items:center!important;
gap:12px!important;
margin-bottom:16px!important;
}
.currency-v45-section-head>span{
width:44px!important;
height:44px!important;
display:grid!important;
place-items:center!important;
border-radius:14px!important;
background:#fff1f2!important;
border:1px solid #fecdd3!important;
}
.currency-v45-section-head h2{
margin:0!important;
font-size:1.45rem!important;
letter-spacing:-.03em!important;
color:#0f172a!important;
}
.currency-v45-link-grid{
display:grid!important;
grid-template-columns:repeat(4,minmax(0,1fr))!important;
gap:12px!important;
}
.currency-v45-link-grid a{
display:flex!important;
align-items:center!important;
justify-content:center!important;
min-height:54px!important;
border:1px solid #f3c7cf!important;
border-radius:16px!important;
background:linear-gradient(180deg,#fff,#fffafa)!important;
color:#e11d48!important;
text-decoration:none!important;
font-weight:950!important;
letter-spacing:.01em!important;
box-shadow:none!important;
}
.currency-v45-link-grid a:hover{
background:#ef233c!important;
border-color:#ef233c!important;
color:#fff!important;
transform:translateY(-1px)!important;
}
.currency-v43-links{display:none!important;}
.currency-v39-info.currency-v43-info{
width:min(var(--acp-site-width), calc(100vw - 48px))!important;
max-width:var(--acp-site-width)!important;
}
@media(max-width:900px){
.currency-v45-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:560px){
.currency-pro-page.currency-v39,
.currency-page-wide .currency-seo-wide,
.currency-page-wide .currency-v39-info,
.currency-page-wide .currency-v45-links{
width:calc(100vw - 24px)!important;
}
.currency-v45-link-grid{grid-template-columns:1fr!important;}
}
:root{--site-wide:1440px;}
.wrap,.topbar-inner,main{max-width:var(--site-wide)!important;width:min(var(--site-wide),calc(100vw - 48px))!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box;}
.currency-pro-page.currency-v39{width:min(var(--site-wide),calc(100vw - 48px))!important;max-width:var(--site-wide)!important;}
.currency-v39-grid,.currency-v39-history,.currency-v39-info,.currency-related-panel,.currency-pair-guide{width:100%;box-sizing:border-box;}
.currency-related-panel{background:#fff;border:1px solid #f1d6db;border-radius:28px;box-shadow:0 18px 55px rgba(15,23,42,.07);padding:28px;margin-top:24px;}
.currency-related-head{display:flex;align-items:center;gap:16px;margin-bottom:20px;}
.currency-related-head>span{width:50px;height:50px;display:grid;place-items:center;border-radius:16px;background:#fff1f2;font-size:24px;}
.currency-related-head h2{margin:0;color:#0f172a;font-size:28px;letter-spacing:-.03em;}
.currency-related-head p{margin:6px 0 0;color:#667085;font-weight:650;}
.currency-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.currency-related-grid a{display:block;text-decoration:none;background:linear-gradient(180deg,#fff,#fffafa);border:1px solid #f7c9d0;border-radius:18px;padding:18px 20px;color:#0f172a;transition:.18s ease;}
.currency-related-grid a:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(225,29,72,.10);border-color:#fb7185;}
.currency-related-grid strong{display:block;color:#e11d48;font-size:18px;margin-bottom:5px;}
.currency-related-grid span{display:block;color:#5b6678;font-weight:700;font-size:14px;}
.currency-pair-page{max-width:var(--site-wide)!important;width:min(var(--site-wide),calc(100vw - 48px))!important;}
.currency-pair-hero{background:#fff;border:1px solid #f1d6db;border-radius:28px;box-shadow:0 16px 45px rgba(15,23,42,.06);padding:34px;margin:28px 0;}
.currency-pair-hero h1{font-size:clamp(36px,4vw,58px);line-height:1.02;letter-spacing:-.05em;margin:0 0 12px;color:#101828;}
.currency-pair-hero p{font-size:18px;line-height:1.65;color:#5b6678;max-width:920px;margin:0;}
.currency-pair-guide{background:#fff;border:1px solid #f1d6db;border-radius:28px;box-shadow:0 18px 55px rgba(15,23,42,.07);padding:30px;margin:24px 0 44px;}
.currency-pair-guide-head{display:flex;gap:16px;align-items:flex-start;margin-bottom:20px;}
.currency-pair-guide-head>span{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:#fff1f2;font-size:24px;}
.currency-pair-guide-head h2{margin:0;font-size:30px;letter-spacing:-.035em;color:#0f172a;}
.currency-pair-guide-head p{margin:8px 0 0;color:#667085;font-weight:650;line-height:1.55;}
.currency-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.currency-guide-grid article{border:1px solid #eef2f7;background:linear-gradient(180deg,#fff,#fffafa);border-radius:20px;padding:22px;min-height:210px;}
.currency-guide-grid h3{margin:0 0 12px;font-size:20px;color:#0f172a;}
.currency-guide-grid p,.currency-guide-grid li{color:#4b5565;line-height:1.65;font-weight:550;}
.currency-guide-grid ol{padding-left:20px;margin:0;}
.currency-v39-note{display:flex;align-items:center;gap:8px;}
.currency-v39-note::before{content:'ⓘ';color:#64748b;font-weight:900;}
@media(max-width:1000px){.wrap,.topbar-inner,main,.currency-pro-page.currency-v39,.currency-pair-page{width:min(100%,calc(100vw - 28px))!important}.currency-v39-grid{grid-template-columns:1fr!important}.currency-related-grid,.currency-guide-grid,.currency-v39-info{grid-template-columns:1fr!important}.currency-v39-card,.currency-v39-side,.currency-v39-history,.currency-related-panel,.currency-pair-guide{border-radius:22px;padding:20px}.currency-v39-row{grid-template-columns:1fr!important}.currency-v39 .premium-currency-button{min-height:76px!important}.currency-v39-amount input,.currency-v39-amount output{font-size:clamp(2.4rem,12vw,4rem)!important}}
:root{--site-max:1440px;--site-pad:clamp(18px,3vw,40px);}
.header-inner,.topbar-inner,.footer-inner,.wrap,.currency-page-wide,.currency-pro-page,.currency-wise-wrap,.currency-v37,.page-wrap,.home-v31 main,.home-hero-inner-v32{width:min(var(--site-max),calc(100% - (var(--site-pad) * 2)))!important;max-width:min(var(--site-max),calc(100% - (var(--site-pad) * 2)))!important;margin-left:auto!important;margin-right:auto!important;}
body .wrap{box-sizing:border-box;}
.tool-page.v5-tool-page,.page-wrap{padding-left:0!important;padding-right:0!important;}
.tool-header-panel.v5,.workspace-card.v5-card,.seo-tool-copy,.faq-section,.related-panel,.category-hero.v5,.category-block.v31-category-block,.home-popular-v33,.why-v33,.faq-v33{border-radius:26px;}
.tool-header-panel.v5{display:grid!important;grid-template-columns:auto minmax(0,1fr);gap:18px;align-items:center;background:linear-gradient(135deg,#fff,#fff7f7)!important;border:1px solid #ffe1df!important;}
.tool-header-panel.v5 h1{letter-spacing:-.035em;line-height:1.05;}
.workspace-card.v5-card{border:1px solid #e8eef6!important;box-shadow:0 16px 45px rgba(15,23,42,.08)!important;}
.premium-uploader .dropzone{border-color:#ffb8b3!important;background:linear-gradient(180deg,#fff7f6,#fff)!important;border-radius:22px!important;}
.advanced-settings{background:#f8fafc;border:1px solid #e8eef6;border-radius:18px;padding:14px;}
.advanced-settings label span{display:block;margin-bottom:7px;color:#334155;font-weight:900;}
.advanced-settings select,.advanced-settings input{background:#fff!important;}
.seo-tool-copy{background:#fff;border:1px solid #edf2f7;padding:26px;margin-top:24px;box-shadow:0 12px 28px rgba(15,23,42,.045);}
.seo-tool-copy h2{letter-spacing:-.02em;color:#111827;}
.seo-tool-copy p,.seo-tool-copy li{color:#475569;}
.faq-section{background:#f8fafc;border:1px solid #edf2f7;padding:24px;margin-top:24px;}
.related-panel{background:#fff;border:1px solid #edf2f7;padding:24px;margin-top:24px;}
.pill-tools.v5-pills a{background:#fff!important;color:#0f172a!important;border:1px solid #e2e8f0!important;}
.pill-tools.v5-pills a:hover{background:#fff1f2!important;border-color:#fb7185!important;color:#be123c!important;}
.tool-grid{grid-template-columns:repeat(auto-fit,minmax(235px,1fr))!important;}
.featured-grid.v31-featured-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))!important;}
.category-strip.v31-category-strip{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important;}
.file-result{word-break:break-word;}
.file-result .btn{white-space:nowrap;}
@media(max-width:760px){:root{--site-pad:16px}.tool-header-panel.v5{grid-template-columns:1fr!important}.advanced-settings{grid-template-columns:1fr!important}.file-result{display:block!important}.file-result .btn{display:inline-flex;margin-top:12px}}
.conversion-progress{margin:18px 0 14px;padding:18px;border:1px solid #f1d4d1;border-radius:18px;background:linear-gradient(135deg,#fff7f6,#fff);box-shadow:0 12px 30px rgba(229,50,45,.08)}
.progress-top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px;color:#171717}.progress-top strong{font-weight:950}.progress-top span{font-weight:950;color:#e5322d}
.progress-track{height:12px;background:#f1f2f5;border-radius:999px;overflow:hidden;box-shadow:inset 0 1px 2px rgba(0,0,0,.05)}
.progress-track span{display:block;height:100%;width:0;background:linear-gradient(90deg,#e5322d,#ff7a59);border-radius:999px;transition:width .28s ease}
.progress-steps{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:14px 0 0;padding:0}.progress-steps li{position:relative;text-align:center;font-size:.84rem;font-weight:850;color:#8a8f98;background:#fff;border:1px solid #eee;border-radius:999px;padding:8px 6px}.progress-steps li.done,.progress-steps li.active{color:#fff;background:#e5322d;border-color:#e5322d}.progress-steps li.active{box-shadow:0 8px 18px rgba(229,50,45,.18)}
.progress-error .progress-track span{background:linear-gradient(90deg,#b42318,#f04438)}.progress-error .progress-top span{color:#b42318}.premium-uploader button[disabled]{opacity:.72;cursor:not-allowed}
@media(max-width:640px){.progress-steps{grid-template-columns:1fr 1fr}.progress-top{align-items:flex-start;flex-direction:column}}
.topbar .main-menu{gap:4px;overflow:visible;position:relative;z-index:90}.nav-item{position:relative;display:flex;align-items:center}.nav-trigger,.nav-link-plain{appearance:none;border:0;background:transparent;padding:10px 13px;border-radius:999px;color:#334155;text-decoration:none;font-weight:850;font:inherit;cursor:pointer;display:flex;align-items:center;gap:5px;white-space:nowrap}.nav-trigger:hover,.nav-link-plain:hover,.nav-item.open>.nav-trigger,.nav-item:hover>.nav-trigger{background:#fff1f1;color:#e5322d}.nav-trigger span{font-size:12px;line-height:1;transition:transform .18s ease}.nav-item.open>.nav-trigger span,.nav-item:hover>.nav-trigger span{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:calc(100% + 12px);left:0;min-width:250px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:20px;box-shadow:0 24px 70px rgba(15,23,42,.18);padding:10px;display:none;z-index:999}.nav-item:hover>.nav-dropdown-menu,.nav-item.open>.nav-dropdown-menu{display:block}.nav-dropdown-menu:before{content:"";position:absolute;top:-10px;left:24px;width:18px;height:18px;background:#fff;border-left:1px solid rgba(15,23,42,.08);border-top:1px solid rgba(15,23,42,.08);transform:rotate(45deg)}.nav-dropdown-menu a{display:flex!important;align-items:center;justify-content:space-between;width:100%;box-sizing:border-box;padding:11px 12px!important;border-radius:12px!important;color:#172033!important;text-decoration:none!important;font-weight:850!important;text-align:left!important;background:transparent!important}.nav-dropdown-menu a:hover{background:#fff1f1!important;color:#e5322d!important}.nav-dropdown-menu a:last-child{margin-top:6px;border-top:1px solid #f1f5f9;color:#e5322d!important}@media(max-width:1060px){.topbar-inner{gap:12px}.nav-trigger,.nav-link-plain{padding:10px 10px;font-size:14px}.top-action{padding:10px 13px}}@media(max-width:900px){.main-menu .nav-item{display:block;width:100%}.nav-trigger,.nav-link-plain{width:100%;justify-content:space-between;border-radius:14px;padding:14px!important;text-align:left}.nav-dropdown-menu{position:static;display:none;min-width:0;width:100%;box-shadow:none;border:0;border-radius:16px;background:#f8fafc;margin:2px 0 8px;padding:8px}.nav-item.open>.nav-dropdown-menu{display:block}.nav-item:hover>.nav-dropdown-menu{display:none}.nav-item.open:hover>.nav-dropdown-menu{display:block}.nav-dropdown-menu:before{display:none}.nav-dropdown-menu a{padding:10px 12px!important;font-size:14px!important}.main-menu.open{overflow:visible}}
.v55-workflow{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;display:block!important;max-width:1240px;margin:0 auto!important}.v55-stepper{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:0 0 22px}.v55-stepper span{display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #e5e7eb;background:#fff;color:#64748b;border-radius:999px;padding:12px 10px;font-weight:900;font-size:.92rem;box-shadow:0 8px 22px rgba(15,23,42,.04)}.v55-stepper b{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#f1f5f9;color:#0f172a;font-size:.78rem}.v55-stepper span.active{background:#ef4444;border-color:#ef4444;color:#fff;box-shadow:0 16px 34px rgba(239,68,68,.22)}.v55-stepper span.done{background:#fee2e2;border-color:#fecaca;color:#b91c1c}.v55-stepper span.done b,.v55-stepper span.active b{background:#fff;color:#ef4444}.v55-workspace-stage[hidden],.v55-processing-stage[hidden],.v55-download-stage[hidden]{display:none!important}.v55-upload-card,.v55-processing-card,.v55-download-card,.v55-preview-card,.v55-options-card{background:#fff;border:1px solid #e5e7eb;border-radius:28px;box-shadow:0 22px 60px rgba(15,23,42,.08);padding:28px}.v55-upload-card{text-align:center;max-width:780px;margin:0 auto}.v55-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:270px;border:2px dashed #fecaca;border-radius:26px;background:linear-gradient(180deg,#fff7f7,#fff);cursor:pointer}.v55-dropzone input{display:none}.v55-drop-icon{width:68px;height:68px;border-radius:22px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ef4444,#fb7185);color:#fff;font-size:30px;box-shadow:0 16px 38px rgba(239,68,68,.25);margin-bottom:16px}.v55-workspace-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(340px,.75fr);gap:24px;align-items:start}.v55-preview-content{border:1px solid #e2e8f0;background:#f8fafc;border-radius:22px;padding:18px;min-height:240px;display:flex;align-items:center;justify-content:center}.v55-preview-card-inner{display:grid;grid-template-columns:92px 1fr;gap:18px;align-items:center;width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:18px}.v55-preview-icon{width:92px;height:92px;border-radius:24px;display:flex;align-items:center;justify-content:center;background:#fee2e2;color:#dc2626;font-weight:1000}.v55-preview-meta strong{display:block;font-size:1.15rem;color:#0f172a;word-break:break-word}.v55-convert-btn{width:100%;padding:16px 22px;font-size:1.05rem;border-radius:18px}.v55-workflow.has-file .v55-upload-stage{display:none!important}.v55-workflow.has-file .v55-workspace-stage{display:block!important}.v55-workflow.is-processing .v55-workspace-stage,.v55-workflow.is-processing .v55-upload-stage{display:none!important}.v55-workflow.is-processing .v55-processing-stage{display:block!important}.v55-workflow.is-done .v55-workspace-stage,.v55-workflow.is-done .v55-upload-stage,.v55-workflow.is-done .v55-processing-stage{display:none!important}.v55-workflow.is-done .v55-download-stage{display:block!important}.v55-processing-card{max-width:900px;margin:0 auto}.v55-processing-card .v53-progress{display:block!important;margin-top:20px}.v55-processing-card .progress-track{height:16px;border-radius:999px;background:#fee2e2;overflow:hidden}.v55-processing-card .progress-track span{height:100%;display:block;background:linear-gradient(90deg,#ef4444,#fb7185)}.v55-download-card{max-width:850px;margin:0 auto}.v55-download-card .file-result{display:flex!important;align-items:center;justify-content:space-between;gap:18px;border:1px solid #bbf7d0;background:#f0fdf4;border-radius:22px;padding:20px}@media(max-width:900px){.v55-stepper{grid-template-columns:1fr 1fr}.v55-workspace-grid{grid-template-columns:1fr}}
.batch-result ul{margin:.7rem 0 0;padding-left:1.1rem;color:#475569;font-size:.9rem;max-height:140px;overflow:auto}
.batch-links{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}
.v55-dropzone input[multiple] + span + strong::after{content:' or multiple files';font-weight:600;color:#64748b}
.skip-link{position:absolute;left:-9999px;top:0;z-index:200;background:#e5322d;color:#fff;font-weight:900;padding:12px 18px;border-radius:0 0 14px 0;text-decoration:none}
.skip-link:focus{left:0}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #e5322d;outline-offset:2px;border-radius:6px}
.hero-trust-v60{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 22px;margin-top:20px}
.hero-trust-v60 span{color:#12805c;font-weight:800;font-size:.95rem;white-space:nowrap}
html[data-theme="dark"] .hero-trust-v60 span{color:#5eead4}
.footer-grid-v60{display:grid!important;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:34px;align-items:start;padding-top:44px;padding-bottom:34px}
.footer-brand-v60 strong{font-size:1.15rem;display:block;margin-bottom:10px}
.footer-brand-v60 p{margin:0 0 10px;color:#cbd5e1;line-height:1.55;font-size:.95rem}
.footer-trust-v60{color:#94e2a8!important;font-weight:800;font-size:.88rem!important}
.footer-col-v60{display:flex;flex-direction:column;gap:9px}
.footer-col-v60 strong{color:#fff;font-size:.95rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}
.footer-col-v60 a{color:#cbd5e1;text-decoration:none;font-weight:700;font-size:.95rem;width:fit-content}
.footer-col-v60 a:hover{color:#fff;text-decoration:underline}
.footer-bottom-v60{border-top:1px solid rgba(255,255,255,.12);text-align:center;color:#94a3b8;font-size:.88rem;font-weight:700;padding:16px 22px}
@media(max-width:900px){.footer-grid-v60{grid-template-columns:1fr 1fr;gap:26px}}
@media(max-width:560px){.footer-grid-v60{grid-template-columns:1fr}}
.section-title.center{text-align:center}