@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;
}
.tc-wp-tool-root img,
.tc-wp-tool-root video,
.tc-wp-tool-root svg,
.tc-wp-tool-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-tool-root .dtg-dog-tag-generator, .tc-wp-tool-root .dtg-dog-tag-generator *{
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .dtg-dog-tag-generator{
  position: relative;
  width: 100%;
  isolation: isolate;
  color: #142238;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 14% 12%, rgba(67, 198, 172, 0.16), transparent 30%),
    radial-gradient(circle at 90% 18%, rgba(72, 151, 255, 0.15), transparent 32%),
    linear-gradient(135deg, #f7fbff 0%, #eef8f6 44%, #f7f4ec 100%);
  padding: 32px 16px;
  overflow: hidden;
}.tc-wp-tool-root .dtg-bg{
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image:
    linear-gradient(90deg, rgba(32, 74, 116, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(32, 74, 116, 0.07) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}.tc-wp-tool-root .dtg-float{
  position: absolute;
  border: 2px solid rgba(35, 83, 125, 0.15);
  background: linear-gradient(145deg, rgba(255,255,255,0.52), rgba(216,231,239,0.28));
  box-shadow: inset 0 1px 10px rgba(255,255,255,0.8);
}.tc-wp-tool-root .dtg-float::before{
  content: "";
  position: absolute;
  width: 14%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid rgba(35, 83, 125, 0.16);
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
}.tc-wp-tool-root .dtg-float-one{
  width: 150px;
  height: 88px;
  border-radius: 48px;
  top: 70px;
  left: 4%;
  transform: rotate(-16deg);
}.tc-wp-tool-root .dtg-float-two{
  width: 122px;
  height: 122px;
  border-radius: 50%;
  right: 8%;
  top: 150px;
  transform: rotate(10deg);
}.tc-wp-tool-root .dtg-float-three{
  width: 138px;
  height: 96px;
  border-radius: 10px;
  right: 14%;
  bottom: 82px;
  transform: rotate(-8deg);
}.tc-wp-tool-root .dtg-chip{
  position: absolute;
  padding: 8px 12px;
  border: 1px solid rgba(45, 102, 130, 0.14);
  border-radius: 10px;
  background: rgba(255,255,255,0.62);
  color: rgba(25, 58, 82, 0.48);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}.tc-wp-tool-root .dtg-chip-one{ left: 12%; bottom: 120px; }.tc-wp-tool-root .dtg-chip-two{ right: 22%; top: 58px; }.tc-wp-tool-root .dtg-shell{
  width: min(1200px, 100%);
  margin: 0 auto;
}.tc-wp-tool-root .dtg-hero{
  text-align: center;
  margin: 0 auto 24px;
}.tc-wp-tool-root .dtg-hero h1{
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 2.8rem) !important;
  line-height: 1.05;
  letter-spacing: 0;
  color: #10223a;
}.tc-wp-tool-root .dtg-hero p{
  margin: 10px auto 0;
  color: #50657b;
  font-size: 1rem;
  line-height: 1.5;
}.tc-wp-tool-root .dtg-dashboard{
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 62%);
  gap: 18px;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid rgba(45, 105, 135, 0.13);
  background: rgba(255,255,255,0.78);
  box-shadow: 0 24px 70px rgba(18, 45, 68, 0.15);
  backdrop-filter: blur(14px);
}.tc-wp-tool-root .dtg-settings, .tc-wp-tool-root .dtg-preview-panel{
  border-radius: 10px;
}.tc-wp-tool-root .dtg-settings{
  padding: 18px;
  background: linear-gradient(180deg, rgba(236, 249, 247, 0.92), rgba(245, 248, 251, 0.92));
  border: 1px solid rgba(63, 139, 142, 0.14);
}.tc-wp-tool-root .dtg-panel-head, .tc-wp-tool-root .dtg-preview-top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}.tc-wp-tool-root .dtg-panel-head h2, .tc-wp-tool-root .dtg-preview-top h2{
  margin: 0;
  font-size: 1.05rem;
  color: #172a43;
  line-height: 1.25;
}.tc-wp-tool-root .dtg-panel-head span, .tc-wp-tool-root .dtg-count{
  flex: 0 0 auto;
  border-radius: 10px;
  padding: 7px 9px;
  background: rgba(28, 132, 134, 0.09);
  color: #23676f;
  font-size: 0.76rem;
  font-weight: 800;
}.tc-wp-tool-root .dtg-field{
  display: grid;
  gap: 7px;
  margin-bottom: 13px;
}.tc-wp-tool-root .dtg-grid-fields{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 10px;
}.tc-wp-tool-root .dtg-field label{
  font-size: 0.82rem;
  font-weight: 800;
  color: #293d55;
}.tc-wp-tool-root .dtg-field label span{
  color: #b65d2d;
}.tc-wp-tool-root .dtg-field input, .tc-wp-tool-root .dtg-field select{
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(42, 78, 103, 0.18);
  border-radius: 10px;
  background: rgba(255,255,255,0.9);
  color: #16263a;
  font-size: 0.94rem;
  padding: 10px 12px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.85);
}.tc-wp-tool-root .dtg-field input:focus, .tc-wp-tool-root .dtg-field select:focus, .tc-wp-tool-root .dtg-btn:focus-visible{
  border-color: #2aa9a1;
  box-shadow: 0 0 0 4px rgba(42, 169, 161, 0.18);
}.tc-wp-tool-root .dtg-message{
  min-height: 22px;
  color: #9f3f28;
  font-size: 0.86rem;
  font-weight: 750;
}.tc-wp-tool-root .dtg-actions, .tc-wp-tool-root .dtg-output-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}.tc-wp-tool-root .dtg-btn{
  min-height: 42px;
  border: 0;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 0.9rem;
  font-weight: 850;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .dtg-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .dtg-btn-primary{
  flex: 1 1 130px;
  color: #ffffff;
  background: linear-gradient(135deg, #116f91, #25b79f);
  box-shadow: 0 12px 24px rgba(24, 127, 132, 0.28);
}.tc-wp-tool-root .dtg-btn-secondary, .tc-wp-tool-root .dtg-btn-copy{
  color: #16304a;
  background: linear-gradient(135deg, #eef6fb, #ffffff);
  border: 1px solid rgba(40, 79, 113, 0.15);
}.tc-wp-tool-root .dtg-btn-ghost{
  color: #4b5d71;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(40, 79, 113, 0.12);
}.tc-wp-tool-root .dtg-preview-panel{
  padding: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(247,251,252,0.96));
  border: 1px solid rgba(45, 85, 117, 0.12);
}.tc-wp-tool-root .dtg-preview-top p{
  margin: 5px 0 0;
  color: #63758a;
  font-size: 0.88rem;
}.tc-wp-tool-root .dtg-preview-box{
  max-height: 450px;
  overflow: auto;
  padding: 18px;
  border-radius: 10px;
  border: 1px solid rgba(45, 91, 124, 0.13);
  background:
    linear-gradient(90deg, rgba(35, 107, 134, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(35, 107, 134, 0.05) 1px, transparent 1px),
    #fbfdff;
  background-size: 28px 28px;
}.tc-wp-tool-root .dtg-preview-box::-webkit-scrollbar{ width: 10px; }.tc-wp-tool-root .dtg-preview-box::-webkit-scrollbar-track{ background: #eef6f7; border-radius: 10px; }.tc-wp-tool-root .dtg-preview-box::-webkit-scrollbar-thumb{ background: #a8c8cd; border-radius: 10px; }.tc-wp-tool-root .dtg-skeleton{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.7fr);
  gap: 18px;
  align-items: center;
}.tc-wp-tool-root .dtg-skel-tag{
  position: relative;
  min-height: 220px;
  border-radius: 50px;
  background: linear-gradient(110deg, #e9eff4 8%, #f9fcff 18%, #dde8ee 33%);
  background-size: 220% 100%;
  animation: dtgShimmer 1.4s infinite linear;
  box-shadow: inset 0 1px 18px rgba(255,255,255,0.75), 0 18px 34px rgba(35,64,82,0.12);
}.tc-wp-tool-root .dtg-skel-tag span{
  position: absolute;
  width: 26px;
  height: 26px;
  border: 5px solid rgba(150, 171, 184, 0.28);
  border-radius: 50%;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
}.tc-wp-tool-root .dtg-skel-tag i, .tc-wp-tool-root .dtg-skel-lines span{
  display: block;
  height: 13px;
  border-radius: 10px;
  background: rgba(142, 165, 181, 0.24);
}.tc-wp-tool-root .dtg-skel-tag i:nth-child(2){ width: 48%; margin: 88px auto 16px; height: 18px; }.tc-wp-tool-root .dtg-skel-tag i:nth-child(3){ width: 62%; margin: 0 auto 14px; }.tc-wp-tool-root .dtg-skel-tag i:nth-child(4){ width: 42%; margin: 0 auto; }.tc-wp-tool-root .dtg-skel-lines{
  display: grid;
  gap: 13px;
}.tc-wp-tool-root .dtg-skel-lines span:nth-child(1){ width: 90%; }.tc-wp-tool-root .dtg-skel-lines span:nth-child(2){ width: 70%; }.tc-wp-tool-root .dtg-skel-lines span:nth-child(3){ width: 82%; }@keyframes dtgShimmer {
  to { background-position: -220% 0; }
}.tc-wp-tool-root .dtg-output{
  display: grid;
  gap: 14px;
}.tc-wp-tool-root .dtg-tag-stage{
  display: grid;
  justify-items: center;
  gap: 14px;
}.tc-wp-tool-root .dtg-tag{
  position: relative;
  display: grid;
  place-items: center;
  width: 360px;
  min-height: 220px;
  padding: 46px 34px 28px;
  border-radius: 10px;
  text-align: center;
  color: rgba(16, 32, 48, 0.72);
  box-shadow: inset 0 2px 11px rgba(255,255,255,0.75), inset 0 -8px 20px rgba(38,52,66,0.12), 0 20px 42px rgba(28,52,71,0.2);
  text-shadow: 0 1px 0 rgba(255,255,255,0.42);
}.tc-wp-tool-root .dtg-tag::before{
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 5px solid rgba(35, 51, 66, 0.18);
  background: rgba(255,255,255,0.26);
}.tc-wp-tool-root .dtg-tag-lines{
  display: grid;
  gap: 8px;
  width: 100%;
}.tc-wp-tool-root .dtg-line-primary{
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-tool-root .dtg-line-secondary{
  font-size: 1.08rem;
  font-weight: 800;
}.tc-wp-tool-root .dtg-line-extra{
  font-size: 0.95rem;
  font-weight: 700;
}.tc-wp-tool-root .dtg-shape-bone{ border-radius: 54px; }.tc-wp-tool-root .dtg-shape-circle{ width: 270px; min-height: 270px; border-radius: 50%; padding: 54px 34px 34px; }.tc-wp-tool-root .dtg-shape-heart{ border-radius: 70px 70px 10px 10px; transform: rotate(45deg) scale(0.82); }.tc-wp-tool-root .dtg-shape-heart .dtg-tag-lines, .tc-wp-tool-root .dtg-shape-heart::before{ transform: rotate(-45deg); }.tc-wp-tool-root .dtg-shape-shield{ border-radius: 44px 44px 90px 90px / 34px 34px 120px 120px; }.tc-wp-tool-root .dtg-shape-classic-rectangle{ border-radius: 10px; }.tc-wp-tool-root .dtg-material-silver-steel{ background: linear-gradient(135deg, #d8e0e7, #ffffff 42%, #aab7c2); border: 1px solid #b8c3ca; }.tc-wp-tool-root .dtg-material-gold-brass{ background: linear-gradient(135deg, #c99732, #fff0a8 45%, #b47b20); border: 1px solid #b9892c; }.tc-wp-tool-root .dtg-material-rose-gold{ background: linear-gradient(135deg, #c98373, #ffd8cb 46%, #b66a5e); border: 1px solid #c68779; }.tc-wp-tool-root .dtg-material-matte-black{ background: linear-gradient(135deg, #1b242d, #48515a 46%, #10161d); border: 1px solid #2a333d; color: rgba(245,250,252,0.84); text-shadow: 0 1px 0 rgba(0,0,0,0.5); }.tc-wp-tool-root .dtg-material-blue-enamel{ background: linear-gradient(135deg, #116b97, #8edcff 48%, #0f5684); border: 1px solid #1977a3; color: rgba(6,33,52,0.78); }.tc-wp-tool-root .dtg-style-bold .dtg-line-primary, .tc-wp-tool-root .dtg-style-bold .dtg-line-secondary{ font-weight: 950; }.tc-wp-tool-root .dtg-style-playful{ font-family: "Trebuchet MS", Inter, sans-serif; }.tc-wp-tool-root .dtg-style-elegant{ font-family: Georgia, "Times New Roman", serif; }.tc-wp-tool-root .dtg-style-compact .dtg-tag-lines{ gap: 4px; }.tc-wp-tool-root .dtg-style-compact .dtg-line-primary{ font-size: 1.42rem; }.tc-wp-tool-root .dtg-size-small{ width: 290px; min-height: 178px; }.tc-wp-tool-root .dtg-size-small .dtg-line-primary{ font-size: 1.34rem; }.tc-wp-tool-root .dtg-size-small .dtg-line-secondary{ font-size: 0.94rem; }.tc-wp-tool-root .dtg-size-large{ width: 430px; min-height: 260px; }.tc-wp-tool-root .dtg-size-large .dtg-line-primary{ font-size: 2.05rem; }.tc-wp-tool-root .dtg-details{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}.tc-wp-tool-root .dtg-detail{
  border-radius: 10px;
  border: 1px solid rgba(47, 89, 119, 0.12);
  background: #ffffff;
  padding: 10px;
}.tc-wp-tool-root .dtg-detail strong{
  display: block;
  color: #52677d;
  font-size: 0.75rem;
  margin-bottom: 4px;
}.tc-wp-tool-root .dtg-pre{
  margin: 0;
  white-space: pre-wrap;
  font: 0.92rem/1.55 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  color: #142238;
  background: #ffffff;
  border: 1px solid rgba(47, 89, 119, 0.12);
  border-radius: 10px;
  padding: 14px;
}.tc-wp-tool-root .dtg-output-actions{
  margin-top: 14px;
}.tc-wp-tool-root .dtg-success{
  color: #22775f;
  font-size: 0.86rem;
  font-weight: 800;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .dtg-dog-tag-generator{ padding: 20px 10px; }.tc-wp-tool-root .dtg-shell{ width: 100%; }.tc-wp-tool-root .dtg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .dtg-hero p{ font-size: 0.88rem; }.tc-wp-tool-root .dtg-dashboard{ grid-template-columns: 1fr; gap: 12px; padding: 10px; }.tc-wp-tool-root .dtg-settings, .tc-wp-tool-root .dtg-preview-panel{ padding: 12px; }.tc-wp-tool-root .dtg-field input, .tc-wp-tool-root .dtg-field select, .tc-wp-tool-root .dtg-btn{ min-height: 40px; font-size: 0.85rem; }.tc-wp-tool-root .dtg-grid-fields, .tc-wp-tool-root .dtg-details, .tc-wp-tool-root .dtg-skeleton{ grid-template-columns: 1fr; }.tc-wp-tool-root .dtg-preview-box{ padding: 12px; }.tc-wp-tool-root .dtg-tag{ width: 100%; min-height: 168px; padding: 44px 18px 22px; }.tc-wp-tool-root .dtg-line-primary{ font-size: 1.18rem; }.tc-wp-tool-root .dtg-line-secondary{ font-size: 0.84rem; }.tc-wp-tool-root .dtg-line-extra{ font-size: 0.78rem; }.tc-wp-tool-root .dtg-size-large, .tc-wp-tool-root .dtg-size-small, .tc-wp-tool-root .dtg-shape-circle{ width: 100%; min-height: 190px; }.tc-wp-tool-root .dtg-actions, .tc-wp-tool-root .dtg-output-actions{ gap: 8px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .dtg-dog-tag-generator{ padding: 22px 12px; }.tc-wp-tool-root .dtg-shell{ width: 100%; }.tc-wp-tool-root .dtg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .dtg-hero p{ font-size: 0.92rem; }.tc-wp-tool-root .dtg-dashboard{ grid-template-columns: 1fr; gap: 13px; padding: 11px; }.tc-wp-tool-root .dtg-settings, .tc-wp-tool-root .dtg-preview-panel{ padding: 13px; }.tc-wp-tool-root .dtg-field input, .tc-wp-tool-root .dtg-field select, .tc-wp-tool-root .dtg-btn{ min-height: 42px; font-size: 0.88rem; }.tc-wp-tool-root .dtg-grid-fields, .tc-wp-tool-root .dtg-details, .tc-wp-tool-root .dtg-skeleton{ grid-template-columns: 1fr; }.tc-wp-tool-root .dtg-preview-box{ padding: 13px; }.tc-wp-tool-root .dtg-tag{ width: 100%; min-height: 180px; padding: 44px 20px 24px; }.tc-wp-tool-root .dtg-line-primary{ font-size: 1.28rem; }.tc-wp-tool-root .dtg-line-secondary{ font-size: 0.88rem; }.tc-wp-tool-root .dtg-line-extra{ font-size: 0.8rem; }.tc-wp-tool-root .dtg-size-large, .tc-wp-tool-root .dtg-size-small, .tc-wp-tool-root .dtg-shape-circle{ width: 100%; min-height: 200px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .dtg-dog-tag-generator{ padding: 26px 14px; }.tc-wp-tool-root .dtg-shell{ width: 100%; }.tc-wp-tool-root .dtg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .dtg-hero p{ font-size: 0.96rem; }.tc-wp-tool-root .dtg-dashboard{ grid-template-columns: 1fr; gap: 14px; padding: 12px; }.tc-wp-tool-root .dtg-settings, .tc-wp-tool-root .dtg-preview-panel{ padding: 15px; }.tc-wp-tool-root .dtg-field input, .tc-wp-tool-root .dtg-field select, .tc-wp-tool-root .dtg-btn{ min-height: 43px; font-size: 0.9rem; }.tc-wp-tool-root .dtg-grid-fields, .tc-wp-tool-root .dtg-skeleton{ grid-template-columns: 1fr; }.tc-wp-tool-root .dtg-details{ grid-template-columns: 1fr; }.tc-wp-tool-root .dtg-preview-box{ padding: 15px; }.tc-wp-tool-root .dtg-tag{ width: 100%; min-height: 198px; }.tc-wp-tool-root .dtg-line-primary{ font-size: 1.45rem; }.tc-wp-tool-root .dtg-size-large, .tc-wp-tool-root .dtg-size-small, .tc-wp-tool-root .dtg-shape-circle{ width: 100%; min-height: 220px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .dtg-dog-tag-generator{ padding: 30px 18px; }.tc-wp-tool-root .dtg-shell{ width: min(900px, 100%); }.tc-wp-tool-root .dtg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .dtg-hero p{ font-size: 1rem; }.tc-wp-tool-root .dtg-dashboard{ grid-template-columns: 1fr; gap: 16px; padding: 14px; }.tc-wp-tool-root .dtg-settings, .tc-wp-tool-root .dtg-preview-panel{ padding: 17px; }.tc-wp-tool-root .dtg-field input, .tc-wp-tool-root .dtg-field select, .tc-wp-tool-root .dtg-btn{ min-height: 44px; }.tc-wp-tool-root .dtg-preview-box{ padding: 17px; }.tc-wp-tool-root .dtg-tag{ width: 340px; }.tc-wp-tool-root .dtg-size-large{ width: 400px; }.tc-wp-tool-root .dtg-size-small{ width: 285px; }.tc-wp-tool-root .dtg-skeleton{ gap: 16px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .dtg-dog-tag-generator{ padding: 34px 20px; }.tc-wp-tool-root .dtg-shell{ width: min(1080px, 100%); }.tc-wp-tool-root .dtg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .dtg-hero p{ font-size: 1rem; }.tc-wp-tool-root .dtg-dashboard{ grid-template-columns: minmax(0, 38%) minmax(0, 62%); gap: 17px; padding: 15px; }.tc-wp-tool-root .dtg-settings, .tc-wp-tool-root .dtg-preview-panel{ padding: 17px; }.tc-wp-tool-root .dtg-field input, .tc-wp-tool-root .dtg-field select, .tc-wp-tool-root .dtg-btn{ min-height: 44px; }.tc-wp-tool-root .dtg-preview-box{ padding: 18px; }.tc-wp-tool-root .dtg-tag{ width: 345px; }.tc-wp-tool-root .dtg-size-large{ width: 410px; }.tc-wp-tool-root .dtg-size-small{ width: 285px; }}@media (min-width: 1200px) {.tc-wp-tool-root .dtg-dog-tag-generator{ padding: 38px 22px; }.tc-wp-tool-root .dtg-shell{ width: min(1200px, 100%); }.tc-wp-tool-root .dtg-hero h1{ font-size: clamp(1.8rem, 5vw, 2.8rem) !important; }.tc-wp-tool-root .dtg-hero p{ font-size: 1.03rem; }.tc-wp-tool-root .dtg-dashboard{ grid-template-columns: minmax(0, 38%) minmax(0, 62%); gap: 18px; padding: 16px; }.tc-wp-tool-root .dtg-settings, .tc-wp-tool-root .dtg-preview-panel{ padding: 18px; }.tc-wp-tool-root .dtg-field input, .tc-wp-tool-root .dtg-field select, .tc-wp-tool-root .dtg-btn{ min-height: 44px; }.tc-wp-tool-root .dtg-preview-box{ padding: 18px; }.tc-wp-tool-root .dtg-tag{ width: 360px; }.tc-wp-tool-root .dtg-size-large{ width: 430px; }.tc-wp-tool-root .dtg-size-small{ width: 290px; }}.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}

.tc-wp-tool-root .dtg-status {}