@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-235 .tc-wp-tool-root img, .wpc-scope-235 .tc-wp-tool-root video, .wpc-scope-235 .tc-wp-tool-root svg, .wpc-scope-235 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-235 .tc-wp-tool-root .bfg-wrapper, .wpc-scope-235 .tc-wp-tool-root .bfg-wrapper *{
  box-sizing: border-box;
}.wpc-scope-235 .tc-wp-tool-root .bfg-wrapper{
  --kw-bg-deep: #101624;
  --kw-bg-surface: rgba(19, 25, 42, 0.78);
  --kw-bg-card: rgba(255, 255, 255, 0.075);
  --kw-primary: #a78bfa;
  --kw-primary-soft: rgba(167, 139, 250, 0.2);
  --kw-text: #f8fafc;
  --kw-text-muted: #cbd5e1;
  --kw-border: rgba(255, 255, 255, 0.12);
  --kw-shadow: 0 24px 80px rgba(3, 7, 18, 0.45);
  width: 100%;
  overflow-x: hidden;
  padding: 56px 18px;
  color: var(--kw-text);
  background:
    radial-gradient(circle at 18% 8%, rgba(139, 92, 246, 0.28), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(99, 102, 241, 0.2), transparent 30%),
    linear-gradient(135deg, #0f172a 0%, #1e1b4b 54%, #2e1065 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-235 .tc-wp-tool-root .bfg-title{
  margin: 0 auto 12px;
  max-width: 920px;
  text-align: center;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
  color: transparent;
  background: linear-gradient(90deg, #ffffff 0%, #ddd6fe 36%, #a78bfa 72%, #f5f3ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.wpc-scope-235 .tc-wp-tool-root .bfg-subtitle{
  margin: 0 auto 32px;
  max-width: 760px;
  text-align: center;
  color: var(--kw-text-muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.65;
}.wpc-scope-235 .tc-wp-tool-root .bfg-tool{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid var(--kw-border);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.82), var(--kw-bg-surface));
  box-shadow: var(--kw-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(150%);
}.wpc-scope-235 .tc-wp-tool-root .bfg-input-shell{
  position: relative;
  width: 100%;
  margin-bottom: 26px;
}.wpc-scope-235 .tc-wp-tool-root .bfg-input-icon{
  position: absolute;
  left: 18px;
  top: 50%;
  z-index: 1;
  display: flex;
  width: 24px;
  height: 24px;
  color: var(--kw-primary);
  transform: translateY(-50%);
  pointer-events: none;
}.wpc-scope-235 .tc-wp-tool-root .bfg-svg{
  width: 100%;
  height: 100%;
}.wpc-scope-235 .tc-wp-tool-root .bfg-input{
  width: 100%;
  min-height: 62px;
  padding: 16px 18px 16px 56px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  outline: none;
  color: var(--kw-text);
  background: rgba(2, 6, 23, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  font-size: 1.08rem;
  line-height: 1.4;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}.wpc-scope-235 .tc-wp-tool-root .bfg-input::placeholder{
  color: rgba(203, 213, 225, 0.68);
}.wpc-scope-235 .tc-wp-tool-root .bfg-input:focus{
  border-color: rgba(167, 139, 250, 0.82);
  background: rgba(15, 23, 42, 0.78);
  box-shadow: 0 0 0 4px var(--kw-primary-soft), 0 0 34px rgba(167, 139, 250, 0.2);
}.wpc-scope-235 .tc-wp-tool-root .bfg-grid{
  display: grid;
  gap: 18px;
  width: 100%;
}.wpc-scope-235 .tc-wp-tool-root .bfg-card{
  position: relative;
  min-width: 0;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: var(--kw-bg-card);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -18px 35px rgba(2, 6, 23, 0.16);
  backdrop-filter: blur(16px) saturate(180%);
  opacity: 0;
  transform: translateY(16px);
  animation: bfg-card-in 0.4s ease-out forwards;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}.wpc-scope-235 .tc-wp-tool-root .bfg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, var(--kw-primary), transparent);
  transition: opacity 0.22s ease;
}.wpc-scope-235 .tc-wp-tool-root .bfg-card:hover{
  border-color: rgba(167, 139, 250, 0.38);
  background: rgba(255, 255, 255, 0.095);
  box-shadow: 0 18px 44px rgba(2, 6, 23, 0.28), 0 0 0 1px rgba(167, 139, 250, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transform: translateY(-6px);
}.wpc-scope-235 .tc-wp-tool-root .bfg-card:hover::before{
  opacity: 1;
}.wpc-scope-235 .tc-wp-tool-root .bfg-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.wpc-scope-235 .tc-wp-tool-root .bfg-style-name{
  min-width: 0;
  color: var(--kw-text-muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}.wpc-scope-235 .tc-wp-tool-root .bfg-copy-button, .wpc-scope-235 .tc-wp-tool-root .bfg-load-button{
  border: 1px solid rgba(167, 139, 250, 0.32);
  border-radius: 10px;
  color: var(--kw-text);
  background: linear-gradient(135deg, rgba(167, 139, 250, 0.22), rgba(99, 102, 241, 0.18));
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}.wpc-scope-235 .tc-wp-tool-root .bfg-copy-button{
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 8px 11px;
  font-size: 0.82rem;
  font-weight: 800;
}.wpc-scope-235 .tc-wp-tool-root .bfg-copy-button:hover, .wpc-scope-235 .tc-wp-tool-root .bfg-load-button:hover{
  transform: scale(1.02);
  border-color: rgba(167, 139, 250, 0.68);
  box-shadow: 0 10px 26px rgba(99, 102, 241, 0.2);
}.wpc-scope-235 .tc-wp-tool-root .bfg-copy-button:focus-visible, .wpc-scope-235 .tc-wp-tool-root .bfg-load-button:focus-visible{
  outline: none;
  box-shadow: 0 0 0 4px var(--kw-primary-soft);
}.wpc-scope-235 .tc-wp-tool-root .bfg-copy-button.bfg-copied{
  border-color: rgba(74, 222, 128, 0.6);
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.28), rgba(22, 163, 74, 0.2));
  color: #dcfce7;
}.wpc-scope-235 .tc-wp-tool-root .bfg-button-icon{
  display: inline-flex;
  width: 16px;
  height: 16px;
}.wpc-scope-235 .tc-wp-tool-root .bfg-preview{
  max-height: 180px;
  min-height: 92px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px;
  border-radius: 10px;
  color: #ffffff;
  background: rgba(2, 6, 23, 0.36);
  font-size: 1.35rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
  scrollbar-width: thin;
  scrollbar-color: var(--kw-primary) transparent;
}.wpc-scope-235 .tc-wp-tool-root .bfg-preview::-webkit-scrollbar{
  width: 4px;
}.wpc-scope-235 .tc-wp-tool-root .bfg-preview::-webkit-scrollbar-track{
  background: transparent;
}.wpc-scope-235 .tc-wp-tool-root .bfg-preview::-webkit-scrollbar-thumb{
  border-radius: 999px;
  background: var(--kw-primary);
}.wpc-scope-235 .tc-wp-tool-root .bfg-load-row{
  display: flex;
  justify-content: center;
  margin-top: 26px;
}.wpc-scope-235 .tc-wp-tool-root .bfg-load-button{
  min-height: 48px;
  padding: 12px 22px;
  font-size: 0.96rem;
  font-weight: 850;
}.wpc-scope-235 .tc-wp-tool-root .bfg-load-button:disabled{
  cursor: not-allowed;
  opacity: 0.58;
  transform: none;
  box-shadow: none;
}@keyframes bfg-card-in{
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .bfg-wrapper{
    padding: 38px 12px;
  }.tc-wp-tool-root .bfg-tool{
    padding: 16px;
  }.tc-wp-tool-root .bfg-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }.tc-wp-tool-root .bfg-card{
    padding: 14px;
  }.tc-wp-tool-root .bfg-card-head{
    align-items: flex-start;
    flex-direction: column;
  }.tc-wp-tool-root .bfg-copy-button{
    width: 100%;
    justify-content: center;
  }.tc-wp-tool-root .bfg-preview{
    font-size: 1.08rem;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .bfg-wrapper{
    padding: 42px 14px;
  }.tc-wp-tool-root .bfg-tool{
    padding: 18px;
  }.tc-wp-tool-root .bfg-grid{
    grid-template-columns: 1fr;
    gap: 15px;
  }.tc-wp-tool-root .bfg-preview{
    font-size: 1.14rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .bfg-wrapper{
    padding: 46px 16px;
  }.tc-wp-tool-root .bfg-tool{
    padding: 22px;
  }.tc-wp-tool-root .bfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-tool-root .bfg-preview{
    font-size: 1.2rem;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .bfg-wrapper{
    padding: 54px 22px;
  }.tc-wp-tool-root .bfg-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }}@media (min-width: 1024px){.tc-wp-tool-root .bfg-grid{
    grid-template-columns: repeat(3, 1fr);
  }}