/* Auto-extracted site styles. HTML files contain structure only. */

/* ============================================================   tools/clipboard.html   page scope: .kb-page-tools-clipboard   ============================================================ */

    html.kb-page-tools-clipboard * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html.kb-page-tools-clipboard {
      --bg-primary: #f5f5f7;
      --bg-secondary: rgba(255, 255, 255, 0.92);
      --card-bg: #ffffff;
      --text-primary: #1d1c1f;
      --text-secondary: #6e6d73;
      --border-light: #e9e9ed;
      --border-card: rgba(0, 0, 0, 0.04);
      --shadow: rgba(0, 0, 0, 0.025);
      --link-color: #0066cc;
      --button-bg: rgba(0, 0, 0, 0.05);
      --button-hover: rgba(0, 0, 0, 0.1);
      --input-bg: rgba(255, 255, 255, 0.86);
      --focus-ring: rgba(0, 102, 204, 0.22);
      --danger: #ff3b30;
      --success: #34c759;
    }

    html.kb-page-tools-clipboard .dark-theme, html.kb-page-tools-clipboard.dark-theme {
      --bg-primary: #000000;
      --bg-secondary: rgba(0, 0, 0, 0.92);
      --card-bg: #1c1c1e;
      --text-primary: #ffffff;
      --text-secondary: #8e8e93;
      --border-light: #38383a;
      --border-card: rgba(255, 255, 255, 0.06);
      --shadow: rgba(0, 0, 0, 0.42);
      --link-color: #0a84ff;
      --button-bg: rgba(255, 255, 255, 0.08);
      --button-hover: rgba(255, 255, 255, 0.15);
      --input-bg: rgba(28, 28, 30, 0.88);
      --focus-ring: rgba(10, 132, 255, 0.28);
    }

    body.kb-page-tools-clipboard {
      min-height: 100vh;
      background:
        radial-gradient(circle at 20% 0%, rgba(0, 102, 204, 0.08), transparent 32%),
        radial-gradient(circle at 88% 12%, rgba(175, 82, 222, 0.10), transparent 34%),
        var(--bg-primary);
      font-family: -apple-system, "SF Pro Text", "SF Pro Display", "Helvetica Neue", "BlinkMacSystemFont", "Segoe UI", Roboto, sans-serif;
      color: var(--text-primary);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 24px;
      transition: background-color 0.3s ease, color 0.2s ease;
    }

    html.kb-page-tools-clipboard .theme-toggle, html.kb-page-tools-clipboard.theme-toggle {
      position: fixed;
      top: 20px;
      right: 20px;
      background: var(--button-bg);
      border: 0.5px solid var(--border-light);
      border-radius: 30px;
      padding: 8px 12px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.2s ease;
      color: var(--text-primary);
      z-index: 100;
    }

    html.kb-page-tools-clipboard .theme-toggle:hover, html.kb-page-tools-clipboard.theme-toggle:hover {
      background: var(--button-hover);
    }

    html.kb-page-tools-clipboard .theme-toggle .moon-icon, html.kb-page-tools-clipboard.theme-toggle .moon-icon {
      display: none;
    }

    html.kb-page-tools-clipboard .dark-theme .theme-toggle .sun-icon, html.kb-page-tools-clipboard.dark-theme .theme-toggle .sun-icon {
      display: none;
    }

    html.kb-page-tools-clipboard .dark-theme .theme-toggle .moon-icon, html.kb-page-tools-clipboard.dark-theme .theme-toggle .moon-icon {
      display: block;
    }

    html.kb-page-tools-clipboard .container, html.kb-page-tools-clipboard.container {
      width: min(980px, 100%);
      background: var(--bg-secondary);
      border-radius: 34px;
      box-shadow: 0 24px 48px var(--shadow), 0 8px 20px var(--shadow);
      padding: 46px 40px 40px;
      border: 0.5px solid var(--border-card);
      transition: background-color 0.3s ease;
    }

    html.kb-page-tools-clipboard .topbar, html.kb-page-tools-clipboard.topbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 18px;
      margin-bottom: 34px;
    }

    html.kb-page-tools-clipboard .back-link, html.kb-page-tools-clipboard.back-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--link-color);
      text-decoration: none;
      font-size: 0.92rem;
      font-weight: 520;
    }

    html.kb-page-tools-clipboard .back-link svg, html.kb-page-tools-clipboard.back-link svg {
      width: 18px;
      height: 18px;
      stroke: var(--link-color);
      stroke-width: 2;
      fill: none;
    }

    html.kb-page-tools-clipboard .ttl-pill, html.kb-page-tools-clipboard.ttl-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      border-radius: 999px;
      background: var(--button-bg);
      border: 0.5px solid var(--border-light);
      color: var(--text-secondary);
      font-size: 0.82rem;
      white-space: nowrap;
    }

    html.kb-page-tools-clipboard .header, html.kb-page-tools-clipboard.header {
      max-width: 720px;
      margin-bottom: 32px;
    }

    html.kb-page-tools-clipboard .eyebrow, html.kb-page-tools-clipboard.eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      color: var(--text-secondary);
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      margin-bottom: 18px;
    }

    html.kb-page-tools-clipboard .eyebrow::before, html.kb-page-tools-clipboard.eyebrow::before {
      content: "";
      width: 32px;
      height: 1px;
      background: var(--border-light);
      display: inline-block;
    }

    html.kb-page-tools-clipboard h1 {
      font-size: clamp(2.25rem, 4.6vw, 4rem);
      line-height: 1.08;
      letter-spacing: -0.035em;
      font-weight: 620;
      color: var(--text-primary);
      margin-bottom: 16px;
    }

    html.kb-page-tools-clipboard .sub, html.kb-page-tools-clipboard.sub {
      max-width: 680px;
      color: var(--text-secondary);
      font-size: 1rem;
      line-height: 1.65;
      font-weight: 430;
    }

    html.kb-page-tools-clipboard .clipboard-panel, html.kb-page-tools-clipboard.clipboard-panel {
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
      gap: 20px;
      margin-top: 30px;
    }

    html.kb-page-tools-clipboard .card, html.kb-page-tools-clipboard.card {
      background:
        radial-gradient(circle at 90% 0%, rgba(0, 102, 204, 0.07), transparent 32%),
        var(--card-bg);
      border-radius: 28px;
      padding: 24px;
      border: 0.5px solid var(--border-light);
      box-shadow: 0 2px 6px var(--shadow);
    }

    html.kb-page-tools-clipboard .card-title, html.kb-page-tools-clipboard.card-title {
      font-size: 1.15rem;
      font-weight: 600;
      letter-spacing: -0.02em;
      margin-bottom: 14px;
    }

    html.kb-page-tools-clipboard label {
      display: block;
      color: var(--text-secondary);
      font-size: 0.84rem;
      line-height: 1.4;
      margin: 18px 0 8px;
    }

    html.kb-page-tools-clipboard textarea,
html.kb-page-tools-clipboard input {
      width: 100%;
      border: 0.5px solid var(--border-light);
      background: var(--input-bg);
      color: var(--text-primary);
      border-radius: 18px;
      outline: none;
      font: inherit;
      transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    }

    html.kb-page-tools-clipboard textarea {
      min-height: 280px;
      resize: vertical;
      padding: 16px;
      line-height: 1.65;
      font-family: ui-monospace, "SF Mono", Menlo, Monaco, Consolas, monospace;
      font-size: 0.94rem;
    }

    html.kb-page-tools-clipboard input {
      height: 48px;
      padding: 0 15px;
      font-size: 0.96rem;
    }

    html.kb-page-tools-clipboard textarea:focus,
html.kb-page-tools-clipboard input:focus {
      border-color: var(--link-color);
      box-shadow: 0 0 0 4px var(--focus-ring);
    }

    html.kb-page-tools-clipboard .button-row, html.kb-page-tools-clipboard.button-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 18px;
    }

    html.kb-page-tools-clipboard button.action {
      min-height: 46px;
      border: 0;
      border-radius: 999px;
      padding: 0 18px;
      font: inherit;
      font-weight: 560;
      cursor: pointer;
      transition: transform 0.18s ease, background-color 0.2s ease, opacity 0.2s ease;
    }

    html.kb-page-tools-clipboard button.action:active {
      transform: scale(0.98);
    }

    html.kb-page-tools-clipboard button.primary {
      background: var(--link-color);
      color: #ffffff;
    }

    html.kb-page-tools-clipboard button.secondary {
      background: var(--button-bg);
      color: var(--text-primary);
      border: 0.5px solid var(--border-light);
    }

    html.kb-page-tools-clipboard button.danger {
      background: rgba(255, 59, 48, 0.09);
      color: var(--danger);
      border: 0.5px solid rgba(255, 59, 48, 0.22);
    }

    html.kb-page-tools-clipboard .dark-theme button.danger, html.kb-page-tools-clipboard.dark-theme button.danger {
      background: rgba(255, 69, 58, 0.16);
      border-color: rgba(255, 69, 58, 0.3);
    }

    html.kb-page-tools-clipboard button.action:hover {
      opacity: 0.9;
    }

    html.kb-page-tools-clipboard button.action:disabled {
      cursor: not-allowed;
      opacity: 0.55;
    }

    html.kb-page-tools-clipboard .help-list, html.kb-page-tools-clipboard.help-list {
      display: grid;
      gap: 12px;
      margin-top: 10px;
      color: var(--text-secondary);
      font-size: 0.9rem;
      line-height: 1.55;
    }

    html.kb-page-tools-clipboard .help-item, html.kb-page-tools-clipboard.help-item {
      padding: 14px;
      border-radius: 18px;
      background: var(--button-bg);
      border: 0.5px solid var(--border-light);
    }

    html.kb-page-tools-clipboard .status, html.kb-page-tools-clipboard.status {
      margin-top: 16px;
      min-height: 24px;
      color: var(--text-secondary);
      font-size: 0.9rem;
      line-height: 1.55;
    }

    html.kb-page-tools-clipboard .status.success, html.kb-page-tools-clipboard.status.success {
      color: var(--success);
    }

    html.kb-page-tools-clipboard .status.error, html.kb-page-tools-clipboard.status.error {
      color: var(--danger);
    }

    html.kb-page-tools-clipboard .result-meta, html.kb-page-tools-clipboard.result-meta {
      margin-top: 14px;
      color: var(--text-secondary);
      font-size: 0.82rem;
      line-height: 1.6;
      word-break: break-word;
    }

    @media (max-width: 780px){
      body.kb-page-tools-clipboard {
        padding: 16px;
        align-items: flex-start;
      }

      html.kb-page-tools-clipboard .container, html.kb-page-tools-clipboard.container {
        padding: 32px 22px;
        border-radius: 28px;
      }

      html.kb-page-tools-clipboard .topbar, html.kb-page-tools-clipboard.topbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
      }

      html.kb-page-tools-clipboard .clipboard-panel, html.kb-page-tools-clipboard.clipboard-panel {
        grid-template-columns: 1fr;
      }

      html.kb-page-tools-clipboard textarea {
        min-height: 230px;
      }
    }


/* ============================================================   tools/gilbert.html   page scope: .kb-page-tools-gilbert   ============================================================ */

    html.kb-page-tools-gilbert * { box-sizing: border-box; }

    body.kb-page-tools-gilbert {
      margin: 0;
      min-width: 320px;
      min-height: 100vh;
      padding: 36px 20px;
      background: #f4f4f4;
      font-family: Inter, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    }

    body.kb-page-tools-gilbert:has(.gpx-tool[data-theme="dark"]) { background: #0d0d0d; }

    html.kb-page-tools-gilbert .gpx-tool, html.kb-page-tools-gilbert.gpx-tool {
      --page: #f4f4f4;
      --panel: rgba(255, 255, 255, 0.88);
      --panel-solid: #ffffff;
      --soft: #f3f3f3;
      --soft-hover: #e9e9e9;
      --text: #161616;
      --muted: #727272;
      --line: #dddddd;
      --line-strong: #bdbdbd;
      --primary: #171717;
      --primary-text: #ffffff;
      --danger: #c63b3b;
      --shadow: 0 18px 55px rgba(0, 0, 0, 0.09);
      width: min(900px, 100%);
      margin: 0 auto;
      color: var(--text);
      background: var(--panel);
      border: 1px solid var(--line);
      border-radius: 8px;
      box-shadow: var(--shadow);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      overflow: hidden;
      transition: color .2s ease, background-color .2s ease, border-color .2s ease;
    }

    html.kb-page-tools-gilbert .gpx-tool[data-theme="dark"], html.kb-page-tools-gilbert.gpx-tool[data-theme="dark"] {
      --page: #0d0d0d;
      --panel: rgba(22, 22, 22, 0.92);
      --panel-solid: #161616;
      --soft: #202020;
      --soft-hover: #292929;
      --text: #f2f2f2;
      --muted: #999999;
      --line: #333333;
      --line-strong: #515151;
      --primary: #f1f1f1;
      --primary-text: #121212;
      --danger: #ff7777;
      --shadow: 0 22px 65px rgba(0, 0, 0, 0.35);
    }

    html.kb-page-tools-gilbert .gpx-head, html.kb-page-tools-gilbert.gpx-head {
      min-height: 72px;
      padding: 16px 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      border-bottom: 1px solid var(--line);
    }

    html.kb-page-tools-gilbert .gpx-head-main, html.kb-page-tools-gilbert.gpx-head-main {
      min-width: 0;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    html.kb-page-tools-gilbert .gpx-home, html.kb-page-tools-gilbert.gpx-home {
      width: 36px;
      height: 36px;
      flex: 0 0 auto;
      display: grid;
      place-items: center;
      color: var(--text);
      background: var(--soft);
      border: 1px solid var(--line);
      border-radius: 6px;
      text-decoration: none;
      transition: background-color .18s ease, border-color .18s ease, transform .12s ease;
    }

    html.kb-page-tools-gilbert .gpx-home:hover, html.kb-page-tools-gilbert.gpx-home:hover { background: var(--soft-hover); border-color: var(--line-strong); }
    html.kb-page-tools-gilbert .gpx-home:active, html.kb-page-tools-gilbert.gpx-home:active { transform: translateY(1px); }
    html.kb-page-tools-gilbert .gpx-home svg, html.kb-page-tools-gilbert.gpx-home svg { width: 17px; height: 17px; }

    html.kb-page-tools-gilbert .gpx-title, html.kb-page-tools-gilbert.gpx-title { min-width: 0; }
    html.kb-page-tools-gilbert .gpx-title h2, html.kb-page-tools-gilbert.gpx-title h2 { margin: 0; font-size: 18px; line-height: 1.3; font-weight: 650; letter-spacing: 0; }
    html.kb-page-tools-gilbert .gpx-title p, html.kb-page-tools-gilbert.gpx-title p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }

    html.kb-page-tools-gilbert .gpx-theme, html.kb-page-tools-gilbert.gpx-theme {
      width: 36px;
      height: 36px;
      flex: 0 0 auto;
      display: grid;
      place-items: center;
      color: var(--text);
      background: var(--soft);
      border: 1px solid var(--line);
      border-radius: 6px;
      cursor: pointer;
      transition: background-color .18s ease, border-color .18s ease;
    }

    html.kb-page-tools-gilbert .gpx-theme:hover, html.kb-page-tools-gilbert.gpx-theme:hover { background: var(--soft-hover); border-color: var(--line-strong); }
    html.kb-page-tools-gilbert .gpx-theme svg, html.kb-page-tools-gilbert.gpx-theme svg { width: 17px; height: 17px; }
    html.kb-page-tools-gilbert .gpx-theme .gpx-sun, html.kb-page-tools-gilbert.gpx-theme .gpx-sun { display: none; }
    html.kb-page-tools-gilbert .gpx-tool[data-theme="dark"] .gpx-moon, html.kb-page-tools-gilbert.gpx-tool[data-theme="dark"] .gpx-moon { display: none; }
    html.kb-page-tools-gilbert .gpx-tool[data-theme="dark"] .gpx-sun, html.kb-page-tools-gilbert.gpx-tool[data-theme="dark"] .gpx-sun { display: block; }

    html.kb-page-tools-gilbert .gpx-main, html.kb-page-tools-gilbert.gpx-main { padding: 18px; }

    html.kb-page-tools-gilbert .gpx-preview, html.kb-page-tools-gilbert.gpx-preview {
      position: relative;
      min-height: 430px;
      display: grid;
      place-items: center;
      overflow: hidden;
      border: 1px dashed var(--line-strong);
      border-radius: 7px;
      background-color: var(--soft);
      background-image:
        linear-gradient(45deg, rgba(127,127,127,.055) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(127,127,127,.055) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(127,127,127,.055) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(127,127,127,.055) 75%);
      background-size: 20px 20px;
      background-position: 0 0, 0 10px, 10px -10px, -10px 0;
      cursor: pointer;
      transition: border-color .18s ease, background-color .18s ease;
    }

    html.kb-page-tools-gilbert .gpx-preview:hover, html.kb-page-tools-gilbert.gpx-preview:hover,
html.kb-page-tools-gilbert .gpx-preview.is-dragging, html.kb-page-tools-gilbert.gpx-preview.is-dragging { border-color: var(--text); }
    html.kb-page-tools-gilbert .gpx-preview.is-dragging, html.kb-page-tools-gilbert.gpx-preview.is-dragging { background-color: var(--soft-hover); }

    html.kb-page-tools-gilbert .gpx-upload, html.kb-page-tools-gilbert.gpx-upload { text-align: center; color: var(--muted); pointer-events: none; }
    html.kb-page-tools-gilbert .gpx-upload svg, html.kb-page-tools-gilbert.gpx-upload svg { width: 46px; height: 46px; margin-bottom: 12px; opacity: .75; }
    html.kb-page-tools-gilbert .gpx-upload strong, html.kb-page-tools-gilbert.gpx-upload strong { display: block; color: var(--text); font-size: 14px; font-weight: 600; }
    html.kb-page-tools-gilbert .gpx-upload span, html.kb-page-tools-gilbert.gpx-upload span { display: block; margin-top: 6px; font-size: 11px; }

    html.kb-page-tools-gilbert .gpx-canvas, html.kb-page-tools-gilbert.gpx-canvas {
      display: none;
      width: auto;
      height: auto;
      max-width: calc(100% - 36px);
      max-height: 540px;
      background: transparent;
      box-shadow: 0 10px 34px rgba(0,0,0,.16);
    }

    html.kb-page-tools-gilbert .gpx-preview.has-image .gpx-upload, html.kb-page-tools-gilbert.gpx-preview.has-image .gpx-upload { display: none; }
    html.kb-page-tools-gilbert .gpx-preview.has-image .gpx-canvas, html.kb-page-tools-gilbert.gpx-preview.has-image .gpx-canvas { display: block; }

    html.kb-page-tools-gilbert .gpx-filebar, html.kb-page-tools-gilbert.gpx-filebar {
      display: none;
      position: absolute;
      top: 12px;
      left: 12px;
      right: 12px;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      pointer-events: none;
    }

    html.kb-page-tools-gilbert .gpx-preview.has-image .gpx-filebar, html.kb-page-tools-gilbert.gpx-preview.has-image .gpx-filebar { display: flex; }

    html.kb-page-tools-gilbert .gpx-file, html.kb-page-tools-gilbert.gpx-file,
html.kb-page-tools-gilbert .gpx-state, html.kb-page-tools-gilbert.gpx-state {
      max-width: 65%;
      padding: 7px 10px;
      color: var(--text);
      background: color-mix(in srgb, var(--panel-solid) 88%, transparent);
      border: 1px solid var(--line);
      border-radius: 5px;
      box-shadow: 0 5px 20px rgba(0,0,0,.08);
      backdrop-filter: blur(10px);
      font-size: 11px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    html.kb-page-tools-gilbert .gpx-state, html.kb-page-tools-gilbert.gpx-state { max-width: 35%; color: var(--muted); }

    html.kb-page-tools-gilbert .gpx-loading, html.kb-page-tools-gilbert.gpx-loading {
      position: absolute;
      inset: 0;
      display: none;
      place-items: center;
      background: color-mix(in srgb, var(--panel-solid) 82%, transparent);
      backdrop-filter: blur(5px);
      z-index: 3;
    }

    html.kb-page-tools-gilbert .gpx-loading.show, html.kb-page-tools-gilbert.gpx-loading.show { display: grid; }
    html.kb-page-tools-gilbert .gpx-spinner, html.kb-page-tools-gilbert.gpx-spinner { width: 34px; height: 34px; border: 3px solid var(--line); border-top-color: var(--text); border-radius: 50%; animation: gpx-spin .8s linear infinite; }
    @keyframes gpx-spin{ to { transform: rotate(360deg); } }

    html.kb-page-tools-gilbert .gpx-controls, html.kb-page-tools-gilbert.gpx-controls {
      display: flex;
      gap: 10px;
      align-items: center;
      justify-content: center;
      margin-top: 14px;
    }

    html.kb-page-tools-gilbert .gpx-button, html.kb-page-tools-gilbert.gpx-button {
      min-height: 38px;
      padding: 0 15px;
      color: var(--text);
      background: var(--soft);
      border: 1px solid var(--line);
      border: 0;
      border-radius: 5px;
      font: inherit;
      font-size: 12px;
      font-weight: 600;
      cursor: pointer;
      transition: background-color .18s ease, color .18s ease, border-color .18s ease, opacity .18s ease, transform .12s ease;
    }

    html.kb-page-tools-gilbert .gpx-button, html.kb-page-tools-gilbert.gpx-button { border: 1px solid var(--line); background: var(--soft); color: var(--text); }
    html.kb-page-tools-gilbert .gpx-button:hover:not(:disabled), html.kb-page-tools-gilbert.gpx-button:hover:not(:disabled) { background: var(--soft-hover); border-color: var(--line-strong); }
    html.kb-page-tools-gilbert .gpx-button.primary, html.kb-page-tools-gilbert.gpx-button.primary { color: var(--primary-text); background: var(--primary); border-color: var(--primary); }
    html.kb-page-tools-gilbert .gpx-button.primary:hover:not(:disabled), html.kb-page-tools-gilbert.gpx-button.primary:hover:not(:disabled) { opacity: .84; }
    html.kb-page-tools-gilbert .gpx-button:active:not(:disabled), html.kb-page-tools-gilbert.gpx-button:active:not(:disabled),
html.kb-page-tools-gilbert .gpx-theme:active, html.kb-page-tools-gilbert.gpx-theme:active { transform: translateY(1px); }
    html.kb-page-tools-gilbert .gpx-button:disabled, html.kb-page-tools-gilbert.gpx-button:disabled { opacity: .34; cursor: not-allowed; }

    html.kb-page-tools-gilbert .gpx-actions, html.kb-page-tools-gilbert.gpx-actions { display: flex; gap: 8px; }

    html.kb-page-tools-gilbert .gpx-footer, html.kb-page-tools-gilbert.gpx-footer {
      min-height: 42px;
      padding: 10px 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      color: var(--muted);
      border-top: 1px solid var(--line);
      font-size: 11px;
    }

    html.kb-page-tools-gilbert .gpx-status, html.kb-page-tools-gilbert.gpx-status { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    html.kb-page-tools-gilbert .gpx-size, html.kb-page-tools-gilbert.gpx-size { flex: 0 0 auto; }
    html.kb-page-tools-gilbert .gpx-hidden, html.kb-page-tools-gilbert.gpx-hidden { display: none; }

    @media (max-width: 720px){
      body.kb-page-tools-gilbert { padding: 14px 10px; }
      html.kb-page-tools-gilbert .gpx-head, html.kb-page-tools-gilbert.gpx-head { min-height: 64px; padding: 13px 14px; }
      html.kb-page-tools-gilbert .gpx-main, html.kb-page-tools-gilbert.gpx-main { padding: 12px; }
      html.kb-page-tools-gilbert .gpx-preview, html.kb-page-tools-gilbert.gpx-preview { min-height: 360px; }
      html.kb-page-tools-gilbert .gpx-controls, html.kb-page-tools-gilbert.gpx-controls { display: grid; grid-template-columns: repeat(2, 1fr); }
      html.kb-page-tools-gilbert .gpx-actions, html.kb-page-tools-gilbert.gpx-actions { display: contents; }
      html.kb-page-tools-gilbert .gpx-button, html.kb-page-tools-gilbert.gpx-button { padding: 0 10px; }
      html.kb-page-tools-gilbert .gpx-footer, html.kb-page-tools-gilbert.gpx-footer { padding: 10px 14px; }
    }
