/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
/*!
Theme Name: _sum
Theme URI: https://asu.stg7.com
Description: Sumout App Frontend app
Version: 1.1.0
Author: Sumout
Author URI: https://polymetix.com
Text Domain: _sum
Requires at least: ;: 6.9
Requires PHP: 8.4
*/
@layer properties;
:root, :host {
  --font-sans: "sora", "sans-serif";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
  --spacing: 0.25rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --radius-lg: 0.5rem;
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-fore: #122222;
  --color-back: #D7E7E6;
  --color-high: #5F9896;
  --color-link: #5568FF;
  --color-cont: #50FFB1;
}
:root {
  font-family: 'sora';
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light dark;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "sora";
  src: local('sora'), url(assets/fonts/sora.woff2) format('woff');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
::-webkit-calendar-picker-indicator {
  line-height: 1;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
body {
  min-height: 100vh;
  overflow: hidden;
  background-color: var(--color-back);
  font-family: var(--font-sans);
}
body, #primary, #main {
  min-height: 100%;
}
a {
  color: var(--color-link);
}
@media (hover: hover) {
  a:hover {
    color: var(--color-high);
  }
}
a {
  transition: 0.3s;
}
.h1 {
  margin-bottom: calc(var(--spacing) * 2);
  font-size: 30px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.h2 {
  margin-bottom: calc(var(--spacing) * 2);
  font-size: 22px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.h3 {
  margin-bottom: calc(var(--spacing) * 2);
  font-size: 18px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
._on {
  color: var(--color-high);
}
@media (hover: hover) {
  ._on:hover {
    color: var(--color-fore);
  }
}
.tag {
  display: inline-block;
  border-radius: var(--radius-lg);
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 2);
  font-size: 14px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: 4px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.tag-active {
  background-color: var(--color-cont);
  color: var(--color-fore);
}
.icons {
  display: flex;
}
:where(.icons > :not(:last-child)) {
  --tw-space-x-reverse: 0;
  margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
  margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
}
.icons a {
  display: inline-block;
}
:is(.icons a) span {
  display: block;
  height: calc(var(--spacing) * 6);
  width: calc(var(--spacing) * 6);
}
.btn {
  display: inline-block;
  border-radius: var(--radius-lg);
  background-color: var(--color-link);
  text-align: center;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: 4px;
  letter-spacing: 4px;
  color: var(--color-back);
  text-transform: uppercase;
}
.btn-full {
  width: 100%;
  padding-block: calc(var(--spacing) * 3);
}
.substrate {
  position: fixed;
  z-index: 0;
  display: flex;
  min-height: 100%;
  min-width: 100%;
  flex-direction: row;
  align-items: stretch;
}
.substrate div {
  display: block;
  flex-basis: 75%;
}
.substrate span {
  display: block;
  flex: 1;
  background-color: var(--color-fore);
}
.stage {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (width >= 40rem) {
  .stage {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .stage {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .stage {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .stage {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .stage {
    max-width: 96rem;
  }
}
.stage {
  margin-inline: auto;
  display: flex;
  height: 100vh;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
}
.stage .stage-left {
  height: 100vh;
  flex-basis: 75%;
  overflow-y: scroll;
  padding: calc(var(--spacing) * 10);
}
.stage .stage-right {
  flex: 1;
  background-color: var(--color-fore);
  padding: calc(var(--spacing) * 10);
}
.module {
  position: relative;
  margin-bottom: calc(var(--spacing) * 10);
}
.copy {
  font-size: 14px;
  --tw-leading: calc(var(--spacing) * 5);
  line-height: calc(var(--spacing) * 5);
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: var(--color-high);
}
.content {
  font-size: 16px;
  --tw-leading: calc(var(--spacing) * 7);
  line-height: calc(var(--spacing) * 7);
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: color-mix(in srgb, #122222 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .content {
    color: color-mix(in oklab, var(--color-fore) 70%, transparent);
  }
}
.content p {
  margin-bottom: calc(var(--spacing) * 2);
}
.label-sm {
  display: inline-block;
  font-size: 10px;
  --tw-leading: calc(var(--spacing) * 3);
  line-height: calc(var(--spacing) * 3);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  text-transform: lowercase;
}
.label-md {
  font-size: 15px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.number {
  font-size: 18px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.number sup {
  margin-top: calc(var(--spacing) * 0);
  font-size: 10px;
  opacity: 50%;
}
.total-line {
  margin-block: calc(var(--spacing) * 4);
  display: block;
  height: calc(var(--spacing) * 0.5);
  background-color: color-mix(in srgb, #50FFB1 75%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .total-line {
    background-color: color-mix(in oklab, var(--color-cont) 75%, transparent);
  }
}
.approval {
  padding-block: calc(var(--spacing) * 5);
}
.tagline hr {
  margin-bottom: calc(var(--spacing) * 3);
  display: block;
}
.tagline {
  margin-bottom: calc(var(--spacing) * 5);
  display: block;
  font-size: 14px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: 4px;
  letter-spacing: 4px;
  color: color-mix(in srgb, #122222 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .tagline {
    color: color-mix(in oklab, var(--color-fore) 50%, transparent);
  }
}
.tagline {
  text-transform: uppercase;
}
.letter {
  margin-inline: auto;
  width: calc(7 / 12 * 100%);
  padding-block: calc(var(--spacing) * 10);
}
.letter .h1 {
  color: var(--color-fore);
}
.letter header {
  margin-bottom: calc(var(--spacing) * 5);
}
:is(.letter header) strong {
  display: block;
  color: var(--color-fore);
}
:is(:is(.letter header) strong) span {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.cms {
  margin-bottom: calc(var(--spacing) * 10);
}
.cms .h2 {
  margin-bottom: calc(var(--spacing) * 5);
}
.cms-icons {
  display: flex;
}
.cms-icons p {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: color-mix(in srgb, #122222 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .cms-icons p {
    color: color-mix(in oklab, var(--color-fore) 70%, transparent);
  }
}
.cms-icons nav {
  margin-block: calc(var(--spacing) * 4);
}
:is(.cms-icons nav) li {
  display: flex;
}
:is(:is(.cms-icons nav) li) span {
  margin-right: calc(var(--spacing) * 2);
  display: inline-block;
  color: var(--color-link);
}
.cms-icons .icon-box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(var(--spacing) * 10);
  padding-left: calc(var(--spacing) * 10);
}
:is(.cms-icons .icon-box) span {
  margin-bottom: calc(var(--spacing) * 4);
  height: calc(var(--spacing) * 7);
  width: calc(var(--spacing) * 7);
  color: color-mix(in srgb, #122222 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.cms-icons .icon-box) span {
    color: color-mix(in oklab, var(--color-fore) 50%, transparent);
  }
}
:is(.cms-icons .icon-box) div {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: var(--color-high);
}
hr {
  display: inline-block;
  height: calc(var(--spacing) * 1);
  width: calc(var(--spacing) * 15);
  background-color: var(--color-cont);
}
nav {
  font-size: 12px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: 4px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
nav li {
  margin-bottom: calc(var(--spacing) * 1);
}
section {
  margin-bottom: calc(var(--spacing) * 10);
}
.start {
  inset-inline-start: var(--spacing);
}
.end {
  inset-inline-end: var(--spacing);
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.icon-\[carbon--arrow-up-right\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='M10 6v2h12.59L6 24.59L7.41 26L24 9.41V22h2V6z'/%3E%3C/svg%3E");
}
.icon-\[carbon--printer\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='M28 9h-3V3H7v6H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h3v6h18v-6h3a2 2 0 0 0 2-2V11a2 2 0 0 0-2-2M9 5h14v4H9Zm14 22H9V17h14Zm5-6h-3v-6H7v6H4V11h24Z'/%3E%3C/svg%3E");
}
.icon-\[carbon--share\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='M23 20a5 5 0 0 0-3.89 1.89l-7.31-4.57a4.46 4.46 0 0 0 0-2.64l7.31-4.57A5 5 0 1 0 18 7a4.8 4.8 0 0 0 .2 1.32l-7.31 4.57a5 5 0 1 0 0 6.22l7.31 4.57A4.8 4.8 0 0 0 18 25a5 5 0 1 0 5-5m0-16a3 3 0 1 1-3 3a3 3 0 0 1 3-3M7 19a3 3 0 1 1 3-3a3 3 0 0 1-3 3m16 9a3 3 0 1 1 3-3a3 3 0 0 1-3 3'/%3E%3C/svg%3E");
}
.icon-\[carbon--tag\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32'%3E%3Cpath fill='black' d='M10 14a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4m0-6a2 2 0 1 0 1.998 2.004A2 2 0 0 0 10 8'/%3E%3Cpath fill='black' d='M16.644 29.415L2.586 15.355A2 2 0 0 1 2 13.942V4a2 2 0 0 1 2-2h9.941a2 2 0 0 1 1.414.586l14.06 14.058a2 2 0 0 1 0 2.828l-9.943 9.943a2 2 0 0 1-2.828 0M4 4v9.942L18.058 28L28 18.058L13.942 4Z'/%3E%3C/svg%3E");
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.h-full {
  height: 100%;
}
.w-4\/12 {
  width: calc(4 / 12 * 100%);
}
.w-full {
  width: 100%;
}
.flex-1 {
  flex: 1;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.text-right {
  text-align: right;
}
.text-\[14px\] {
  font-size: 14px;
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.text-back {
  color: var(--color-back);
}
.text-cont {
  color: var(--color-cont);
}
.text-fore {
  color: var(--color-fore);
}
.text-high {
  color: var(--color-high);
}
.text-high\/80 {
  color: color-mix(in srgb, #5F9896 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-high\/80 {
    color: color-mix(in oklab, var(--color-high) 80%, transparent);
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-space-x-reverse: 0;
      --tw-leading: initial;
    }
  }
}
