@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-695 .tc-wp-tool-root img, .wpc-scope-695 .tc-wp-tool-root video, .wpc-scope-695 .tc-wp-tool-root svg, .wpc-scope-695 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 58px 24px;
  color: #f7f0df;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(108, 190, 213, 0.24), transparent 30%),
    radial-gradient(circle at 86% 16%, rgba(224, 145, 45, 0.24), transparent 28%),
    radial-gradient(circle at 50% 105%, rgba(231, 181, 83, 0.18), transparent 34%),
    linear-gradient(135deg, #071017 0%, #101822 28%, #20201d 52%, #2b1d16 74%, #071017 100%);
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool, .wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-shell, .wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-input-panel, .wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-results, .wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-grid, .wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-card{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black 0%, transparent 82%);
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-shell{
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-hero{
  text-align: center;
  margin: 0 auto 28px;
  max-width: 820px;
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-title{
  margin: 0;
  color: #fff8e7;
  font-size: 52px;
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: 0;
  text-shadow: 0 0 28px rgba(233, 178, 69, 0.32), 0 2px 0 rgba(0, 0, 0, 0.45);
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-subtitle{
  margin: 16px auto 0;
  color: #d8e8ed;
  font-size: 18px;
  line-height: 1.65;
  max-width: 760px;
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-input-panel{
  padding: 24px;
  margin: 0 auto 28px;
  border: 1px solid rgba(227, 184, 93, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    radial-gradient(circle at top right, rgba(97, 178, 207, 0.17), transparent 42%);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-input-label{
  display: block;
  margin: 0 0 10px;
  color: #f4d188;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 136px;
  box-sizing: border-box;
  resize: vertical;
  border: 1px solid rgba(184, 217, 226, 0.24);
  border-radius: 8px;
  outline: none;
  padding: 18px 20px;
  color: #fffaf0;
  background: rgba(3, 9, 13, 0.66);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  font: inherit;
  font-size: 18px;
  line-height: 1.55;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-input::placeholder{
  color: rgba(222, 235, 239, 0.62);
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-input:focus{
  border-color: rgba(116, 216, 242, 0.72);
  background: rgba(3, 12, 17, 0.78);
  box-shadow: 0 0 0 4px rgba(76, 187, 219, 0.16), 0 0 28px rgba(229, 171, 66, 0.14);
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-clear-row, .wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-load-row{
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-clear-row{
  margin-top: 16px;
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-load-row{
  margin-top: 28px;
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-btn{
  appearance: none;
  box-sizing: border-box;
  border: 1px solid rgba(239, 197, 111, 0.45);
  border-radius: 8px;
  cursor: pointer;
  color: #fff8e8;
  background: linear-gradient(135deg, rgba(159, 88, 33, 0.98), rgba(218, 158, 59, 0.98));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  font: inherit;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, opacity 180ms ease;
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-btn:hover{
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34), 0 0 24px rgba(232, 174, 65, 0.24);
  border-color: rgba(255, 222, 148, 0.75);
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-btn:focus-visible{
  outline: none;
  box-shadow: 0 0 0 4px rgba(113, 210, 237, 0.22), 0 0 26px rgba(232, 174, 65, 0.26);
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-clear-btn{
  min-width: 116px;
  padding: 12px 20px;
  font-size: 14px;
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-load-btn{
  min-width: 210px;
  padding: 15px 24px;
  font-size: 15px;
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-load-btn.vfgen-hidden{
  display: none;
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-grid{
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-card{
  min-width: 0;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid rgba(185, 216, 225, 0.22);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 18% 0%, rgba(224, 170, 72, 0.16), transparent 38%),
    rgba(6, 14, 19, 0.62);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  animation: vfgenFadeUp 320ms ease both;
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-card-title{
  margin: 0 0 12px;
  color: #f6d18b;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 850;
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-preview{
  max-height: 180px;
  min-height: 116px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(116, 198, 222, 0.2);
  color: #fff9ed;
  background:
    linear-gradient(180deg, rgba(1, 8, 12, 0.7), rgba(10, 18, 22, 0.74)),
    radial-gradient(circle at bottom right, rgba(80, 183, 213, 0.13), transparent 44%);
  font-size: 21px;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
  text-shadow: 0 0 14px rgba(116, 216, 242, 0.12);
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-preview::-webkit-scrollbar, .wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-input::-webkit-scrollbar{
  width: 10px;
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-preview::-webkit-scrollbar-track, .wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-input::-webkit-scrollbar-track{
  background: rgba(4, 12, 16, 0.72);
  border-radius: 8px;
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-preview::-webkit-scrollbar-thumb, .wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-input::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #d69d3f, #5ebbd3);
  border-radius: 8px;
  border: 2px solid rgba(4, 12, 16, 0.72);
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-card-actions{
  display: flex;
  justify-content: center;
  margin-top: 14px;
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-copy-btn{
  min-width: 92px;
  padding: 11px 16px;
  font-size: 13px;
}.wpc-scope-695 .tc-wp-tool-root .vfgen-norse-tool .vfgen-card.vfgen-reveal{
  animation: vfgenReveal 360ms ease both;
}@media (hover: hover) and (pointer: fine){.tc-wp-tool-root .vfgen-norse-tool .vfgen-card:hover{
    transform: translateY(-5px);
    border-color: rgba(238, 196, 110, 0.48);
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.38), 0 0 28px rgba(105, 203, 231, 0.12);
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-btn:hover{
    transform: translateY(-2px);
  }}@keyframes vfgenFadeUp{
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@keyframes vfgenReveal{
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .vfgen-norse-tool{
    padding: 58px 24px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-title{
    font-size: 52px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-input{
    min-height: 136px;
    font-size: 18px;
    padding: 18px 20px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-clear-btn{
    min-width: 116px;
    padding: 12px 20px;
    font-size: 14px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-card{
    padding: 18px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-preview{
    font-size: 21px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-load-btn{
    min-width: 210px;
    padding: 15px 24px;
    font-size: 15px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .vfgen-norse-tool{
    padding: 52px 22px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-shell{
    width: 100%;
    max-width: 1080px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-title{
    font-size: 46px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-input{
    min-height: 132px;
    font-size: 17px;
    padding: 17px 18px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-clear-btn{
    min-width: 112px;
    padding: 12px 18px;
    font-size: 14px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-card{
    padding: 17px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-preview{
    font-size: 20px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-load-btn{
    min-width: 204px;
    padding: 14px 22px;
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .vfgen-norse-tool{
    padding: 46px 20px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-shell{
    width: 100%;
    max-width: 900px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-title{
    font-size: 40px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-input{
    min-height: 126px;
    font-size: 16px;
    padding: 16px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-clear-btn{
    min-width: 108px;
    padding: 11px 17px;
    font-size: 13px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-card{
    padding: 16px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-preview{
    font-size: 19px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-load-btn{
    min-width: 196px;
    padding: 14px 20px;
    font-size: 14px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .vfgen-norse-tool{
    padding: 38px 16px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-shell{
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-title{
    font-size: 34px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-input-panel{
    padding: 18px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-input{
    min-height: 120px;
    font-size: 16px;
    padding: 15px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-clear-btn{
    min-width: 104px;
    padding: 11px 16px;
    font-size: 13px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-card{
    padding: 15px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-preview{
    font-size: 18px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-load-btn{
    min-width: 190px;
    padding: 13px 18px;
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .vfgen-norse-tool{
    padding: 34px 14px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-shell{
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-title{
    font-size: 31px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-input-panel{
    padding: 16px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-input{
    min-height: 116px;
    font-size: 15px;
    padding: 14px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-clear-btn{
    min-width: 100px;
    padding: 10px 15px;
    font-size: 13px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-card{
    padding: 14px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-preview{
    font-size: 17px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-load-btn{
    min-width: 184px;
    padding: 13px 16px;
    font-size: 13px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .vfgen-norse-tool{
    padding: 30px 12px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-shell{
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-title{
    font-size: 28px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-subtitle{
    font-size: 13px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-input-panel{
    padding: 14px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-input{
    min-height: 112px;
    font-size: 15px;
    padding: 13px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-clear-btn{
    min-width: 96px;
    padding: 10px 14px;
    font-size: 12px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-card{
    padding: 13px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-preview{
    font-size: 16px;
  }.tc-wp-tool-root .vfgen-norse-tool .vfgen-load-btn{
    min-width: 176px;
    padding: 12px 15px;
    font-size: 13px;
  }}.wpc-scope-695 .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;
}