@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-317 .tc-wp-tool-root img, .wpc-scope-317 .tc-wp-tool-root video, .wpc-scope-317 .tc-wp-tool-root svg, .wpc-scope-317 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-317 .tc-wp-tool-root{
      --navy: #071827;
      --navy-2: #0b2435;
      --emerald: #0f8f6d;
      --teal: #12b8a6;
      --gold: #d9a441;
      --cream: #fff6df;
      --muted: #b9c9c5;
      --glass: rgba(255, 255, 255, 0.09);
      --glass-strong: rgba(255, 255, 255, 0.14);
      --border: rgba(255, 255, 255, 0.18);
      --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
      --radius: 22px;
    }.wpc-scope-317 .tc-wp-tool-root *{
      box-sizing: border-box;
    }.wpc-scope-317 .tc-wp-tool-root{
      scroll-behavior: smooth;
    }.wpc-scope-317 .tc-wp-tool-root{
      margin: 0;
      min-height: 100vh;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
      color: var(--cream);
      background:
        radial-gradient(circle at 14% 12%, rgba(18, 184, 166, 0.28), transparent 28%),
        radial-gradient(circle at 86% 10%, rgba(217, 164, 65, 0.22), transparent 24%),
        linear-gradient(135deg, #06131f 0%, #082231 45%, #071827 100%);
      overflow-x: hidden;
    }.wpc-scope-317 .tc-wp-tool-root body::before, .wpc-scope-317 .tc-wp-tool-root body::after{
      content: "";
      position: fixed;
      inset: auto;
      z-index: -1;
      pointer-events: none;
    }.wpc-scope-317 .tc-wp-tool-root body::before{
      width: 520px;
      height: 520px;
      right: -180px;
      top: 180px;
      border: 1px solid rgba(217, 164, 65, 0.16);
      border-radius: 38% 62% 46% 54%;
      transform: rotate(22deg);
      background:
        linear-gradient(45deg, transparent 47%, rgba(255, 246, 223, 0.07) 49%, transparent 51%),
        linear-gradient(-45deg, transparent 47%, rgba(18, 184, 166, 0.07) 49%, transparent 51%);
    }.wpc-scope-317 .tc-wp-tool-root body::after{
      width: 420px;
      height: 420px;
      left: -150px;
      bottom: -120px;
      border-radius: 50%;
      border: 42px double rgba(15, 143, 109, 0.13);
      box-shadow: inset 0 0 80px rgba(217, 164, 65, 0.08);
    }.wpc-scope-317 .tc-wp-tool-root .page{
      width: min(1180px, calc(100% - 32px));
      margin: 0 auto;
      padding: 42px 0 64px;
    }.wpc-scope-317 .tc-wp-tool-root .hero{
      position: relative;
      padding: 48px 0 30px;
      text-align: center;
    }.wpc-scope-317 .tc-wp-tool-root .badge{
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 15px;
      border: 1px solid rgba(217, 164, 65, 0.38);
      border-radius: 999px;
      color: #ffe7a7;
      background: rgba(217, 164, 65, 0.12);
      box-shadow: 0 10px 30px rgba(217, 164, 65, 0.09);
      font-size: 0.9rem;
      font-weight: 700;
      letter-spacing: 0;
    }.wpc-scope-317 .tc-wp-tool-root h1{
      margin: 22px auto 12px;
      max-width: 900px;
      font-size: clamp(2.6rem, 7vw, 6.2rem);
      line-height: 0.95;
      letter-spacing: 0;
      background: linear-gradient(110deg, #fff6df 5%, #d9a441 42%, #12b8a6 74%, #fff6df 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      text-shadow: 0 18px 60px rgba(18, 184, 166, 0.16);
    }.wpc-scope-317 .tc-wp-tool-root .subtitle{
      max-width: 690px;
      margin: 0 auto;
      color: var(--muted);
      font-size: clamp(1rem, 2vw, 1.18rem);
      line-height: 1.65;
    }.wpc-scope-317 .tc-wp-tool-root .panel{
      position: relative;
      margin-top: 28px;
      padding: 22px;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.05));
      box-shadow: var(--shadow);
      backdrop-filter: blur(18px);
      overflow: hidden;
    }.wpc-scope-317 .tc-wp-tool-root .panel::before{
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, transparent, rgba(255, 246, 223, 0.06), transparent),
        radial-gradient(circle at 12% 20%, rgba(18, 184, 166, 0.15), transparent 26%);
      pointer-events: none;
    }.wpc-scope-317 .tc-wp-tool-root .input-card{
      display: grid;
      gap: 16px;
    }.wpc-scope-317 .tc-wp-tool-root label{
      display: block;
      font-weight: 800;
      color: #fff6df;
      font-size: 1rem;
    }.wpc-scope-317 .tc-wp-tool-root textarea{
      position: relative;
      z-index: 1;
      width: 100%;
      min-height: 160px;
      resize: vertical;
      border: 1px solid rgba(255, 246, 223, 0.22);
      border-radius: 18px;
      padding: 18px;
      color: #fffaf0;
      background: rgba(7, 24, 39, 0.66);
      outline: none;
      font-size: clamp(1.25rem, 3vw, 1.75rem);
      line-height: 1.85;
      direction: rtl;
      text-align: right;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }.wpc-scope-317 .tc-wp-tool-root textarea:focus{
      border-color: rgba(18, 184, 166, 0.78);
      box-shadow: 0 0 0 4px rgba(18, 184, 166, 0.14);
    }.wpc-scope-317 .tc-wp-tool-root textarea::placeholder{
      color: rgba(255, 246, 223, 0.45);
    }.wpc-scope-317 .tc-wp-tool-root .controls{
      position: relative;
      z-index: 1;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px;
    }.wpc-scope-317 .tc-wp-tool-root .counter{
      margin-inline-end: auto;
      color: var(--muted);
      font-size: 0.95rem;
    }.wpc-scope-317 .tc-wp-tool-root button{
      border: 0;
      border-radius: 999px;
      padding: 12px 18px;
      color: #06131f;
      background: linear-gradient(135deg, #fff6df, #d9a441);
      font: inherit;
      font-weight: 850;
      cursor: pointer;
      transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
      box-shadow: 0 12px 28px rgba(217, 164, 65, 0.18);
    }.wpc-scope-317 .tc-wp-tool-root button:hover{
      transform: translateY(-2px);
      box-shadow: 0 18px 38px rgba(217, 164, 65, 0.26);
    }.wpc-scope-317 .tc-wp-tool-root button:focus-visible, .wpc-scope-317 .tc-wp-tool-root input:focus-visible, .wpc-scope-317 .tc-wp-tool-root .faq-question:focus-visible{
      outline: 3px solid rgba(18, 184, 166, 0.55);
      outline-offset: 3px;
    }.wpc-scope-317 .tc-wp-tool-root .btn-secondary{
      color: var(--cream);
      background: rgba(255, 255, 255, 0.12);
      border: 1px solid rgba(255, 255, 255, 0.17);
      box-shadow: none;
    }.wpc-scope-317 .tc-wp-tool-root .btn-teal{
      color: #05201f;
      background: linear-gradient(135deg, #43f3d5, #0f8f6d);
    }.wpc-scope-317 .tc-wp-tool-root .toolbar{
      margin: 30px 0 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      flex-wrap: wrap;
    }.wpc-scope-317 .tc-wp-tool-root .toolbar h2, .wpc-scope-317 .tc-wp-tool-root .section-title{
      margin: 0;
      font-size: clamp(1.45rem, 3vw, 2rem);
      color: #fff6df;
    }.wpc-scope-317 .tc-wp-tool-root .search{
      width: min(360px, 100%);
      border: 1px solid rgba(255, 246, 223, 0.2);
      border-radius: 999px;
      padding: 13px 17px;
      color: var(--cream);
      background: rgba(255, 255, 255, 0.09);
      outline: none;
    }.wpc-scope-317 .tc-wp-tool-root .search::placeholder{
      color: rgba(255, 246, 223, 0.45);
    }.wpc-scope-317 .tc-wp-tool-root .grid{
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }.wpc-scope-317 .tc-wp-tool-root .card{
      min-height: 190px;
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding: 18px;
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 20px;
      background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)),
        rgba(7, 24, 39, 0.58);
      box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
      backdrop-filter: blur(16px);
      animation: fadeUp 0.45s ease both;
      transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
    }.wpc-scope-317 .tc-wp-tool-root .card:hover{
      transform: translateY(-5px);
      border-color: rgba(217, 164, 65, 0.38);
      background:
        linear-gradient(145deg, rgba(18, 184, 166, 0.16), rgba(255, 255, 255, 0.07)),
        rgba(7, 24, 39, 0.62);
    }.wpc-scope-317 .tc-wp-tool-root .card-head{
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 10px;
    }.wpc-scope-317 .tc-wp-tool-root .style-name{
      color: #ffe7a7;
      font-weight: 850;
      font-size: 0.98rem;
    }.wpc-scope-317 .tc-wp-tool-root .copy-btn{
      padding: 8px 12px;
      font-size: 0.85rem;
      color: var(--cream);
      background: rgba(255, 255, 255, 0.11);
      border: 1px solid rgba(255, 255, 255, 0.15);
      box-shadow: none;
      white-space: nowrap;
    }.wpc-scope-317 .tc-wp-tool-root .output-text{
      flex: 1;
      display: grid;
      place-items: center;
      min-height: 92px;
      direction: rtl;
      text-align: center;
      overflow-wrap: anywhere;
      color: var(--cream);
      font-size: clamp(1.45rem, 3vw, 2rem);
      line-height: 1.7;
    }.wpc-scope-317 .tc-wp-tool-root .classic{ font-family: Georgia, "Times New Roman", serif; }.wpc-scope-317 .tc-wp-tool-root .bold{ font-weight: 900; }.wpc-scope-317 .tc-wp-tool-root .elegant{ font-family: "Trebuchet MS", Arial, sans-serif; color: #fff3cf; }.wpc-scope-317 .tc-wp-tool-root .gold{ color: #ffd66b; text-shadow: 0 0 20px rgba(217, 164, 65, 0.48); }.wpc-scope-317 .tc-wp-tool-root .shadow{ text-shadow: 4px 5px 0 rgba(0, 0, 0, 0.32); }.wpc-scope-317 .tc-wp-tool-root .glow{ color: #dffff7; text-shadow: 0 0 12px rgba(67, 243, 213, 0.8), 0 0 32px rgba(18, 184, 166, 0.5); }.wpc-scope-317 .tc-wp-tool-root .framed{ border: 1px solid rgba(217, 164, 65, 0.55); border-radius: 14px; padding: 12px; }.wpc-scope-317 .tc-wp-tool-root .luxury{ color: #fff8dd; text-shadow: 0 2px 0 #8b6824, 0 0 30px rgba(217, 164, 65, 0.42); font-weight: 800; }.wpc-scope-317 .tc-wp-tool-root .bio{ color: #bffdf0; }.wpc-scope-317 .tc-wp-tool-root .name{ color: #ffffff; font-weight: 900; letter-spacing: 0; }.wpc-scope-317 .tc-wp-tool-root .decorative{ color: #ffe0a1; }.wpc-scope-317 .tc-wp-tool-root .emerald{ color: #6ff4ca; }.wpc-scope-317 .tc-wp-tool-root .cream{ color: #fff6df; }.wpc-scope-317 .tc-wp-tool-root .moon{ color: #d7fff8; }.wpc-scope-317 .tc-wp-tool-root .royal{ color: #f8d57c; text-shadow: 0 4px 18px rgba(0, 0, 0, 0.5); }.wpc-scope-317 .tc-wp-tool-root .soft{ color: #e8fff8; font-weight: 500; }.wpc-scope-317 .tc-wp-tool-root .minimal{ color: #ffffff; }.wpc-scope-317 .tc-wp-tool-root .festival{ color: #fff0b8; text-shadow: 0 0 10px rgba(255, 246, 223, 0.35); }.wpc-scope-317 .tc-wp-tool-root .boxed{ background: rgba(255, 246, 223, 0.08); border-radius: 14px; padding: 14px; }.wpc-scope-317 .tc-wp-tool-root .teal{ color: #56ead5; font-weight: 850; }.wpc-scope-317 .tc-wp-tool-root .pearl{ color: #f7ffff; text-shadow: 0 0 18px rgba(255,255,255,0.34); }.wpc-scope-317 .tc-wp-tool-root .callout{ color: #ffe7a7; font-weight: 750; }.wpc-scope-317 .tc-wp-tool-root .info-sections{
      display: grid;
      grid-template-columns: 0.9fr 1.1fr;
      gap: 18px;
      margin-top: 34px;
    }.wpc-scope-317 .tc-wp-tool-root .steps, .wpc-scope-317 .tc-wp-tool-root .faq{
      padding: 22px;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.08);
      box-shadow: 0 16px 42px rgba(0, 0, 0, 0.2);
      backdrop-filter: blur(14px);
    }.wpc-scope-317 .tc-wp-tool-root .steps-list{
      display: grid;
      gap: 12px;
      margin-top: 18px;
    }.wpc-scope-317 .tc-wp-tool-root .step{
      display: grid;
      grid-template-columns: 38px 1fr;
      gap: 12px;
      align-items: start;
      color: var(--muted);
      line-height: 1.55;
    }.wpc-scope-317 .tc-wp-tool-root .step span{
      display: grid;
      place-items: center;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      color: #06131f;
      background: linear-gradient(135deg, #fff6df, #12b8a6);
      font-weight: 900;
    }.wpc-scope-317 .tc-wp-tool-root .faq-list{
      margin-top: 16px;
      display: grid;
      gap: 10px;
    }.wpc-scope-317 .tc-wp-tool-root .faq-item{
      border: 1px solid rgba(255, 255, 255, 0.13);
      border-radius: 16px;
      overflow: hidden;
      background: rgba(7, 24, 39, 0.42);
    }.wpc-scope-317 .tc-wp-tool-root .faq-question{
      width: 100%;
      border-radius: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      padding: 16px;
      color: var(--cream);
      background: transparent;
      box-shadow: none;
      text-align: left;
    }.wpc-scope-317 .tc-wp-tool-root .faq-question:hover{
      transform: none;
      box-shadow: none;
      background: rgba(255, 255, 255, 0.06);
    }.wpc-scope-317 .tc-wp-tool-root .faq-answer{
      display: none;
      padding: 0 16px 16px;
      color: var(--muted);
      line-height: 1.6;
    }.wpc-scope-317 .tc-wp-tool-root .faq-item.active .faq-answer{
      display: block;
      animation: fade 0.22s ease both;
    }.wpc-scope-317 .tc-wp-tool-root .faq-icon{
      font-size: 1.2rem;
      color: #ffd66b;
    }.wpc-scope-317 .tc-wp-tool-root .empty{
      display: none;
      padding: 28px;
      text-align: center;
      color: var(--muted);
      border: 1px dashed rgba(255, 255, 255, 0.18);
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.06);
    }.wpc-scope-317 .tc-wp-tool-root footer{
      margin-top: 36px;
      text-align: center;
      color: rgba(255, 246, 223, 0.54);
      font-size: 0.95rem;
    }@keyframes fadeUp{
      from {
        opacity: 0;
        transform: translateY(14px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }@keyframes fade{
      from { opacity: 0; }
      to { opacity: 1; }
    }@media (max-width: 920px){.tc-wp-tool-root .grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }.tc-wp-tool-root .info-sections{
        grid-template-columns: 1fr;
      }}@media (max-width: 620px){.tc-wp-tool-root .page{
        width: min(100% - 22px, 1180px);
        padding-top: 24px;
      }.tc-wp-tool-root .hero{
        padding-top: 30px;
      }.tc-wp-tool-root .panel, .tc-wp-tool-root .steps, .tc-wp-tool-root .faq{
        padding: 16px;
        border-radius: 18px;
      }.tc-wp-tool-root .grid{
        grid-template-columns: 1fr;
      }.tc-wp-tool-root .controls{
        display: grid;
        grid-template-columns: 1fr 1fr;
      }.tc-wp-tool-root .counter{
        grid-column: 1 / -1;
      }.tc-wp-tool-root button{
        width: 100%;
        padding-inline: 12px;
      }.tc-wp-tool-root .toolbar{
        align-items: stretch;
      }.tc-wp-tool-root .search{
        width: 100%;
      }}