/** Shopify CDN: Minification failed

Line 1946:1 Expected "}" to go with "{"

**/
/* =========================================================
ACME TERMINAL — GLOBAL TOOL STYLES
Single stylesheet for all tool pages
========================================================= */


/* =========================================================
HERO HEADER
Icon + tool title + divider line at top of tool pages
========================================================= */

/* wrapper */
.acme-terminal-header{
  background:transparent;
  width:100%;
  box-sizing:border-box;
}

.acme-terminal-header .acme-wrap{
  max-width:980px;
  margin:0 auto:40px;
  padding:18px 18px;
  box-sizing:border-box;
  background:#07374b;
  border-radius:14px;
  font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  letter-spacing:0.25px;
  color:#ffffff;
}

/* layout */
.acme-terminal-header .acme-hero-row{
  display:flex;
  align-items:center;
  gap:14px;
}

.acme-terminal-header .acme-hero-icon{
  flex:0 0 auto;
}

.acme-terminal-header .acme-hero-text{
  flex:1;
  min-width:0;
}

/* icon */
.acme-terminal-header .acme-icon{
  width:118px;
  height:118px;
  border-radius:999px;
  display:block;
  object-fit:cover;
  border:2px solid rgba(255,255,255,0.30);
  background:rgba(255,255,255,0.06);
  box-shadow:0 6px 16px rgba(0,0,0,0.22);
}

/* text */
.acme-terminal-header .acme-site-title{
  font-size:22px;
  line-height:1.1;
  font-weight:400;
  text-transform:lowercase;
  margin:0;
  color:#ffffff;
}

.acme-terminal-header .acme-divider{
  display:block;
  width:250px;
  height:1px;
  margin:8px 0;
  background:rgba(255,255,255,0.92);
  opacity:1;
}

.acme-terminal-header .acme-tool-title{
  font-size:28px;
  line-height:1.15;
  font-weight:600;
  margin:0;
  color:#ffffff;
}

@media (max-width:480px){

  .acme-terminal-header .acme-wrap{
    padding:12px 14px;
    border-radius:12px;
  }

  .acme-terminal-header .acme-hero-row{
    gap:12px;
  }

  .acme-terminal-header .acme-icon{
    width:92px;
    height:92px;
    border:2px solid rgba(255,255,255,0.28);
    box-shadow:0 5px 14px rgba(0,0,0,0.20);
  }

  .acme-terminal-header .acme-site-title{
    font-size:16px;
  }

  .acme-terminal-header .acme-divider{
    width:120px;
    margin:7px 0;
  }

  .acme-terminal-header .acme-tool-title{
    font-size:18px;
  }

}


/* =========================================================
HEADER INTRO CARD
Intro card directly below the hero on tool pages
========================================================= */

.acme-intro-card{
  max-width:980px;
  margin:40px auto 0;
  padding:10px 14px 8px;
  border:1px solid rgba(0,0,0,.12);
  border-radius:14px;
  background:#fff;
  box-sizing:border-box;

  display:flex;
  flex-direction:column;
  justify-content:space-between;

  font-family:"Montserrat",system-ui,-apple-system,
               "Segoe UI",Roboto,Arial,sans-serif;
  letter-spacing:.2px;
  color:#111;
}

.acme-intro-card-top{
  margin:0;
}

.acme-title{
  margin:0 0 4px;
  font-size:20px;
  font-weight:600;
  line-height:1.15;
  color:rgba(0,0,0,.88);
}

.acme-desc{
  margin:0;
  font-size:16px;
  line-height:1.75;
  color:rgba(0,0,0,.70);
}

@media (max-width:480px){

  .acme-intro-card{
    padding:9px 12px 7px;
    border-radius:12px;
  }

  .acme-title{
    font-size:17px;
  }

}

/* =========================================================
TOOL UI
Interactive tool container (worker embed, controls, input)
========================================================= */

/* =========================================================
   [ACME_UI_CANON] ACME DEMO — SINGLE SOURCE OF TRUTH
   - Output surround hidden until first message
   - Output + input match widths
   - Counter inline
   - Unlock strip visible (wired)
   - Input area stays static
   - Thread area scrolls internally
   ========================================================= */

.acme-demo *,
.acme-demo *::before,
.acme-demo *::after{ box-sizing:border-box; }

.acme-demo{
  --acme-petrol:#07374b;
  --acme-screen:#062a36;
  --acme-thread:#062f3d;
  --acme-screen-ink:rgba(255,255,255,.92);
  --acme-screen-dim:rgba(255,255,255,.70);
  --acme-screen-line:rgba(255,255,255,.10);
  --acme-mute:rgba(7,55,75,.10);
  --acme-font:"Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --acme-font-ui:13px;
  --acme-font-body:15px;
  --acme-font-input:17px;
  --acme-r:12px;
  --acme-screen-r:14px;

  max-width:980px;
  margin:12px auto 12px;
  background:#fff;
  border:4px solid var(--acme-petrol);
  border-radius:12px;
  overflow:hidden;
  font-family:var(--acme-font);
  box-shadow:
    0 0 0 2px rgba(7,55,75,.16),
    0 12px 28px rgba(0,0,0,.10),
    0 2px 0 rgba(7,55,75,.10),
    inset 2px 2px 0 rgba(255,255,255,.85),
    inset -3px -3px 0 rgba(0,0,0,.16);
}

.acme-demo-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  background:var(--acme-petrol);
  color:#fff;
}

.acme-demo-title{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:600;
  letter-spacing:.2px;
}

.acme-demo-presence{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:12.5px;
  letter-spacing:.2px;
  color:rgba(255,255,255,.88);
  white-space:nowrap;
}

.acme-online-dot{
  width:9px;
  height:9px;
  border-radius:999px;
  background:#1F7A63;
  box-shadow:0 0 0 2px rgba(255,255,255,.10);
}

.acme-demo-body{
  padding:16px;
  background:#fff;
}

.acme-modehelp{
  font-size:13.5px;
  margin:6px 0 10px;
  display:block;
  gap:8px;
  flex-wrap:wrap;
  color:rgba(0,0,0,.65);
  line-height:1.35;
}

.acme-modehelp-strong{
  font-weight:600;
  color:rgba(0,0,0,.85);
}

.acme-modehelp-preview{
  color:rgba(0,0,0,.55);
}

.acme-demo-threadwrap{
  display:none;
}

.acme-demo-threadwrap.is-live{
  display:block;
}

.acme-demo-threadwrap,
.acme-demo-inputwrap{
  margin-top:12px;
  background:var(--acme-mute);
  border-radius:var(--acme-screen-r);
  padding:10px;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.60),
    inset -1px -1px 0 rgba(0,0,0,.08);
}

.acme-demo-thread{
  width:100%;
  height:clamp(220px, 36vh, 380px);
  background:var(--acme-thread);
  border-radius:10px;
  border:1px solid var(--acme-screen-line);
  padding:12px;
  box-shadow:
    inset 1px 1px 0 rgba(0,0,0,.45),
    inset -1px -1px 0 rgba(255,255,255,.06);
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}

.acme-msg{
  background:transparent;
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  overflow:hidden;
}

.acme-msg + .acme-msg{
  margin-top:12px;
}

.acme-msg-head{
  background:transparent;
  border-bottom:1px solid rgba(255,255,255,.08);
  padding:10px 12px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
}

.acme-msg-role{
  font-weight:650;
  font-size:13px;
  letter-spacing:.3px;
  text-transform:uppercase;
  color:var(--acme-screen-dim);
}

.acme-msg-meta{
  font-size:12px;
  color:rgba(255,255,255,.55);
  white-space:nowrap;
}

.acme-msg-body{
  padding:12px;
  white-space:pre-wrap;
  font-size:var(--acme-font-body);
  line-height:1.6;
  color:var(--acme-screen-ink);
}

.acme-msg-body strong{
  font-weight:800;
  color:rgba(255,255,255,.86);
  letter-spacing:.01em;
}

.acme-demo-inputwrap textarea{
  width:100%;
  display:block;
  outline:none;
  background:var(--acme-screen);
  color:var(--acme-screen-ink);
  border:1px solid rgba(255,255,255,.14);
  border-radius:10px;
  padding:12px;
  font-size:var(--acme-font-input);
  font-weight:500;
  line-height:1.35;
  min-height:78px;
  max-height:180px;
  resize:vertical;
  box-shadow:
    inset 1px 1px 0 rgba(0,0,0,.45),
    inset -1px -1px 0 rgba(255,255,255,.06);
  caret-color:rgba(255,255,255,.92);
}

.acme-demo-inputwrap textarea::placeholder{
  color:rgba(255,255,255,.45);
}

.acme-demo-actions{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:12px;
  flex-wrap:wrap;
}

.acme-demo-actions button{
  border-radius:var(--acme-r)!important;
  min-height:36px;
  padding:10px 14px;
  font-size:15px;
  cursor:pointer;
  border:none;
  background:var(--acme-petrol);
  color:#fff;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.18),
    inset -1px -1px 0 rgba(0,0,0,.24),
    0 2px 0 rgba(0,0,0,.10);
}

.acme-demo-reset{
  background:rgba(7,55,75,.10);
  color:var(--acme-petrol);
  border:1px solid rgba(7,55,75,.25);
}

.acme-demo-status{
  font-size:13px;
  color:rgba(0,0,0,.55);
  cursor:default;
  user-select:none;
}

.acme-demo-status::before{
  content:"• ";
  color:rgba(0,0,0,.35);
}

#acmeStatus:empty{
  display:none;
}

.acme-demo-counter{
  margin-left:auto;
  font-size:12.5px;
  letter-spacing:.2px;
  color:rgba(0,0,0,.50);
  white-space:nowrap;
}

/* unlock */
.acme-unlock{
  margin-top:12px;
  border-radius:var(--acme-r);
  border:1px solid rgba(7,55,75,.22);
  background:rgba(7,55,75,.06);
  padding:10px 12px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.70),
    inset -1px -1px 0 rgba(0,0,0,.06);
}

.acme-unlock-left{
  flex:1;
  min-width:220px;
}

.acme-unlock-label{
  font-size:12px;
  letter-spacing:.3px;
  text-transform:uppercase;
  color:rgba(0,0,0,.55);
  margin-bottom:6px;
}

.acme-unlock-input{
  width:100%;
  border-radius:var(--acme-r);
  border:1px solid rgba(0,0,0,.18);
  background:#fff;
  padding:10px 12px;
  font-size:14.5px;
  outline:none;
}

.acme-unlock-hint{
  margin-top:6px;
  font-size:12.5px;
  color:rgba(0,0,0,.55);
  line-height:1.25;
}

.acme-unlock-status{
  margin-top:6px;
  font-size:12.5px;
  color:rgba(0,0,0,.72);
  line-height:1.25;
  min-height:16px;
}

.acme-unlock-right{
  display:flex;
  align-items:flex-start;
}

.acme-unlock-btn{
  border-radius:var(--acme-r)!important;
  min-height:38px;
  padding:10px 14px;
  font-size:14.5px;
  cursor:pointer;
  border:none;
  background:var(--acme-petrol);
  color:#fff;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.18),
    inset -1px -1px 0 rgba(0,0,0,.24),
    0 2px 0 rgba(0,0,0,.10);
}

.acme-unlock-btn:active{
  transform:translateY(1px);
}

.acme-demo-note{
  text-align:center;
  margin:2rem auto 0.6rem; /* tighten gap to tool */
  font-size:18px;
  font-weight:800;
  font-style:italic;
  color:#07374b;
  letter-spacing:0.04em;
  max-width:980px;
  position:relative;
}

.acme-demo-note::after{
  content:"";
  display:block;
  width:72px;
  height:2px;
  background:rgba(7,55,75,.25);
  margin:8px auto 0;
  border-radius:2px;
}

@media (max-width: 480px){
  .acme-demo-body{ padding:14px; }
  .acme-demo-thread{ height:clamp(180px, 34vh, 320px); }
  .acme-unlock{ flex-direction:column; }
  .acme-unlock-right{ width:100%; }
  .acme-unlock-btn{ width:100%; }
}


/* =========================================================
CTA LINE
Call-to-action line above the tool interface
========================================================= */
.acme-cta-note{
  text-align:center;
  margin:6px rem auto 0.3rem;
  font-size:18px;
  font-weight:800;
  font-style:italic;
  color:#07374b;
  line-height:1.6;
  letter-spacing:0.04em;
  max-width:980px;
}


/* =========================================================
JUMP RAIL
Section navigation rail used on tool documentation pages
========================================================= */
.acme-jump-rail{
    background:#07374b;
    padding:24px 0;
    margin:36px auto 40px;
    max-width:980px;
    border-radius:14px;

    font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
    letter-spacing:.35px;
    font-size:15px;

    border-top:1px solid rgba(255,255,255,.06);
    border-bottom:1px solid rgba(0,0,0,.25);
  }

  .acme-jump-inner{
    max-width:940px;
    margin:0 auto;
    padding:0 18px;

    display:flex;
    flex-wrap:wrap;
    gap:14px 14px;
    justify-content:center;
    align-items:center;
    line-height:1.6;
  }

  .acme-jump-rail a{
    color:rgba(255,255,255,.95);
    text-decoration:none;
    font-weight:700;
    white-space:nowrap;
    position:relative;
  }

  /* divider inserted BEFORE every link except the first */
  .acme-jump-rail a + a::before{
    content:"|";
    color:rgba(255,255,255,.30);
    margin:0 12px 0 2px;
  }

  .acme-jump-rail a:hover{
    color:#ffffff;
    text-decoration:underline;
    text-underline-offset:4px;
  }

  @media (max-width:640px){
    .acme-jump-rail{
      padding:22px 0;
      font-size:14.5px;
    }
    .acme-jump-inner{
      justify-content:flex-start;
      gap:12px;
      padding:0 16px;
    }
    .acme-jump-rail a + a::before{
      margin:0 10px 0 2px;
    }
  }


  /* =========================================================
DOCUMENTATION BLOCK SYSTEM
Numbered information blocks (purpose, output, functions, etc)
========================================================= */

/* ---------------------------------------------------------
   FOUNDATION
--------------------------------------------------------- */
:root{
  --acme-petrol:#07374b;
  --acme-ink:#0f1418;

  /* text */
  --acme-text:rgba(15,20,24,.86);
  --acme-text-strong:rgba(15,20,24,.96);
  --acme-sub:rgba(15,20,24,.70);

  /* surfaces */
  --acme-card-bg:#ffffff;

  /* layout */
  --acme-max:980px;
  --acme-gap:16px;
  --acme-pad:20px;

  /* card system */
  --acme-row-radius:16px;
  --acme-row-border:rgba(7,55,75,.10);
  --acme-row-shadow:
    0 18px 46px rgba(7,55,75,.14),
    0 2px 0 rgba(7,55,75,.06);

  /* type scale */
  --acme-h2:22px;
  --acme-body:16.75px;
  --acme-list:16.75px;

  /* details */
  --acme-details-border:rgba(7,55,75,.14);
  --acme-details-bg:rgba(7,55,75,.03);
}

/* ---------------------------------------------------------
   BASE TYPOGRAPHY
--------------------------------------------------------- */
.acme-text{
  font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:var(--acme-body);
  line-height:1.62;
  color:var(--acme-text);
  margin:0;
}

.acme-text--tight{
  margin-top:8px;
}

.acme-text--doc{
  font-size:18px;
  line-height:1.78;
  color:rgba(15,20,24,.92);
  max-width:92ch;
}

.acme-h2{
  margin:0 0 16px;
  font-size:var(--acme-h2);
  font-weight:700;
  letter-spacing:.15px;
  text-transform:none;
  color:rgba(7,55,75,.96);
  line-height:1.15;
}

.acme-subtext{
  margin:10px 0 0;
  font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:15.5px;
  line-height:1.65;
  color:var(--acme-sub);
}

.acme-list{
  margin:0;
  padding-left:22px;
  font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:var(--acme-list);
  line-height:1.62;
  color:var(--acme-text);
}

.acme-list li{
  margin:10px 0;
}

.acme-list li::marker{
  color:rgba(7,55,75,.55);
}

.acme-list strong{
  color:var(--acme-text-strong);
}

/* semantic heading control inside tool pages */
.acme-toolpage h3,
.acme-toolpage h4{
  padding:0;
  font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  text-transform:none;
}

.acme-toolpage h3{
  margin:18px 0 8px;
  font-size:16px;
  font-weight:800;
  letter-spacing:.10px;
  color:rgba(15,20,24,.92);
  line-height:1.25;
}

.acme-toolpage h4{
  margin:10px 0 6px;
  font-size:15.5px;
  font-weight:700;
  letter-spacing:.08px;
  color:rgba(15,20,24,.72);
  line-height:1.3;
}

/* ---------------------------------------------------------
   WRAPPERS / LAYOUT
--------------------------------------------------------- */
.acme-toolpage{
  font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  letter-spacing:.10px;
  color:var(--acme-ink);
}

.acme-spec{
  width:100%;
  padding:30px 18px 36px;
  background:transparent;
}

.acme-spec-wrap{
  max-width:var(--acme-max);
  margin:0 auto;
}

.acme-anchor{
  scroll-margin-top:110px;
}

.acme-row{
  display:grid;
  grid-template-columns:84px 1fr;
  gap:18px;
  align-items:start;
  background:var(--acme-card-bg);
  border-radius:var(--acme-row-radius);
  padding:22px 22px;
  margin:0 0 20px;
  box-shadow:var(--acme-row-shadow);
  border:1px solid var(--acme-row-border);
  position:relative;
}

.acme-row::before{
  content:"";
  position:absolute;
  left:10px;
  right:10px;
  top:10px;
  height:10px;
  border-radius:12px;
  background:linear-gradient(180deg, rgba(7,55,75,.10), rgba(7,55,75,0));
  pointer-events:none;
  opacity:.55;
}

.acme-num{
  color:var(--acme-petrol);
  font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-weight:900;
  font-size:44px;
  line-height:1;
  letter-spacing:.5px;
  user-select:none;
  text-transform:uppercase;
}

.acme-body{
  min-width:0;
}

.acme-head{
  font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:14px;
  font-weight:900;
  letter-spacing:1.6px;
  text-transform:uppercase;
  color:var(--acme-petrol);
  margin:2px 0 10px;
}

/* ---------------------------------------------------------
   LINK / ACTION ELEMENTS
--------------------------------------------------------- */
.acme-cta{
  margin-top:20px;
  padding-left:4px;
}

.acme-cta-link{
  display:inline-block;
  font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:17px;
  font-weight:900;
  letter-spacing:.6px;
  color:var(--acme-petrol);
  text-decoration:none;
  border-bottom:2px solid rgba(7,55,75,.35);
  padding-bottom:4px;
}

.acme-cta-link:hover{
  border-bottom-color:var(--acme-petrol);
}

.acme-actions{
  margin-top:14px;
  display:flex;
  flex-wrap:wrap;
  gap:10px 12px;
  align-items:center;
}

.acme-btn{
  display:inline-block;
  padding:10px 12px;
  border-radius:12px;
  text-decoration:none;
  font-weight:700;
  border:1px solid rgba(0,0,0,.14);
  line-height:1.1;
  cursor:pointer;
  font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
}

.acme-btn--try{
  color:var(--acme-petrol);
  background:rgba(7,55,75,.06);
  border-color:rgba(7,55,75,.22);
}

/* ---------------------------------------------------------
   DOCUMENTATION CARD SYSTEM
--------------------------------------------------------- */
.acme-card{
  position:relative;
  z-index:0;
  max-width:var(--acme-max);
  margin:var(--acme-gap) auto 0;
  padding:var(--acme-pad);
  box-sizing:border-box;
  background:#fff;
  border:0;
  border-radius:20px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    0 1px 2px rgba(22,52,62,.06),
    0 7px 16px -8px rgba(22,52,62,.12),
    0 18px 30px -16px rgba(22,52,62,.10);
}
.acme-card::before{
  content:'';
  position:absolute;
  left:7px;
  right:7px;
  top:-7px;
  bottom:-4px;
  border-radius:24px;
  background:linear-gradient(180deg,#eef3f4,#e6edee);
  z-index:-1;
  box-shadow:
    0 24px 42px -20px rgba(22,52,62,.22),
    0 48px 66px -38px rgba(22,52,62,.18);
}
.acme-card--rail{
  border-left:0;
  padding-left:var(--acme-pad);
}

/* ---------------------------------------------------------
   DETAILS / COLLAPSIBLE
--------------------------------------------------------- */
.acme-card details{
  margin-top:14px;
  border:1px solid var(--acme-details-border);
  border-radius:12px;
  background:var(--acme-details-bg);
  overflow:hidden;
}

.acme-card details + details{
  margin-top:12px;
}

.acme-card summary{
  list-style:none;
  cursor:pointer;
  padding:12px 14px;
  user-select:none;
  display:flex;
  align-items:center;
  gap:10px;
}

.acme-card summary::-webkit-details-marker{
  display:none;
}

.acme-card summary::before{
  content:"▸";
  font-weight:900;
  color:rgba(7,55,75,.85);
  transform-origin:center;
  transition:transform .14s ease;
}

.acme-card details[open] summary::before{
  transform:rotate(90deg);
}

.acme-card summary .acme-text{
  margin:0;
}

.acme-card summary h3{
  margin:0;
  font-size:16px;
  font-weight:800;
  line-height:1.25;
}

.acme-card details > *:not(summary){
  padding:8px 18px 16px;
}

.acme-card details .acme-subtext{
  margin:10px 0 6px;
}

.acme-card details .acme-list{
  margin:0 0 10px;
}

/* ---------------------------------------------------------
   MOBILE
--------------------------------------------------------- */
@media (max-width:480px){
  .acme-row{
    grid-template-columns:64px 1fr;
    padding:20px 18px;
    margin-bottom:18px;
  }

  .acme-num{
    font-size:36px;
  }

  :root{
    --acme-pad:18px;
    --acme-gap:14px;
  }
}
.acme-page-toplink-wrap{
  max-width:980px;
  margin:24px auto 0;
  padding:0 18px;
  text-align:right;
}

.acme-page-toplink{
  color:#07374b;
  text-decoration:none;
  font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:14px;
  font-weight:600;
}

.acme-page-toplink:hover{
  text-decoration:underline;
}
/* =========================================================
   TOOL UI
   ========================================================= */


/* =========================================================
   TOOL UI — SHELL / FRAME
   ========================================================= */

.acme-demo *,
.acme-demo *::before,
.acme-demo *::after{
  box-sizing:border-box;
}

.acme-demo{
  --acme-petrol:#07374b;
  --acme-screen:#062a36;
  --acme-thread:#062f3d;
  --acme-screen-ink:rgba(255,255,255,.92);
  --acme-screen-dim:rgba(255,255,255,.70);
  --acme-screen-line:rgba(255,255,255,.10);
  --acme-mute:rgba(7,55,75,.10);
  --acme-font:"Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --acme-font-ui:13px;
  --acme-font-body:15px;
  --acme-font-input:17px;
  --acme-r:12px;
  --acme-screen-r:14px;

  max-width:980px;
  margin:24px auto 12px;
  background:#fff;
  border:4px solid var(--acme-petrol);
  border-radius:12px;
  overflow:hidden;
  font-family:var(--acme-font);
  box-shadow:
    0 0 0 2px rgba(7,55,75,.16),
    0 18px 36px rgba(0,0,0,.14),
    0 2px 0 rgba(7,55,75,.10),
    inset 2px 2px 0 rgba(255,255,255,.85),
    inset -3px -3px 0 rgba(0,0,0,.16);
}

.acme-demo-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  background:var(--acme-petrol);
  color:#fff;
}

.acme-demo-title{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:600;
  letter-spacing:.2px;
}

.acme-demo-presence{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:12.5px;
  letter-spacing:.2px;
  color:rgba(255,255,255,.88);
  white-space:nowrap;
}

.acme-online-dot{
  width:9px;
  height:9px;
  border-radius:999px;
  background:#1F7A63;
  box-shadow:0 0 0 2px rgba(255,255,255,.10);
}

.acme-demo-body{
  padding:16px;
  background:#fff;
}


/* =========================================================
   TOOL UI — TOP NOTE
   ========================================================= */

.acme-demo-note{
  text-align:center;
  margin:0pxrem auto 0.3rem;
  font-size:18px;
  font-weight:800;
  font-style:italic;
  color:#07374b;
  line-height:1.6;
  letter-spacing:0.04em;
  max-width:980px;
}

.acme-sep{
  font-size:1.35em;
  line-height:0;
  margin:0 6px;
  position:relative;
  top:3px;
}


/* =========================================================
   TOOL UI — MODE / HELP
   ========================================================= */

.acme-modehelp{
  font-size:13.5px;
  margin:6px 0 10px;
 display:flex;
flex-direction:column;
  gap:8px;
  flex-wrap:flex;
  color:rgba(0,0,0,.65);
  line-height:1.35;
}

.acme-modehelp-strong{
  font-weight:600;
  color:rgba(0,0,0,.85);
}

.acme-modehelp-preview{
  color:rgba(0,0,0,.55);
}


/* =========================================================
   TOOL UI — THREAD / OUTPUT
   ========================================================= */

.acme-demo-threadwrap{
  display:none;
}

.acme-demo-threadwrap.is-live{
  display:block;
}

.acme-demo-threadwrap,
.acme-demo-inputwrap{
  margin-top:12px;
  background:var(--acme-mute);
  border-radius:var(--acme-screen-r);
  padding:10px;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.60),
    inset -1px -1px 0 rgba(0,0,0,.08);
}

.acme-demo-thread{
  width:100%;
  height:clamp(220px, 36vh, 380px);
  background:var(--acme-thread);
  border-radius:10px;
  border:1px solid var(--acme-screen-line);
  padding:12px;
  box-shadow:
    inset 1px 1px 0 rgba(0,0,0,.45),
    inset -1px -1px 0 rgba(255,255,255,.06);
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}

.acme-msg{
  background:transparent;
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  overflow:hidden;
}

.acme-msg + .acme-msg{
  margin-top:12px;
}

.acme-msg-head{
  background:transparent;
  border-bottom:1px solid rgba(255,255,255,.08);
  padding:10px 12px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
}

.acme-msg-role{
  font-weight:650;
  font-size:13px;
  letter-spacing:.3px;
  text-transform:uppercase;
  color:var(--acme-screen-dim);
}

.acme-msg-meta{
  font-size:12px;
  color:rgba(255,255,255,.55);
  white-space:nowrap;
}

.acme-msg-body{
  padding:12px;
  white-space:pre-wrap;
  font-size:var(--acme-font-body);
  line-height:1.6;
  color:var(--acme-screen-ink);
}

.acme-msg-body strong{
  font-weight:800;
  color:rgba(255,255,255,.86);
  letter-spacing:.01em;
}


/* =========================================================
   TOOL UI — INPUT
   ========================================================= */

.acme-demo-inputwrap textarea{
  width:100%;
  display:block;
  outline:none;
  background:var(--acme-screen);
  color:var(--acme-screen-ink);
  border:1px solid rgba(255,255,255,.14);
  border-radius:10px;
  padding:12px;
  font-size:var(--acme-font-input);
  font-weight:500;
  line-height:1.35;
  min-height:78px;
  max-height:180px;
  resize:vertical;
  box-shadow:
    inset 1px 1px 0 rgba(0,0,0,.45),
    inset -1px -1px 0 rgba(255,255,255,.06);
  caret-color:rgba(255,255,255,.92);
}

.acme-demo-inputwrap textarea::placeholder{
  color:rgba(255,255,255,.45);
}
#acmeInput::placeholder{
  white-space: pre-line;
}

/* =========================================================
   TOOL UI — CONTROLS / ACTIONS
   ========================================================= */

.acme-demo-actions{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:12px;
  flex-wrap:wrap;
}

.acme-demo-actions button{
  border-radius:var(--acme-r)!important;
  min-height:36px;
  padding:10px 14px;
  font-size:15px;
  cursor:pointer;
  border:none;
  background:var(--acme-petrol);
  color:#fff;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.18),
    inset -1px -1px 0 rgba(0,0,0,.24),
    0 2px 0 rgba(0,0,0,.10);
}

.acme-demo-reset{
  background:rgba(7,55,75,.10);
  color:var(--acme-petrol);
  border:1px solid rgba(7,55,75,.25);
}

.acme-demo-status{
  font-size:13px;
  color:rgba(0,0,0,.55);
  cursor:default;
  user-select:none;
}

.acme-demo-status::before{
  content:"• ";
  color:rgba(0,0,0,.35);
}

#acmeStatus:empty{
  display:none;
}

.acme-demo-counter{
  margin-left:auto;
  font-size:12.5px;
  letter-spacing:.2px;
  color:rgba(0,0,0,.50);
  white-space:nowrap;
}


/* =========================================================
   TOOL UI — UNLOCK / ACCESS
   ========================================================= */

.acme-unlock{
  margin-top:12px;
  border-radius:var(--acme-r);
  border:1px solid rgba(7,55,75,.22);
  background:rgba(7,55,75,.06);
  padding:10px 12px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.70),
    inset -1px -1px 0 rgba(0,0,0,.06);
}

.acme-unlock-left{
  flex:1;
  min-width:220px;
}

.acme-unlock-label{
  font-size:12px;
  letter-spacing:.3px;
  text-transform:uppercase;
  color:rgba(0,0,0,.55);
  margin-bottom:6px;
}

.acme-unlock-input{
  width:100%;
  border-radius:var(--acme-r);
  border:1px solid rgba(0,0,0,.18);
  background:#fff;
  padding:10px 12px;
  font-size:14.5px;
  outline:none;
}

.acme-unlock-hint{
  margin-top:6px;
  font-size:12.5px;
  color:rgba(0,0,0,.55);
  line-height:1.25;
}

.acme-unlock-status{
  margin-top:6px;
  font-size:12.5px;
  color:rgba(0,0,0,.72);
  line-height:1.25;
  min-height:16px;
}

.acme-unlock-right{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:12px;
}

.acme-unlock-btn{
  border-radius:var(--acme-r)!important;
  min-height:38px;
  padding:10px 14px;
  font-size:14.5px;
  cursor:pointer;
  border:none;
  background:var(--acme-petrol);
  color:#fff;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.18),
    inset -1px -1px 0 rgba(0,0,0,.24),
    0 2px 0 rgba(0,0,0,.10);
}

.acme-access-btn{
  background:rgba(7,55,75,.10);
  color:var(--acme-petrol);
  border:1px solid rgba(7,55,75,.25);
}

.acme-unlock-btn:active{
  transform:translateY(1px);
}


/* =========================================================
   TOOL UI — GPT BRIDGE
   ========================================================= */

.acme-gpt-bridge-inline{
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid rgba(7,55,75,.12);
}

.acme-gpt-bridge-inline-link{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  flex-wrap:wrap;
  font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:15px;
  font-weight:650;
  color:#07374b;
  text-decoration:none;
}

.acme-gpt-bridge-inline-link:hover{
  text-decoration:underline;
}

.acme-gpt-bridge-inline-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.acme-gpt-bridge-inline-icon img{
  width:32px;
  height:32px;
  object-fit:contain;
  display:block;
}

.acme-gpt-bridge-inline-text{
  line-height:1.2;
}


/* =========================================================
   TOOL UI — RESPONSIVE
   ========================================================= */

@media (max-width: 480px){
  .acme-demo-body{
    padding:14px;
  }

  .acme-demo-thread{
    height:clamp(180px, 34vh, 320px);
  }

  .acme-unlock{
    flex-direction:column;
  }

  .acme-unlock-right{
    width:100%;
  }

  .acme-unlock-btn{
    width:100%;
  }

  .acme-gpt-bridge-inline-link{
    font-size:14px;
    gap:10px;
  }

  .acme-gpt-bridge-inline-icon img{
    width:20px;
    height:20px;
  }
}
/* =========================================================
READ HUB LIST
Article lists on per-tool read pages
========================================================= */

.acme-read-list{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.acme-read-item{
  padding-bottom:14px;
  border-bottom:1px solid rgba(7,55,75,.10);
}

.acme-read-item:last-child{
  padding-bottom:0;
  border-bottom:none;
}

.acme-read-link{
  display:inline-block;
  text-decoration:none;
  font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:18px;
  line-height:1.35;
  font-weight:700;
  color:#07374b;
  letter-spacing:.1px;
}

.acme-read-link:hover{
  text-decoration:underline;
  text-underline-offset:4px;
}

.acme-read-sub{
  margin:6px 0 0;
  font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:15.5px;
  line-height:1.55;
  color:rgba(15,20,24,.68);
}

@media (max-width:480px){
  .acme-read-link{
    font-size:16.5px;
  }

  .acme-read-sub{
    font-size:14.5px;
  }
}
/* === ACME HEADER WIDTH NUDGE START === */
.header {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;

/* =========================================================

   ACME DOC CARD OVERRIDE — FINAL

   Last rule wins. Do not put older doc-card rules below this.

   ========================================================= */

.acme-toolpage,

.acme-toolpage *{

  box-sizing:border-box;

}

.acme-toolpage{

  width:min(980px, calc(100vw - 32px));

  margin:0 auto;

  padding:0;

  background:#fff;

  font-family:'Mulish',sans-serif;

  color:#16414e;

  -webkit-font-smoothing:antialiased;

}

.acme-card{
  position:relative !important;
  z-index:0 !important;

  width:100% !important;
  max-width:980px !important;

  margin:0 auto 28px !important;
  padding:32px 36px !important;
  box-sizing:border-box !important;

  background:#eef3f4 !important;
  border:1px solid rgba(7,63,80,.08) !important;
  border-radius:20px !important;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.55),
    0 10px 28px -18px rgba(22,52,62,.22),
    0 24px 42px -30px rgba(22,52,62,.18) !important;
}

.acme-card::before{
  content:'' !important;

  position:absolute !important;

  left:10px !important;
  right:10px !important;
  top:-8px !important;

  height:10px !important;

  border-radius:12px !important;

  background:linear-gradient(
    180deg,
    rgba(244,247,247,.95),
    rgba(238,243,244,.25)
  ) !important;

  opacity:.95 !important;

  pointer-events:none !important;

  z-index:-1 !important;
}

.acme-card--rail{

  border-left:0 !important;

  padding-left:32px !important;

}

.acme-anchor{

  scroll-margin-top:88px !important;

}

.acme-h2{

  font-family:'Poppins',sans-serif !important;

  font-weight:700 !important;

  font-size:20px !important;

  letter-spacing:.5px !important;

  text-transform:uppercase !important;

  color:#073f50 !important;

  margin:0 0 14px !important;

  line-height:1.2 !important;

}

.acme-text,

.acme-card p{

  font-family:'Mulish',sans-serif !important;

  font-size:16px !important;

  font-weight:400 !important;

  line-height:1.65 !important;

  color:#33505a !important;

  margin:0 0 12px !important;

  text-wrap:pretty;

}

.acme-text:last-child,

.acme-card p:last-of-type{

  margin-bottom:0 !important;

}

.acme-list{

  margin:8px 0 0 !important;

  padding-left:0 !important;

  list-style:none !important;

}

.acme-list li{

  font-family:'Mulish',sans-serif !important;

  font-size:15px !important;

  line-height:1.6 !important;

  color:#33505a !important;

  padding:10px 0 !important;

  margin:0 !important;

  border-bottom:1px solid rgba(22,52,62,.06) !important;

}

.acme-list li:last-child{

  border-bottom:0 !important;

}

.acme-list li strong,

.acme-text strong{

  color:#16414e !important;

  font-weight:800 !important;

}

.acme-example-details{

  margin-top:14px !important;

  padding:0 !important;

  border:0 !important;

  background:transparent !important;

  box-shadow:none !important;

}

.acme-example-summary{

  display:inline-flex !important;

  align-items:center !important;

  gap:8px !important;

  margin-top:0 !important;

  padding:0 !important;

  border:0 !important;

  background:transparent !important;

  list-style:none !important;

  cursor:pointer !important;

  font-family:'Mulish',sans-serif !important;

  font-size:13px !important;

  font-weight:700 !important;

  color:rgba(22,65,78,.4) !important;

}

.acme-example-summary::-webkit-details-marker{

  display:none !important;

}

.acme-example-summary::marker{

  content:"" !important;

}

.acme-example-summary::before{

  content:'▸' !important;

  font-size:11px !important;

}

.acme-example-details[open] .acme-example-summary::before{

  content:'▾' !important;

}

.acme-example{

  padding:14px 0 !important;

  border-bottom:1px solid rgba(22,52,62,.06) !important;

}

.acme-example:last-child{

  border-bottom:0 !important;

  padding-bottom:0 !important;

}

.acme-example h3,

.acme-example h4{

  font-family:'Mulish',sans-serif !important;

  font-size:15px !important;

  font-weight:700 !important;

  color:#16414e !important;

  margin:0 0 6px !important;

}

.acme-answer{

  font-size:15px !important;

  font-weight:700 !important;

  color:rgba(22,65,78,.85) !important;

  margin:0 0 6px !important;

}

.acme-a{

  color:rgba(22,65,78,.4) !important;

  margin-right:6px !important;

}

.acme-meta{

  font-size:14px !important;

  color:rgba(22,65,78,.6) !important;

  margin:0 0 3px !important;

}

.acme-meta strong{

  color:rgba(22,65,78,.75) !important;

}

@media(max-width:760px){

  .acme-toolpage{

    width:min(980px, calc(100vw - 24px)) !important;

  }

  .acme-card{

    padding:20px 16px !important;

    margin:0 auto 28px !important;

  }

  .acme-h2{

    font-size:18px !important;

  }

  .acme-text,

  .acme-card p{

    font-size:15px !important;

    line-height:1.6 !important;

  }

}