@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-228 .tc-wp-tool-root img, .wpc-scope-228 .tc-wp-tool-root video, .wpc-scope-228 .tc-wp-tool-root svg, .wpc-scope-228 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap{
  --atg-bg: #03110c;
  --atg-panel: rgba(8, 35, 24, 0.78);
  --atg-panel-2: rgba(4, 24, 18, 0.9);
  --atg-accent: #39ff88;
  --atg-accent-dark: #08a85c;
  --atg-accent-faded: rgba(57, 255, 136, 0.18);
  --atg-glow: rgba(57, 255, 136, 0.42);
  --atg-text: #effff6;
  --atg-muted: #9fd7bd;
  --atg-inverse: #03110c;
  --atg-border: rgba(75, 255, 157, 0.26);
  --atg-cyan: rgba(29, 255, 207, 0.22);
  --atg-lime: rgba(181, 255, 60, 0.18);
  --atg-teal: rgba(0, 107, 91, 0.38);
  width: 100%;
  color: var(--atg-text);
  background:
    radial-gradient(circle at 4% 8%, var(--atg-glow), transparent 31%),
    radial-gradient(circle at 96% 12%, var(--atg-cyan), transparent 28%),
    radial-gradient(circle at 6% 94%, var(--atg-lime), transparent 28%),
    radial-gradient(circle at 94% 90%, var(--atg-teal), transparent 34%),
    linear-gradient(135deg, #03110c 0%, #061b13 48%, #02100e 100%);
  padding: 28px 14px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap *, .wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap *::before, .wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap *::after{
  box-sizing: border-box;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-header{
  margin-bottom: 18px;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-header h2{
  margin: 0 0 10px;
  color: var(--atg-text);
  font-size: clamp(1.65rem, 6vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow: 0 0 30px var(--atg-glow);
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-header p{
  max-width: 850px;
  margin: 0;
  color: var(--atg-muted);
  font-size: 1rem;
  line-height: 1.55;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-panel{
  border: 1px solid var(--atg-border);
  background: linear-gradient(180deg, var(--atg-panel), var(--atg-panel-2));
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(188, 255, 214, 0.08);
  backdrop-filter: blur(16px);
  border-radius: 8px;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-input-panel{
  padding: 14px;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-textarea-head{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap label, .wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-counter, .wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-status{
  color: var(--atg-muted);
  font-size: 0.88rem;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap textarea, .wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap input[type="search"]{
  width: 100% !important;
  color: var(--atg-text) !important;
  background: rgba(0, 12, 8, 0.68) !important;
  border: 1px solid rgba(57, 255, 136, 0.32) !important;
  border-radius: 8px !important;
  outline: none !important;
  box-shadow: inset 0 0 0 1px rgba(0, 255, 171, 0.04) !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease !important;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap textarea{
  min-height: 150px !important;
  max-height: 250px !important;
  resize: vertical !important;
  padding: 14px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap input[type="search"]{
  height: 44px !important;
  padding: 0 13px !important;
  font-size: 0.96rem !important;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap textarea:focus, .wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap input[type="search"]:focus{
  border-color: var(--atg-accent) !important;
  box-shadow: 0 0 0 3px var(--atg-accent-faded), 0 0 26px rgba(57, 255, 136, 0.16) !important;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-action-row, .wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-controls{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-action-row{
  margin-top: 12px;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap button{
  appearance: none !important;
  border: 1px solid rgba(57, 255, 136, 0.34) !important;
  background: rgba(57, 255, 136, 0.1) !important;
  color: var(--atg-text) !important;
  min-height: 42px !important;
  border-radius: 8px !important;
  padding: 9px 13px !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease !important;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap button:hover{
  transform: translateY(-1px) !important;
  border-color: var(--atg-accent) !important;
  box-shadow: 0 10px 26px rgba(57, 255, 136, 0.14) !important;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap button:focus-visible, .wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-toggle input:focus-visible + span{
  outline: 3px solid var(--atg-accent-faded) !important;
  outline-offset: 2px !important;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-emoji{
  display: inline-block !important;
  font-size: 1em !important;
  line-height: 1 !important;
  margin-right: 5px !important;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-status{
  margin-left: auto;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-controls{
  margin-top: 14px;
  padding: 12px;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-search-box{
  flex: 1 1 240px;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-search-box label{
  display: block;
  margin-bottom: 6px;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-segment{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 4px;
  border: 1px solid rgba(57, 255, 136, 0.22);
  border-radius: 8px;
  background: rgba(0, 12, 8, 0.42);
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-segment button{
  min-height: 36px !important;
  padding: 7px 10px !important;
  border-color: transparent !important;
  background: transparent !important;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-segment button.is-active{
  color: var(--atg-inverse) !important;
  background: var(--atg-accent) !important;
  border-color: var(--atg-accent) !important;
  box-shadow: 0 0 18px var(--atg-glow) !important;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-toggle{
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(57, 255, 136, 0.22);
  border-radius: 8px;
  background: rgba(0, 12, 8, 0.42);
  cursor: pointer;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-toggle input{
  accent-color: var(--atg-accent) !important;
  width: 18px !important;
  height: 18px !important;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-output-section{
  margin-top: 16px;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-card{
  min-height: 178px;
  max-height: 250px !important;
  overflow-y: auto !important;
  border: 1px solid var(--atg-border);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(6, 31, 22, 0.92), rgba(2, 15, 11, 0.94));
  padding: 13px;
  cursor: pointer;
  position: relative;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-card:hover{
  transform: translateY(-2px);
  border-color: var(--atg-accent);
  box-shadow: 0 14px 36px rgba(57, 255, 136, 0.14);
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-card.is-copied{
  border-color: var(--atg-accent);
  box-shadow: 0 0 0 3px var(--atg-accent-faded), 0 14px 38px rgba(57, 255, 136, 0.22);
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-card-top{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 10px;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-card h3{
  margin: 0;
  color: var(--atg-text);
  font-size: 0.98rem;
  line-height: 1.25;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-card small{
  display: block;
  color: var(--atg-muted);
  margin-top: 3px;
  font-size: 0.76rem;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-copy{
  min-height: 34px !important;
  padding: 6px 9px !important;
  white-space: nowrap !important;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-output{
  color: var(--atg-text);
  font-size: 1.05rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  text-shadow: 0 0 12px rgba(57, 255, 136, 0.14);
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-feedback{
  position: absolute;
  right: 12px;
  bottom: 10px;
  color: var(--atg-accent);
  font-size: 0.8rem;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 140ms ease, transform 140ms ease;
  pointer-events: none;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-card.is-copied .atg-feedback{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-load-more{
  display: block !important;
  margin: 16px auto 0 !important;
  min-width: 190px !important;
  color: var(--atg-inverse) !important;
  background: linear-gradient(135deg, var(--atg-accent), #a8ff4f) !important;
  border-color: rgba(205, 255, 193, 0.8) !important;
}.wpc-scope-228 .tc-wp-tool-root .atg-tool-wrap .atg-load-more[hidden]{
  display: none !important;
}@media (min-width: 680px){.tc-wp-tool-root .atg-tool-wrap{
    padding: 38px 18px !important;
  }.tc-wp-tool-root .atg-tool-wrap .atg-input-panel{
    padding: 18px !important;
  }.tc-wp-tool-root .atg-tool-wrap .atg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }}@media (min-width: 980px){.tc-wp-tool-root .atg-tool-wrap{
    padding: 52px 24px !important;
  }.tc-wp-tool-root .atg-tool-wrap .atg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .atg-tool-wrap textarea{
    min-height: 170px !important;
  }}