:root {
    --canvas: #eef1f8;
    --ink: #12162a;
    --ticket: #ffffff;
    --rail: #161b32;
    --signal: #4353ff;
    --signal-ink: #2c38d6;
    --on-signal: #ffffff;
    --flare: #19c4b8;
    --mute: #5c6680;
    --line: #d5dced;
    --amber: #d97706;
    --void: #e24a38;
    --ok: #0c8a5c;
    --lift: #f3f5fb;
    --field: #ffffff;
    --nav-bg: rgba(238, 241, 248, .86);
    --hover: #eef1fb;
    --hover-strong: #e8ecfb;
    --focus: #b4bdfc;
    --focus-ring: rgba(67, 83, 255, .14);
    --acts: #f3f5fb;
    --mix-track: #e8eef6;
    --badge-bg: #e8eef6;
    --badge-ok-bg: #d8f3e7;
    --badge-ok-ink: #0c8a5c;
    --badge-paused-bg: #fdecc8;
    --badge-paused-ink: #b45309;
    --badge-void-bg: #fde4df;
    --badge-void-ink: #c83324;
    --chip-on: #eef1ff;
    --chip-hover: #f6f7ff;
    --danger-bg: #fff8f7;
    --danger-line: #f3c4be;
    --copy-bg: #eef1fb;
    --copy-hover: #e0e6fb;
    --shadow: 0 18px 40px rgba(18, 22, 42, .08);
    --shadow-lg: 0 28px 60px rgba(18, 22, 42, .14);
    --radius: 20px;
    --font: "Figtree", "Segoe UI", sans-serif;
    --display: "Unbounded", "Figtree", sans-serif;
    --mono: "IBM Plex Mono", ui-monospace, monospace;
    --btn-h: 42px;
}

* { box-sizing: border-box; }
html, body { margin: 0; }
body {
    min-height: 100vh;
    background:
        radial-gradient(900px 420px at 92% -8%, rgba(67, 83, 255, .10), transparent 56%),
        radial-gradient(720px 360px at -6% 12%, rgba(25, 196, 184, .08), transparent 52%),
        var(--canvas);
    color: var(--ink);
    font-family: var(--font);
    font-size: 16px;
    line-height: 1.5;
}
a { color: var(--signal-ink); }
img { max-width: 100%; }
button, input, textarea, select { font: inherit; color: inherit; }
::placeholder { color: var(--mute); opacity: .88; }
option { color: var(--ink); background: var(--field); }
:focus-visible {
    outline: 2px solid var(--signal);
    outline-offset: 3px;
}

.shell,
.hero, .legal, .cabinet, .auth-shell, .reveal-shell {
    width: min(1120px, calc(100% - 32px));
    margin-inline: auto;
}

.site-nav, .cabinet-top {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(18px);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--line);
}
.nav-inner, .foot-inner {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.site-foot .foot-inner { min-height: 64px; }
.mark {
    display: inline-flex;
    align-items: baseline;
    font-family: var(--display);
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: -.05em;
    color: var(--ink);
    text-decoration: none;
    white-space: nowrap;
}
.powered { margin: 0; color: var(--mute, #8b93ad); font-size: 0.82rem; }
.powered a { color: inherit; }
.powered a:hover { color: var(--ink); }
.site-nav nav, .cabinet-top nav {
    display: flex;
    align-items: center;
    gap: 8px 14px;
    flex-wrap: wrap;
}
.site-nav a, .cabinet-top a, .site-foot a {
    color: var(--ink);
    text-decoration: none;
    font-weight: 600;
}
.site-nav nav > a:not(.nav-cta),
.cabinet-top nav > a:not(.nav-cta) {
    padding: 8px 4px;
}

.nav-cta, .btn, .btn-cobalt, .btn-ghost, .btn-ember {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: var(--btn-h);
    min-height: var(--btn-h);
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 0 16px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
}
.nav-cta, .btn-cobalt {
    background: var(--signal);
    color: var(--on-signal);
    box-shadow: 0 8px 20px rgba(67, 83, 255, .22);
}
.nav-cta:hover, .btn-cobalt:hover { filter: brightness(1.08); color: var(--on-signal); }
.btn-ghost {
    background: var(--field);
    border: 1px solid var(--line);
    color: var(--ink);
}
.btn-ghost:hover { border-color: var(--focus); background: var(--hover); }
.btn-ember { background: var(--void); color: #fff; }
.btn[disabled], .btn-ghost.is-off {
    opacity: .45;
    pointer-events: none;
}

.kicker {
    font-family: var(--mono);
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--mute);
    margin: 0 0 10px;
}
h1, h2, .display {
    font-family: var(--display);
    letter-spacing: -.04em;
    line-height: 1.08;
    margin: 0 0 14px;
}
h1 { font-size: clamp(40px, 6.4vw, 64px); }
.cabinet h1, .auth-card h1, .reveal-shell h1, .legal h1 {
    font-size: clamp(28px, 4vw, 40px);
}
h2 { font-size: clamp(26px, 3.6vw, 38px); }
h3 {
    font-family: var(--display);
    font-size: 1.05rem;
    letter-spacing: -.03em;
    margin: 0 0 8px;
}
.lead, .lead-sm { color: var(--mute); max-width: 40rem; margin: 0 0 20px; }
.lead { font-size: 1.12rem; }

.hero { padding: 36px 0 28px; }
.cabinet { padding: 28px 0 72px; }
.legal { padding: 36px 0 72px; }
.legal.panel { padding: 32px 36px 40px; }
.how, .faq, .use { padding: 20px 0 56px; }
.hero-copy { min-width: 0; }
.hero-note { color: var(--mute); max-width: 36rem; margin: 18px 0 0; font-size: .95rem; }
.android-app-line { margin: 14px 0 0; max-width: 36rem; color: var(--mute); font-size: .95rem; }
.android-app-line a { color: var(--signal); font-weight: 700; text-underline-offset: 0.18em; }

.compress {
    margin: 22px 0 0;
    padding: 16px 18px;
    background: var(--ticket);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--shadow);
    max-width: 34rem;
}
.compress p { margin: 0; }
.compress small {
    display: block;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--mute);
    margin-bottom: 6px;
}
.compress code {
    display: block;
    font-family: var(--mono);
    font-size: 13px;
    word-break: break-all;
    color: var(--ink);
}
.compress code.is-short {
    color: var(--signal-ink);
    font-weight: 500;
    font-size: 15px;
}
.compress-arrow {
    display: block;
    margin: 10px 0;
    color: var(--flare);
    font-weight: 700;
}

.browser {
    background: var(--ticket);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}
.browser-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: var(--rail);
    color: #e8eef8;
}
.browser-dots { display: inline-flex; gap: 6px; }
.browser-dots i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(232, 238, 248, .22);
}
.browser-dots i:first-child { background: #e24a38; }
.browser-dots i:nth-child(2) { background: #d97706; }
.browser-dots i:last-child { background: #0c8a5c; }
.browser-host {
    flex: 1;
    font-family: var(--mono);
    font-size: 12px;
    letter-spacing: .04em;
    background: rgba(255, 255, 255, .08);
    border-radius: 999px;
    padding: 6px 12px;
}
.browser-body { padding: 20px 22px 24px; }
.link-preview {
    display: grid;
    gap: 6px;
    padding: 12px 14px;
    border-radius: 12px;
    background: var(--lift);
    border: 1px solid var(--line);
}
.link-preview small {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--mute);
}
.link-preview code {
    font-family: var(--mono);
    font-size: 15px;
    font-weight: 500;
    color: var(--signal-ink);
    word-break: break-all;
}
.link-preview em { font-style: normal; color: var(--mute); }

.trust {
    width: min(1120px, calc(100% - 32px));
    margin: 8px auto 12px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}
.trust p {
    margin: 0;
    padding: 14px 16px;
    background: var(--ticket);
    border: 1px solid var(--line);
    border-radius: 14px;
    font-weight: 600;
    font-size: .95rem;
}

.how-flow, .use-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.how-flow { counter-reset: step; }
.how-flow li, .use-grid article, .faq-list article {
    background: var(--ticket);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    border-radius: 16px;
    padding: 20px 20px 22px;
}
.how-flow li { position: relative; padding-top: 52px; }
.how-flow li::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    top: 16px;
    left: 20px;
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 500;
    color: var(--signal-ink);
}
.how-flow p, .use-grid p, .faq-list p { margin: 0; color: var(--mute); }
.faq-list { display: grid; gap: 12px; }

.closed-mark {
    display: inline-block;
    font-family: var(--display);
    font-size: 0.95rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--void);
    border: 2px solid var(--void);
    border-radius: 8px;
    padding: 4px 10px;
    margin: 0 0 16px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 40px;
    align-items: start;
}

.tag, .ticket, .panel, .auth-card {
    background: var(--ticket);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}
.tag, .ticket {
    display: grid;
    grid-template-columns: 132px 1fr;
    min-height: 168px;
    border-radius: var(--radius);
    position: relative;
    overflow: visible;
}
.tag:hover, .cabinet-list a.tag:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
}
.cabinet-list a.tag {
    color: inherit;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}
.cabinet .composer { max-width: 720px; }
.cabinet .browser { max-width: 720px; }
.tag-stub {
    background: var(--rail);
    color: #e8eef8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding: 18px 14px;
    border-radius: calc(var(--radius) - 1px) 0 0 calc(var(--radius) - 1px);
    position: relative;
}
.tag-stub small {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .72;
}
.tag-stub strong {
    font-family: var(--mono);
    font-size: 20px;
    letter-spacing: .04em;
    word-break: break-all;
}
.tag-stub::after {
    content: "";
    height: 22px;
    background: repeating-linear-gradient(
        90deg,
        #e8eef8 0 2px,
        transparent 2px 4px,
        #e8eef8 4px 5px,
        transparent 5px 8px
    );
    opacity: .28;
}
.tag-body { padding: 20px 22px; min-width: 0; }
.tag-body p { margin: 8px 0; }
.tag-body small, .muted { color: var(--mute); }
.perforation {
    position: absolute;
    left: 132px;
    top: 12px;
    bottom: 12px;
    border-left: 2px dashed rgba(255, 255, 255, .28);
    transform: translateX(-1px);
    pointer-events: none;
}
.tag::before, .tag::after,
.ticket::before, .ticket::after {
    content: "";
    position: absolute;
    left: 132px;
    width: 18px;
    height: 18px;
    background: var(--canvas);
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 3;
    box-shadow: inset 0 0 0 1px var(--line);
}
.tag::before, .ticket::before { top: -9px; }
.tag::after, .ticket::after { bottom: -9px; }

.composer.ticket { align-items: stretch; }
.composer .tag-body { padding: 22px 22px 24px; }
.tabs {
    display: flex;
    gap: 6px;
    margin-bottom: 16px;
    padding: 4px;
    background: var(--lift);
    border-radius: 12px;
    width: fit-content;
    max-width: 100%;
}
.tabs button {
    background: transparent;
    border: 0;
    border-radius: 9px;
    padding: 8px 14px;
    font-weight: 700;
    cursor: pointer;
    color: var(--mute);
}
.tabs button.is-on {
    background: var(--ticket);
    color: var(--ink);
    box-shadow: 0 1px 4px rgba(18, 22, 42, .08);
}
.stack-form { display: grid; gap: 12px; }
.stack-form label { display: grid; gap: 6px; font-weight: 600; }
.stack-form label.check-line,
label.check-line {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--field);
    color: var(--ink);
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}
.stack-form label.check-line:hover,
label.check-line:hover {
    border-color: var(--focus);
    background: var(--chip-hover);
}
.stack-form label.check-line:has(input:checked),
label.check-line:has(input:checked) {
    border-color: var(--signal);
    background: var(--chip-on);
}
.stack-form .check-line input[type="checkbox"],
.stack-form input[type="checkbox"],
.check-line input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    flex: 0 0 20px;
    margin: 0;
    padding: 0;
    border: 1.5px solid var(--line);
    border-radius: 6px;
    background: var(--field);
    display: inline-grid;
    place-content: center;
    accent-color: var(--signal);
    cursor: pointer;
    box-shadow: none;
}
.stack-form .check-line input[type="checkbox"]::after,
.check-line input[type="checkbox"]::after {
    content: "";
    width: 10px;
    height: 6px;
    border: 2px solid #fff;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg) scale(0);
    transform-origin: center;
}
.stack-form .check-line input[type="checkbox"]:checked,
.check-line input[type="checkbox"]:checked {
    background: var(--signal);
    border-color: var(--signal);
}
.stack-form .check-line input[type="checkbox"]:checked::after,
.check-line input[type="checkbox"]:checked::after {
    transform: rotate(-45deg) scale(1);
}
.stack-form .check-line span {
    line-height: 1.3;
}
.schedule-box,
.geo-box {
    display: grid;
    gap: 10px;
    padding: 12px 14px;
    border: 1px dashed var(--line);
    border-radius: 14px;
    background: rgba(67, 83, 255, .03);
}
.geo-box > label { font-weight: 600; }
.geo-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.geo-chips:empty { display: none; }
.geo-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 0;
    border-radius: 999px;
    padding: 4px 8px 4px 10px;
    background: var(--rail);
    color: #e8eef8;
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}
.geo-chip span { opacity: .7; }
.tz-pick { position: relative; }
.tz-pick-query { width: 100%; }
.tz-pick-list {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    z-index: 12;
    margin: 0;
    padding: 6px;
    list-style: none;
    max-height: 260px;
    overflow: auto;
    background: var(--ticket);
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow-lg);
}
.tz-pick-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
}
.tz-pick-list li em {
    font-style: normal;
    font-family: var(--mono);
    font-size: 12px;
    font-weight: 500;
    color: var(--mute);
    white-space: nowrap;
}
.tz-pick-list li.is-on,
.tz-pick-list li.is-hot,
.tz-pick-list li:hover { background: var(--hover); }
.tz-pick-list li.is-on em,
.tz-pick-list li.is-hot em { color: var(--signal-ink); }
.field-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
@media (max-width: 640px) {
    .field-pair { grid-template-columns: 1fr; }
}
.stack-form input:not([type="checkbox"]):not([type="hidden"]):not([type="file"]),
.stack-form textarea, .stack-form select,
.copy-row input {
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px 14px;
    background: var(--field);
    color: var(--ink);
}
.stack-form input:not([type="checkbox"]):not([type="hidden"]):focus,
.stack-form textarea:focus, .stack-form select:focus,
.copy-row input:focus {
    border-color: var(--focus);
    box-shadow: 0 0 0 4px var(--focus-ring);
    outline: none;
}
.stack-form .check-line input[type="checkbox"]:focus-visible,
.check-line input[type="checkbox"]:focus-visible {
    outline: 2px solid var(--signal);
    outline-offset: 2px;
}
.dropzone {
    border: 1.5px dashed #9aa7f5;
    border-radius: 14px;
    min-height: 132px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 20px;
    background: rgba(67, 83, 255, .04);
    cursor: pointer;
    color: var(--mute);
    font-weight: 600;
}
.dropzone.is-over { background: rgba(67, 83, 255, .10); }
.field-err, .flash { color: var(--void); font-weight: 600; margin: 0; }
.flash-ok { color: var(--ok); font-weight: 700; }

.how-grid, .faq-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.how article, .faq article, .panel {
    border-radius: 16px;
    padding: 20px 20px 22px;
}
.how article p, .faq article p { margin: 0; color: var(--mute); }

.locale-switch { position: relative; }
.locale-switch summary {
    list-style: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: var(--btn-h);
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--field);
    color: var(--ink);
    box-sizing: border-box;
    font-weight: 700;
}
.locale-switch summary::-webkit-details-marker { display: none; }
.locale-switch div {
    position: absolute;
    right: 0;
    z-index: 5;
    background: var(--ticket);
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 8px;
    min-width: 196px;
    max-height: 280px;
    overflow: auto;
    box-shadow: var(--shadow-lg);
}
.locale-switch a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 8px;
    border-radius: 8px;
    text-decoration: none;
}
.locale-switch a.is-current,
.locale-switch a:hover { background: var(--hover); color: var(--ink); }
.locale-flag { border-radius: 2px; }

.auth-shell { display: grid; place-items: start center; padding: 48px 0 72px; }
.auth-card { width: min(440px, 100%); border-radius: 20px; padding: 32px; }
.auth-divider {
    text-align: center;
    color: var(--mute);
    margin: 18px 0;
    position: relative;
}
.auth-divider::before, .auth-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 28%;
    height: 1px;
    background: var(--line);
}
.auth-divider::before { left: 0; }
.auth-divider::after { right: 0; }
.inline { display: flex !important; align-items: center; gap: 8px; }
.link-google { min-height: 44px; }
.auth-switch { color: var(--mute); }

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    color: var(--mute);
    text-decoration: none;
    margin-bottom: 18px;
}
.back-link:hover { color: var(--ink); }

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 20px 0 24px;
}
.stat {
    background: var(--ticket);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 14px 16px;
    box-shadow: var(--shadow);
}
.stat small {
    display: block;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--mute);
    margin-bottom: 6px;
}
.stat strong {
    font-family: var(--display);
    font-size: 1.15rem;
    letter-spacing: -.03em;
}

.split {
    display: grid;
    grid-template-columns: 1.4fr .8fr;
    gap: 16px;
    margin-bottom: 36px;
}
.panel-danger {
    border-color: var(--danger-line);
    background: var(--danger-bg);
}
.panel-danger p { color: var(--mute); margin: 0 0 14px; }

.show-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}
.show-top h1 { margin-bottom: 0; }
.btn-del {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 0;
    border-radius: 10px;
    height: 36px;
    min-height: 36px;
    padding: 0 10px;
    background: var(--danger-bg);
    color: var(--void);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}
.btn-del.is-icon {
    width: 36px;
    padding: 0;
    font-size: 20px;
}
.btn-del:hover { background: var(--badge-void-bg); }
.slip-row {
    display: flex;
    align-items: stretch;
    min-height: 64px;
    background: var(--ticket);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(18, 22, 42, .06);
    overflow: hidden;
}
.slip-row:hover {
    border-color: #b4bdfc;
    box-shadow: 0 10px 24px rgba(67, 83, 255, .12);
}
.slip-row .slip {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    min-height: 64px;
}
.slip-row .slip:hover,
.slip-row .slip:focus-visible {
    border-color: transparent;
    box-shadow: none;
}
.slip-perf {
    position: relative;
    flex: 0 0 16px;
    width: 16px;
    background:
        radial-gradient(circle at 50% -1px, var(--canvas) 7px, transparent 7.5px) 50% 0 / 16px 14px no-repeat,
        radial-gradient(circle at 50% calc(100% + 1px), var(--canvas) 7px, transparent 7.5px) 50% 100% / 16px 14px no-repeat,
        repeating-linear-gradient(to bottom, transparent 0 4px, var(--line) 4px 6px);
    pointer-events: none;
}
.slip-acts {
    display: flex;
    align-items: stretch;
    flex: 0 0 auto;
    gap: 0;
    background: var(--acts);
}
.slip-acts form {
    display: flex;
    margin: 0;
}
.slip-acts .btn-del {
    height: auto;
    min-height: 64px;
    min-width: 76px;
    padding: 0 14px;
    border-radius: 0;
    background: transparent;
    font-size: 11px;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.slip-acts .btn-del.is-copy {
    min-width: 72px;
    background: transparent;
    color: var(--signal-ink);
}
.slip-acts > * + * {
    border-left: 1px solid var(--line);
}
.slip-acts .btn-del:hover { background: var(--hover-strong); }
.slip-acts form .btn-del:hover { background: var(--danger-bg); color: var(--void); }
.tape {
    display: grid;
    grid-template-columns: 112px 1fr;
    min-height: 196px;
    margin: 0 0 24px;
    background: var(--ticket);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
}
.tape-stub {
    background: var(--rail);
    color: #e8eef8;
    padding: 18px 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tape-stub small {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .72;
}
.tape-stub strong {
    font-family: var(--display);
    font-size: 1.8rem;
    letter-spacing: -.04em;
}
.tape-plot { position: relative; min-height: 180px; }
.tape-plot svg { display: block; width: 100%; height: 180px; }
.tape-empty {
    margin: 0;
    height: 180px;
    display: grid;
    place-items: center;
}
.tape-tip {
    position: absolute;
    top: 10px;
    transform: translateX(-50%);
    background: var(--rail);
    color: #fff;
    font-family: var(--mono);
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 8px;
    pointer-events: none;
    white-space: nowrap;
}
.panel.stack-form { margin-bottom: 36px; }
@media (max-width: 640px) {
    .tape { grid-template-columns: 1fr; }
    .tape-stub { flex-direction: row; align-items: baseline; gap: 12px; padding: 12px 14px; }
    .tape-stub strong { font-size: 1.3rem; }
}
.cabinet-list { display: grid; gap: 8px; }
.slip {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(168px, 1.15fr) auto auto;
    align-items: center;
    gap: 10px 14px;
    min-height: 56px;
    padding: 8px 12px 8px 8px;
    background: var(--ticket);
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(18, 22, 42, .05);
    color: inherit;
    text-decoration: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.slip:hover, .slip:focus-visible {
    border-color: #b4bdfc;
    box-shadow: 0 8px 20px rgba(67, 83, 255, .12);
}
.slip-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 7.4em;
    padding: 8px 10px;
    border-radius: 10px;
    background: var(--rail);
    color: #e8eef8;
    font-family: var(--mono);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .04em;
}
.slip-main { min-width: 0; }
.slip-main strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slip-main small {
    display: block;
    margin-top: 2px;
    color: var(--mute);
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slip-stats {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
.slip-hits {
    flex: 0 0 auto;
}
.slip-hits strong {
    display: block;
    font-family: var(--display);
    font-size: 1.28rem;
    letter-spacing: -.04em;
    line-height: 1;
    color: var(--ink);
}
.slip-hits small {
    display: block;
    margin-top: 3px;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--mute);
}
.slip-mix {
    flex: 1 1 auto;
    min-width: 0;
}
.slip-mix .mix-bar {
    height: 8px;
    margin: 0 0 5px;
}
.slip-mix p {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2px 10px;
    font-family: var(--mono);
    font-size: 11px;
    color: var(--mute);
}
.slip-mix-empty {
    margin: 0;
    font-size: 12px;
    color: var(--mute);
}
.slip-meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    flex-wrap: wrap;
}
.slip-go {
    color: var(--mute);
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
}
.slip:hover .slip-go { color: var(--signal-ink); }
@media (max-width: 640px) {
    .slip-acts .btn-del { min-width: 58px; padding: 0 8px; font-size: 10px; }
    .slip {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }
    .slip-stats,
    .slip-meta {
        grid-column: 2;
        justify-content: flex-start;
    }
    .slip-go {
        grid-column: 3;
        grid-row: 1 / span 3;
    }
}
.cabinet-empty {
    text-align: center;
    padding: 48px 24px;
}
.cabinet-empty p { margin: 0 0 18px; color: var(--mute); }

.visit-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.visit-table th, .visit-table td {
    text-align: left;
    padding: 12px 10px;
    border-bottom: 1px solid var(--line);
    vertical-align: top;
}
.visit-table th {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--mute);
}
.visit-table td.mono { font-family: var(--mono); font-size: 12px; }
.visit-table td.ua {
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--mute);
}
.badge {
    display: inline-block;
    border-radius: 999px;
    padding: 3px 9px;
    font-size: 12px;
    font-weight: 700;
    background: var(--badge-bg);
    color: var(--ink);
}
.badge-void { background: var(--badge-void-bg); color: var(--badge-void-ink); }
.badge-ok { background: var(--badge-ok-bg); color: var(--badge-ok-ink); }
.badge-paused { background: var(--badge-paused-bg); color: var(--badge-paused-ink); }
.copy-row { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.copy-row input { flex: 1; min-width: 180px; font-family: var(--mono); font-size: 13px; }
.target-line {
    color: var(--mute);
    word-break: break-all;
    font-size: 14px;
}

.pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
}
.history-panel { overflow: auto; }

.reveal-shell { padding: 64px 0; }
.reveal-text { white-space: pre-wrap; margin: 0; }
.burn-clock {
    display: grid;
    gap: 8px;
    margin: 0 0 16px;
}
.burn-clock small {
    display: block;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--void);
}
.burn-clock strong {
    font-family: var(--display);
    font-size: 2.2rem;
    letter-spacing: -.04em;
    color: var(--void);
    line-height: 1;
}
.burn-bar {
    height: 4px;
    background: var(--danger-line);
    border-radius: 999px;
    overflow: hidden;
}
.burn-bar i {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--void);
    transform-origin: left center;
    animation: burn-drain var(--burn, 3s) linear forwards;
}
@keyframes burn-drain {
    from { transform: scaleX(1); }
    to { transform: scaleX(0); }
}
.tag.is-burning { box-shadow: 0 18px 40px rgba(226, 74, 56, .12); }
.void-stamp {
    font-family: var(--display);
    font-size: clamp(48px, 8vw, 72px);
    color: var(--void);
    transform: rotate(-8deg);
    border: 5px solid var(--void);
    display: inline-block;
    padding: 2px 14px;
    letter-spacing: .08em;
    margin-bottom: 12px;
}
.blocked-card { text-align: center; padding: 48px 28px; }
.gone-tag .tag-stub { background: #24141c; }
.gone-tag .tag-body { display: grid; align-content: center; gap: 8px; }
.gone-tag h1 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.gone-tag .lead { margin: 0; }
.gone-tag .btn-cobalt { margin-top: 8px; justify-self: start; }

.hidden { display: none !important; }
.site-foot {
    border-top: 1px solid var(--line);
    color: var(--mute);
    margin-top: 24px;
}

.compose-lead {
    margin: 0 0 20px;
    color: var(--mute);
    max-width: 42rem;
}
.compose-more {
    display: grid;
    gap: 8px;
    margin-top: 4px;
}
.compose-more-kicker {
    margin: 8px 0 0;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--mute);
}
.compose-acc {
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--lift);
}
.compose-acc > summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    font-weight: 700;
    user-select: none;
}
.compose-acc > summary::-webkit-details-marker { display: none; }
.compose-acc > summary::after {
    content: "+";
    font-family: var(--mono);
    font-weight: 500;
    color: var(--mute);
}
.compose-acc[open] > summary::after { content: "–"; }
.compose-acc .acc-body {
    display: grid;
    gap: 12px;
    padding: 0 14px 14px;
}
.short-out {
    display: grid;
    gap: 8px;
    padding: 14px;
    border-radius: 16px;
    background: var(--lift);
    border: 1px solid var(--line);
}
.short-out > small:first-child {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--mute);
}
.geo-mode {
    display: grid;
    gap: 8px;
}
.geo-pick { display: grid; gap: 10px; }
.alias-row {
    display: flex;
    align-items: stretch;
    gap: 0;
}
.alias-host {
    font-family: var(--mono);
    font-size: 13px;
    color: var(--mute);
    padding: 12px 0 12px 14px;
    background: var(--field);
    border: 1px solid var(--line);
    border-right: 0;
    border-radius: 12px 0 0 12px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}
.alias-row input {
    flex: 1;
    min-width: 0;
    border-radius: 0 !important;
}
.alias-row input:last-child {
    border-radius: 0 12px 12px 0 !important;
}
.alias-refresh {
    border-radius: 0 12px 12px 0;
    border: 1px solid var(--line);
    border-left: 0;
    padding: 0 12px;
    height: auto;
}
#alias-hint.is-ok { color: var(--ok); }
#alias-hint.is-bad { color: var(--void); }
.list-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 16px;
}
.list-filter input, .list-filter select {
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 10px 12px;
    background: var(--field);
    color: var(--ink);
}
.list-filter input[type="search"] { flex: 1; min-width: 180px; }
.btn-del.is-copy {
    width: auto;
    min-width: 64px;
    padding: 0 10px;
    font-size: 12px;
    background: var(--copy-bg);
    color: var(--signal-ink);
}
.btn-del.is-copy:hover { background: var(--copy-hover); }
.show-tools {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 16px;
    margin: 0 0 20px;
}
.qr-card, .cut-card {
    background: var(--ticket);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 14px;
    box-shadow: var(--shadow);
}
.qr-card small, .cut-card small {
    display: block;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--mute);
    margin-bottom: 10px;
}
#qr-box svg { width: 140px; height: 140px; display: block; }
.qr-card .btn-ghost { margin-top: 10px; width: 100%; }
.split-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.cut-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.cut-list li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 36px;
    gap: 4px 8px;
    align-items: center;
    font-size: 13px;
}
.cut-list i {
    grid-column: 1 / -1;
    height: 4px;
    border-radius: 99px;
    background: var(--mix-track);
    position: relative;
}
.cut-list i::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--w);
    background: var(--signal);
    border-radius: 99px;
}
.cut-list em { font-style: normal; font-family: var(--mono); font-size: 12px; color: var(--mute); text-align: right; }
.hist-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 12px;
}
.hist-top h2 { margin: 0; }
.ab-box { display: grid; gap: 8px; }
.ab-card {
    border: 1px dashed var(--line);
    border-radius: 14px;
    padding: 12px;
    display: grid;
    gap: 8px;
    background: var(--lift);
}
.ab-row {
    display: grid;
    grid-template-columns: 64px 1fr 72px;
    gap: 8px;
}
.funnel-box { display: grid; gap: 8px; }
.funnel-list { display: grid; gap: 8px; }
.funnel-row {
    display: grid;
    grid-template-columns: minmax(120px, .7fr) minmax(160px, 1.3fr) auto;
    gap: 8px;
    align-items: center;
}
.funnel-row .funnel-url { font-family: var(--mono); font-size: 12px; }
.funnel-card {
    background: var(--ticket);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px 18px;
    box-shadow: var(--shadow);
    margin: 0 0 20px;
}
.funnel-card small {
    display: block;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--mute);
    margin-bottom: 6px;
}
.funnel-table-wrap { overflow: auto; }
.funnel-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.funnel-table th, .funnel-table td {
    text-align: left;
    padding: 10px 8px;
    border-bottom: 1px solid var(--line);
    vertical-align: top;
}
.funnel-table th {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--mute);
}
.funnel-table td small { display: block; color: var(--mute); font-family: var(--mono); }
.check-line {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    font-weight: 600;
}
.plans { padding: 28px 0 56px; }
.plan-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 20px 0 16px;
}
.schedule-action {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px dashed var(--line);
}
.schedule-action-title { margin: 0 0 8px; font-weight: 700; }
.mode-picks {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: 0 0 10px;
}
.mode-picks label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}
.ticket-list { display: grid; gap: 10px; }
.ticket-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--ticket);
    text-decoration: none;
    color: inherit;
}
.ticket-row small { color: var(--mute); }
.ticket-thread { display: grid; gap: 12px; margin: 18px 0; }
.ticket-msg {
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: var(--ticket);
}
.ticket-msg.is-staff { border-color: var(--focus); }
.ticket-msg p { margin: 8px 0 0; white-space: pre-wrap; }
.ticket-files { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.plan-note {
    margin: 0 0 16px;
    color: var(--mute);
}
.row-between {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    flex-wrap: wrap;
}
.row-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.plan-card {
    background: var(--ticket);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 22px 22px 24px;
    box-shadow: var(--shadow);
    position: relative;
}
.plan-card.is-on { border-color: var(--focus); box-shadow: 0 12px 28px var(--focus-ring); }
.plan-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    color: var(--signal-ink);
    background: var(--copy-bg);
    border-radius: 999px;
    padding: 3px 8px;
}
.plan-blurb { color: var(--mute); margin: 0 0 12px; }
.plan-price { margin: 0 0 14px; }
.plan-price strong {
    font-family: var(--display);
    font-size: 2rem;
    letter-spacing: -.04em;
}
.plan-price small { display: block; color: var(--mute); }
.plan-card ul { margin: 0 0 14px; padding-left: 18px; color: var(--mute); }
.plan-later { margin: 0; font-size: 13px; color: var(--mute); }
.trial-note { color: var(--mute); margin: 0 0 16px; }
.plans .btn-cobalt { margin-top: 4px; }

.mix-card {
    background: var(--ticket);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px 18px;
    box-shadow: var(--shadow);
    margin: 0 0 20px;
}
.mix-card small {
    display: block;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--mute);
    margin-bottom: 10px;
}
.mix-bar {
    display: flex;
    height: 14px;
    border-radius: 999px;
    overflow: hidden;
    background: var(--mix-track);
    margin: 0 0 12px;
}
.mix-bar i { display: block; height: 100%; }
.mix-legend {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}
.mix-legend li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}
.mix-legend b {
    width: 10px;
    height: 10px;
    border-radius: 99px;
    display: inline-block;
}
.mix-legend em { font-style: normal; font-family: var(--mono); font-size: 12px; color: var(--mute); }
.mix-mobile, .dev-mobile { background: #4353ff; }
.mix-desktop, .dev-desktop { background: #19c4b8; }
.mix-tablet, .dev-tablet { background: #d97706; }
.mix-bot, .dev-bot { background: #8b93a7; }
.mix-other, .dev-other { background: #5c6680; }
.mix-legend .mix-mobile, .mix-bar .mix-mobile { background: #4353ff; }
.mix-legend .mix-desktop, .mix-bar .mix-desktop { background: #19c4b8; }
.mix-legend .mix-tablet, .mix-bar .mix-tablet { background: #d97706; }
.mix-legend .mix-bot, .mix-bar .mix-bot { background: #8b93a7; }
.mix-legend .mix-other, .mix-bar .mix-other { background: #5c6680; }
.dev-pill {
    display: inline-block;
    color: #fff;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .02em;
}
.dev-desktop { color: #0b3d38; }
.dev-tablet { color: #fff; }
.visit-row { cursor: pointer; }
.visit-row:hover { background: var(--hover); }
.visit-row.is-open { background: var(--chip-on); }
.visit-more td { background: var(--lift); padding: 0 10px 14px; }
.visit-dl {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px 16px;
    margin: 4px 0 0;
}
.visit-dl dt {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--mute);
}
.visit-dl dd { margin: 2px 0 0; font-size: 13px; }
.visit-dl .break { word-break: break-all; }
.visit-filter input[type="date"] { min-width: 140px; }
.hop-shell { min-height: 70vh; display: grid; align-content: center; }
.hop-dest {
    font-family: var(--mono);
    font-size: 14px;
    color: var(--mute);
    word-break: break-all;
    margin: 0 0 16px;
}
.hop-rail {
    height: 6px;
    background: var(--mix-track);
    border-radius: 99px;
    overflow: hidden;
    margin: 0 0 18px;
}
.hop-rail i {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #4353ff, #19c4b8);
    transform-origin: left center;
    animation: hop-fill .7s ease forwards;
}
.hop-actions { margin: 0; }
.hop-noscript { text-align: center; margin-top: 16px; }
@keyframes hop-fill {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.api-band { padding: 8px 0 36px; }
.api-actions { display: flex; gap: 10px; flex-wrap: wrap; margin: 18px 0 0; }
.token-once { border-color: #b4bdfc; }
.docs-page { padding-bottom: 64px; }
.docs-block { margin: 28px 0; }
.docs-block h2, .docs-block h3 { margin: 8px 0; }
.docs-block pre {
    background: #161b32;
    color: #e8eef6;
    border-radius: 14px;
    padding: 14px 16px;
    overflow: auto;
    font-family: var(--mono);
    font-size: 13px;
    line-height: 1.5;
}
.docs-block code { font-family: var(--mono); }
.docs-toc { display: grid; gap: 6px; }
.docs-toc a {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    color: inherit;
    padding: 8px 0;
    border-bottom: 1px solid var(--line);
}
.docs-toc em, .docs-verb em {
    font-style: normal;
    font-family: var(--mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    color: var(--signal-ink);
}
.docs-verb { display: flex; gap: 10px; align-items: baseline; margin: 0 0 8px; }
.docs-verb code { font-size: 15px; }

@media (max-width: 840px) {
    .hero-grid, .how-grid, .faq-grid, .how-flow, .use-grid, .trust, .split, .stats, .show-tools, .split-grid { grid-template-columns: 1fr; }
    .plan-row { grid-template-columns: 1fr 1fr; }
    .tag, .ticket { grid-template-columns: 92px 1fr; }
    .perforation, .tag::before, .tag::after, .ticket::before, .ticket::after { left: 92px; }
    .tag-stub strong { font-size: 15px; }
    .hero { padding-top: 20px; }
    .nav-inner, .foot-inner { min-height: 64px; }
}

@media (prefers-reduced-motion: reduce) {
    * { animation: none !important; transition: none !important; }
}

[data-theme="dark"] {
    --canvas: #070b16;
    --ink: #f4f7ff;
    --ticket: #141a2c;
    --rail: #060910;
    --signal: #7d89ff;
    --signal-ink: #d5d9ff;
    --on-signal: #ffffff;
    --flare: #46e4d4;
    --mute: #c5cde2;
    --line: #323c5c;
    --amber: #f3c15b;
    --void: #ff7b6c;
    --ok: #4ee0a8;
    --lift: #1c2440;
    --field: #0d1322;
    --nav-bg: rgba(7, 11, 22, .78);
    --hover: #243052;
    --hover-strong: #2a365c;
    --focus: #8b95ff;
    --focus-ring: rgba(125, 137, 255, .28);
    --acts: #101628;
    --mix-track: #243049;
    --badge-bg: #243049;
    --badge-ok-bg: #12382c;
    --badge-ok-ink: #6ef0bc;
    --badge-paused-bg: #3a2c12;
    --badge-paused-ink: #f6c96a;
    --badge-void-bg: #3a1c1e;
    --badge-void-ink: #ff9588;
    --chip-on: #222c52;
    --chip-hover: #1c2440;
    --danger-bg: #2a1618;
    --danger-line: #5a2a2c;
    --copy-bg: #1c2450;
    --copy-hover: #262e62;
    --shadow: 0 16px 40px rgba(0, 0, 0, .42);
    --shadow-lg: 0 24px 56px rgba(0, 0, 0, .5);
    --theme-chip: #141a2c;
    --theme-menu: #141a2c;
    --theme-on: rgba(125, 137, 255, .2);
}
[data-theme="dark"] body {
    background:
        radial-gradient(820px 380px at 90% -12%, rgba(125, 137, 255, .22), transparent 58%),
        radial-gradient(640px 300px at -4% 10%, rgba(70, 228, 212, .1), transparent 52%),
        var(--canvas);
}
[data-theme="dark"] .slip-row,
[data-theme="dark"] .panel,
[data-theme="dark"] .stat,
[data-theme="dark"] .mix-card,
[data-theme="dark"] .funnel-card,
[data-theme="dark"] .auth-card {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 12px 28px rgba(0, 0, 0, .3);
}
[data-theme="dark"] .slip-row:hover {
    border-color: #4c5a8a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 14px 32px rgba(67, 83, 255, .16);
}

.folder-create {
    display: flex;
    gap: 0.55rem;
    margin: 0 0 1rem;
}
.folder-create input {
    flex: 1;
    min-width: 0;
}
.folder-board {
    display: grid;
    gap: 0.7rem;
}
.folder-line {
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--ticket);
    overflow: hidden;
}
.folder-line.is-dragging {
    opacity: 0.55;
}
.folder-head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.folder-toggle {
    appearance: none;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    padding: 0.85rem 1rem;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
}
.folder-toggle strong {
    flex: 1;
}
.folder-toggle em {
    font-style: normal;
    min-width: 1.4rem;
    padding: 0.1rem 0.45rem;
    border-radius: 999px;
    background: var(--chip-on);
    color: var(--signal);
    font-family: "IBM Plex Mono", ui-monospace, monospace;
    font-size: 0.72rem;
}
.folder-drag {
    color: var(--mute);
    letter-spacing: -0.12em;
    cursor: grab;
}
.folder-body {
    padding: 0 0.7rem 0.7rem;
}
.folder-empty,
.folder-hint {
    color: var(--mute);
    font-size: 0.88rem;
}
.folder-hint {
    margin-top: 0.85rem;
}

.seo-blog {
    width: min(820px, calc(100% - 32px));
    margin: 0 auto;
    padding: 48px 0 80px;
}
.seo-kicker {
    margin: 0 0 10px;
    font-family: "IBM Plex Mono", ui-monospace, monospace;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--signal, #7dd3fc);
}
.seo-kicker a { color: inherit; }
.seo-blog h1 {
    margin: 0 0 14px;
    font-size: clamp(32px, 5vw, 48px);
    letter-spacing: -0.04em;
    line-height: 1.1;
}
.seo-lead, .seo-body p, .seo-body li {
    color: var(--mute, #9aa4bd);
    line-height: 1.65;
}
.seo-cards { display: grid; gap: 14px; margin-top: 28px; }
.seo-card {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    color: inherit;
    text-decoration: none;
    background: rgba(255,255,255,0.03);
}
.seo-card strong { font-size: 1.15rem; }
.seo-card em { color: var(--signal, #7dd3fc); font-style: normal; font-size: 0.88rem; }
.seo-body { display: grid; gap: 14px; margin-top: 22px; }
.seo-body h2 { margin: 12px 0 0; font-size: 1.35rem; }
.seo-body ul { margin: 0; padding-left: 1.2rem; }
.seo-cta { margin: 32px 0 0; }
.seo-more { display: grid; gap: 8px; margin-top: 40px; }
.seo-more a { color: inherit; }
