@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-13 .tc-wp-tool-root img, .wpc-scope-13 .tc-wp-tool-root video, .wpc-scope-13 .tc-wp-tool-root svg, .wpc-scope-13 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-13 .tc-wp-tool-root .lfg-tool, .wpc-scope-13 .tc-wp-tool-root .lfg-tool *{
      box-sizing: border-box;
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool{
      width: 100%;
      max-width: 100%;
      overflow-x: hidden;
      border-radius: 0;
      padding: 72px 20px;
      background:
        radial-gradient(circle at 14% 12%, rgba(255, 180, 76, 0.3), transparent 28%),
        radial-gradient(circle at 86% 16%, rgba(93, 95, 239, 0.28), transparent 30%),
        radial-gradient(circle at 50% 106%, rgba(0, 210, 160, 0.24), transparent 34%),
        linear-gradient(135deg, #07111f 0%, #101a33 36%, #20103f 68%, #070b16 100%);
      color: #ffffff;
      font-family: Arial, Helvetica, sans-serif;
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-container{
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-hero{
      text-align: center;
      max-width: 880px;
      margin: 0 auto 34px;
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-title{
      margin: 0;
      color: #ffffff;
      font-size: 54px;
      line-height: 1.05;
      font-weight: 950;
      letter-spacing: -1.8px;
      text-transform: uppercase;
      text-shadow:
        0 4px 0 rgba(0, 0, 0, 0.35),
        0 0 28px rgba(255, 180, 76, 0.32),
        0 0 48px rgba(93, 95, 239, 0.28);
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-title span{
      background: linear-gradient(135deg, #ffb44c, #00d2a0, #5d5fef);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-subtitle{
      max-width: 740px;
      margin: 18px auto 0;
      color: rgba(255, 255, 255, 0.82);
      font-size: 17px;
      line-height: 1.7;
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-panel{
      width: 100%;
      margin-bottom: 30px;
      padding: 24px;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 28px;
      background: rgba(255, 255, 255, 0.1);
      box-shadow:
        0 28px 90px rgba(0, 0, 0, 0.36),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
      backdrop-filter: blur(18px);
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-input-row{
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 14px;
      align-items: center;
      width: 100%;
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-input{
      width: 100%;
      max-width: 100%;
      min-width: 0;
      border: 1px solid rgba(255, 255, 255, 0.24);
      border-radius: 20px;
      outline: none;
      padding: 18px 20px;
      background: rgba(6, 11, 22, 0.82);
      color: #ffffff;
      font-size: 18px;
      line-height: 1.4;
      font-weight: 800;
      box-shadow: inset 0 0 24px rgba(255, 180, 76, 0.08);
      transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-input::placeholder{
      color: rgba(255, 255, 255, 0.48);
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-input:focus{
      border-color: rgba(255, 180, 76, 0.92);
      background: rgba(8, 13, 26, 0.96);
      box-shadow:
        0 0 0 4px rgba(255, 180, 76, 0.13),
        0 0 34px rgba(93, 95, 239, 0.24),
        inset 0 0 18px rgba(0, 210, 160, 0.08);
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-btn{
      border: 1px solid rgba(255, 255, 255, 0.24);
      border-radius: 18px;
      cursor: pointer;
      padding: 16px 22px;
      background: linear-gradient(135deg, #ffb44c, #5d5fef);
      color: #070b16;
      font-size: 15px;
      font-weight: 950;
      letter-spacing: 0.25px;
      box-shadow: 0 16px 38px rgba(93, 95, 239, 0.24);
      transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
      white-space: nowrap;
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-btn:hover{
      transform: translateY(-2px);
      filter: brightness(1.06);
      box-shadow: 0 20px 48px rgba(255, 180, 76, 0.24);
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-grid{
      display: grid;
      width: 100%;
      max-width: 100%;
      gap: 22px;
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-card{
      width: 100%;
      max-width: 100%;
      min-width: 0;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: 26px;
      padding: 20px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
        rgba(7, 13, 26, 0.76);
      box-shadow: 0 18px 58px rgba(0, 0, 0, 0.34);
      backdrop-filter: blur(16px);
      animation: lfgFadeUp 0.45s ease both;
      transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-card:hover{
      transform: translateY(-6px);
      border-color: rgba(255, 180, 76, 0.58);
      box-shadow:
        0 24px 72px rgba(0, 0, 0, 0.44),
        0 0 34px rgba(93, 95, 239, 0.18);
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-style-name{
      margin: 0 0 14px;
      color: rgba(255, 255, 255, 0.84);
      font-size: 14px;
      font-weight: 950;
      letter-spacing: 0.7px;
      text-transform: uppercase;
      overflow-wrap: anywhere;
      word-break: break-word;
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-preview{
      width: 100%;
      max-width: 100%;
      min-height: 142px;
      max-height: 190px;
      overflow-y: auto;
      overflow-x: hidden;
      border: 1px solid rgba(255, 255, 255, 0.14);
      border-radius: 22px;
      padding: 18px;
      margin-bottom: 16px;
      background:
        radial-gradient(circle at top left, rgba(255, 180, 76, 0.14), transparent 42%),
        radial-gradient(circle at bottom right, rgba(93, 95, 239, 0.18), transparent 44%),
        rgba(2, 6, 15, 0.82);
      color: #ffffff;
      line-height: 1.28;
      overflow-wrap: anywhere;
      word-break: break-word;
      white-space: normal;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-preview::-webkit-scrollbar{
      width: 8px;
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-preview::-webkit-scrollbar-track{
      background: rgba(255, 255, 255, 0.06);
      border-radius: 999px;
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-preview::-webkit-scrollbar-thumb{
      background: linear-gradient(#ffb44c, #5d5fef);
      border-radius: 999px;
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-copy{
      width: 100%;
      max-width: 100%;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 16px;
      cursor: pointer;
      padding: 13px 16px;
      background: rgba(255, 255, 255, 0.1);
      color: #ffffff;
      font-size: 14px;
      font-weight: 950;
      transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-copy:hover{
      transform: translateY(-2px);
      background: rgba(255, 180, 76, 0.16);
      box-shadow: 0 12px 30px rgba(255, 180, 76, 0.14);
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-load-wrap{
      display: flex;
      justify-content: center;
      width: 100%;
      margin-top: 30px;
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-load{
      min-width: 190px;
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-hidden{
      display: none;
    }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-style-1{ font-family: Arial Black, Arial, sans-serif; font-size: 32px; font-weight: 950; letter-spacing: -1px; color: #ffffff; text-shadow: 3px 3px 0 #5d5fef; }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-style-2{ font-family: Georgia, serif; font-size: 34px; font-weight: 900; color: #ffb44c; text-shadow: 2px 2px 0 #070b16; }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-style-3{ font-family: Impact, fantasy; font-size: 34px; letter-spacing: 2px; text-transform: uppercase; color: #00d2a0; text-shadow: 3px 3px 0 #07111f; }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-style-4{ font-family: "Trebuchet MS", Arial, sans-serif; font-size: 31px; font-weight: 950; color: #ffffff; -webkit-text-stroke: 1px #ffb44c; text-shadow: 3px 3px 0 #5d5fef; }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-style-5{ font-family: "Times New Roman", serif; font-size: 36px; font-weight: 900; font-style: italic; color: #ffffff; text-shadow: 0 4px 0 #5d5fef; }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-style-6{ font-family: Verdana, sans-serif; font-size: 29px; font-weight: 950; color: #ffb44c; letter-spacing: 1px; text-shadow: 2px 2px 0 #070b16; }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-style-7{ font-family: "Arial Rounded MT Bold", Arial, sans-serif; font-size: 32px; font-weight: 950; color: #ffffff; text-shadow: 0 0 18px rgba(0,210,160,0.75), 3px 3px 0 #00d2a0; }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-style-8{ font-family: "Courier New", monospace; font-size: 28px; font-weight: 900; letter-spacing: 2px; color: #ffffff; text-shadow: 2px 2px 0 #ffb44c; }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-style-9{ font-family: Palatino, Georgia, serif; font-size: 35px; font-weight: 900; color: #5d5fef; text-shadow: 2px 2px 0 #ffffff; }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-style-10{ font-family: Arial Black, Arial, sans-serif; font-size: 31px; color: transparent; -webkit-text-stroke: 1.4px #ffffff; text-shadow: 3px 3px 0 #ffb44c; }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-style-11{ font-family: Tahoma, Arial, sans-serif; font-size: 30px; font-weight: 950; color: #00d2a0; text-shadow: -2px 0 #5d5fef, 2px 0 #ffb44c; }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-style-12{ font-family: Georgia, serif; font-size: 36px; font-weight: 900; color: #ffffff; transform: skew(-5deg); text-shadow: 3px 3px 0 #ffb44c; }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-style-13{ font-family: Impact, fantasy; font-size: 34px; letter-spacing: 3px; color: #ffb44c; text-shadow: 3px 3px 0 #5d5fef; }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-style-14{ font-family: "Trebuchet MS", Arial, sans-serif; font-size: 31px; font-weight: 950; color: #ffffff; text-transform: lowercase; text-shadow: 2px 2px 0 #00d2a0; }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-style-15{ font-family: Arial Black, Arial, sans-serif; font-size: 33px; font-weight: 950; color: #ffffff; text-shadow: 0 3px 0 #ffb44c, 0 6px 0 #5d5fef; }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-style-16{ font-family: "Comic Sans MS", cursive; font-size: 31px; font-weight: 900; color: #00d2a0; text-shadow: 2px 2px 0 #ffffff, 4px 4px 0 #5d5fef; }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-style-17{ font-family: Georgia, serif; font-size: 35px; font-weight: 900; color: #ffffff; font-variant: small-caps; text-shadow: 3px 3px 0 #070b16; }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-style-18{ font-family: Verdana, sans-serif; font-size: 30px; font-weight: 950; color: #ffb44c; text-transform: uppercase; text-shadow: 0 0 16px rgba(255,180,76,0.55); }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-style-19{ font-family: "Courier New", monospace; font-size: 28px; font-weight: 900; color: #5d5fef; text-shadow: 2px 0 0 #ffffff, 4px 0 0 #00d2a0; }.wpc-scope-13 .tc-wp-tool-root .lfg-tool .lfg-style-20{ font-family: Impact, fantasy; font-size: 35px; letter-spacing: 1px; color: #ffffff; -webkit-text-stroke: 1px #00d2a0; text-shadow: 4px 4px 0 #070b16; }@keyframes lfgFadeUp{
      from {
        opacity: 0;
        transform: translateY(14px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .lfg-tool{
        padding: 42px 12px;
      }.tc-wp-tool-root .lfg-tool .lfg-title{
        font-size: 30px;
      }.tc-wp-tool-root .lfg-tool .lfg-subtitle{
        font-size: 14px;
      }.tc-wp-tool-root .lfg-tool .lfg-panel{
        padding: 14px;
        border-radius: 20px;
      }.tc-wp-tool-root .lfg-tool .lfg-input-row{
        grid-template-columns: 1fr;
        gap: 10px;
      }.tc-wp-tool-root .lfg-tool .lfg-input{
        padding: 14px;
        font-size: 15px;
      }.tc-wp-tool-root .lfg-tool .lfg-btn{
        width: 100%;
        padding: 13px 16px;
        font-size: 13px;
      }.tc-wp-tool-root .lfg-tool .lfg-grid{
        grid-template-columns: 1fr !important;
        gap: 14px;
      }.tc-wp-tool-root .lfg-tool .lfg-card{
        padding: 14px;
        border-radius: 18px;
      }.tc-wp-tool-root .lfg-tool .lfg-preview{
        padding: 14px;
        font-size: 22px;
      }.tc-wp-tool-root .lfg-tool [class*="lfg-style-"]{
        font-size: 22px;
        letter-spacing: 0.4px;
      }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .lfg-tool{
        padding: 46px 14px;
      }.tc-wp-tool-root .lfg-tool .lfg-title{
        font-size: 34px;
      }.tc-wp-tool-root .lfg-tool .lfg-subtitle{
        font-size: 15px;
      }.tc-wp-tool-root .lfg-tool .lfg-panel{
        padding: 16px;
        border-radius: 22px;
      }.tc-wp-tool-root .lfg-tool .lfg-input-row{
        grid-template-columns: 1fr;
        gap: 12px;
      }.tc-wp-tool-root .lfg-tool .lfg-input{
        padding: 15px;
        font-size: 16px;
      }.tc-wp-tool-root .lfg-tool .lfg-btn{
        width: 100%;
        padding: 14px 17px;
        font-size: 14px;
      }.tc-wp-tool-root .lfg-tool .lfg-grid{
        grid-template-columns: 1fr !important;
        gap: 16px;
      }.tc-wp-tool-root .lfg-tool .lfg-card{
        padding: 16px;
        border-radius: 20px;
      }.tc-wp-tool-root .lfg-tool .lfg-preview{
        padding: 15px;
        font-size: 23px;
      }.tc-wp-tool-root .lfg-tool [class*="lfg-style-"]{
        font-size: 23px;
        letter-spacing: 0.5px;
      }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .lfg-tool{
        padding: 52px 16px;
      }.tc-wp-tool-root .lfg-tool .lfg-title{
        font-size: 38px;
      }.tc-wp-tool-root .lfg-tool .lfg-subtitle{
        font-size: 15px;
      }.tc-wp-tool-root .lfg-tool .lfg-panel{
        padding: 18px;
        border-radius: 24px;
      }.tc-wp-tool-root .lfg-tool .lfg-input-row{
        grid-template-columns: 1fr;
        gap: 12px;
      }.tc-wp-tool-root .lfg-tool .lfg-input{
        padding: 16px;
        font-size: 16px;
      }.tc-wp-tool-root .lfg-tool .lfg-btn{
        width: 100%;
        padding: 14px 18px;
        font-size: 14px;
      }.tc-wp-tool-root .lfg-tool .lfg-grid{
        grid-template-columns: 1fr !important;
        gap: 18px;
      }.tc-wp-tool-root .lfg-tool .lfg-preview{
        padding: 16px;
        font-size: 24px;
      }.tc-wp-tool-root .lfg-tool [class*="lfg-style-"]{
        font-size: 24px;
        letter-spacing: 0.6px;
      }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .lfg-tool{
        padding: 64px 22px;
      }.tc-wp-tool-root .lfg-tool .lfg-title{
        font-size: 46px;
      }.tc-wp-tool-root .lfg-tool .lfg-subtitle{
        font-size: 16px;
      }.tc-wp-tool-root .lfg-tool .lfg-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
      }.tc-wp-tool-root .lfg-tool .lfg-preview{
        font-size: 25px;
      }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .lfg-tool{
        padding: 70px 24px;
      }.tc-wp-tool-root .lfg-tool .lfg-title{
        font-size: 52px;
      }.tc-wp-tool-root .lfg-tool .lfg-grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 21px;
      }.tc-wp-tool-root .lfg-tool .lfg-preview{
        font-size: 25px;
      }}@media (min-width: 1200px){.tc-wp-tool-root .lfg-tool{
        padding: 76px 28px;
      }.tc-wp-tool-root .lfg-tool .lfg-title{
        font-size: 58px;
      }.tc-wp-tool-root .lfg-tool .lfg-grid{
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 22px;
      }.tc-wp-tool-root .lfg-tool .lfg-preview{
        font-size: 26px;
      }}.wpc-scope-13 /* 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-13 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .lfg-clear{}