/* SnipHub: native controls, logical properties, and a single responsive stylesheet. */
@font-face {
    font-family: "SnipHub Brands";
    src: url("../font/sniphub-brands.woff2?v=1") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: block;
    unicode-range: U+E61B, U+F0E1, U+F232, U+F39E;
}
:root {
    --paper: #f7f7f2;
    --surface: #fff;
    --ink: #172f27;
    --muted: #58675f;
    --green: #173e32;
    --green-hover: #255641;
    --lime: #d8f36a;
    --line: #dce2d8;
    --soft: #edf0e7;
    --danger: #a02e2a;
    --radius: 22px;
    --font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, button, input, textarea { font-family: var(--font); }
button, input, textarea { font-size: 1rem; }
a { color: inherit; text-underline-offset: .22em; }
a, button, input, textarea, summary { -webkit-tap-highlight-color: transparent; }
button, a, summary { touch-action: manipulation; }
button, input, textarea { color: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-block-start: 0; }
h1, h2, h3 { line-height: 1.14; font-weight: 650; text-wrap: balance; }
h1 { font-size: clamp(2.75rem, 5.7vw, 4.75rem); letter-spacing: -.06em; }
h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); letter-spacing: -.045em; }
h3 { font-size: 1.25rem; letter-spacing: -.025em; }
p { margin-block-end: 1rem; }
:focus-visible { outline: 3px solid #538900; outline-offset: 5px; }
::selection { color: var(--green); background: var(--lime); }
[hidden] { display: none !important; }
.shell { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
.icon { width: 22px; height: 22px; flex: 0 0 auto; }
.brand-icon { display: inline-block; width: 1.15em; flex: 0 0 auto; font: normal 400 1.15rem/1 "SnipHub Brands"; text-align: center; text-rendering: auto; direction: ltr; }
.brand-icon--whatsapp::before { content: "\f232"; }
.brand-icon--linkedin::before { content: "\f0e1"; }
.brand-icon--facebook::before { content: "\f39e"; }
.brand-icon--x::before { content: "\e61b"; }
.skip-link { position: fixed; inset-block-start: -100px; inset-inline-start: 16px; padding: 12px 20px; background: var(--green); color: white; z-index: 100; border-radius: 8px; }
.skip-link:focus { inset-block-start: 12px; }
#main-content:focus { outline: none; }
.site-header { background: rgba(247, 247, 242, .97); border-bottom: 1px solid var(--line); position: sticky; inset-block-start: 0; z-index: 20; }
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.75rem; font-weight: 750; line-height: 1; text-decoration: none; letter-spacing: -.06em; flex-shrink: 0; }
.brand-mark { display: block; width: 38px; height: 38px; flex: 0 0 auto; }
.brand-dot { color: #5e7d34; }
.main-navigation, .header-actions { display: flex; align-items: center; gap: 28px; }
.main-navigation a { font-size: .88rem; font-weight: 550; text-decoration: none; padding-block: 12px; white-space: nowrap; }
.main-navigation a:hover, .site-footer a:hover { color: #476c24; }
.header-actions { gap: 20px; }
.menu-toggle { display: none; padding: 10px; border: 1px solid var(--line); border-radius: 9px; background: transparent; }
.language-menu { position: relative; }
.language-menu summary { display: flex; align-items: center; gap: 7px; font-size: .8rem; font-weight: 600; cursor: pointer; padding: 12px 0; list-style: none; }
.language-menu summary::-webkit-details-marker, .faq-list summary::-webkit-details-marker { display: none; }
.language-menu .icon { width: 17px; height: 17px; }
.language-menu .icon:last-child { width: 13px; }
.language-options { position: absolute; inset-block-start: calc(100% + 4px); inset-inline-end: -12px; min-width: 148px; padding: 8px; background: var(--surface); border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 12px 35px #173e3212; }
.language-options a { display: block; text-decoration: none; font-size: .9rem; padding: 10px 12px; border-radius: 8px; }
.language-options a:hover, .language-options [aria-current] { background: var(--soft); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 14px 24px; border: 1px solid transparent; border-radius: 10px; background: var(--green); color: white; font-size: .92rem; font-weight: 600; line-height: 1.4; text-decoration: none; text-align: center; transition: background .18s ease, box-shadow .18s ease; }
.button:hover { background: var(--green-hover); box-shadow: 0 3px 10px #173e3215; }
.button:disabled { cursor: wait; opacity: .7; }
.button--small { min-height: 44px; padding: 11px 17px; font-size: .8rem; }
.button--small .icon { width: 17px; height: 17px; }
.button--full { width: 100%; }
.button--secondary { background: var(--surface); border-color: #81917a; color: var(--green); }
.button--secondary:hover { background: var(--soft); border-color: var(--green); }
.button--lime { background: var(--lime); color: var(--green); }
.button--lime:hover { background: #e4fa98; }
.hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: 66px; align-items: center; padding-block: 91px 78px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: #4b6255; font-size: .66rem; line-height: 1.7; font-weight: 700; letter-spacing: .13em; margin-block-end: 24px; }
.status-dot { height: 7px; width: 7px; background: #4e7445; border-radius: 50%; box-shadow: 0 0 0 4px #dfe8d6; margin-inline: 4px; flex-shrink: 0; }
.hero h1 { font-size: clamp(2.5rem, 4.2vw, 3.4rem); margin-block-end: 26px; }
.hero h1 span { color: #5c7a50; }
.hero-description { color: var(--muted); font-size: 1.04rem; line-height: 1.85; max-width: 460px; }
.hero-checks { display: flex; gap: 20px; list-style: none; padding: 0; margin-block: 23px 0; font-size: .8rem; font-weight: 550; }
.hero-checks li { display: flex; gap: 7px; align-items: center; }
.hero-checks .icon { width: 15px; height: 15px; color: #47752e; }
.hero-note { display: flex; align-items: center; gap: 10px; margin-block-start: 49px; font-size: .76rem; color: var(--muted); }
.note-line { width: 28px; height: 1px; background: #80976f; }
.shortener-wrap { padding-block-start: 18px; min-width: 0; scroll-margin-top: 20px; }
.tool-card { border-radius: var(--radius); overflow: hidden; border: 1px solid #d3dbcb; box-shadow: 0 20px 40px -20px #253d3429, 7px 7px 0 #e8ecdf; background: white; }
.tool-heading { display: flex; align-items: center; gap: 15px; padding: 29px 28px; background: var(--green); color: white; }
.tool-heading h2 { font-size: 1.2rem; letter-spacing: -.025em; margin-block-end: 6px; }
.tool-heading p { margin: 0; color: #cfdfd2; font-size: .76rem; }
.tool-icon { color: var(--lime); background: #ffffff0c; border: 1px solid #ffffff21; width: 45px; height: 45px; border-radius: 12px; display: grid; place-items: center; flex: 0 0 auto; }
.tool-index { margin-inline-start: auto; align-self: flex-start; font: .62rem ui-monospace, monospace; white-space: nowrap; color: #aec5b2; }
.tool-body { padding: 31px 30px 22px; }
.form-field { margin-block-end: 23px; }
.form-label { display: block; font-size: .83rem; font-weight: 600; margin-block-end: 9px; }
.field-form { display: block; width: 100%; min-width: 0; padding: 15px 16px; border: 1px solid #cbd3c7; border-radius: 9px; background: #fcfdf9; font-size: .9rem; line-height: 1.5; transition: border-color .18s ease, box-shadow .18s ease; }
.field-form::placeholder { color: #65715e; opacity: 1; }
.field-form:focus { outline: 0; border-color: #567948; box-shadow: 0 0 0 3px #c8dfb866; }
.field-form[aria-invalid="true"] { border-color: var(--danger); }
input[type="url"], input[type="email"], .output-field { direction: ltr; text-align: left; }
textarea.field-form { resize: vertical; min-height: 160px; }
.field-hint { font-size: .71rem; line-height: 1.5; color: var(--muted); margin-block: 9px 0; }
.field-error { margin-block: 9px 0; font-size: .8rem; color: var(--danger); }
.field-error p { margin: 0; }
.field-error ul, .errorlist { padding-inline-start: 18px; margin-block: 4px; color: var(--danger); }
.form-footnote { text-align: center; margin-block: 15px 0; font-size: .68rem; line-height: 1.6; color: var(--muted); }
.qr-option { margin-block: 0 22px; }
.qr-switch { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 15px; border: 1px solid #cbd3c7; border-radius: 12px; background: var(--paper); cursor: pointer; }
.qr-switch-copy { flex: 1; min-width: 0; }
.qr-switch-title { display: block; font-size: .85rem; font-weight: 600; line-height: 1.5; }
.qr-switch-copy .field-hint { display: block; margin-block-start: 5px; }
.qr-switch-control { position: relative; display: grid; justify-items: center; gap: 7px; flex: 0 0 86px; }
.switch-input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; z-index: 1; }
.qr-switch-track { display: block; position: relative; width: 56px; height: 32px; border: 1px solid #667466; border-radius: 999px; background: #667466; transition: background .18s ease, border-color .18s ease; }
.qr-switch-track::before { content: ""; position: absolute; inset-block-start: 3px; inset-inline-start: 3px; width: 24px; height: 24px; border-radius: 50%; background: white; box-shadow: 0 1px 3px #172f2733; transition: inset-inline-start .18s ease; }
.switch-input:checked + .qr-switch-track { background: var(--green); border-color: var(--green); }
.switch-input:checked + .qr-switch-track::before { inset-inline-start: calc(100% - 27px); }
.switch-input:focus-visible + .qr-switch-track { outline: 3px solid #538900; outline-offset: 4px; }
.qr-switch-state { color: var(--muted); font-size: .67rem; font-weight: 550; line-height: 1.4; text-align: center; }
.qr-state-on { display: none; }
.switch-input:checked ~ .qr-switch-state .qr-state-on { display: inline; }
.switch-input:checked ~ .qr-switch-state .qr-state-off { display: none; }
.switch-input:disabled { cursor: not-allowed; }
.switch-input:disabled ~ span { opacity: .55; }
@media (forced-colors: active) {
    .qr-switch-track { forced-color-adjust: none; background: Canvas; border-color: ButtonText; }
    .qr-switch-track::before { background: ButtonText; }
    .switch-input:checked + .qr-switch-track { background: Highlight; border-color: Highlight; }
    .switch-input:checked + .qr-switch-track::before { background: HighlightText; }
}
.tool-footer { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 17px 20px; background: #f0f3ea; border-top: 1px solid #e4e9df; font-size: .69rem; color: #4d6351; }
.tool-footer .icon { width: 17px; height: 17px; }
.tool-caption { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: .75rem; margin-block-start: 20px; color: var(--muted); }
.caption-spark { font-size: 1.35rem; color: #638046; line-height: 1; }
.use-strip { border-block: 1px solid var(--line); background: #eeefe8; }
.use-strip-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; padding-block: 26px; font-size: .86rem; font-weight: 550; }
.use-strip-inner > span:first-child { font-size: .6rem; letter-spacing: .12em; color: #596953; }
.strip-dot { color: #789156; font-size: 1.15rem; }
.page-section { padding-block: 84px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-block-end: 40px; }
.section-heading > div { max-width: 550px; }
.section-heading .eyebrow { margin-block-end: 15px; }
.section-heading h2 { max-width: 530px; margin: 0; }
.section-heading > p { max-width: 290px; font-size: .9rem; margin-block-end: 2px; }
.muted { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.feature { min-width: 0; }
.feature-art { height: 202px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-block-end: 25px; overflow: hidden; border: 1px solid #dde4d5; }
.link-art { background: #e9eddf; flex-direction: column; gap: 17px; padding: 27px; }
.sample-long { padding: 8px 14px; background: #f5f6ef; color: #5e6858; font: .7rem ui-monospace, monospace; border: 1px solid #dce1d5; border-radius: 7px; white-space: nowrap; max-width: 100%; overflow: hidden; transform: rotate(-5deg); direction: ltr; }
.sample-short { display: flex; align-items: center; justify-content: center; gap: 25px; padding: 13px 18px; background: var(--surface); box-shadow: 0 9px 15px #3e593915; border: 1px solid #d6ddcb; border-radius: 9px; font: 600 .86rem ui-monospace, monospace; transform: rotate(-5deg); direction: ltr; }
.sample-short .icon { width: 17px; color: #5f843b; }
.qr-art { background: #d8e6d7; gap: 23px; padding: 23px; }
.qr-illustration { display: grid; place-items: center; background: white; border-radius: 12px; padding: 12px; transform: rotate(-7deg); box-shadow: 4px 7px 0 #b7cdb3; }
.qr-illustration .icon { width: 86px; height: 86px; stroke-width: 1.9; }
.qr-caption { max-width: 105px; font-size: .65rem; letter-spacing: .09em; line-height: 1.7; font-weight: 650; }
.qr-caption .icon { margin-block-start: 12px; width: 31px; height: 31px; }
.stats-art { background: #f0eddc; flex-direction: column; align-items: stretch; padding: 25px 27px 17px; }
.stats-label { font-size: .61rem; letter-spacing: .1em; font-weight: 650; color: #626b4b; }
.mini-chart { display: flex; gap: 10px; align-items: flex-end; height: 87px; margin-block: 15px 10px; border-bottom: 1px solid #cdd3b9; padding-inline: 5px; direction: ltr; }
.mini-chart i { flex: 1; background: #a3b673; border-radius: 4px 4px 0 0; height: 24%; }
.mini-chart i:nth-child(2) { height: 36%; }.mini-chart i:nth-child(3) { height: 29%; }.mini-chart i:nth-child(4) { height: 52%; }.mini-chart i:nth-child(5) { height: 44%; }.mini-chart i:nth-child(6) { height: 68%; }.mini-chart i:nth-child(7) { height: 62%; }.mini-chart i:nth-child(8) { height: 91%; background: #48673c; }
.stats-caption { font-size: .6rem; color: #55613f; }
.feature-number { color: #5c6b52; font: .66rem ui-monospace, monospace; display: block; margin-block-end: 10px; }
.feature h3 { font-size: 1.16rem; margin-block-end: 11px; }
.feature p { color: var(--muted); font-size: .85rem; line-height: 1.8; margin: 0; }
.how-section { background: var(--green); color: white; padding-block: 68px; }
.how-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.how-section .eyebrow { color: #c1d995; margin-block-end: 21px; }
.how-section h2 { line-height: 1.25; max-width: 450px; margin-block-end: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: .85rem; font-weight: 600; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.text-link .icon { width: 18px; height: 18px; }
.how-section .text-link { color: var(--lime); }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: flex; gap: 24px; padding-block: 24px; border-bottom: 1px solid #ffffff26; }
.steps li:first-child { padding-block-start: 0; }
.steps li:last-child { border: 0; padding-block-end: 0; }
.step-number { color: var(--lime); font: .75rem ui-monospace, monospace; padding-block-start: 3px; }
.steps h3 { font-size: 1.03rem; margin-block-end: 9px; }
.steps p { color: #c5d6cc; margin: 0; font-size: .85rem; line-height: 1.7; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq-layout .eyebrow { margin-block-end: 17px; }
.faq-layout h2 { margin-block-end: 25px; }
.faq-layout .muted { font-size: .88rem; line-height: 2; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; padding-block: 22px; font-size: .92rem; font-weight: 550; line-height: 1.5; }
.faq-list summary span { font-size: 1.3rem; font-weight: 400; color: #667b57; transition: transform .18s ease; flex-shrink: 0; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { font-size: .85rem; line-height: 1.8; color: var(--muted); padding-inline-end: 30px; margin-block-end: 22px; }
.closing-section { padding-block-end: 80px; }
.closing-band { background: #e8eddb; border: 1px solid #dbe2ce; border-radius: var(--radius); padding: 40px 44px; display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.closing-band .eyebrow { font-size: .59rem; margin-block-end: 12px; }
.closing-band h2 { font-size: 1.9rem; margin: 0; max-width: 560px; }
.closing-band .button { flex-shrink: 0; background: var(--green); color: white; }
.closing-band .button:hover { background: var(--green-hover); }
.site-footer { background: #ecefe6; border-top: 1px solid var(--line); }
.footer-main { display: flex; justify-content: space-between; gap: 25px; align-items: center; padding-block: 45px 32px; }
.footer-main .brand { font-size: 1.5rem; }
.footer-main .brand-mark { width: 31px; height: 31px; }
.footer-main p { color: var(--muted); margin-block: 12px 0; font-size: .8rem; }
.footer-main nav { display: flex; flex-wrap: wrap; gap: 28px; font-size: .82rem; }
.footer-main nav a { text-decoration: none; padding-block: 10px; }
.footer-bottom { border-top: 1px solid #d6dfcd; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 22px; color: #60705a; font-size: .66rem; }
.footer-bottom > span:last-child { display: flex; gap: 10px; align-items: center; }
.footer-spark { color: #718a41; font-size: 1.25rem; line-height: 1; }
/* Result, support, policy, and error pages share the same visual language. */
.page-intro { max-width: 780px; margin-inline: auto; text-align: center; padding-block: 66px 34px; }
.page-intro h1 { font-size: clamp(2.3rem, 4vw, 3.6rem); letter-spacing: -.05em; margin-block-end: 20px; }
.page-intro .eyebrow { justify-content: center; margin-block-end: 17px; }
.page-intro p:last-child { color: var(--muted); max-width: 620px; margin-inline: auto; font-size: 1rem; }
.panel { padding: 34px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.panel h2 { font-size: 1.35rem; letter-spacing: -.03em; margin-block-end: 20px; }
.result-layout { display: grid; grid-template-columns: 1.3fr 1fr; gap: 28px; align-items: start; padding-block: 10px 80px; }
.result-layout.result-layout--link-only { grid-template-columns: minmax(0, 1fr); max-width: 780px; margin-inline: auto; }
.result-main { min-width: 0; }
.input-group { display: flex; gap: 9px; align-items: stretch; margin-block-end: 10px; }
.output-field { flex: 1; min-width: 0; font: .9rem ui-monospace, monospace; }
.copy-btn { flex-shrink: 0; }
.copy-status { font-size: .8rem; min-height: 24px; color: #406c34; margin-block: 10px 17px; }
.bookmark-note { background: var(--soft); padding: 18px 20px; border-radius: 12px; font-size: .83rem; color: #4c6151; margin-block: 24px; }
.bookmark-note p:last-child { margin: 0; }
.result-stats { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; padding-block: 25px; margin-block: 22px; border-block: 1px solid var(--line); }
.stat-value { font-size: 3rem; font-weight: 650; letter-spacing: -.05em; line-height: 1; }
.result-stats p { margin: 0; font-size: .85rem; }
.result-stats .muted { font-size: .74rem; }
.share-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin-block: 15px 0; }
.share-links a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 11px 10px; background: #f5f7f0; color: var(--green); border: 1px solid #adbba5; border-radius: 9px; text-decoration: none; font-size: .78rem; font-weight: 550; line-height: 1.4; transition: background .18s ease, border-color .18s ease; }
.share-links a:hover { background: #e5ecd9; border-color: var(--green); }
.qr-panel { text-align: center; background: #eef2e7; }
.qr-panel .eyebrow { justify-content: center; }
.qr-panel p { font-size: .83rem; color: var(--muted); }
.qr-code-image { width: 260px; height: auto; max-width: 100%; aspect-ratio: 1; margin: 22px auto; background: white; border: 12px solid white; border-radius: 12px; }
.qr-panel .button { width: 100%; }
.notice { padding: 14px 18px; margin-block-end: 24px; border: 1px solid #cdddc1; border-radius: 10px; font-size: .86rem; }
.notice--success { background: #edf5e5; color: #34552d; }
.contact-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; max-width: 960px; margin-inline: auto; padding-block: 0 80px; align-items: start; }
.contact-aside { padding-block: 30px; }
.contact-aside h2 { font-size: 1.4rem; }
.contact-aside p { font-size: .88rem; color: var(--muted); }
.contact-aside .text-link { margin-block: 12px; }
.prose { max-width: 820px; margin-inline: auto; margin-block-end: 80px; padding: 42px; }
.prose h2 { font-size: 1.3rem; margin-block: 30px 14px; }
.prose h2:first-child { margin-block-start: 0; }
.prose p, .prose li { color: var(--muted); font-size: .92rem; }
.prose a { color: var(--green); }
.error-page { text-align: center; padding-block: 70px 100px; max-width: 780px; margin-inline: auto; }
.error-page h1 { font-size: clamp(2rem, 4vw, 3.2rem); }
.error-page p { color: var(--muted); }
.error-code { font: 500 5rem ui-monospace, monospace; color: #7f985f !important; margin-block-end: 25px; }
.action-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-block-start: 26px; }
.result-actions { margin-block: 0 36px; }
.result-actions--link-only { max-width: 780px; margin-inline: auto; }
.error-page .action-row { justify-content: center; }
@media (min-width: 1500px) { .hero { padding-block: 105px 95px; } }
@media (max-width: 1100px) {
    .share-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .header-inner { gap: 18px; }.main-navigation { gap: 19px; }.header-actions { gap: 15px; }
    .hero { gap: 34px; }.hero h1 { font-size: 3rem; }.hero-checks { gap: 13px; font-size: .74rem; }
    .tool-heading { padding: 25px 22px; }.tool-body { padding: 26px 22px 22px; }.tool-index { display: none; }
    .feature-grid { gap: 20px; }.feature-art { height: 182px; }.sample-short { gap: 12px; padding-inline: 10px; font-size: .75rem; }.qr-art { gap: 15px; padding: 17px; }.qr-illustration .icon { width: 64px; height: 64px; }
    .section-heading { gap: 30px; }.how-inner { gap: 60px; }.faq-layout { gap: 50px; }
    .input-group { flex-wrap: wrap; }.input-group .copy-btn { width: 100%; }
}
@media (max-width: 1000px) {
    .shell { width: calc(100% - 48px); }.header-inner { min-height: 82px; gap: 16px; flex-wrap: wrap; }
    .brand { font-size: 1.6rem; }.header-actions { margin-inline-start: auto; }.header-cta { display: none; }
    .js .menu-toggle { display: block; order: 3; }.main-navigation { order: 4; width: 100%; flex-wrap: wrap; justify-content: center; padding-block: 0 14px; }.js .main-navigation { display: none; }.js .main-navigation.is-open { display: flex; }
    .hero { grid-template-columns: 1fr 1fr; gap: 24px; padding-block: 65px; }.hero h1 { font-size: clamp(2rem, 4.5vw, 2.8rem); }.hero-description { font-size: .92rem; }.eyebrow { font-size: .6rem; }
    .hero-checks { flex-wrap: wrap; gap: 9px 14px; }.hero-note { margin-block-start: 30px; }.tool-heading { gap: 10px; }.tool-heading h2 { font-size: 1rem; }.tool-icon { width: 34px; height: 34px; }.tool-heading p { font-size: .7rem; }
    .tool-body .button { padding-inline: 12px; font-size: .84rem; }.tool-footer { font-size: .64rem; gap: 7px; }.tool-caption { font-size: .65rem; }
    .use-strip-inner { justify-content: center; gap: 12px 24px; font-size: .74rem; }.use-strip-inner > span:first-child { flex-basis: 100%; text-align: center; }.strip-dot { display: none; }
    .page-section { padding-block: 65px; }.feature-grid { gap: 19px; }.feature-art { height: 160px; }.qr-art { flex-direction: column; gap: 11px; }.qr-illustration { padding: 9px; }.qr-illustration .icon { width: 55px; height: 55px; }.qr-caption { font-size: .5rem; max-width: none; }.qr-caption .icon { display: none; }.stats-art { padding: 20px 15px 12px; }.mini-chart { gap: 7px; }.stats-caption { font-size: .54rem; }.sample-long { font-size: .57rem; }.sample-short { font-size: .61rem; gap: 6px; }.link-art { padding-inline: 10px; }
    .feature h3 { font-size: 1.06rem; }.feature p { font-size: .8rem; }.section-heading h2 { font-size: 2rem; }.section-heading > p { max-width: 235px; font-size: .83rem; }
    .closing-band { padding: 30px; }.closing-band h2 { font-size: 1.6rem; }.closing-band .button { font-size: .82rem; padding-inline: 17px; }
    .result-layout { grid-template-columns: 1.15fr 1fr; gap: 20px; }.panel { padding: 26px; }.contact-layout { gap: 35px; }
}
@media (max-width: 680px) {
    html { scroll-padding-top: 95px; }.shell { width: calc(100% - 36px); }.header-inner { min-height: 76px; gap: 12px; }.brand { font-size: 1.55rem; }.brand-mark { width: 33px; height: 33px; border-radius: 10px; }.header-actions { gap: 0; }.main-navigation { gap: 24px; }.main-navigation a { font-size: .78rem; }.language-menu summary { gap: 5px; }
    .hero { grid-template-columns: 1fr; padding-block: 47px 38px; gap: 26px; }.hero-copy { text-align: center; }.hero .eyebrow { justify-content: center; font-size: .56rem; margin-block-end: 22px; }.hero h1 { font-size: clamp(2rem, 9.3vw, 3rem); margin-block-end: 20px; }.hero-description { max-width: 450px; margin-inline: auto; font-size: .94rem; line-height: 1.8; }.hero-checks { justify-content: center; gap: 16px; font-size: .76rem; margin-block-start: 20px; }.hero-note { display: none; }.shortener-wrap { padding: 0; }.tool-card { max-width: 470px; margin-inline: auto; }.tool-heading { padding: 25px 22px; gap: 13px; }.tool-icon { width: 39px; height: 39px; }.tool-heading h2 { font-size: 1.13rem; }.tool-heading p { font-size: .73rem; }.tool-body { padding: 25px 22px 23px; }.tool-body .button { font-size: .9rem; }.tool-footer { padding: 16px; font-size: .67rem; }.tool-caption { font-size: .72rem; margin-block-start: 22px; }
    .use-strip-inner { padding-block: 22px; gap: 10px 19px; font-size: .73rem; }.page-section { padding-block: 56px; }.section-heading { display: block; margin-block-end: 28px; }.section-heading h2 { font-size: 2rem; max-width: 420px; }.section-heading > p { max-width: 400px; font-size: .87rem; margin-block: 18px 0; }.eyebrow { font-size: .59rem; }
    .feature-grid { grid-template-columns: minmax(0, 1fr); gap: 34px; }.feature-art { height: 205px; margin-block-end: 20px; }.feature h3 { font-size: 1.3rem; }.feature p { font-size: .88rem; }.sample-long { font-size: .75rem; }.sample-short { font-size: .95rem; gap: 25px; padding: 14px 20px; }.qr-art { flex-direction: row; gap: 30px; }.qr-illustration { padding: 15px; }.qr-illustration .icon { width: 85px; height: 85px; }.qr-caption { max-width: 120px; font-size: .66rem; }.qr-caption .icon { display: block; }.stats-art { padding: 25px 35px 20px; }.stats-label { font-size: .64rem; }.mini-chart { gap: 13px; height: 89px; }.stats-caption { font-size: .65rem; }
    .how-section { padding-block: 48px; }.how-inner { grid-template-columns: 1fr; gap: 38px; }.how-section h2 { font-size: 2rem; margin-block-end: 22px; }.steps li { gap: 20px; }.steps h3 { font-size: 1.05rem; }.steps p { font-size: .85rem; }
    .faq-layout { grid-template-columns: 1fr; gap: 22px; }.faq-layout h2 { font-size: 2rem; margin-block-end: 17px; }.faq-list summary { font-size: .87rem; padding-block: 20px; }.faq-list p { font-size: .83rem; padding-inline-end: 15px; }
    .closing-section { padding-block-end: 50px; }.closing-band { display: block; padding: 30px 25px; }.closing-band h2 { font-size: 1.8rem; }.closing-band .button { margin-block-start: 25px; font-size: .87rem; }
    .footer-main { display: block; padding-block: 32px 24px; }.footer-main nav { margin-block-start: 19px; gap: 25px; font-size: .8rem; }.footer-bottom { flex-direction: column; align-items: flex-start; gap: 7px; padding-block: 19px; }
    .page-intro { padding-block: 42px 20px; }.page-intro h1 { font-size: 2.5rem; }.page-intro p:last-child { font-size: .92rem; }.result-layout { grid-template-columns: 1fr; padding-block-end: 50px; }.panel { padding: 25px 22px; }.input-group .copy-btn { font-size: .9rem; }.qr-panel { max-width: none; }.qr-code-image { width: 250px; }.contact-layout { grid-template-columns: 1fr; gap: 20px; padding-block-end: 50px; }.contact-aside { padding: 10px; }.prose { padding: 28px 23px; margin-block-end: 50px; }.error-page { padding-block: 45px 70px; }
}
@media (max-width: 380px) { .input-group { flex-wrap: wrap; }.input-group .copy-btn { width: 100%; }.main-navigation { gap: 17px; }.hero-checks { font-size: .7rem; gap: 11px; }.tool-heading { padding-inline: 18px; }.tool-body { padding-inline: 18px; }.tool-footer { font-size: .61rem; }.header-inner { gap: 9px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
@media print { .site-header, .site-footer, .skip-link, .share-links, .copy-btn, .action-row { display: none; } body { background: white; color: black; }.shell { width: 100%; }.panel { box-shadow: none; }.qr-panel .button { display: none; }.page-intro { padding-block: 20px; } }
.page-section > .page-intro { padding-block: 0 35px; }
.page-section > .result-layout { padding-block: 0 28px; }
.page-section > .contact-layout { padding-block-end: 0; }
.contact-layout { grid-template-columns: .8fr 1.2fr; }
.result-stats > div { flex: 1; min-width: 160px; }
.result-stats h3 { margin-block-end: 8px; font-size: 1rem; }
@media (max-width: 680px) { .contact-layout { grid-template-columns: 1fr; }.action-row > .button { width: 100%; }.result-actions { margin-block-end: 30px; } }

@media (max-width: 680px) { .field-form, .output-field { font-size: 1rem; } }
/* Aggregate link insights; charts and tables work without client-side scripts. */
.analytics-section { margin-block: 44px 36px; padding-block-start: 42px; border-top: 1px solid var(--line); }
.analytics-heading { align-items: center; margin-block-end: 26px; }
.analytics-heading h2 { font-size: clamp(1.7rem, 3vw, 2.25rem); }
.analytics-heading > p { max-width: 340px; }
.analytics-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; margin: 0; }
.analytics-summary > div { padding: 22px 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.analytics-summary dt { font-size: .78rem; color: var(--muted); line-height: 1.6; }
.analytics-value { margin: 12px 0 0; font-size: 2.1rem; line-height: 1.2; font-weight: 650; font-variant-numeric: tabular-nums; letter-spacing: -.04em; }
.analytics-last-visit { margin-block: 15px 25px; font-size: .78rem; color: var(--muted); }
.chart-heading { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-block-end: 28px; }
.chart-heading h3 { margin: 0; font-size: 1.1rem; }
.chart-heading .field-hint { margin: 0; }
.analytics-bars { display: flex; gap: clamp(3px, .75vw, 10px); height: 180px; align-items: end; border-bottom: 1px solid var(--line); padding-inline: 3px; background: repeating-linear-gradient(to top, transparent 0, transparent calc(25% - 1px), #dce2d85c calc(25% - 1px), #dce2d85c 25%); }
.analytics-column { flex: 1; height: 100%; min-width: 0; display: flex; align-items: end; }
.analytics-bar { width: 100%; background: #527740; border-radius: 4px 4px 0 0; }
.analytics-bar--nonzero { min-height: 2px; }
.analytics-bar--today { background: var(--green); }
.analytics-axis { display: flex; justify-content: space-between; gap: 15px; margin-block-start: 10px; color: var(--muted); font-size: .72rem; font-variant-numeric: tabular-nums; }
.analytics-empty { display: grid; align-content: center; text-align: center; min-height: 180px; padding: 25px; background: var(--paper); border-radius: 12px; }
.analytics-empty p { margin-block-end: 6px; font-size: .95rem; font-weight: 600; }
.analytics-empty span { font-size: .8rem; color: var(--muted); }
.daily-details { margin-block-start: 22px; border-top: 1px solid var(--line); padding-block-start: 14px; }
.daily-details summary { cursor: pointer; font-size: .8rem; padding-block: 5px; color: var(--green); font-weight: 550; }
.daily-table-wrap { max-height: 330px; overflow-y: auto; margin-block-start: 12px; border: 1px solid var(--line); border-radius: 8px; }
.daily-table { width: 100%; border-collapse: collapse; font-size: .8rem; text-align: start; }
.daily-table th, .daily-table td { padding: 10px 16px; border-bottom: 1px solid var(--line); text-align: start; }
.daily-table tbody th { font-weight: 400; }
.daily-table thead th { background: var(--soft); position: sticky; top: 0; font-weight: 600; }
.daily-table td, .daily-table th:last-child { text-align: end; font-variant-numeric: tabular-nums; }
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.analytics-detail-heading { margin-block: 35px 21px; }
.analytics-detail-heading h3 { margin-block-end: 8px; font-size: 1.2rem; }
.analytics-detail-heading p { color: var(--muted); font-size: .79rem; margin: 0; }
.analytics-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.analytics-breakdown { min-width: 0; }
.analytics-breakdown h3 { font-size: 1.1rem; margin-block-end: 23px; }
.analytics-ranking { list-style: none; padding: 0; margin: 0; }
.analytics-ranking li { margin-block: 19px; }
.ranking-label { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-block-end: 8px; font-size: .82rem; }
.ranking-label > span:first-child { min-width: 0; overflow-wrap: anywhere; }
.ranking-count { white-space: nowrap; flex-shrink: 0; font-variant-numeric: tabular-nums; font-size: .78rem; }
.ranking-track { height: 6px; background: var(--soft); border-radius: 5px; overflow: hidden; }
.ranking-track > span { display: block; height: 100%; background: #63834c; border-radius: inherit; }
.analytics-breakdown .field-hint { margin-block-start: 22px; font-size: .73rem; }
.analytics-no-data { margin: 24px 0; font-size: .85rem; color: var(--muted); }
.analytics-footnote { color: var(--muted); font-size: .76rem; margin-block: 20px 0; }
@media (max-width: 900px) { .analytics-summary > div { padding: 20px 17px; }.analytics-summary dt { font-size: .73rem; }.analytics-value { font-size: 1.9rem; } }
@media (max-width: 680px) {
    .analytics-section { margin-block-start: 20px; padding-block-start: 32px; }.analytics-heading { margin-block-end: 23px; }.analytics-heading h2 { font-size: 1.9rem; }
    .analytics-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }.analytics-summary > div { padding: 18px 17px; }.analytics-summary dt { min-height: 36px; font-size: .74rem; }.analytics-value { margin-block-start: 7px; font-size: 2rem; }
    .chart-heading { display: block; margin-block-end: 23px; }.chart-heading h3 { font-size: 1.02rem; }.chart-heading .field-hint { margin-block-start: 10px; }.analytics-bars { height: 145px; }
    .analytics-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }.analytics-empty { padding: 20px 16px; }.analytics-empty p { font-size: .87rem; }.analytics-empty span { font-size: .76rem; }
    .daily-table th, .daily-table td { padding-inline: 11px; }.analytics-detail-heading { margin-block-start: 30px; }
}
