@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-169 .tc-wp-tool-root img, .wpc-scope-169 .tc-wp-tool-root video, .wpc-scope-169 .tc-wp-tool-root svg, .wpc-scope-169 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool, .wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool *{
  box-sizing: border-box;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 28px 14px;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-heading{
  max-width: 820px;
  margin: 0 auto 22px;
  text-align: center;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-heading h2{
  margin: 0;
  color: #111827;
  font-size: 28px;
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-heading p{
  margin: 10px auto 0;
  color: #526176;
  font-size: 15px;
  line-height: 1.6;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
  border: 1px solid rgba(100, 116, 139, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96)),
    radial-gradient(circle at top left, rgba(14, 165, 233, 0.12), transparent 38%);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.11);
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-input-panel{
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-label{
  display: block;
  margin: 0 0 8px;
  color: #263247;
  font-size: 14px;
  font-weight: 750;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-input{
  display: block;
  width: 100%;
  min-height: 132px;
  resize: vertical;
  padding: 15px 16px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  outline: none;
  background: #f8fafc;
  color: #111827;
  font: inherit;
  font-size: 16px;
  line-height: 1.55;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-input::placeholder{
  color: #75849a;
  opacity: 1;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-input:focus{
  border-color: #0ea5e9;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.16);
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-input-actions{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  margin-top: 12px;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-status{
  color: #64748b;
  font-size: 13px;
  line-height: 1.4;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool button{
  min-height: 44px;
  border: 0;
  border-radius: 11px;
  cursor: pointer;
  font: inherit;
  font-weight: 750;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, color 0.16s ease;
  -webkit-tap-highlight-color: transparent;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool button:focus-visible{
  outline: 3px solid rgba(14, 165, 233, 0.35);
  outline-offset: 2px;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool button:hover{
  transform: translateY(-1px);
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-clear{
  width: 100%;
  padding: 11px 16px;
  background: #e2e8f0;
  color: #1e293b;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-clear:hover{
  background: #cbd5e1;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 16px;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-card{
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(148, 163, 184, 0.34);
  border-radius: 15px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-card-head{
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-style-name{
  min-width: 0;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  overflow-wrap: anywhere;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-copy{
  flex: 0 0 auto;
  min-height: 38px;
  padding: 8px 12px;
  background: #111827;
  color: #ffffff;
  font-size: 13px;
  box-shadow: 0 8px 16px rgba(17, 24, 39, 0.18);
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-copy:hover{
  background: #0f172a;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-copy.atg-copied{
  background: #047857;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-preview{
  max-height: 180px;
  min-height: 82px;
  overflow: auto;
  padding: 13px;
  border: 1px solid rgba(203, 213, 225, 0.82);
  border-radius: 12px;
  background: #f1f5f9;
  color: #111827;
  font-size: 20px;
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-preview::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-preview::-webkit-scrollbar-track{
  background: #e2e8f0;
  border-radius: 999px;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #38bdf8, #6366f1);
  border: 2px solid #e2e8f0;
  border-radius: 999px;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-load-wrap{
  display: flex;
  justify-content: center;
  margin-top: 18px;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-load-more{
  width: 100%;
  max-width: 280px;
  padding: 13px 20px;
  background: linear-gradient(135deg, #0f172a, #334155);
  color: #ffffff;
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.2);
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-load-more:hover{
  background: linear-gradient(135deg, #020617, #1e293b);
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-load-more[disabled]{
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}.wpc-scope-169 .tc-wp-tool-root .aesthetic-text-generator-tool .atg-copy-status{
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}@media (min-width: 375px){.tc-wp-tool-root .aesthetic-text-generator-tool{
    padding: 30px 16px;
  }.tc-wp-tool-root .aesthetic-text-generator-tool .atg-heading h2{
    font-size: 30px;
  }}@media (min-width: 390px){.tc-wp-tool-root .aesthetic-text-generator-tool .atg-shell{
    padding: 18px;
  }.tc-wp-tool-root .aesthetic-text-generator-tool .atg-preview{
    font-size: 21px;
  }}@media (min-width: 430px){.tc-wp-tool-root .aesthetic-text-generator-tool .atg-input-actions{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }.tc-wp-tool-root .aesthetic-text-generator-tool .atg-clear{
    width: auto;
  }}@media (min-width: 480px){.tc-wp-tool-root .aesthetic-text-generator-tool .atg-heading h2{
    font-size: 34px;
  }.tc-wp-tool-root .aesthetic-text-generator-tool .atg-shell{
    border-radius: 20px;
  }}@media (min-width: 768px){.tc-wp-tool-root .aesthetic-text-generator-tool{
    padding: 42px 22px;
  }.tc-wp-tool-root .aesthetic-text-generator-tool .atg-heading{
    margin-bottom: 28px;
  }.tc-wp-tool-root .aesthetic-text-generator-tool .atg-heading h2{
    font-size: 40px;
  }.tc-wp-tool-root .aesthetic-text-generator-tool .atg-heading p{
    font-size: 17px;
  }.tc-wp-tool-root .aesthetic-text-generator-tool .atg-shell{
    padding: 22px;
  }.tc-wp-tool-root .aesthetic-text-generator-tool .atg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }}@media (min-width: 1024px){.tc-wp-tool-root .aesthetic-text-generator-tool .atg-shell{
    min-width: 0;
    padding: 26px;
  }.tc-wp-tool-root .aesthetic-text-generator-tool .atg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .aesthetic-text-generator-tool .atg-input{
    min-height: 145px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .aesthetic-text-generator-tool .atg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }}