@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* tc-scoped:tc-wp-tool-root */

.tc-wp-tool-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-99 .tc-wp-tool-root img, .wpc-scope-99 .tc-wp-tool-root video, .wpc-scope-99 .tc-wp-tool-root svg, .wpc-scope-99 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-99 .tc-wp-tool-root .twfg-tool-wrap, .wpc-scope-99 .tc-wp-tool-root .twfg-tool-wrap *{
  box-sizing: border-box;
}.wpc-scope-99 .tc-wp-tool-root .twfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 46px 18px;
  color: #211b17;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 14% 8%, rgba(201, 148, 74, 0.28), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(91, 103, 105, 0.25), transparent 30%),
    linear-gradient(135deg, #2b2520 0%, #5c4b3e 38%, #d8c7a6 100%);
}.wpc-scope-99 .tc-wp-tool-root .twfg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-99 .tc-wp-tool-root .twfg-hero{
  max-width: 830px;
  margin: 0 auto 28px;
  text-align: center;
}.wpc-scope-99 .tc-wp-tool-root .twfg-hero h1{
  margin: 0;
  color: #fff7e8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.42), 0 0 28px rgba(222, 175, 92, 0.24);
}.wpc-scope-99 .tc-wp-tool-root .twfg-subtitle{
  margin: 16px auto 0;
  max-width: 760px;
  color: #f7ead3;
  font-size: 17px;
  line-height: 1.65;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}.wpc-scope-99 .tc-wp-tool-root .twfg-input-panel, .wpc-scope-99 .tc-wp-tool-root .twfg-card{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(255, 245, 224, 0.32);
  background: linear-gradient(145deg, rgba(255, 249, 235, 0.82), rgba(244, 226, 194, 0.58));
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 18px 55px rgba(21, 17, 14, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}.wpc-scope-99 .tc-wp-tool-root .twfg-input-panel{
  border-radius: 22px;
  padding: 24px;
  margin: 0 0 24px;
}.wpc-scope-99 .tc-wp-tool-root .twfg-label{
  display: block;
  margin: 0 0 10px;
  color: #2c211b;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.wpc-scope-99 .tc-wp-tool-root .twfg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 150px;
  resize: vertical;
  border: 1px solid rgba(64, 48, 38, 0.28);
  border-radius: 16px;
  padding: 18px;
  color: #211914;
  background: linear-gradient(180deg, #fffaf0, #f3e4c8);
  font-family: "Courier New", Courier, monospace;
  font-size: 18px;
  line-height: 1.65;
  outline: none;
  box-shadow: inset 0 2px 12px rgba(78, 53, 32, 0.12);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-99 .tc-wp-tool-root .twfg-input:focus{
  border-color: rgba(182, 119, 45, 0.9);
  box-shadow: 0 0 0 4px rgba(214, 151, 74, 0.22), inset 0 2px 12px rgba(78, 53, 32, 0.12);
  background: #fff8e9;
}.wpc-scope-99 .tc-wp-tool-root .twfg-actions, .wpc-scope-99 .tc-wp-tool-root .twfg-load-wrap{
  display: flex;
  justify-content: center;
  gap: 12px;
}.wpc-scope-99 .tc-wp-tool-root .twfg-actions{
  margin-top: 16px;
  justify-content: flex-end;
}.wpc-scope-99 .tc-wp-tool-root .twfg-btn{
  appearance: none;
  border: 1px solid rgba(255, 240, 210, 0.38);
  border-radius: 999px;
  padding: 12px 20px;
  color: #fff9ee;
  background: linear-gradient(135deg, #2e2b29, #755633 58%, #a67237);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(35, 25, 17, 0.25), 0 0 0 rgba(215, 150, 71, 0);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, opacity 180ms ease;
}.wpc-scope-99 .tc-wp-tool-root .twfg-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow: 0 14px 32px rgba(35, 25, 17, 0.32), 0 0 22px rgba(215, 150, 71, 0.28);
}.wpc-scope-99 .tc-wp-tool-root .twfg-btn:focus-visible{
  outline: 3px solid rgba(255, 231, 174, 0.8);
  outline-offset: 3px;
}.wpc-scope-99 .tc-wp-tool-root .twfg-btn:disabled{
  cursor: not-allowed;
  opacity: 0.5;
  transform: none;
}.wpc-scope-99 .tc-wp-tool-root .twfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}.wpc-scope-99 .tc-wp-tool-root .twfg-card{
  position: relative;
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 18px;
  padding: 18px;
  overflow: hidden;
  animation: twfgFade 360ms ease both;
}.wpc-scope-99 .tc-wp-tool-root .twfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 80% 0%, rgba(255, 213, 137, 0.26), transparent 34%);
}.wpc-scope-99 .tc-wp-tool-root .twfg-card-head{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}.wpc-scope-99 .tc-wp-tool-root .twfg-style-name{
  min-width: 0;
  margin: 0;
  color: #221914;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
}.wpc-scope-99 .tc-wp-tool-root .twfg-copy{
  flex: 0 0 auto;
  padding: 9px 13px;
  font-size: 12px;
}.wpc-scope-99 .tc-wp-tool-root .twfg-preview{
  position: relative;
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 112px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(67, 48, 34, 0.16);
  border-radius: 14px;
  padding: 15px;
  color: #211914;
  background: rgba(255, 250, 239, 0.72);
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-99 .tc-wp-tool-root .twfg-preview::-webkit-scrollbar, .wpc-scope-99 .tc-wp-tool-root .twfg-input::-webkit-scrollbar{
  width: 10px;
}.wpc-scope-99 .tc-wp-tool-root .twfg-preview::-webkit-scrollbar-track, .wpc-scope-99 .tc-wp-tool-root .twfg-input::-webkit-scrollbar-track{
  background: rgba(74, 53, 38, 0.12);
  border-radius: 999px;
}.wpc-scope-99 .tc-wp-tool-root .twfg-preview::-webkit-scrollbar-thumb, .wpc-scope-99 .tc-wp-tool-root .twfg-input::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #8a6741, #3c3430);
  border-radius: 999px;
  border: 2px solid rgba(255, 247, 232, 0.7);
}.wpc-scope-99 .tc-wp-tool-root .twfg-load-wrap{
  margin-top: 26px;
}.wpc-scope-99 .tc-wp-tool-root .twfg-style-0 .twfg-preview{ font-family: "Courier New", Courier, monospace; letter-spacing: 0.04em; text-shadow: 0.6px 0 rgba(90, 64, 40, 0.35); }.wpc-scope-99 .tc-wp-tool-root .twfg-style-1 .twfg-preview{ font-family: "Lucida Console", Monaco, monospace; text-transform: uppercase; letter-spacing: 0.08em; color: #2a211c; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-2 .twfg-preview{ font-family: "Courier New", Courier, monospace; font-style: italic; color: #3c3028; background: #f7ecd2; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-3 .twfg-preview{ font-family: Georgia, "Times New Roman", serif; letter-spacing: 0.06em; text-shadow: 1px 1px rgba(80, 59, 41, 0.18); }.wpc-scope-99 .tc-wp-tool-root .twfg-style-4 .twfg-preview{ font-family: "Courier New", Courier, monospace; text-transform: lowercase; letter-spacing: 0.1em; border-style: dashed; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-5 .twfg-preview{ font-family: "Andale Mono", "Courier New", monospace; font-weight: 700; color: #171412; text-shadow: 0 0 1px rgba(18, 16, 14, 0.42); }.wpc-scope-99 .tc-wp-tool-root .twfg-style-6 .twfg-preview{ font-family: Consolas, "Courier New", monospace; letter-spacing: 0.12em; background: #e9dcc1; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-7 .twfg-preview{ font-family: "Courier New", Courier, monospace; color: #51351f; text-shadow: 1px 0 rgba(137, 81, 37, 0.22); }.wpc-scope-99 .tc-wp-tool-root .twfg-style-8 .twfg-preview{ font-family: Monaco, "Lucida Console", monospace; text-transform: uppercase; color: #222; background: #efe5cc; border-color: rgba(40, 40, 40, 0.28); }.wpc-scope-99 .tc-wp-tool-root .twfg-style-9 .twfg-preview{ font-family: "Courier New", Courier, monospace; letter-spacing: 0.02em; box-shadow: inset 0 0 0 2px rgba(89, 66, 44, 0.12); }.wpc-scope-99 .tc-wp-tool-root .twfg-style-10 .twfg-preview{ font-family: "Courier New", Courier, monospace; font-weight: 600; letter-spacing: 0.16em; color: #31241c; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-11 .twfg-preview{ font-family: "Lucida Console", Monaco, monospace; color: #1f2a2b; background: #e7e4d7; text-shadow: 0 0 2px rgba(31, 42, 43, 0.26); }.wpc-scope-99 .tc-wp-tool-root .twfg-style-12 .twfg-preview{ font-family: Georgia, serif; font-variant: small-caps; letter-spacing: 0.07em; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-13 .twfg-preview{ font-family: "Courier New", monospace; border-left: 5px solid #775532; background: #fff3d7; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-14 .twfg-preview{ font-family: Consolas, monospace; text-transform: uppercase; letter-spacing: 0.14em; color: #4b241b; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-15 .twfg-preview{ font-family: "Andale Mono", monospace; background-image: linear-gradient(rgba(80, 60, 40, 0.07) 1px, transparent 1px); background-size: 100% 1.55em; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-16 .twfg-preview{ font-family: "Courier New", monospace; color: #202020; text-shadow: -0.8px 0 rgba(120, 90, 60, 0.28); }.wpc-scope-99 .tc-wp-tool-root .twfg-style-17 .twfg-preview{ font-family: "Lucida Console", monospace; letter-spacing: 0.03em; background: #f1e1bf; border-style: dotted; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-18 .twfg-preview{ font-family: "Courier New", monospace; font-weight: 700; text-transform: lowercase; letter-spacing: 0.05em; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-19 .twfg-preview{ font-family: Monaco, monospace; color: #e9dcc6; background: #2b2926; text-shadow: 0 0 5px rgba(231, 202, 148, 0.22); }.wpc-scope-99 .tc-wp-tool-root .twfg-style-20 .twfg-preview{ font-family: "Courier New", monospace; text-transform: uppercase; border: 2px double rgba(70, 45, 27, 0.32); }.wpc-scope-99 .tc-wp-tool-root .twfg-style-21 .twfg-preview{ font-family: Georgia, serif; font-style: italic; letter-spacing: 0.04em; color: #332015; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-22 .twfg-preview{ font-family: Consolas, monospace; color: #21342f; background: #e6eadc; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-23 .twfg-preview{ font-family: "Courier New", monospace; letter-spacing: 0.2em; font-size: 15px; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-24 .twfg-preview{ font-family: "Lucida Console", monospace; color: #5b211b; text-shadow: 1px 1px rgba(105, 45, 35, 0.16); }.wpc-scope-99 .tc-wp-tool-root .twfg-style-25 .twfg-preview{ font-family: "Courier New", monospace; background: linear-gradient(180deg, #fcf3df, #ead0a6); }.wpc-scope-99 .tc-wp-tool-root .twfg-style-26 .twfg-preview{ font-family: "Andale Mono", monospace; text-transform: uppercase; font-weight: 700; letter-spacing: 0.06em; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-27 .twfg-preview{ font-family: Monaco, monospace; background: #f5ecd9; box-shadow: inset 0 0 24px rgba(74, 42, 20, 0.12); }.wpc-scope-99 .tc-wp-tool-root .twfg-style-28 .twfg-preview{ font-family: "Courier New", monospace; color: #171717; opacity: 0.92; text-shadow: 1.2px 0 rgba(0, 0, 0, 0.16); }.wpc-scope-99 .tc-wp-tool-root .twfg-style-29 .twfg-preview{ font-family: Georgia, serif; text-transform: uppercase; letter-spacing: 0.11em; color: #3b342c; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-30 .twfg-preview{ font-family: "Courier New", monospace; background: #efe7cf; border-radius: 4px; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-31 .twfg-preview{ font-family: Consolas, monospace; color: #332922; border-top: 4px solid rgba(118, 82, 45, 0.38); }.wpc-scope-99 .tc-wp-tool-root .twfg-style-32 .twfg-preview{ font-family: "Courier New", monospace; font-size: 17px; letter-spacing: 0.01em; text-shadow: 0 1px rgba(115, 76, 38, 0.24); }.wpc-scope-99 .tc-wp-tool-root .twfg-style-33 .twfg-preview{ font-family: "Lucida Console", monospace; text-transform: lowercase; color: #48331f; background: #f8edcf; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-34 .twfg-preview{ font-family: Monaco, monospace; color: #2a1c14; letter-spacing: 0.09em; border-bottom: 4px solid rgba(58, 42, 30, 0.24); }.wpc-scope-99 .tc-wp-tool-root .twfg-style-35 .twfg-preview{ font-family: "Courier New", monospace; color: #2d2a26; background-image: radial-gradient(rgba(55, 42, 30, 0.12) 1px, transparent 1px); background-size: 9px 9px; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-36 .twfg-preview{ font-family: Georgia, serif; color: #211914; text-shadow: 0.8px 0.8px rgba(125, 84, 43, 0.2); }.wpc-scope-99 .tc-wp-tool-root .twfg-style-37 .twfg-preview{ font-family: "Andale Mono", monospace; text-transform: uppercase; color: #27302f; background: #dfe3d6; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-38 .twfg-preview{ font-family: "Courier New", monospace; letter-spacing: 0.13em; color: #58331d; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-39 .twfg-preview{ font-family: Consolas, monospace; background: #2b2420; color: #f4dcc0; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-40 .twfg-preview{ font-family: "Courier New", monospace; font-weight: 700; border-style: dashed; border-width: 2px; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-41 .twfg-preview{ font-family: Monaco, monospace; text-transform: uppercase; color: #221915; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-42 .twfg-preview{ font-family: Georgia, serif; letter-spacing: 0.03em; background: #fbf5e6; color: #4a2c20; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-43 .twfg-preview{ font-family: "Lucida Console", monospace; text-shadow: 1px 0 rgba(70, 70, 70, 0.22), -1px 0 rgba(123, 72, 34, 0.18); }.wpc-scope-99 .tc-wp-tool-root .twfg-style-44 .twfg-preview{ font-family: "Courier New", monospace; text-transform: lowercase; font-weight: 600; background: #ead9b9; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-45 .twfg-preview{ font-family: Consolas, monospace; color: #1c1612; letter-spacing: 0.07em; box-shadow: inset 8px 0 0 rgba(105, 71, 37, 0.2); }.wpc-scope-99 .tc-wp-tool-root .twfg-style-46 .twfg-preview{ font-family: "Andale Mono", monospace; color: #eee2cc; background: #39332e; border-color: rgba(255, 231, 190, 0.22); }.wpc-scope-99 .tc-wp-tool-root .twfg-style-47 .twfg-preview{ font-family: "Courier New", monospace; font-style: italic; text-transform: uppercase; letter-spacing: 0.05em; }.wpc-scope-99 .tc-wp-tool-root .twfg-style-48 .twfg-preview{ font-family: Monaco, monospace; color: #37281d; background: repeating-linear-gradient(0deg, #fff4dc 0, #fff4dc 25px, #f2dfb9 26px); }.wpc-scope-99 .tc-wp-tool-root .twfg-style-49 .twfg-preview{ font-family: "Courier New", monospace; color: #120f0d; letter-spacing: 0.04em; border: 2px solid rgba(31, 24, 20, 0.34); text-shadow: 0 0 1px rgba(18, 15, 13, 0.42); }@keyframes twfgFade{
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}@media (hover: hover){.tc-wp-tool-root .twfg-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 24px 70px rgba(21, 17, 14, 0.34), 0 0 28px rgba(214, 151, 74, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .twfg-tool-wrap{ padding: 28px 12px; }.tc-wp-tool-root .twfg-shell{ max-width: 100%; }.tc-wp-tool-root .twfg-hero h1{ font-size: 32px; }.tc-wp-tool-root .twfg-subtitle{ font-size: 14px; line-height: 1.55; }.tc-wp-tool-root .twfg-input-panel{ padding: 14px; border-radius: 16px; }.tc-wp-tool-root .twfg-input{ min-height: 126px; padding: 13px; font-size: 15px; }.tc-wp-tool-root .twfg-btn{ width: 100%; padding: 12px 14px; font-size: 13px; }.tc-wp-tool-root .twfg-actions{ justify-content: stretch; }.tc-wp-tool-root .twfg-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .twfg-card{ padding: 13px; border-radius: 15px; }.tc-wp-tool-root .twfg-card-head{ align-items: flex-start; flex-direction: column; }.tc-wp-tool-root .twfg-copy{ width: 100%; }.tc-wp-tool-root .twfg-preview{ font-size: 14px; padding: 12px; min-height: 104px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .twfg-tool-wrap{ padding: 32px 14px; }.tc-wp-tool-root .twfg-shell{ max-width: 100%; }.tc-wp-tool-root .twfg-hero h1{ font-size: 36px; }.tc-wp-tool-root .twfg-subtitle{ font-size: 15px; line-height: 1.58; }.tc-wp-tool-root .twfg-input-panel{ padding: 16px; border-radius: 17px; }.tc-wp-tool-root .twfg-input{ min-height: 132px; padding: 14px; font-size: 16px; }.tc-wp-tool-root .twfg-btn{ padding: 12px 16px; font-size: 13px; }.tc-wp-tool-root .twfg-grid{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .twfg-card{ padding: 14px; border-radius: 16px; }.tc-wp-tool-root .twfg-preview{ font-size: 14.5px; padding: 13px; min-height: 108px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .twfg-tool-wrap{ padding: 36px 16px; }.tc-wp-tool-root .twfg-shell{ max-width: 100%; }.tc-wp-tool-root .twfg-hero h1{ font-size: 40px; }.tc-wp-tool-root .twfg-subtitle{ font-size: 15.5px; line-height: 1.6; }.tc-wp-tool-root .twfg-input-panel{ padding: 18px; }.tc-wp-tool-root .twfg-input{ min-height: 140px; padding: 15px; font-size: 16px; }.tc-wp-tool-root .twfg-btn{ padding: 12px 18px; font-size: 14px; }.tc-wp-tool-root .twfg-grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .twfg-card{ padding: 16px; }.tc-wp-tool-root .twfg-preview{ font-size: 15px; padding: 14px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .twfg-tool-wrap{ padding: 42px 20px; }.tc-wp-tool-root .twfg-shell{ max-width: 920px; }.tc-wp-tool-root .twfg-hero h1{ font-size: 52px; }.tc-wp-tool-root .twfg-subtitle{ font-size: 16px; }.tc-wp-tool-root .twfg-input{ min-height: 150px; font-size: 17px; }.tc-wp-tool-root .twfg-btn{ padding: 12px 20px; font-size: 14px; }.tc-wp-tool-root .twfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .twfg-card{ padding: 17px; }.tc-wp-tool-root .twfg-preview{ font-size: 15.5px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .twfg-tool-wrap{ padding: 48px 24px; }.tc-wp-tool-root .twfg-shell{ max-width: 1080px; }.tc-wp-tool-root .twfg-hero h1{ font-size: 58px; }.tc-wp-tool-root .twfg-subtitle{ font-size: 17px; }.tc-wp-tool-root .twfg-input{ min-height: 155px; font-size: 18px; }.tc-wp-tool-root .twfg-btn{ padding: 12px 21px; font-size: 14px; }.tc-wp-tool-root .twfg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }.tc-wp-tool-root .twfg-card{ padding: 18px; }.tc-wp-tool-root .twfg-preview{ font-size: 15.5px; }}@media (min-width: 1200px){.tc-wp-tool-root .twfg-tool-wrap{ padding: 54px 28px; }.tc-wp-tool-root .twfg-shell{ max-width: 1200px; }.tc-wp-tool-root .twfg-hero h1{ font-size: 64px; }.tc-wp-tool-root .twfg-subtitle{ font-size: 17px; }.tc-wp-tool-root .twfg-input{ min-height: 160px; font-size: 18px; }.tc-wp-tool-root .twfg-btn{ padding: 12px 22px; font-size: 14px; }.tc-wp-tool-root .twfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .twfg-card{ padding: 18px; }.tc-wp-tool-root .twfg-preview{ font-size: 16px; }}.wpc-scope-99 /* tc-layout-guard: stay in page body flow — do not overlap theme header/nav */
.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}.wpc-scope-99 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .twfg-clear{}.wpc-scope-99 .tc-wp-tool-root .twfg-load-more{}