@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-31 .tc-wp-tool-root img, .wpc-scope-31 .tc-wp-tool-root video, .wpc-scope-31 .tc-wp-tool-root svg, .wpc-scope-31 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-31 .tc-wp-tool-root .ffg-tool, .wpc-scope-31 .tc-wp-tool-root .ffg-tool *{
      box-sizing: border-box;
    }.wpc-scope-31 .tc-wp-tool-root .ffg-tool{
      width: 100%;
      max-width: 100%;
      overflow-x: hidden;
      border-radius: 0;
      padding: 72px 20px;
      background:
        radial-gradient(circle at 15% 12%, rgba(200, 150, 255, 0.36), transparent 28%),
        radial-gradient(circle at 85% 18%, rgba(100, 255, 200, 0.32), transparent 30%),
        radial-gradient(circle at 50% 106%, rgba(255, 200, 100, 0.28), transparent 34%),
        linear-gradient(135deg, #020005 0%, #14002c 34%, #003d2a 68%, #010005 100%);
      color: #fff9f5;
      font-family: 'Times New Roman', Times, serif;
    }.wpc-scope-31 .tc-wp-tool-root .ffg-tool .ffg-container{
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
    }.wpc-scope-31 .tc-wp-tool-root .ffg-tool .ffg-hero{
      text-align: center;
      max-width: 880px;
      margin: 0 auto 34px;
    }.wpc-scope-31 .tc-wp-tool-root .ffg-tool .ffg-title{
      margin: 0;
      color: #fff9f5;
      font-size: 54px;
      line-height: 1.05;
      font-weight: 900;
      letter-spacing: -1.2px;
      text-transform: uppercase;
      text-shadow:
        3px 3px 0 #a052ff,
        6px 6px 0 rgba(255, 200, 100, 0.5),
        0 0 28px rgba(255, 255, 255, 0.35),
        0 0 52px rgba(200, 150, 255, 0.25);
    }.wpc-scope-31 .tc-wp-tool-root .ffg-tool .ffg-subtitle{
      max-width: 730px;
      margin: 18px auto 0;
      color: rgba(255, 249, 245, 0.84);
      font-size: 17px;
      line-height: 1.7;
    }.wpc-scope-31 .tc-wp-tool-root .ffg-tool .ffg-panel{
      width: 100%;
      margin-bottom: 30px;
      padding: 24px;
      border: 1px solid rgba(160, 100, 255, 0.28);
      border-radius: 28px;
      background: rgba(10, 0, 22, 0.72);
      box-shadow:
        0 28px 90px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(18px);
    }.wpc-scope-31 .tc-wp-tool-root .ffg-tool .ffg-input-row{
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 14px;
      align-items: center;
      width: 100%;
    }.wpc-scope-31 .tc-wp-tool-root .ffg-tool .ffg-input{
      width: 100%;
      max-width: 100%;
      min-width: 0;
      border: 1px solid rgba(200, 150, 255, 0.38);
      border-radius: 20px;
      outline: none;
      padding: 18px 20px;
      background: rgba(10, 0, 20, 0.9);
      color: #fff9f5;
      font-size: 18px;
      line-height: 1.4;
      font-weight: 700;
      box-shadow: inset 0 0 24px rgba(200, 150, 255, 0.12);
      transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    }.wpc-scope-31 .tc-wp-tool-root .ffg-tool .ffg-input::placeholder{
      color: rgba(255, 249, 245, 0.5);
    }.wpc-scope-31 .tc-wp-tool-root .ffg-tool .ffg-input:focus{
      border-color: rgba(200, 150, 255, 0.96);
      background: rgba(12, 0, 24, 0.98);
      box-shadow:
        0 0 0 4px rgba(200, 150, 255, 0.15),
        0 0 34px rgba(200, 150, 255, 0.34),
        inset 0 0 18px rgba(255, 200, 100, 0.12);
    }.wpc-scope-31 .tc-wp-tool-root .ffg-tool .ffg-btn{
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 18px;
      cursor: pointer;
      padding: 16px 22px;
      background: linear-gradient(135deg, #a052ff, #ffc864);
      color: #fff;
      font-size: 15px;
      font-weight: 950;
      letter-spacing: 0.25px;
      box-shadow: 0 16px 38px rgba(160, 100, 255, 0.2);
      transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
      white-space: nowrap;
    }.wpc-scope-31 .tc-wp-tool-root .ffg-tool .ffg-btn:hover{
      transform: translateY(-2px);
      filter: brightness(1.08);
      box-shadow: 0 20px 48px rgba(255, 200, 100, 0.34);
    }.wpc-scope-31 .tc-wp-tool-root .ffg-tool .ffg-grid{
      display: grid;
      width: 100%;
      max-width: 100%;
      gap: 22px;
    }.wpc-scope-31 .tc-wp-tool-root .ffg-tool .ffg-card{
      width: 100%;
      max-width: 100%;
      min-width: 0;
      overflow: hidden;
      border: 1px solid rgba(160, 100, 255, 0.22);
      border-radius: 26px;
      padding: 20px;
      background:
        linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
        rgba(12, 0, 22, 0.78);
      box-shadow: 0 18px 58px rgba(0, 0, 0, 0.44);
      backdrop-filter: blur(16px);
      animation: ffgFadeUp 0.45s ease both;
      transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    }.wpc-scope-31 .tc-wp-tool-root .ffg-tool .ffg-card:hover{
      transform: translateY(-6px);
      border-color: rgba(255, 200, 100, 0.72);
      box-shadow:
        0 24px 72px rgba(0,0,0,0.52),
        0 0 34px rgba(200, 150, 255, 0.22);
    }.wpc-scope-31 .tc-wp-tool-root .ffg-tool .ffg-style-name{
      margin: 0 0 14px;
      color: rgba(255, 240, 245, 0.92);
      font-size: 14px;
      font-weight: 950;
      letter-spacing: 0.7px;
      text-transform: uppercase;
      overflow-wrap: anywhere;
      word-break: break-word;
    }.wpc-scope-31 .tc-wp-tool-root .ffg-tool .ffg-preview{
      width: 100%;
      max-width: 100%;
      min-height: 132px;
      max-height: 180px;
      overflow-y: auto;
      overflow-x: hidden;
      border: 1px solid rgba(255,200,100,0.18);
      border-radius: 20px;
      padding: 18px;
      margin-bottom: 16px;
      background:
        radial-gradient(circle at top left, rgba(200,150,255,0.18), transparent 42%),
        radial-gradient(circle at bottom right, rgba(255,200,100,0.2), transparent 44%),
        rgba(6,0,16,0.84);
      color: #fff9f5;
      line-height: 1.28;
      overflow-wrap: anywhere;
      word-break: break-word;
      white-space: normal;
    }.wpc-scope-31 .tc-wp-tool-root .ffg-tool .ffg-copy{
      width: 100%;
      max-width: 100%;
      border: 1px solid rgba(255,200,100,0.24);
      border-radius: 16px;
      cursor: pointer;
      padding: 13px 16px;
      background: rgba(255,200,100,0.12);
      color: #fff9f5;
      font-size: 14px;
      font-weight: 950;
      transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
    }.wpc-scope-31 .tc-wp-tool-root .ffg-tool .ffg-copy:hover{
      transform: translateY(-2px);
      background: rgba(255,200,100,0.2);
      box-shadow: 0 12px 30px rgba(255,200,100,0.18);
    }.wpc-scope-31 .tc-wp-tool-root .ffg-tool .ffg-load-wrap{
      display: flex;
      justify-content: center;
      width: 100%;
      margin-top: 30px;
    }.wpc-scope-31 .tc-wp-tool-root .ffg-tool .ffg-load{
      min-width: 190px;
    }.wpc-scope-31 .tc-wp-tool-root .ffg-tool .ffg-hidden{
      display: none;
    }@keyframes ffgFadeUp{
      from { opacity:0; transform: translateY(14px); }
      to { opacity:1; transform: translateY(0); }
    }.wpc-scope-31 /* 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-31 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .ffg-clear{}