@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-405 .tc-wp-tool-root img, .wpc-scope-405 .tc-wp-tool-root video, .wpc-scope-405 .tc-wp-tool-root svg, .wpc-scope-405 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool, .wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-shell, .wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-panel, .wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-grid, .wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-card, .wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-input, .wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-mode-btn, .wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-clear-btn, .wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-load-btn, .wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-copy-btn{
  box-sizing: border-box;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #f8fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 78, 205, 0.28), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(22, 226, 255, 0.3), transparent 30%),
    radial-gradient(circle at 52% 95%, rgba(142, 80, 255, 0.26), transparent 34%),
    linear-gradient(135deg, #170a46 0%, #07152f 42%, #220c4f 72%, #030816 100%);
  position: relative;
  isolation: isolate;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 35%, rgba(0, 238, 255, 0.08)),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.12), transparent 42%);
  opacity: 0.9;
  z-index: -1;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-header{
  text-align: center;
  margin: 0 auto;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-header h1{
  margin: 0;
  color: #ffffff;
  font-weight: 850;
  line-height: 1.03;
  letter-spacing: 0;
  text-shadow: 0 0 34px rgba(40, 220, 255, 0.35);
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-header p{
  max-width: 760px;
  margin: 16px auto 0;
  color: rgba(238, 247, 255, 0.86);
  line-height: 1.65;
  font-weight: 500;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-panel, .wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-card{
  border: 1px solid rgba(205, 238, 255, 0.22);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-composer{
  border-radius: 28px;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-modebar{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-mode-btn, .wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-clear-btn, .wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-load-btn, .wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-copy-btn{
  border: 1px solid rgba(218, 244, 255, 0.24);
  border-radius: 999px;
  color: #f8fcff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
  touch-action: manipulation;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-mode-btn{
  background: rgba(4, 16, 38, 0.42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-mode-btn.rtg-active{
  color: #06111f;
  border-color: rgba(255,255,255,0.65);
  background: linear-gradient(135deg, #35f3ff, #b98cff 52%, #ff83db);
  box-shadow: 0 0 28px rgba(44, 234, 255, 0.35);
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-mode-btn:hover, .wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-clear-btn:hover, .wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-load-btn:hover, .wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-copy-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(34, 224, 255, 0.22);
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-mode-btn:focus-visible, .wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-clear-btn:focus-visible, .wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-load-btn:focus-visible, .wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-copy-btn:focus-visible, .wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-input:focus-visible{
  outline: 3px solid rgba(61, 239, 255, 0.9);
  outline-offset: 3px;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-input-label{
  display: block;
  margin: 0 0 9px;
  color: rgba(246, 251, 255, 0.9);
  font-weight: 800;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-input{
  width: 100%;
  max-width: 100%;
  display: block;
  resize: vertical;
  min-height: 170px;
  border: 1px solid rgba(200, 244, 255, 0.24);
  border-radius: 22px;
  background: rgba(3, 12, 30, 0.52);
  color: #ffffff;
  line-height: 1.55;
  box-shadow: inset 0 1px 18px rgba(0,0,0,0.22);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-input::placeholder{
  color: rgba(226, 242, 255, 0.58);
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-input:focus{
  border-color: rgba(61, 239, 255, 0.72);
  background: rgba(4, 14, 34, 0.72);
  box-shadow: 0 0 0 4px rgba(61, 239, 255, 0.1), inset 0 1px 18px rgba(0,0,0,0.24);
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-actions{
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-clear-btn, .wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-load-btn{
  background: linear-gradient(135deg, rgba(53, 243, 255, 0.92), rgba(185, 140, 255, 0.96), rgba(255, 131, 219, 0.92));
  color: #06111f;
  border-color: rgba(255, 255, 255, 0.55);
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-preview-head{
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-preview-head h2{
  margin: 0;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-count{
  flex: 0 0 auto;
  color: rgba(231, 246, 255, 0.76);
  font-weight: 800;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 22px;
  overflow: hidden;
  animation: rtg-premium-fade 360ms ease both;
  transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(78, 238, 255, 0.45);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.42), 0 0 36px rgba(70, 226, 255, 0.16);
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-card h3{
  margin: 0 0 12px;
  color: #ffffff;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-output{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 112px;
  overflow: auto;
  border-radius: 16px;
  border: 1px solid rgba(207, 241, 255, 0.18);
  background: rgba(2, 9, 24, 0.45);
  color: rgba(250, 253, 255, 0.94);
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-output::-webkit-scrollbar, .wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-input::-webkit-scrollbar{
  width: 10px;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-output::-webkit-scrollbar-track, .wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-input::-webkit-scrollbar-track{
  background: rgba(255,255,255,0.06);
  border-radius: 999px;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-output::-webkit-scrollbar-thumb, .wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-input::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #35f3ff, #b98cff);
  border-radius: 999px;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-card-foot{
  display: flex;
  justify-content: flex-end;
  margin-top: 13px;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-copy-btn{
  background: rgba(255,255,255,0.1);
  color: #ffffff;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-copy-btn.rtg-copied{
  color: #071323;
  background: linear-gradient(135deg, #87fff6, #ffd1f1);
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-load-wrap{
  display: flex;
  justify-content: center;
}.wpc-scope-405 .tc-wp-tool-root .rtg-premium-tool .rtg-load-btn[hidden]{
  display: none;
}@keyframes rtg-premium-fade{
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .rtg-premium-tool{ padding: 72px 28px; }.tc-wp-tool-root .rtg-premium-tool .rtg-shell{ max-width: 1200px; }.tc-wp-tool-root .rtg-premium-tool .rtg-header h1{ font-size: 60px; }.tc-wp-tool-root .rtg-premium-tool .rtg-header p{ font-size: 19px; }.tc-wp-tool-root .rtg-premium-tool .rtg-composer{ margin-top: 38px; padding: 30px; }.tc-wp-tool-root .rtg-premium-tool .rtg-input{ font-size: 18px; padding: 20px; }.tc-wp-tool-root .rtg-premium-tool .rtg-mode-btn, .tc-wp-tool-root .rtg-premium-tool .rtg-clear-btn, .tc-wp-tool-root .rtg-premium-tool .rtg-load-btn, .tc-wp-tool-root .rtg-premium-tool .rtg-copy-btn{ font-size: 15px; padding: 14px 20px; min-height: 48px; }.tc-wp-tool-root .rtg-premium-tool .rtg-preview-section{ margin-top: 36px; }.tc-wp-tool-root .rtg-premium-tool .rtg-preview-head h2{ font-size: 30px; }.tc-wp-tool-root .rtg-premium-tool .rtg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; margin-top: 22px; }.tc-wp-tool-root .rtg-premium-tool .rtg-card{ padding: 22px; }.tc-wp-tool-root .rtg-premium-tool .rtg-card h3{ font-size: 17px; }.tc-wp-tool-root .rtg-premium-tool .rtg-output{ font-size: 16px; padding: 15px; }.tc-wp-tool-root .rtg-premium-tool .rtg-load-wrap{ margin-top: 30px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .rtg-premium-tool{ padding: 64px 24px; }.tc-wp-tool-root .rtg-premium-tool .rtg-shell{ max-width: 1080px; }.tc-wp-tool-root .rtg-premium-tool .rtg-header h1{ font-size: 54px; }.tc-wp-tool-root .rtg-premium-tool .rtg-header p{ font-size: 18px; }.tc-wp-tool-root .rtg-premium-tool .rtg-composer{ margin-top: 34px; padding: 28px; }.tc-wp-tool-root .rtg-premium-tool .rtg-input{ font-size: 17px; padding: 19px; }.tc-wp-tool-root .rtg-premium-tool .rtg-mode-btn, .tc-wp-tool-root .rtg-premium-tool .rtg-clear-btn, .tc-wp-tool-root .rtg-premium-tool .rtg-load-btn, .tc-wp-tool-root .rtg-premium-tool .rtg-copy-btn{ font-size: 15px; padding: 13px 18px; min-height: 47px; }.tc-wp-tool-root .rtg-premium-tool .rtg-preview-section{ margin-top: 34px; }.tc-wp-tool-root .rtg-premium-tool .rtg-preview-head h2{ font-size: 28px; }.tc-wp-tool-root .rtg-premium-tool .rtg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 21px; }.tc-wp-tool-root .rtg-premium-tool .rtg-card{ padding: 21px; }.tc-wp-tool-root .rtg-premium-tool .rtg-output{ font-size: 15.5px; padding: 15px; }.tc-wp-tool-root .rtg-premium-tool .rtg-load-wrap{ margin-top: 28px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .rtg-premium-tool{ padding: 56px 22px; }.tc-wp-tool-root .rtg-premium-tool .rtg-shell{ max-width: 880px; }.tc-wp-tool-root .rtg-premium-tool .rtg-header h1{ font-size: 46px; }.tc-wp-tool-root .rtg-premium-tool .rtg-header p{ font-size: 17px; }.tc-wp-tool-root .rtg-premium-tool .rtg-composer{ margin-top: 30px; padding: 24px; }.tc-wp-tool-root .rtg-premium-tool .rtg-input{ font-size: 16.5px; padding: 18px; }.tc-wp-tool-root .rtg-premium-tool .rtg-mode-btn, .tc-wp-tool-root .rtg-premium-tool .rtg-clear-btn, .tc-wp-tool-root .rtg-premium-tool .rtg-load-btn, .tc-wp-tool-root .rtg-premium-tool .rtg-copy-btn{ font-size: 14.5px; padding: 13px 17px; min-height: 46px; }.tc-wp-tool-root .rtg-premium-tool .rtg-preview-section{ margin-top: 32px; }.tc-wp-tool-root .rtg-premium-tool .rtg-preview-head h2{ font-size: 26px; }.tc-wp-tool-root .rtg-premium-tool .rtg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 20px; }.tc-wp-tool-root .rtg-premium-tool .rtg-card{ padding: 20px; }.tc-wp-tool-root .rtg-premium-tool .rtg-output{ font-size: 15px; padding: 14px; }.tc-wp-tool-root .rtg-premium-tool .rtg-load-wrap{ margin-top: 26px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .rtg-premium-tool{ padding: 44px 16px; }.tc-wp-tool-root .rtg-premium-tool .rtg-shell{ max-width: 100%; }.tc-wp-tool-root .rtg-premium-tool .rtg-header h1{ font-size: 38px; }.tc-wp-tool-root .rtg-premium-tool .rtg-header p{ font-size: 16px; }.tc-wp-tool-root .rtg-premium-tool .rtg-composer{ margin-top: 26px; padding: 18px; }.tc-wp-tool-root .rtg-premium-tool .rtg-input{ font-size: 16px; padding: 16px; }.tc-wp-tool-root .rtg-premium-tool .rtg-mode-btn, .tc-wp-tool-root .rtg-premium-tool .rtg-clear-btn, .tc-wp-tool-root .rtg-premium-tool .rtg-load-btn, .tc-wp-tool-root .rtg-premium-tool .rtg-copy-btn{ font-size: 14px; padding: 13px 15px; min-height: 46px; }.tc-wp-tool-root .rtg-premium-tool .rtg-preview-section{ margin-top: 28px; }.tc-wp-tool-root .rtg-premium-tool .rtg-preview-head{ align-items: start; flex-direction: column; }.tc-wp-tool-root .rtg-premium-tool .rtg-preview-head h2{ font-size: 24px; }.tc-wp-tool-root .rtg-premium-tool .rtg-grid{ grid-template-columns: 1fr !important; gap: 16px; margin-top: 18px; }.tc-wp-tool-root .rtg-premium-tool .rtg-card{ width: 100%; max-width: 100%; padding: 18px; }.tc-wp-tool-root .rtg-premium-tool .rtg-output{ font-size: 15px; padding: 14px; }.tc-wp-tool-root .rtg-premium-tool .rtg-load-wrap{ margin-top: 24px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .rtg-premium-tool{ padding: 38px 14px; }.tc-wp-tool-root .rtg-premium-tool .rtg-shell{ max-width: 100%; }.tc-wp-tool-root .rtg-premium-tool .rtg-header h1{ font-size: 33px; }.tc-wp-tool-root .rtg-premium-tool .rtg-header p{ font-size: 15.5px; }.tc-wp-tool-root .rtg-premium-tool .rtg-composer{ margin-top: 24px; padding: 16px; border-radius: 22px; }.tc-wp-tool-root .rtg-premium-tool .rtg-input{ font-size: 15.5px; padding: 15px; min-height: 158px; }.tc-wp-tool-root .rtg-premium-tool .rtg-mode-btn, .tc-wp-tool-root .rtg-premium-tool .rtg-clear-btn, .tc-wp-tool-root .rtg-premium-tool .rtg-load-btn, .tc-wp-tool-root .rtg-premium-tool .rtg-copy-btn{ font-size: 13.5px; padding: 12px 14px; min-height: 45px; }.tc-wp-tool-root .rtg-premium-tool .rtg-preview-section{ margin-top: 26px; }.tc-wp-tool-root .rtg-premium-tool .rtg-preview-head{ align-items: start; flex-direction: column; }.tc-wp-tool-root .rtg-premium-tool .rtg-preview-head h2{ font-size: 23px; }.tc-wp-tool-root .rtg-premium-tool .rtg-grid{ grid-template-columns: 1fr !important; gap: 15px; margin-top: 17px; }.tc-wp-tool-root .rtg-premium-tool .rtg-card{ width: 100%; max-width: 100%; padding: 16px; }.tc-wp-tool-root .rtg-premium-tool .rtg-output{ font-size: 14.5px; padding: 13px; min-height: 106px; }.tc-wp-tool-root .rtg-premium-tool .rtg-load-wrap{ margin-top: 22px; }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .rtg-premium-tool{ padding: 34px 12px; }.tc-wp-tool-root .rtg-premium-tool .rtg-shell{ max-width: 100%; }.tc-wp-tool-root .rtg-premium-tool .rtg-header h1{ font-size: 29px; }.tc-wp-tool-root .rtg-premium-tool .rtg-header p{ font-size: 15px; line-height: 1.55; }.tc-wp-tool-root .rtg-premium-tool .rtg-composer{ margin-top: 22px; padding: 14px; border-radius: 20px; }.tc-wp-tool-root .rtg-premium-tool .rtg-input{ font-size: 15px; padding: 14px; min-height: 150px; }.tc-wp-tool-root .rtg-premium-tool .rtg-modebar{ gap: 8px; }.tc-wp-tool-root .rtg-premium-tool .rtg-mode-btn, .tc-wp-tool-root .rtg-premium-tool .rtg-clear-btn, .tc-wp-tool-root .rtg-premium-tool .rtg-load-btn, .tc-wp-tool-root .rtg-premium-tool .rtg-copy-btn{ font-size: 13px; padding: 12px 13px; min-height: 44px; }.tc-wp-tool-root .rtg-premium-tool .rtg-preview-section{ margin-top: 24px; }.tc-wp-tool-root .rtg-premium-tool .rtg-preview-head{ align-items: start; flex-direction: column; }.tc-wp-tool-root .rtg-premium-tool .rtg-preview-head h2{ font-size: 21px; }.tc-wp-tool-root .rtg-premium-tool .rtg-grid{ grid-template-columns: 1fr !important; gap: 14px; margin-top: 16px; }.tc-wp-tool-root .rtg-premium-tool .rtg-card{ width: 100%; max-width: 100%; padding: 14px; border-radius: 18px; }.tc-wp-tool-root .rtg-premium-tool .rtg-output{ font-size: 14px; padding: 12px; min-height: 104px; }.tc-wp-tool-root .rtg-premium-tool .rtg-load-wrap{ margin-top: 20px; }}