@charset "UTF-8";
/**
* @license
*
* Font Family: Sentient
* Designed by: Noopur Choksi
* URL: https://www.fontshare.com/fonts/sentient
* © 2026 Indian Type Foundry
*
* Sentient Extralight 
* Sentient ExtralightItalic 
* Sentient Light 
* Sentient LightItalic 
* Sentient Regular 
* Sentient Italic 
* Sentient Medium 
* Sentient MediumItalic 
* Sentient Bold 
* Sentient BoldItalic 
* Sentient Variable (Variable font)
* Sentient VariableItalic (Variable font)

*
*/
@font-face {
  font-family: "Sentient-Extralight";
  src: url("../fonts/Sentient-Extralight.woff2") format("woff2"), url("../fonts/Sentient-Extralight.woff") format("woff"), url("../fonts/Sentient-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Sentient-ExtralightItalic";
  src: url("../fonts/Sentient-ExtralightItalic.woff2") format("woff2"), url("../fonts/Sentient-ExtralightItalic.woff") format("woff"), url("../fonts/Sentient-ExtralightItalic.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Sentient-Light";
  src: url("../fonts/Sentient-Light.woff2") format("woff2"), url("../fonts/Sentient-Light.woff") format("woff"), url("../fonts/Sentient-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Sentient-LightItalic";
  src: url("../fonts/Sentient-LightItalic.woff2") format("woff2"), url("../fonts/Sentient-LightItalic.woff") format("woff"), url("../fonts/Sentient-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Sentient-Regular";
  src: url("../fonts/Sentient-Regular.woff2") format("woff2"), url("../fonts/Sentient-Regular.woff") format("woff"), url("../fonts/Sentient-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Sentient-Italic";
  src: url("../fonts/Sentient-Italic.woff2") format("woff2"), url("../fonts/Sentient-Italic.woff") format("woff"), url("../fonts/Sentient-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Sentient-Medium";
  src: url("../fonts/Sentient-Medium.woff2") format("woff2"), url("../fonts/Sentient-Medium.woff") format("woff"), url("../fonts/Sentient-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Sentient-MediumItalic";
  src: url("../fonts/Sentient-MediumItalic.woff2") format("woff2"), url("../fonts/Sentient-MediumItalic.woff") format("woff"), url("../fonts/Sentient-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Sentient-Bold";
  src: url("../fonts/Sentient-Bold.woff2") format("woff2"), url("../fonts/Sentient-Bold.woff") format("woff"), url("../fonts/Sentient-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Sentient-BoldItalic";
  src: url("../fonts/Sentient-BoldItalic.woff2") format("woff2"), url("../fonts/Sentient-BoldItalic.woff") format("woff"), url("../fonts/Sentient-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0wght 400.0;
*
* available axes:
'wght' (range from 200.0 to 700.0'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: "Sentient-Variable";
  src: url("../fonts/Sentient-Variable.woff2") format("woff2"), url("../fonts/Sentient-Variable.woff") format("woff"), url("../fonts/Sentient-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0wght 400.0;
*
* available axes:
'wght' (range from 200.0 to 700.0'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: "Sentient-VariableItalic";
  src: url("../fonts/Sentient-VariableItalic.woff2") format("woff2"), url("../fonts/Sentient-VariableItalic.woff") format("woff"), url("../fonts/Sentient-VariableItalic.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: italic;
}
/* ----- Sizes ----- */
/* ----- Buttons ----- */
/*@font-face {
  font-family: 'Sentient-Extralight';
  src: url('../fonts/Sentient-Extralight.woff2') format('woff2'),
       url('../fonts/Sentient-Extralight.woff') format('woff'),
       url('../fonts/Sentient-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}*/
* {
  font-family: "Sentient-Regular", "Helvetica Neue", sans-serif !important;
}

html {
  box-sizing: border-box;
  height: 100%;
  font-size: 72.5%;
  scroll-behavior: smooth;
  background-image: url(../../assets/bg/grain-charcoal.webp);
}
html body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Sentient-Regular", "Helvetica Neue", sans-serif !important, helvetica, arial;
  font-size: 1.5rem;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
}

article {
  max-width: 60rem;
}
article h2 {
  margin-top: 2rem;
}
article p:not(:last-child), article ul:not(:last-child) {
  margin-bottom: 1rem;
}

/*--------------------------
Examples, how to use:
    .gallery    {  @include card-layout; }                                         // use as default
    .thumbnails {  @include card-layout($size: 120px, $aspect-ratio: 1 / 1); } // small square tiles
    .hero-cards {  @include card-layout($size: 300px, $gap: 2rem); }
---------------------------*/
*, *:before, *:after {
  box-sizing: inherit;
}

header, nav {
  width: 100%;
  background-color: #1E2225;
  background-image: url(../../assets/bg/grain-charcoal.webp);
  margin: 0 0 1.875em 0;
}

footer {
  width: 100%;
  background-color: #1E2225;
  background-image: url(../../assets/bg/grain-charcoal.webp);
  margin: 1.875em 0 0 0;
  padding: 0.5rem;
}

body {
  background-color: #1E2225;
  background-image: url(../../assets/bg/grain-charcoal.webp);
  color: #1E2E43;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-flow: column;
  align-items: center;
}

main {
  width: 100%;
}

.container {
  margin: 0 auto;
  max-width: 75em;
}
.container section {
  padding: 0 1.875em;
}

div.selfie {
  background-image: url("../../assets/photos/self/selfi-japon.jpg");
  background-position-x: 72%;
  background-position-y: 63%;
  background-repeat: no-repeat;
  background-size: 280%;
  width: 12.5em;
  height: 12.5em;
  border-radius: 5px;
  margin-top: -3em;
}

.mvp {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25em;
}
@media only screen and (max-width: 600px) {
  .mvp {
    display: block;
    height: auto;
  }
}
.mvp nav {
  display: flex;
  justify-content: space-between;
  color: #EFE9D7;
  margin: 0;
  padding: 0;
  max-width: 50em;
}
@media only screen and (max-width: 600px) {
  .mvp main {
    display: block;
    height: auto;
    margin-top: 0.9375em;
    padding-top: 1.875em;
  }
}
.mvp main .business-card {
  max-width: 50em;
  margin: 0 auto;
  background-color: #EDE5C4;
  background-image: url("../../assets/bg/grain-parchment.webp");
  padding: 2.8125em 1.25em;
  border-radius: 5px;
  align-items: center;
  border: 1px solid #EFE9D7;
}
.mvp main .business-card .selfie {
  background-image: url("../../assets/photos/self/selfi-japon.jpg");
  background-position-x: 78%;
  background-position-y: 63%;
  background-repeat: no-repeat;
  background-size: 300%;
  width: 12.5em;
  height: 12.5em;
  border-radius: 5px;
  margin-top: 0;
}
@media only screen and (max-width: 600px) {
  .mvp main .business-card .card-text {
    text-align: center;
  }
}
.mvp main .business-card .card-text h1, .mvp main .business-card .card-text h2 {
  font-size: 2rem;
}
.mvp main .business-card .card-text p {
  font-family: "Sentient-Medium";
  font-size: 1.4rem;
}

.d-flex {
  display: flex;
}
.d-flex.jc-start {
  justify-content: flex-start;
}
.d-flex.jc-center {
  justify-content: center;
}
.d-flex.jc-end {
  justify-content: flex-end;
}
.d-flex.jc-between {
  justify-content: space-between;
}
.d-flex.jc-around {
  justify-content: space-around;
}
.d-flex.jc-even {
  justify-content: space-evenly;
}
.d-flex.ai-center {
  align-items: center;
}
.d-flex.dir-row {
  flex-direction: row;
}
.d-flex.dir-col {
  flex-direction: column;
}

.two-col {
  display: flex;
  gap: 1.5625em;
}

@media (max-width: 768px) {
  .two-col {
    flex-direction: column;
  }
}
.d-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5625em;
}
.d-cards .card {
  flex: 1;
  padding: 1.25em;
  background-color: #EDE5C4;
}

.d-grid {
  display: grid;
}

.margin-zero {
  margin: 0rem !important;
}

.margin-top-zero {
  margin-top: 0rem !important;
}

.margin-right-zero {
  margin-right: 0rem !important;
}

.margin-bottom-zero {
  margin-bottom: 0rem !important;
}

.margin-left-zero {
  margin-left: 0rem !important;
}

.margin-zero-negative {
  margin: 0rem !important;
}

.margin-top-zero-negative {
  margin-top: 0rem !important;
}

.margin-right-zero-negative {
  margin-right: 0rem !important;
}

.margin-bottom-zero-negative {
  margin-bottom: 0rem !important;
}

.margin-left-zero-negative {
  margin-left: 0rem !important;
}

.margin-nano {
  margin: 1px !important;
}

.margin-top-nano {
  margin-top: 1px !important;
}

.margin-right-nano {
  margin-right: 1px !important;
}

.margin-bottom-nano {
  margin-bottom: 1px !important;
}

.margin-left-nano {
  margin-left: 1px !important;
}

.margin-nano-negative {
  margin: -1px !important;
}

.margin-top-nano-negative {
  margin-top: -1px !important;
}

.margin-right-nano-negative {
  margin-right: -1px !important;
}

.margin-bottom-nano-negative {
  margin-bottom: -1px !important;
}

.margin-left-nano-negative {
  margin-left: -1px !important;
}

.margin-tiny {
  margin: 0.5rem !important;
}

.margin-top-tiny {
  margin-top: 0.5rem !important;
}

.margin-right-tiny {
  margin-right: 0.5rem !important;
}

.margin-bottom-tiny {
  margin-bottom: 0.5rem !important;
}

.margin-left-tiny {
  margin-left: 0.5rem !important;
}

.margin-tiny-negative {
  margin: -0.5rem !important;
}

.margin-top-tiny-negative {
  margin-top: -0.5rem !important;
}

.margin-right-tiny-negative {
  margin-right: -0.5rem !important;
}

.margin-bottom-tiny-negative {
  margin-bottom: -0.5rem !important;
}

.margin-left-tiny-negative {
  margin-left: -0.5rem !important;
}

.margin-small {
  margin: 1rem !important;
}

.margin-top-small {
  margin-top: 1rem !important;
}

.margin-right-small {
  margin-right: 1rem !important;
}

.margin-bottom-small {
  margin-bottom: 1rem !important;
}

.margin-left-small {
  margin-left: 1rem !important;
}

.margin-small-negative {
  margin: -1rem !important;
}

.margin-top-small-negative {
  margin-top: -1rem !important;
}

.margin-right-small-negative {
  margin-right: -1rem !important;
}

.margin-bottom-small-negative {
  margin-bottom: -1rem !important;
}

.margin-left-small-negative {
  margin-left: -1rem !important;
}

.margin-medium {
  margin: 1.5rem !important;
}

.margin-top-medium {
  margin-top: 1.5rem !important;
}

.margin-right-medium {
  margin-right: 1.5rem !important;
}

.margin-bottom-medium {
  margin-bottom: 1.5rem !important;
}

.margin-left-medium {
  margin-left: 1.5rem !important;
}

.margin-medium-negative {
  margin: -1.5rem !important;
}

.margin-top-medium-negative {
  margin-top: -1.5rem !important;
}

.margin-right-medium-negative {
  margin-right: -1.5rem !important;
}

.margin-bottom-medium-negative {
  margin-bottom: -1.5rem !important;
}

.margin-left-medium-negative {
  margin-left: -1.5rem !important;
}

.margin-large {
  margin: 2rem !important;
}

.margin-top-large {
  margin-top: 2rem !important;
}

.margin-right-large {
  margin-right: 2rem !important;
}

.margin-bottom-large {
  margin-bottom: 2rem !important;
}

.margin-left-large {
  margin-left: 2rem !important;
}

.margin-large-negative {
  margin: -2rem !important;
}

.margin-top-large-negative {
  margin-top: -2rem !important;
}

.margin-right-large-negative {
  margin-right: -2rem !important;
}

.margin-bottom-large-negative {
  margin-bottom: -2rem !important;
}

.margin-left-large-negative {
  margin-left: -2rem !important;
}

.margin-huge {
  margin: 3rem !important;
}

.margin-top-huge {
  margin-top: 3rem !important;
}

.margin-right-huge {
  margin-right: 3rem !important;
}

.margin-bottom-huge {
  margin-bottom: 3rem !important;
}

.margin-left-huge {
  margin-left: 3rem !important;
}

.margin-huge-negative {
  margin: -3rem !important;
}

.margin-top-huge-negative {
  margin-top: -3rem !important;
}

.margin-right-huge-negative {
  margin-right: -3rem !important;
}

.margin-bottom-huge-negative {
  margin-bottom: -3rem !important;
}

.margin-left-huge-negative {
  margin-left: -3rem !important;
}

.padding-zero {
  padding: 0rem !important;
}

.padding-top-zero {
  padding-top: 0rem !important;
}

.padding-right-zero {
  padding-right: 0rem !important;
}

.padding-bottom-zero {
  padding-bottom: 0rem !important;
}

.padding-left-zero {
  padding-left: 0rem !important;
}

.padding-nano {
  padding: 1px !important;
}

.padding-top-nano {
  padding-top: 1px !important;
}

.padding-right-nano {
  padding-right: 1px !important;
}

.padding-bottom-nano {
  padding-bottom: 1px !important;
}

.padding-left-nano {
  padding-left: 1px !important;
}

.padding-tiny {
  padding: 0.5rem !important;
}

.padding-top-tiny {
  padding-top: 0.5rem !important;
}

.padding-right-tiny {
  padding-right: 0.5rem !important;
}

.padding-bottom-tiny {
  padding-bottom: 0.5rem !important;
}

.padding-left-tiny {
  padding-left: 0.5rem !important;
}

.padding-small {
  padding: 1rem !important;
}

.padding-top-small {
  padding-top: 1rem !important;
}

.padding-right-small {
  padding-right: 1rem !important;
}

.padding-bottom-small {
  padding-bottom: 1rem !important;
}

.padding-left-small {
  padding-left: 1rem !important;
}

.padding-medium {
  padding: 1.5rem !important;
}

.padding-top-medium {
  padding-top: 1.5rem !important;
}

.padding-right-medium {
  padding-right: 1.5rem !important;
}

.padding-bottom-medium {
  padding-bottom: 1.5rem !important;
}

.padding-left-medium {
  padding-left: 1.5rem !important;
}

.padding-large {
  padding: 2rem !important;
}

.padding-top-large {
  padding-top: 2rem !important;
}

.padding-right-large {
  padding-right: 2rem !important;
}

.padding-bottom-large {
  padding-bottom: 2rem !important;
}

.padding-left-large {
  padding-left: 2rem !important;
}

.padding-huge {
  padding: 3rem !important;
}

.padding-top-huge {
  padding-top: 3rem !important;
}

.padding-right-huge {
  padding-right: 3rem !important;
}

.padding-bottom-huge {
  padding-bottom: 3rem !important;
}

.padding-left-huge {
  padding-left: 3rem !important;
}

.width-zero {
  width: 0rem !important;
}

.height-zero {
  height: 0rem !important;
}

.width-whole-minus-zero {
  width: calc(100% - 0rem) !important;
}

.height-whole-minus-zero {
  height: calc(100% - 0rem) !important;
}

.width-half-minus-zero {
  width: calc(50% - 0rem) !important;
}

.height-half-minus-zero {
  height: calc(50% - 0rem) !important;
}

.width-third-minus-zero {
  width: calc(33.333% - 0rem) !important;
}

.height-third-minus-zero {
  height: calc(33.333% - 0rem) !important;
}

.width-two-thirds-minus-zero {
  width: calc(66.666% - 0rem) !important;
}

.height-two-thirds-minus-zero {
  height: calc(66.666% - 0rem) !important;
}

.width-fourth-minus-zero {
  width: calc(25% - 0rem) !important;
}

.height-fourth-minus-zero {
  height: calc(25% - 0rem) !important;
}

.width-fifth-minus-zero {
  width: calc(20% - 0rem) !important;
}

.height-fifth-minus-zero {
  height: calc(20% - 0rem) !important;
}

.width-nano {
  width: 1px !important;
}

.height-nano {
  height: 1px !important;
}

.width-whole-minus-nano {
  width: calc(100% - 1px) !important;
}

.height-whole-minus-nano {
  height: calc(100% - 1px) !important;
}

.width-half-minus-nano {
  width: calc(50% - 1px) !important;
}

.height-half-minus-nano {
  height: calc(50% - 1px) !important;
}

.width-third-minus-nano {
  width: calc(33.333% - 1px) !important;
}

.height-third-minus-nano {
  height: calc(33.333% - 1px) !important;
}

.width-two-thirds-minus-nano {
  width: calc(66.666% - 1px) !important;
}

.height-two-thirds-minus-nano {
  height: calc(66.666% - 1px) !important;
}

.width-fourth-minus-nano {
  width: calc(25% - 1px) !important;
}

.height-fourth-minus-nano {
  height: calc(25% - 1px) !important;
}

.width-fifth-minus-nano {
  width: calc(20% - 1px) !important;
}

.height-fifth-minus-nano {
  height: calc(20% - 1px) !important;
}

.width-tiny {
  width: 0.5rem !important;
}

.height-tiny {
  height: 0.5rem !important;
}

.width-whole-minus-tiny {
  width: calc(100% - 0.5rem) !important;
}

.height-whole-minus-tiny {
  height: calc(100% - 0.5rem) !important;
}

.width-half-minus-tiny {
  width: calc(50% - 0.5rem) !important;
}

.height-half-minus-tiny {
  height: calc(50% - 0.5rem) !important;
}

.width-third-minus-tiny {
  width: calc(33.333% - 0.5rem) !important;
}

.height-third-minus-tiny {
  height: calc(33.333% - 0.5rem) !important;
}

.width-two-thirds-minus-tiny {
  width: calc(66.666% - 0.5rem) !important;
}

.height-two-thirds-minus-tiny {
  height: calc(66.666% - 0.5rem) !important;
}

.width-fourth-minus-tiny {
  width: calc(25% - 0.5rem) !important;
}

.height-fourth-minus-tiny {
  height: calc(25% - 0.5rem) !important;
}

.width-fifth-minus-tiny {
  width: calc(20% - 0.5rem) !important;
}

.height-fifth-minus-tiny {
  height: calc(20% - 0.5rem) !important;
}

.width-small {
  width: 1rem !important;
}

.height-small {
  height: 1rem !important;
}

.width-whole-minus-small {
  width: calc(100% - 1rem) !important;
}

.height-whole-minus-small {
  height: calc(100% - 1rem) !important;
}

.width-half-minus-small {
  width: calc(50% - 1rem) !important;
}

.height-half-minus-small {
  height: calc(50% - 1rem) !important;
}

.width-third-minus-small {
  width: calc(33.333% - 1rem) !important;
}

.height-third-minus-small {
  height: calc(33.333% - 1rem) !important;
}

.width-two-thirds-minus-small {
  width: calc(66.666% - 1rem) !important;
}

.height-two-thirds-minus-small {
  height: calc(66.666% - 1rem) !important;
}

.width-fourth-minus-small {
  width: calc(25% - 1rem) !important;
}

.height-fourth-minus-small {
  height: calc(25% - 1rem) !important;
}

.width-fifth-minus-small {
  width: calc(20% - 1rem) !important;
}

.height-fifth-minus-small {
  height: calc(20% - 1rem) !important;
}

.width-medium {
  width: 1.5rem !important;
}

.height-medium {
  height: 1.5rem !important;
}

.width-whole-minus-medium {
  width: calc(100% - 1.5rem) !important;
}

.height-whole-minus-medium {
  height: calc(100% - 1.5rem) !important;
}

.width-half-minus-medium {
  width: calc(50% - 1.5rem) !important;
}

.height-half-minus-medium {
  height: calc(50% - 1.5rem) !important;
}

.width-third-minus-medium {
  width: calc(33.333% - 1.5rem) !important;
}

.height-third-minus-medium {
  height: calc(33.333% - 1.5rem) !important;
}

.width-two-thirds-minus-medium {
  width: calc(66.666% - 1.5rem) !important;
}

.height-two-thirds-minus-medium {
  height: calc(66.666% - 1.5rem) !important;
}

.width-fourth-minus-medium {
  width: calc(25% - 1.5rem) !important;
}

.height-fourth-minus-medium {
  height: calc(25% - 1.5rem) !important;
}

.width-fifth-minus-medium {
  width: calc(20% - 1.5rem) !important;
}

.height-fifth-minus-medium {
  height: calc(20% - 1.5rem) !important;
}

.width-large {
  width: 2rem !important;
}

.height-large {
  height: 2rem !important;
}

.width-whole-minus-large {
  width: calc(100% - 2rem) !important;
}

.height-whole-minus-large {
  height: calc(100% - 2rem) !important;
}

.width-half-minus-large {
  width: calc(50% - 2rem) !important;
}

.height-half-minus-large {
  height: calc(50% - 2rem) !important;
}

.width-third-minus-large {
  width: calc(33.333% - 2rem) !important;
}

.height-third-minus-large {
  height: calc(33.333% - 2rem) !important;
}

.width-two-thirds-minus-large {
  width: calc(66.666% - 2rem) !important;
}

.height-two-thirds-minus-large {
  height: calc(66.666% - 2rem) !important;
}

.width-fourth-minus-large {
  width: calc(25% - 2rem) !important;
}

.height-fourth-minus-large {
  height: calc(25% - 2rem) !important;
}

.width-fifth-minus-large {
  width: calc(20% - 2rem) !important;
}

.height-fifth-minus-large {
  height: calc(20% - 2rem) !important;
}

.width-huge {
  width: 3rem !important;
}

.height-huge {
  height: 3rem !important;
}

.width-whole-minus-huge {
  width: calc(100% - 3rem) !important;
}

.height-whole-minus-huge {
  height: calc(100% - 3rem) !important;
}

.width-half-minus-huge {
  width: calc(50% - 3rem) !important;
}

.height-half-minus-huge {
  height: calc(50% - 3rem) !important;
}

.width-third-minus-huge {
  width: calc(33.333% - 3rem) !important;
}

.height-third-minus-huge {
  height: calc(33.333% - 3rem) !important;
}

.width-two-thirds-minus-huge {
  width: calc(66.666% - 3rem) !important;
}

.height-two-thirds-minus-huge {
  height: calc(66.666% - 3rem) !important;
}

.width-fourth-minus-huge {
  width: calc(25% - 3rem) !important;
}

.height-fourth-minus-huge {
  height: calc(25% - 3rem) !important;
}

.width-fifth-minus-huge {
  width: calc(20% - 3rem) !important;
}

.height-fifth-minus-huge {
  height: calc(20% - 3rem) !important;
}

.width-whole {
  width: 100% !important;
}

.height-whole {
  height: 100% !important;
}

.width-half {
  width: 50% !important;
}

.height-half {
  height: 50% !important;
}

.width-third {
  width: 33.333% !important;
}

.height-third {
  height: 33.333% !important;
}

.width-two-thirds {
  width: 66.666% !important;
}

.height-two-thirds {
  height: 66.666% !important;
}

.width-fourth {
  width: 25% !important;
}

.height-fourth {
  height: 25% !important;
}

.width-fifth {
  width: 20% !important;
}

.height-fifth {
  height: 20% !important;
}

.hover-shadow {
  transition: 0.3s ease;
}

.hover-shadow:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}

.btn-gradient {
  padding: 12px 25px;
  background: linear-gradient(135deg, #4f46e5, #06b6d4);
  color: #fff;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.btn-gradient:hover {
  opacity: 0.9;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.glass {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.text-gradient {
  background: linear-gradient(90deg, #06b6d4, #4f46e5);
  color: transparent;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #4f46e5;
  border-radius: 10px;
}

.avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.btn-neon:hover {
  box-shadow: 0 0 10px #4f46e5, 0 0 20px #4f46e5;
}

.fade-in {
  animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.card-hover {
  transition: 0.3s ease;
}

.card-hover:hover {
  transform: translateY(-8px);
}

.grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.btn-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ripple {
  position: relative;
  overflow: hidden;
}

.ripple:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  animation: ripple 0.6s linear;
}

@keyframes ripple {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(100);
    opacity: 0;
  }
}
.input {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  width: 100%;
}

.input:focus {
  border-color: #4f46e5;
  outline: none;
}

.badge {
  background: #4f46e5;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  color: white;
}

.spinner {
  width: 30px;
  height: 30px;
  border: 3px solid #ccc;
  border-top-color: #4f46e5;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style.css.map */
