@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-176 .tc-wp-tool-root img, .wpc-scope-176 .tc-wp-tool-root video, .wpc-scope-176 .tc-wp-tool-root svg, .wpc-scope-176 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 34px 18px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 211, 105, 0.2), transparent 30%),
    radial-gradient(circle at 90% 16%, rgba(201, 39, 66, 0.22), transparent 34%),
    linear-gradient(135deg, #071427 0%, #0b1d38 45%, #15192a 100%);
  isolation: isolate;
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(45deg, rgba(255,255,255,0.045) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255,255,255,0.035) 25%, transparent 25%);
  background-size: 18px 18px;
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool, .wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool div, .wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool section, .wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool header, .wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool h1, .wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool p, .wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool label, .wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool textarea, .wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool button, .wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool span{
  box-sizing: border-box;
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-shell{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-hero{
  text-align: center;
  margin: 0 auto 24px;
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-hero h1{
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4.8vw, 58px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 4px 0 #8c162b, 0 0 28px rgba(255, 211, 105, 0.38);
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-hero p{
  max-width: 740px;
  margin: 14px auto 0;
  color: #dfe7f5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-control-panel{
  width: 100%;
  max-width: 920px;
  margin: 0 auto 28px;
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: end;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255,255,255,0.13), rgba(255,255,255,0.055));
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255,255,255,0.16);
  backdrop-filter: blur(16px);
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-input-wrap{
  width: 100%;
  max-width: 100%;
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-input-wrap label{
  display: block;
  margin: 0 0 8px;
  color: #ffe2a0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-text-input{
  width: 100%;
  max-width: 100%;
  min-height: 98px;
  resize: vertical;
  display: block;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.22);
  outline: none;
  background: rgba(5, 14, 29, 0.82);
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(255, 211, 105, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-text-input:focus{
  border-color: rgba(255, 211, 105, 0.8);
  background: rgba(4, 13, 27, 0.95);
  box-shadow: 0 0 0 4px rgba(255, 211, 105, 0.16), 0 0 28px rgba(201, 39, 66, 0.24);
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-input-meta{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 9px;
  color: #cad7ea;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.35;
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-clear-btn, .wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-load-btn, .wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-copy-btn{
  border: 1px solid rgba(255, 211, 105, 0.48);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffd369, #bd8d2d);
  color: #071427;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0,0,0,0.25), 0 0 22px rgba(255,211,105,0.18);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease, opacity 160ms ease;
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-clear-btn{
  min-width: 112px;
  height: 48px;
  padding: 0 20px;
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-copy-btn{
  width: 100%;
  min-height: 42px;
  padding: 0 16px;
  margin-top: 14px;
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-load-btn{
  min-height: 50px;
  padding: 0 24px;
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-clear-btn:hover, .wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-load-btn:hover, .wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-copy-btn:hover{
  filter: brightness(1.06);
  box-shadow: 0 16px 30px rgba(0,0,0,0.28), 0 0 30px rgba(255,211,105,0.3);
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-clear-btn:active, .wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-load-btn:active, .wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-copy-btn:active{
  transform: translateY(1px) scale(0.99);
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-load-btn:disabled{
  cursor: not-allowed;
  opacity: 0.55;
  filter: grayscale(0.25);
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-grid{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  overflow-x: hidden;
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.16);
  background: linear-gradient(150deg, rgba(255,255,255,0.14), rgba(255,255,255,0.055));
  box-shadow: 0 18px 38px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.12);
  backdrop-filter: blur(14px);
  overflow: hidden;
  animation: cfgFadeUp 300ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-card-title{
  margin: 0 0 12px;
  color: #ffe2a0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-preview-box{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 132px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(4, 12, 25, 0.72);
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-preview-box::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-preview-box::-webkit-scrollbar-track{
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-preview-box::-webkit-scrollbar-thumb{
  background: linear-gradient(#ffd369, #c92742);
  border-radius: 999px;
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-preview-text{
  display: block;
  width: 100%;
  max-width: 100%;
  color: #fff;
  font-size: 30px;
  line-height: 1.18;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-load-wrap{
  display: grid;
  place-items: center;
  margin-top: 28px;
}@media (hover: hover){.tc-wp-tool-root .cfg-varsity-tool .cfg-card:hover{
    transform: translateY(-5px);
    border-color: rgba(255, 211, 105, 0.38);
    box-shadow: 0 26px 54px rgba(0,0,0,0.38), 0 0 34px rgba(255,211,105,0.1);
  }}@keyframes cfgFadeUp{
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-0{ font-family: Georgia, serif; font-weight: 900; text-transform: uppercase; letter-spacing: 0; color: #fff; text-shadow: 2px 2px 0 #c92742, 4px 4px 0 #ffd369; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-1{ font-family: Impact, Haettenschweiler, sans-serif; text-transform: uppercase; letter-spacing: 0; color: #c92742; text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #ffd369; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-2{ font-family: "Arial Black", Arial, sans-serif; text-transform: uppercase; color: #ffd369; text-shadow: 0 3px 0 #8c162b, 0 0 18px rgba(255,211,105,0.5); }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-3{ font-family: Georgia, serif; font-style: italic; color: #f8fbff; text-shadow: 0 2px 0 #0d2d55, 2px 4px 0 #c92742; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-4{ font-family: "Courier New", monospace; text-transform: uppercase; letter-spacing: 2px; color: #dcecff; text-shadow: 2px 0 0 #ffd369, 4px 0 0 #c92742; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-5{ font-family: Impact, sans-serif; text-transform: uppercase; color: transparent; -webkit-text-stroke: 1px #ffd369; text-shadow: 3px 3px 0 #c92742; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-6{ font-family: Georgia, serif; text-transform: uppercase; color: #fff; text-shadow: 0 0 0 #fff, 0 4px 0 #0d2d55, 0 7px 0 #ffd369; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-7{ font-family: "Trebuchet MS", sans-serif; font-weight: 900; text-transform: lowercase; letter-spacing: 1px; color: #ffd369; text-shadow: 2px 2px 0 #10294d; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-8{ font-family: Verdana, Geneva, sans-serif; font-weight: 900; text-transform: uppercase; color: #f7f9ff; text-shadow: 1px 1px 0 #c92742, 2px 2px 0 #c92742, 3px 3px 0 #ffd369; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-9{ font-family: Garamond, Georgia, serif; font-weight: 900; color: #ffefbd; text-transform: uppercase; text-shadow: 0 0 12px rgba(255,211,105,0.65), 0 3px 0 #861326; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-10{ font-family: Arial, sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: 3px; color: #fff; text-shadow: 0 0 0 #fff, 3px 3px 0 #c92742; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-11{ font-family: "Times New Roman", serif; font-weight: 900; text-transform: uppercase; color: #c92742; text-shadow: 0 2px 0 #ffd369, 0 4px 0 #fff; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-12{ font-family: Impact, sans-serif; transform: skew(-7deg); text-transform: uppercase; color: #fff; text-shadow: 3px 0 0 #ffd369, 6px 0 0 #c92742; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-13{ font-family: Georgia, serif; font-weight: 900; font-variant: small-caps; color: #eaf2ff; text-shadow: -2px 2px 0 #c92742, -4px 4px 0 #ffd369; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-14{ font-family: "Arial Black", Arial, sans-serif; color: #ffd369; text-transform: uppercase; letter-spacing: 1px; text-shadow: -1px -1px 0 #fff, 2px 2px 0 #7f1124; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-15{ font-family: "Lucida Console", Monaco, monospace; font-weight: 900; color: #fff; text-transform: uppercase; text-shadow: 0 0 10px #6ca8ff, 0 0 18px #ffd369; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-16{ font-family: Georgia, serif; font-weight: 900; color: #fefefe; text-transform: uppercase; text-shadow: 1px 0 #c92742, -1px 0 #c92742, 0 1px #c92742, 0 -1px #c92742, 4px 4px 0 #ffd369; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-17{ font-family: Tahoma, Geneva, sans-serif; font-weight: 900; text-transform: uppercase; color: #a9d4ff; text-shadow: 0 3px 0 #0b1830, 2px 5px 0 #c92742; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-18{ font-family: Impact, sans-serif; text-transform: uppercase; color: #fff6dc; letter-spacing: 2px; text-shadow: 0 0 0 #fff, 0 0 22px #ffd369; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-19{ font-family: Palatino, "Palatino Linotype", serif; font-weight: 900; text-transform: uppercase; color: #ffd369; text-shadow: 2px 2px 0 #fff, 4px 4px 0 #c92742; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-20{ font-family: Arial Black, Arial, sans-serif; text-transform: uppercase; color: #c92742; text-shadow: 2px 0 0 #ffd369, -2px 0 0 #ffd369, 0 2px 0 #fff, 0 -2px 0 #fff; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-21{ font-family: Georgia, serif; font-weight: 900; text-transform: uppercase; letter-spacing: 4px; color: #f8fbff; text-shadow: 0 4px 0 #1e3b68; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-22{ font-family: "Trebuchet MS", sans-serif; font-weight: 900; text-transform: uppercase; color: #ffd369; transform: rotate(-1deg); text-shadow: 3px 3px 0 #c92742; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-23{ font-family: "Times New Roman", serif; font-weight: 900; color: #fff; text-transform: uppercase; text-shadow: 0 0 0 #fff, 2px 2px 0 #1f4475, 4px 4px 0 #ffd369; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-24{ font-family: Impact, sans-serif; text-transform: uppercase; color: #0b1d38; text-shadow: -2px -2px 0 #ffd369, 2px -2px 0 #ffd369, -2px 2px 0 #ffd369, 2px 2px 0 #ffd369; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-25{ font-family: Arial, sans-serif; font-weight: 900; text-transform: uppercase; color: #ffffff; letter-spacing: 2px; text-shadow: 0 3px 0 #c92742, 0 6px 12px rgba(0,0,0,0.5); }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-26{ font-family: Georgia, serif; font-weight: 900; text-transform: capitalize; color: #ffe8aa; text-shadow: 1px 1px 0 #c92742, 3px 3px 0 #0d2d55; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-27{ font-family: "Courier New", monospace; font-weight: 900; text-transform: uppercase; color: #fff; text-shadow: 0 0 8px #c92742, 0 0 18px #ffd369; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-28{ font-family: Impact, sans-serif; text-transform: uppercase; color: #f3f7ff; letter-spacing: 1px; text-shadow: 2px -2px 0 #c92742, 4px -4px 0 #ffd369; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-29{ font-family: Garamond, Georgia, serif; font-weight: 900; text-transform: uppercase; color: #c92742; text-shadow: 0 0 0 #c92742, 3px 3px 0 #fff6dc; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-30{ font-family: Verdana, sans-serif; font-weight: 900; text-transform: uppercase; color: #ffd369; text-shadow: 0 2px 0 #fff, 0 4px 0 #c92742, 0 7px 10px rgba(0,0,0,0.45); }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-31{ font-family: Georgia, serif; font-weight: 900; color: #fff; text-transform: uppercase; transform: scaleY(1.12); text-shadow: 3px 3px 0 #0d2d55, 5px 5px 0 #ffd369; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-32{ font-family: Arial Black, Arial, sans-serif; text-transform: uppercase; color: transparent; -webkit-text-stroke: 1px #fff; text-shadow: 2px 2px 0 #c92742, 4px 4px 0 #ffd369; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-33{ font-family: Palatino, serif; font-weight: 900; font-style: italic; color: #ffd369; text-shadow: 2px 2px 0 #10294d, 4px 4px 0 #c92742; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-34{ font-family: Impact, sans-serif; text-transform: uppercase; color: #ffffff; letter-spacing: 3px; text-shadow: -3px 0 0 #c92742, 3px 0 0 #ffd369; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-35{ font-family: Tahoma, sans-serif; font-weight: 900; text-transform: uppercase; color: #fffbeb; text-shadow: 0 1px 0 #ffd369, 0 2px 0 #ffd369, 0 4px 0 #8c162b; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-36{ font-family: Georgia, serif; font-weight: 900; text-transform: uppercase; color: #9ed0ff; text-shadow: 1px 1px 0 #fff, 3px 3px 0 #c92742; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-37{ font-family: "Arial Narrow", Arial, sans-serif; font-weight: 900; text-transform: uppercase; color: #ffd369; letter-spacing: 5px; text-shadow: 2px 2px 0 #c92742; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-38{ font-family: "Times New Roman", serif; font-weight: 900; text-transform: uppercase; color: #fff; text-shadow: 2px 0 0 #ffd369, 4px 2px 0 #c92742; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-39{ font-family: Impact, sans-serif; text-transform: uppercase; color: #c92742; text-shadow: 0 0 0 #c92742, 0 0 16px #ffd369, 3px 3px 0 #fff; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-40{ font-family: "Courier New", monospace; font-weight: 900; text-transform: uppercase; color: #fff; letter-spacing: 1px; text-shadow: 2px 2px 0 #ffd369, 4px 4px 0 #0d2d55; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-41{ font-family: Georgia, serif; font-weight: 900; color: #ffd369; text-transform: uppercase; text-shadow: -2px 0 0 #c92742, 2px 0 0 #fff, 0 3px 0 #0d2d55; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-42{ font-family: Arial Black, Arial, sans-serif; text-transform: uppercase; color: #ffffff; transform: skew(6deg); text-shadow: 3px 3px 0 #ffd369, 6px 6px 0 #c92742; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-43{ font-family: Garamond, Georgia, serif; font-weight: 900; text-transform: capitalize; color: #fff4cf; text-shadow: 0 2px 0 #1e3b68, 0 4px 0 #c92742; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-44{ font-family: Impact, sans-serif; text-transform: uppercase; color: #ffd369; text-shadow: 1px -1px 0 #fff, 3px -3px 0 #c92742; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-45{ font-family: Verdana, sans-serif; font-weight: 900; text-transform: uppercase; color: #ecf4ff; text-shadow: 0 0 0 #fff, 2px 3px 0 #c92742, 4px 6px 0 #ffd369; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-46{ font-family: Georgia, serif; font-weight: 900; text-transform: uppercase; color: #c92742; letter-spacing: 2px; text-shadow: 2px 2px 0 #ffd369, 4px 4px 0 #fff; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-47{ font-family: "Trebuchet MS", sans-serif; font-weight: 900; text-transform: uppercase; color: #fff; text-shadow: 0 0 18px #6ca8ff, 3px 3px 0 #c92742; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-48{ font-family: Palatino, serif; font-weight: 900; text-transform: uppercase; color: transparent; -webkit-text-stroke: 1px #ffd369; text-shadow: 0 4px 0 #c92742; }.wpc-scope-176 .tc-wp-tool-root .cfg-varsity-tool .cfg-style-49{ font-family: Impact, Arial Black, sans-serif; text-transform: uppercase; color: #fff; letter-spacing: 2px; text-shadow: 2px 2px 0 #c92742, 4px 4px 0 #ffd369, 0 0 20px rgba(255,255,255,0.3); }@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .cfg-varsity-tool{ padding: 22px 10px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-shell{ width: 100%; max-width: 100%; }.tc-wp-tool-root .cfg-varsity-tool .cfg-hero h1{ font-size: 28px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-hero p{ font-size: 14px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-control-panel{ grid-template-columns: 1fr; padding: 12px; gap: 12px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-text-input{ min-height: 88px; padding: 12px; font-size: 18px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-clear-btn, .tc-wp-tool-root .cfg-varsity-tool .cfg-load-btn, .tc-wp-tool-root .cfg-varsity-tool .cfg-copy-btn{ width: 100%; min-height: 44px; font-size: 14px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-input-meta{ grid-template-columns: 1fr; font-size: 12px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-card{ padding: 13px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-preview-text{ font-size: 23px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-preview-box{ padding: 12px; min-height: 116px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .cfg-varsity-tool{ padding: 24px 12px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-shell{ width: 100%; max-width: 100%; }.tc-wp-tool-root .cfg-varsity-tool .cfg-hero h1{ font-size: 30px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-hero p{ font-size: 15px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-control-panel{ grid-template-columns: 1fr; padding: 14px; gap: 13px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-text-input{ min-height: 92px; padding: 13px; font-size: 19px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-clear-btn, .tc-wp-tool-root .cfg-varsity-tool .cfg-load-btn, .tc-wp-tool-root .cfg-varsity-tool .cfg-copy-btn{ width: 100%; min-height: 45px; font-size: 14px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-input-meta{ grid-template-columns: 1fr; font-size: 12px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-card{ padding: 14px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-preview-text{ font-size: 24px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-preview-box{ padding: 13px; min-height: 120px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .cfg-varsity-tool{ padding: 28px 14px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-shell{ width: 100%; max-width: 100%; }.tc-wp-tool-root .cfg-varsity-tool .cfg-hero h1{ font-size: 34px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-hero p{ font-size: 16px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-control-panel{ grid-template-columns: 1fr; padding: 16px; gap: 14px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-text-input{ min-height: 96px; padding: 14px; font-size: 20px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-clear-btn, .tc-wp-tool-root .cfg-varsity-tool .cfg-load-btn, .tc-wp-tool-root .cfg-varsity-tool .cfg-copy-btn{ width: 100%; min-height: 46px; font-size: 15px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-input-meta{ grid-template-columns: 1fr auto; font-size: 13px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-card{ padding: 15px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-preview-text{ font-size: 26px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-preview-box{ padding: 14px; min-height: 124px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .cfg-varsity-tool{ padding: 34px 18px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-shell{ width: 100%; max-width: 960px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-hero h1{ font-size: 44px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-hero p{ font-size: 17px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-text-input{ min-height: 98px; padding: 15px; font-size: 21px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-clear-btn, .tc-wp-tool-root .cfg-varsity-tool .cfg-load-btn, .tc-wp-tool-root .cfg-varsity-tool .cfg-copy-btn{ min-height: 46px; font-size: 15px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-card{ padding: 16px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-preview-text{ font-size: 28px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .cfg-varsity-tool{ padding: 38px 20px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-shell{ width: 100%; max-width: 1120px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-hero h1{ font-size: 52px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-hero p{ font-size: 18px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-text-input{ min-height: 100px; padding: 16px; font-size: 22px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-clear-btn, .tc-wp-tool-root .cfg-varsity-tool .cfg-load-btn, .tc-wp-tool-root .cfg-varsity-tool .cfg-copy-btn{ min-height: 48px; font-size: 15px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-card{ padding: 18px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-preview-text{ font-size: 30px; }}@media (min-width: 1200px){.tc-wp-tool-root .cfg-varsity-tool{ padding: 44px 22px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-hero h1{ font-size: 58px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-hero p{ font-size: 18px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-text-input{ min-height: 104px; padding: 16px; font-size: 22px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-clear-btn, .tc-wp-tool-root .cfg-varsity-tool .cfg-load-btn, .tc-wp-tool-root .cfg-varsity-tool .cfg-copy-btn{ min-height: 48px; font-size: 15px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-card{ padding: 18px; }.tc-wp-tool-root .cfg-varsity-tool .cfg-preview-text{ font-size: 30px; }}.wpc-scope-176 /* tc-layout-guard: stay in page body flow — do not overlap theme header/nav */
.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;
}.wpc-scope-176 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .cfg-count{}.wpc-scope-176 .tc-wp-tool-root .cfg-status{}