:root {
  --font-heading-name: 'Rajdhani';
  --font-body-name: 'Inter';
  --font-heading: 'Rajdhani', sans-serif;
  --font-body: 'Inter', sans-serif;
  --letter-spacing-heading: 1px;
  --letter-spacing-body: 0px;
  --space-base: 1rem;
  --radius-small: 4px;
  --radius-large: 14px;
  --border-width: 1px;
  --shadow-color: 0 0 0;
  --shadow-offset-x: 0px;
  --shadow-offset-y: 8px;
  --shadow-blur: 32px;
  --shadow-spread: 0px;
  --shadow-opacity: 0.5;
  --shadow-custom: 0px 8px 32px rgba(0,0,0,0.5);
  --shadow-custom-hover: 0px 16px 48px rgba(102,252,241,0.15);
}

/*
 * FF.io Crypto Blog — Full Modal Articles + 500w Content All Languages Styles
 * Generated by UXMagic Copilot
 * 
 * Table of Contents:
 * 1. CSS Reset & Base Styles
 * 2. Typography
 * 3. Layout & Grid
 * 4. Components
 * 5. Utilities
 * 6. Responsive Design
 */

/* ==========================================================================
   1. CSS Reset & Base Styles
   ========================================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================================
   2. Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem 0;
  font-weight: 600;
  line-height: 1.3;
}

p {
  margin: 0 0 1rem 0;
}

a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* ==========================================================================
   3. Layout & Grid
   ========================================================================== */

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}

.col {
  flex: 1;
  padding: 0 0.5rem;
}

/* ==========================================================================
   4. Components
   ========================================================================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #007bff;
  color: white;
}

.btn:hover {
  background-color: #0056b3;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.25);
}

.card {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: box-shadow 0.2s ease;
}

.card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* ==========================================================================
   5. Utilities
   ========================================================================== */

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }

.d-none { display: none; }
.d-block { display: block; }
.d-flex { display: flex; }

/* ==========================================================================
   6. Responsive Design
   ========================================================================== */

@media (max-width: 768px) {
  .container {
    padding: 0 0.75rem;
  }
  
  .row {
    flex-direction: column;
  }
  
  .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 576px) {
  .container {
    padding: 0 0.5rem;
  }
  
  h1 { font-size: 1.75rem; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.25rem; }
}

/* ==========================================================================
   7. Project Specific Styles
   ========================================================================== */

body {
  background-color: #0B0C10;
  color: #C5C6C7
}

.glass {
  background: rgba(31,40,51,0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(102,252,241,0.1)
}

.glass-dark {
  background: rgba(11,12,16,0.85);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px)
}

.gradient-text {
  background: linear-gradient(90deg,#66FCF1,#8A2BE2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.neon-border {
  border: 1px solid rgba(102,252,241,0.3)
}

.neon-glow {
  box-shadow: 0 0 20px rgba(102,252,241,0.2)
}

.prose h2 {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  margin: 2.5rem 0 1rem;
  letter-spacing: 0.5px
}

.prose h3 {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 600;
  color: #66FCF1;
  margin: 2rem 0 0.75rem
}

.prose p {
  margin-bottom: 1.4rem;
  line-height: 1.85;
  color: #C5C6C7;
  font-size: 1rem
}

.prose ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem
}

.prose ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.6rem;
  color: #C5C6C7;
  line-height: 1.7
}

.prose ul li::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: #66FCF1;
  font-size: 0.75rem;
  top: 4px
}

.prose strong {
  color: #fff;
  font-weight: 600
}

.prose .lead {
  font-size: 1.15rem;
  color: #e2e8f0;
  line-height: 1.9;
  border-left: 3px solid #66FCF1;
  padding-left: 1.25rem;
  margin-bottom: 2rem
}

::-webkit-scrollbar {
  width: 6px
}

::-webkit-scrollbar-track {
  background: #0B0C10
}

::-webkit-scrollbar-thumb {
  background: #45A29E;
  border-radius: 3px
}

::-webkit-scrollbar-thumb:hover {
  background: #66FCF1
}

.article-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease
}

.article-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-custom-hover)
}

#article-modal {
  transition: opacity 0.25s ease
}

#article-modal.hidden {
  opacity: 0;
  pointer-events: none
}

#modal-panel {
  transition: transform 0.3s ease, opacity 0.3s ease
}

[data-aos] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important
}

.aos-init[data-aos] {
  opacity: 1 !important;
  transform: none !important
}

.aos-animate {
  opacity: 1 !important;
  transform: none !important
}

*, ::before, ::after{
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness:proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: 
}

::backdrop{
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness:proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: 
}

*,::after,::before{
  box-sizing:border-box;
  border-width:0;
  border-style:solid;
  border-color:#e5e7eb
}

::after,::before{
  --tw-content:''
}

:host,html{
  line-height:1.5;
  -webkit-text-size-adjust:100%;
  -moz-tab-size:4;
  tab-size:4;
  font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings:normal;
  font-variation-settings:normal;
  -webkit-tap-highlight-color:transparent
}

body{
  margin:0;
  line-height:inherit
}

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;
  text-decoration:inherit
}

b,strong{
  font-weight:bolder
}

code,kbd,pre,samp{
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-feature-settings:normal;
  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:-.25em
}

sup{
  top:-.5em
}

table{
  text-indent:0;
  border-color:inherit;
  border-collapse:collapse
}

button,input,optgroup,select,textarea{
  font-family:inherit;
  font-feature-settings:inherit;
  font-variation-settings:inherit;
  font-size:100%;
  font-weight:inherit;
  line-height:inherit;
  letter-spacing:inherit;
  color:inherit;
  margin:0;
  padding:0
}

button,select{
  text-transform:none
}

button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){
  -webkit-appearance:button;
  background-color:transparent;
  background-image:none
}

:-moz-focusring{
  outline:auto
}

:-moz-ui-invalid{
  box-shadow:none
}

progress{
  vertical-align:baseline
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button{
  height:auto
}

[type=search]{
  -webkit-appearance:textfield;
  outline-offset:-2px
}

::-webkit-search-decoration{
  -webkit-appearance:none
}

::-webkit-file-upload-button{
  -webkit-appearance:button;
  font:inherit
}

summary{
  display:list-item
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{
  margin:0
}

fieldset{
  margin:0;
  padding:0
}

legend{
  padding:0
}

menu,ol,ul{
  list-style:none;
  margin:0;
  padding:0
}

dialog{
  padding:0
}

textarea{
  resize:vertical
}

input::placeholder,textarea::placeholder{
  opacity:1;
  color:#9ca3af
}

[role=button],button{
  cursor:pointer
}

:disabled{
  cursor:default
}

audio,canvas,embed,iframe,img,object,svg,video{
  display:block;
  vertical-align:middle
}

img,video{
  max-width:100%;
  height:auto
}

[hidden]:where(:not([hidden=until-found])){
  display:none
}

.pointer-events-none{
  pointer-events:none
}

.fixed{
  position:fixed
}

.absolute{
  position:absolute
}

.relative{
  position:relative
}

.inset-0{
  inset:0px
}

.bottom-0{
  bottom:0px
}

.left-1\/2{
  left:50%
}

.left-1\/3{
  left:33.333333%
}

.left-10{
  left:2.5rem
}

.right-0{
  right:0px
}

.right-1\/4{
  right:25%
}

.top-0{
  top:0px
}

.top-1\/2{
  top:50%
}

.top-10{
  top:2.5rem
}

.left-4{
  left:1rem
}

.top-4{
  top:1rem
}

.z-0{
  z-index:0
}

.z-10{
  z-index:10
}

.z-40{
  z-index:40
}

.z-50{
  z-index:50
}

.mx-auto{
  margin-left:auto;
  margin-right:auto
}

.mb-1{
  margin-bottom:0.25rem
}

.mb-10{
  margin-bottom:2.5rem
}

.mb-16{
  margin-bottom:4rem
}

.mb-2{
  margin-bottom:0.5rem
}

.mb-20{
  margin-bottom:5rem
}

.mb-3{
  margin-bottom:0.75rem
}

.mb-4{
  margin-bottom:1rem
}

.mb-6{
  margin-bottom:1.5rem
}

.mb-8{
  margin-bottom:2rem
}

.mt-12{
  margin-top:3rem
}

.mt-2{
  margin-top:0.5rem
}

.mt-4{
  margin-top:1rem
}

.mb-5{
  margin-bottom:1.25rem
}

.line-clamp-3{
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3
}

.block{
  display:block
}

.flex{
  display:flex
}

.inline-flex{
  display:inline-flex
}

.grid{
  display:grid
}

.hidden{
  display:none
}

.h-10{
  height:2.5rem
}

.h-2{
  height:0.5rem
}

.h-20{
  height:5rem
}

.h-3{
  height:0.75rem
}

.h-4{
  height:1rem
}

.h-5{
  height:1.25rem
}

.h-64{
  height:16rem
}

.h-8{
  height:2rem
}

.h-9{
  height:2.25rem
}

.h-\[200px\]{
  height:200px
}

.h-\[400px\]{
  height:400px
}

.h-\[500px\]{
  height:500px
}

.h-52{
  height:13rem
}

.h-full{
  height:100%
}

.w-10{
  width:2.5rem
}

.w-2{
  width:0.5rem
}

.w-3{
  width:0.75rem
}

.w-4{
  width:1rem
}

.w-44{
  width:11rem
}

.w-5{
  width:1.25rem
}

.w-64{
  width:16rem
}

.w-8{
  width:2rem
}

.w-9{
  width:2.25rem
}

.w-\[200px\]{
  width:200px
}

.w-\[400px\]{
  width:400px
}

.w-\[500px\]{
  width:500px
}

.w-full{
  width:100%
}

.max-w-2xl{
  max-width:42rem
}

.max-w-3xl{
  max-width:48rem
}

.max-w-4xl{
  max-width:56rem
}

.max-w-7xl{
  max-width:80rem
}

.max-w-md{
  max-width:28rem
}

.max-w-xl{
  max-width:36rem
}

.flex-1{
  flex:1 1 0%
}

.flex-shrink-0{
  flex-shrink:0
}

.-translate-x-1\/2{
  --tw-translate-x:-50%;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes pulse{
  50%{
  opacity:.5
}


}

.animate-pulse{
  animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

.cursor-pointer{
  cursor:pointer
}

.select-none{
  -webkit-user-select:none;
  user-select:none
}

.grid-cols-1{
  grid-template-columns:repeat(1, minmax(0, 1fr))
}

.grid-cols-2{
  grid-template-columns:repeat(2, minmax(0, 1fr))
}

.flex-col{
  flex-direction:column
}

.items-start{
  align-items:flex-start
}

.items-center{
  align-items:center
}

.justify-center{
  justify-content:center
}

.justify-between{
  justify-content:space-between
}

.gap-16{
  gap:4rem
}

.gap-2{
  gap:0.5rem
}

.gap-3{
  gap:0.75rem
}

.gap-4{
  gap:1rem
}

.gap-6{
  gap:1.5rem
}

.gap-8{
  gap:2rem
}

.gap-1\.5{
  gap:0.375rem
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1rem * var(--tw-space-y-reverse))
}

.overflow-hidden{
  overflow:hidden
}

.overflow-y-auto{
  overflow-y:auto
}

.rounded{
  border-radius:0.25rem
}

.rounded-full{
  border-radius:9999px
}

.rounded-large{
  border-radius:var(--radius-large)
}

.rounded-lg{
  border-radius:0.5rem
}

.rounded-small{
  border-radius:var(--radius-small)
}

.border{
  border-width:1px
}

.border-b{
  border-bottom-width:1px
}

.border-t{
  border-top-width:1px
}

.border-cyan-400\/20{
  border-color:rgb(34 211 238 / 0.2)
}

.border-white\/10{
  border-color:rgb(255 255 255 / 0.1)
}

.border-white\/20{
  border-color:rgb(255 255 255 / 0.2)
}

.bg-black{
  --tw-bg-opacity:1;
  background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))
}

.bg-black\/40{
  background-color:rgb(0 0 0 / 0.4)
}

.bg-cyan-400{
  --tw-bg-opacity:1;
  background-color:rgb(34 211 238 / var(--tw-bg-opacity, 1))
}

.bg-cyan-400\/10{
  background-color:rgb(34 211 238 / 0.1)
}

.bg-cyan-400\/5{
  background-color:rgb(34 211 238 / 0.05)
}

.bg-gray-900{
  --tw-bg-opacity:1;
  background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))
}

.bg-gray-950{
  --tw-bg-opacity:1;
  background-color:rgb(3 7 18 / var(--tw-bg-opacity, 1))
}

.bg-purple-700\/15{
  background-color:rgb(126 34 206 / 0.15)
}

.bg-white\/5{
  background-color:rgb(255 255 255 / 0.05)
}

.bg-gradient-to-br{
  background-image:linear-gradient(to bottom right, var(--tw-gradient-stops))
}

.bg-gradient-to-t{
  background-image:linear-gradient(to top, var(--tw-gradient-stops))
}

.from-cyan-400{
  --tw-gradient-from:#22d3ee var(--tw-gradient-from-position);
  --tw-gradient-to:rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-black\/60{
  --tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)
}

.to-purple-600{
  --tw-gradient-to:#9333ea var(--tw-gradient-to-position)
}

.to-transparent{
  --tw-gradient-to:transparent var(--tw-gradient-to-position)
}

.object-cover{
  object-fit:cover
}

.p-1{
  padding:0.25rem
}

.p-12{
  padding:3rem
}

.p-4{
  padding:1rem
}

.p-6{
  padding:1.5rem
}

.p-8{
  padding:2rem
}

.px-10{
  padding-left:2.5rem;
  padding-right:2.5rem
}

.px-3{
  padding-left:0.75rem;
  padding-right:0.75rem
}

.px-4{
  padding-left:1rem;
  padding-right:1rem
}

.px-5{
  padding-left:1.25rem;
  padding-right:1.25rem
}

.px-6{
  padding-left:1.5rem;
  padding-right:1.5rem
}

.px-8{
  padding-left:2rem;
  padding-right:2rem
}

.py-1{
  padding-top:0.25rem;
  padding-bottom:0.25rem
}

.py-1\.5{
  padding-top:0.375rem;
  padding-bottom:0.375rem
}

.py-12{
  padding-top:3rem;
  padding-bottom:3rem
}

.py-2{
  padding-top:0.5rem;
  padding-bottom:0.5rem
}

.py-2\.5{
  padding-top:0.625rem;
  padding-bottom:0.625rem
}

.py-24{
  padding-top:6rem;
  padding-bottom:6rem
}

.py-3{
  padding-top:0.75rem;
  padding-bottom:0.75rem
}

.py-3\.5{
  padding-top:0.875rem;
  padding-bottom:0.875rem
}

.py-4{
  padding-top:1rem;
  padding-bottom:1rem
}

.py-8{
  padding-top:2rem;
  padding-bottom:2rem
}

.px-2\.5{
  padding-left:0.625rem;
  padding-right:0.625rem
}

.py-5{
  padding-top:1.25rem;
  padding-bottom:1.25rem
}

.pb-24{
  padding-bottom:6rem
}

.pb-6{
  padding-bottom:1.5rem
}

.pt-12{
  padding-top:3rem
}

.pt-36{
  padding-top:9rem
}

.pt-8{
  padding-top:2rem
}

.pb-5{
  padding-bottom:1.25rem
}

.pr-4{
  padding-right:1rem
}

.text-left{
  text-align:left
}

.text-center{
  text-align:center
}

.font-body{
  font-family:var(--font-body-name), sans-serif
}

.font-heading{
  font-family:var(--font-heading-name), sans-serif
}

.text-2xl{
  font-size:1.5rem;
  line-height:2rem
}

.text-3xl{
  font-size:1.875rem;
  line-height:2.25rem
}

.text-4xl{
  font-size:2.25rem;
  line-height:2.5rem
}

.text-5xl{
  font-size:3rem;
  line-height:1
}

.text-base{
  font-size:1rem;
  line-height:1.5rem
}

.text-lg{
  font-size:1.125rem;
  line-height:1.75rem
}

.text-sm{
  font-size:0.875rem;
  line-height:1.25rem
}

.text-xl{
  font-size:1.25rem;
  line-height:1.75rem
}

.text-xs{
  font-size:0.75rem;
  line-height:1rem
}

.font-bold{
  font-weight:700
}

.font-medium{
  font-weight:500
}

.font-semibold{
  font-weight:600
}

.uppercase{
  text-transform:uppercase
}

.leading-none{
  line-height:1
}

.leading-relaxed{
  line-height:1.625
}

.leading-tight{
  line-height:1.25
}

.leading-snug{
  line-height:1.375
}

.tracking-widest{
  letter-spacing:0.1em
}

.text-black{
  --tw-text-opacity:1;
  color:rgb(0 0 0 / var(--tw-text-opacity, 1))
}

.text-cyan-400{
  --tw-text-opacity:1;
  color:rgb(34 211 238 / var(--tw-text-opacity, 1))
}

.text-gray-300{
  --tw-text-opacity:1;
  color:rgb(209 213 219 / var(--tw-text-opacity, 1))
}

.text-gray-400{
  --tw-text-opacity:1;
  color:rgb(156 163 175 / var(--tw-text-opacity, 1))
}

.text-gray-500{
  --tw-text-opacity:1;
  color:rgb(107 114 128 / var(--tw-text-opacity, 1))
}

.text-gray-600{
  --tw-text-opacity:1;
  color:rgb(75 85 99 / var(--tw-text-opacity, 1))
}

.text-white{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.shadow-custom{
  --tw-shadow:var(--shadow-custom);
  --tw-shadow-colored:var(--shadow-custom);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-neon{
  --tw-shadow:0 0 20px rgba(102,252,241,0.25), 0 0 40px rgba(102,252,241,0.1);
  --tw-shadow-colored:0 0 20px var(--tw-shadow-color), 0 0 40px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.blur-\[100px\]{
  --tw-blur:blur(100px);
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.blur-\[120px\]{
  --tw-blur:blur(120px);
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.blur-\[80px\]{
  --tw-blur:blur(80px);
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition-all{
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-colors{
  transition-property:color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-transform{
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.duration-300{
  transition-duration:300ms
}

.duration-700{
  transition-duration:700ms
}

.hover\:border-cyan-400\/50:hover{
  border-color:rgb(34 211 238 / 0.5)
}

.hover\:bg-cyan-300:hover{
  --tw-bg-opacity:1;
  background-color:rgb(103 232 249 / var(--tw-bg-opacity, 1))
}

.hover\:bg-white\/5:hover{
  background-color:rgb(255 255 255 / 0.05)
}

.hover\:text-cyan-400:hover{
  --tw-text-opacity:1;
  color:rgb(34 211 238 / var(--tw-text-opacity, 1))
}

.hover\:text-white:hover{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.group:hover .group-hover\:scale-110{
  --tw-scale-x:1.1;
  --tw-scale-y:1.1;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:gap-3{
  gap:0.75rem
}

.group:hover .group-hover\:text-cyan-400{
  --tw-text-opacity:1;
  color:rgb(34 211 238 / var(--tw-text-opacity, 1))
}

@media (min-width: 640px){
  .sm\:inline-flex{
  display:inline-flex
}

.sm\:flex-row{
  flex-direction:row
}

.sm\:px-10{
  padding-left:2.5rem;
  padding-right:2.5rem
}

.sm\:px-6{
  padding-left:1.5rem;
  padding-right:1.5rem
}

.sm\:pt-16{
  padding-top:4rem
}

.sm\:text-3xl{
  font-size:1.875rem;
  line-height:2.25rem
}

.sm\:text-4xl{
  font-size:2.25rem;
  line-height:2.5rem
}

.sm\:text-6xl{
  font-size:3.75rem;
  line-height:1
}


}

@media (min-width: 768px){
  .md\:flex{
  display:flex
}

.md\:grid-cols-2{
  grid-template-columns:repeat(2, minmax(0, 1fr))
}

.md\:grid-cols-4{
  grid-template-columns:repeat(4, minmax(0, 1fr))
}

.md\:flex-row{
  flex-direction:row
}

.md\:text-5xl{
  font-size:3rem;
  line-height:1
}

.md\:text-7xl{
  font-size:4.5rem;
  line-height:1
}


}

@media (min-width: 1024px){
  .lg\:grid-cols-2{
  grid-template-columns:repeat(2, minmax(0, 1fr))
}

.lg\:grid-cols-3{
  grid-template-columns:repeat(3, minmax(0, 1fr))
}

.lg\:px-8{
  padding-left:2rem;
  padding-right:2rem
}

.lg\:text-8xl{
  font-size:6rem;
  line-height:1
}


}

@keyframes uxmagic-asset-highlight-blink {
  0%, 100% {
  border-color: #2A0DBA;
  opacity: 1
}

50% {
  border-color: rgba(42, 13, 186, 0.35);
  opacity: 0.6
}


}

.uxmagic-asset-highlight {
  border: 3px dashed #2A0DBA;
  box-sizing: border-box;
  animation: uxmagic-asset-highlight-blink 1.2s ease-in-out infinite
}