/* @import './dark.css'; */



/* @import './base.css'; */
:root {
  --text: #3b4539;
  --accent-text: #697e66;
  --hint-text: #334331;
  --text-h: #090d06;
  --bg: #fff;
  --bg-accent: #dde6d0;
  --bg-transparent: #ffffffc8;
  --border: #9d9d9d;
  --code-bg: #f4f3ec;
  --accent: #3bff5c;
  --accent-active: #5cff77;
  --accent-bg: rgba(182, 255, 173, 0.1);
  --accent-border: rgba(73, 133, 0, 0.5);
  --social-bg: rgba(244, 243, 236, 0.5);
  --shadow:
    rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.05) 0 4px 6px -2px;

  --sans: system-ui, 'Segoe UI', Roboto, sans-serif;
  --heading: system-ui, 'Segoe UI', Roboto, sans-serif;
  --mono: ui-monospace, Consolas, monospace;

  font: 20px/145% var(--sans);
  letter-spacing: 0.18px;
  color-scheme: light dark;
  color: var(--text);
  background: var(--bg);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --border-rcorner: 12px;
  --backdrop-transparent: blur(8px);

  @media (max-width: 1024px) {
    font-size: 18px;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
  --text: #f1ffef;
  --accent-text: #d5edd2;
  --hint-text: #657d62;
  --text-h: #3b4539;
  --bg: #2a2929;
  --bg-accent: #32352e;
  --bg-transparent: #141414c8;
  --border: #a0a39a;
  --code-bg: #1a1d1e;
  --accent: #3bff5c;
  --accent-active: #5cff77;
  --accent-bg: rgba(44, 131, 32, 0.053);
  --accent-border: #008917;
  --social-bg: rgba(244, 243, 236, 0.5);
  --shadow:
    rgba(255, 255, 255, 0.1) 0 10px 15px -3px, rgba(255, 255, 255, 0.05) 0 4px 6px -2px;

  }

  * {
    scrollbar-color: var(#3b3f41) var(#1b1e1f);
  }


  #social .button-icon {
    filter: invert(1) brightness(2);
  }
}
 
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}

body {
  min-height: 100vh;
  color: var(--color-text);
  background: var(--color-background);
  transition:
    color 0.5s,
    background-color 0.5s;
  line-height: 1.6;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Fira Sans',
    'Droid Sans',
    'Helvetica Neue',
    sans-serif;
  font-size: 15px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  overflow-x: hidden;
}

/* @import './elements.css'; */
.separator {
  margin: -20.5px 0px 10px 0px;

  background-color: var( --accent );
  height: 6px;
  width: 75%;
  border-radius: 2px;
}


.separator.standalone {
  margin: 15px 0px 10px 0px;
}

.text-left {
    margin-left: auto !important;
    width: fit-content;
}

.separator.reverse {
  margin: -20.5px 0px 10px auto;
}

.description {
  font-size: 18px;
  min-width: 260px;

  text-justify: inter-word;
  text-align: justify;
}

.bladeContainer {
    display: flex;
    flex-direction: row;
    /* margin: 25px; */
    /* padding: -80px 0; */
    overflow: hidden;
    border-radius: 14px;
    background-color: black;
    max-width: 1000px;
    min-width: 400px;
}

.expandMore > .blade:hover {
    flex-grow: 2;
    width: 800%;
    transform:skew(-15deg);
}

.expandMore > .blade:hover {
    flex-grow: 2;
    width: 600%;
    transform:skew(-15deg);
}

.blade {
    transform: skew(-15deg);
    border-radius: 0;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-duration: 1s;
    overflow: hidden;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.9);
}

.blades300 {
    height: 300px;
}

.blades400 {
    height: 400px;
}

.blade:last-of-type {
    margin-right: -15%;
}

.blade:first-of-type {
    margin-left: -15%;
}

.blade:hover, .blade:active {
    flex-grow: 5;
    width: 200%;
    transform:skew(-15deg);
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.9);
}

img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}


.staggerOnDesktop {
  display: grid;
  /* grid: auto-flow dense; */
  grid-template-columns: auto auto;
  
  align-items: stretch;
  gap: 20px;
}

.staggerOnDesktop.reverse:nth-child(1) {
    order:-1;
}
.staggerOnDesktop.reverse:nth-child(2) {
    order:1;
}

.first {
    order:-1;
}

.nag {
  margin: 0px;
  margin-bottom: 0px;
  font-size: 48px;
  font-weight: 600;

  margin-top: -15px;

  color: var( --text );

  /* line-height: normal; */
}

@media (max-width: 1024px) {
  .staggerOnDesktop {
    grid-template-columns: auto;
  }
  .staggerOnDesktop.reverse {
    
  }

  .first {
    order:1;
}

  .bladeContainer {
    height: 300px;
    min-width: 300px;
  }

  .nag {
    font-size: 36px !important;
    margin-bottom: 5px;
  }
}

ul {
    margin-left: 28px;
}

button {
    display: flex;
    background-color: var( --bg );

    border: 2px solid var(--border);
    border-radius: 8px;
    padding: 8px;
    font-size: 16px;
    color: var( --text );

    cursor:pointer;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    /* transform: translateY(-50%); */
    transition: all 0.3s ease;
}

button:hover {
  border-color: var( --accent );
  box-shadow: 0 4px 12px rgba(109, 246, 59, 0.15);
  border-color: var( --accent );
  transform: scale(1.05);
}

.button {
    display: flex;
    background-color: var( --bg );

    margin:6px 0;

    border: 2px solid var(--border);
    border-radius: 8px;
    padding: 8px;
    font-size: 16px;
    color: var( --text );

    cursor:pointer;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    /* transform: translateY(-50%); */
    transition: all 0.3s ease;

    width: fit-content;
}

.button:hover {
  border-color: var( --accent );
  box-shadow: 0 4px 12px rgba(109, 246, 59, 0.15);
  border-color: var( --accent );
  transform: scale(1.05);
}

button > * {
    margin: auto;
}

a.undecorate, a.undecorate:link > *, a.undecorate:visited, a.undecorate:hover, a.undecorate:active {
      text-decoration: none;
}

a.button, a.button:link > *, a.button:visited, a.button:hover, a.button:active {
      text-decoration: none;
}

.center {
  width:100%;
}

.center > * {
  margin: auto !important;
  width: fit-content;
}

body {
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
}

h1,
h2 {
  font-family: var(--heading);
  font-weight: 500;
  color: var(--text);
}

h1 {
  font-size: 56px;
  letter-spacing: -1.68px;
  margin: 32px 0;
  @media (max-width: 1024px) {
    font-size: 36px;
    margin: 20px 0;
  }
}

h2 {
  font-size: 24px;
  line-height: 118%;
  letter-spacing: -0.24px;
  /* margin: 0 0 8px; */
  margin: 8px 0 8px;
  @media (max-width: 1024px) {
    font-size: 20px;
  }
}

p {
  margin: 0;
}

#app {
  max-width: 100%;
  margin: 0 auto;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

main {
  max-width: 1400px;
  margin: 16px auto;
}

.step {
  /* font-size: 18px; */
  color: var(--text-secondary);
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 44px;
  border-left: 4px solid var(--accent);
  padding-left: 22px;

}

@media (max-width: 1024px) {
  main {
    max-width: 800px;
  }
}
