@media screen and (min-width:900px){
  
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  background-color: #F8FAFC;
}

header{
  width: 100%;
  height: 70px;
  background-color: white;
  border-bottom: 0.5px solid rgb(245, 245, 245);
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 999;
}

.logo-holder{
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  cursor: pointer;
}

.logo{
  width: 40px;
  height: auto;
}

.ltxt{
  font-weight: 600;
}

nav{
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.link{
  cursor: pointer;
}

.link:hover{
  color: #8B5CF6;
}

.cta{
  width: 300px;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.cta1{
  width: 100px;
  height: 35px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid rgb(246, 243, 243);
  color: rgb(129, 125, 125);
  display: flex;
  justify-content: center;
  gap: 6px;
  align-items: center;
  cursor: pointer;
}

.cta1:hover{
  color: #8B5CF6;
}

.cta2{
  width: 150px;
  height: 40px;
  background-image: linear-gradient(135deg, #8B5CF6 0%, #3B82F6 100%);;
  color: white;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  align-items: center;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.carousel{
  width: 100%;
  height: 50px;
  background-color: rgb(13, 13, 13);
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
}

.tiny-card{
  width: 200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: white;
}

.tiny-card p{
  font-size: 12px;
}

.fa-bolt{
  color: gold;
}

.fa-database{
  color: #A855F7;
}

.fa-refresh{
  color: red;
}

.fa-hamburger{
  color: #3B82F6;
}

.fa-square-check{
  color: rgb(55, 150, 55)
}

.hero{
  background: radial-gradient(
    circle at 50% 0%,
    rgba(139, 92, 246, 0.10) 0%,
    transparent 70%
);
width: 100%;
height: 130vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.hero-title{
  font-size: 3.5rem;
  font-weight: 500;
}

.highlight{
  color: #A855F7;
}

.hero-logo{
  width: 150px;
  height: auto;
}

.subtitle{
  width: 40%;
  text-align: center;
  font-size: 1.2rem;
  color: rgb(84, 81, 81);
}

.cta-copy{
  width: 80%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.rdocs{
  width: 150px;
  height: 50px;
  padding: 10px;
  border-radius: 5px;
  background-color: #3B82F6;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: none;
  font-weight: 600;
}

.copy-board{
  width: 330px;
  height: 50px;
  background-color: white;
  border: 2px solid rgb(244, 243, 243);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 10px;
}

.copy-board2{
  width: 440px;
  height: 50px;
  background-color: white;
  border: 2px solid rgb(244, 243, 243);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 10px;
}

.copy-btn{
  background-color: transparent;
  width:auto;
  height: auto;
  padding: 6px;
  cursor: pointer;
  border: 1px solid #E2E8F0;
}

.copy-board:hover {
  border: 1px solid #A855F7;
}

.copy-board:hover i{
  color: #A855F7;
}

.copy-board2:hover {
  border: 1px solid #A855F7;
}

.copy-board2:hover i{
  color: #A855F7;
}

.copy-board i{
  color: rgb(107, 105, 105);
}

.copy-board2 i{
  color: rgb(107, 105, 105);
}


.ftc{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
  padding: 2em;
}

.content-txt{
  width: 55%;
  height: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.content-txt h1{
  font-size: 1.4rem;
}

.content-txt p{
  color: rgb(87, 85, 85);
}

.code-base{
  width: 43%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  background-color: rgb(27, 27, 27);
  border-radius: 15px;
  flex-direction: column;
}

.code-top{
  width: 100%;
  height: 45px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(48, 47, 47);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.design-file{
  display: flex;
  width: auto;
  height: auto;
  justify-content: center;
  gap: 20px;
}

.design{
  width: auto;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  gap: 8px;
}

.red-ball{
  background-color: red;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.yellow-ball{
  background-color: orange;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.green-ball{
  background-color: green;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.file{
  color: rgb(161, 160, 160);
}

.copy-btn-code{
  background-color: transparent;
  width:80px;
  height: auto;
  padding: 6px;
  cursor: pointer;
  border: none;
  color: rgb(231, 227, 227);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.copy-btn-code:hover{
  color: #8B5CF6;
}

.copy-btn-code.is-copied{
  color: #8B5CF6;
}

.code-area{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 1em;
  font-size: 14PX;
}

.line-of-code{
  display: flex;
  gap: 4px;
}

.comment{
  color: rgb(102, 101, 101);
  font-style: italic;
}

.keyword{
  color: #8B5CF6;
  font-weight: 600;
}

.string{
  color: rgb(246, 243, 243);
}

.effect{
  color: #a86edf;
  margin-left: -4px;
}

.tag{
  color: #a86edf;
}


.id{
  color: rgb(188, 163, 16);
  margin-left: -4px;
}

.integer{
  margin-left: -4px;
  color: rgb(246, 243, 243);
  word-spacing: 2px;
}

.child{
  margin-left: 20px;
  color: #a86edf;
}

section{
  width: 100%;
  height: auto;
  background-color: transparent;
  padding: 1em;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

section h1{
  font-weight: 550;
}

.table{
  width: 70%;
  height: auto;
  background-color: white;
  border: 1px solid #E2E8F0;
  border-radius: 15px;
  margin-top: 20px;
}

.tools-table-wrap{
  width: 100%;
  overflow-x: auto;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.tools-table{
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.875rem;
  border-radius: 30px;
  padding: 1em;
  background-color: transparent;
}

.tools-table-head,
.tools-table-body{
  background-color: #FFFFFF;
}

.tools-table-head{
  color: #64748B;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.tools-table-cell{
  padding: 1rem 1.25rem;
}

.tools-table-head .tools-table-cell{
  font-weight: 600;
}

.tools-table-row{
  border-top: 1px solid #E2E8F0;
}

.tools-table-tool{
  font-weight: 500;
}

.tools-table-muted{
  color: #64748B;
}

.tools-table-highlight{
  border-top: 2px solid rgba(139, 92, 246, 0.4);
  background-color: rgba(139, 92, 246, 0.05);
}

.tools-table-violet{
  color: #8B5CF6;
}

.tools-table-semibold{
  font-weight: 600;
}

.tools-table-highlight .tools-table-tool{
  font-weight: 700;
}

.tools-table-text{
  color: #0F172A;
}

.features-grid{
  width: min(100%, 1100px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.feature-card{
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 24px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.feature-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.10);
}

.feature-card-violet:hover{
  border-color: rgba(139, 92, 246, 0.40);
  box-shadow: 0 10px 15px -3px rgba(139, 92, 246, 0.08);
}

.feature-card-azure:hover{
  border-color: rgba(14, 165, 233, 0.40);
  box-shadow: 0 10px 15px -3px rgba(14, 165, 233, 0.08);
}

.feature-card-amethyst:hover{
  border-color: rgba(168, 85, 247, 0.40);
  box-shadow: 0 10px 15px -3px rgba(168, 85, 247, 0.08);
}

.feature-icon{
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.feature-icon-violet{
  background-color: rgba(139, 92, 246, 0.10);
  color: #8B5CF6;
}

.feature-icon-azure{
  background-color: rgba(14, 165, 233, 0.10);
  color: #0EA5E9;
}

.feature-icon-amethyst{
  background-color: rgba(168, 85, 247, 0.10);
  color: #A855F7;
}

.feature-title{
  margin-bottom: 6px;
  color: #0F172A;
  font-size: 1rem;
  font-weight: 700;
}

.feature-description{
  color: #64748B;
  font-size: 0.875rem;
  line-height: 1.625;
}

.feature-code{
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #F8FAFC;
  color: #0F172A;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.75rem;
}

.cut30{
  width: 30%;
}

.cut35{
  width: 35%;
}

.hifeat{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5px;
}

.with-prop{
  display: flex;
  width: auto;
  gap: 8px;
  align-items: center;
}

#icon{
  color: #8B5CF6;
}

.wptxt{
  font-weight: 800;
  color: black;
}

.emph{
  width: auto;
  padding: 5px;
  border: 1px solid #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 5px;
}

.em{
  width: 70px;
  padding: 5px;
  border: 1px solid #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 5px;
  height: 20px;
}


.db{
  background-color: white;
  border-top: #E2E8F0;
  border-bottom: #E2E8F0;
}

.badge{
  width: 150px;
  padding: 5px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: #dbe6f8;
  color: #8B5CF6;
  font-size: 12px;
  font-weight: 600;
}

.grco{
  color: rgb(246, 243, 243) ;
}

.library-grid{
  width: min(100%, 1100px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.library-card{
  height: 80px;
  padding: 16px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.library-card:hover,
.library-card:focus-visible{
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.10);
  outline: none;
}

.library-card-violet:hover,
.library-card-violet:focus-visible{ border-color: rgba(139, 92, 246, 0.40); }
.library-card-azure:hover,
.library-card-azure:focus-visible{ border-color: rgba(14, 165, 233, 0.40); }
.library-card-amethyst:hover,
.library-card-amethyst:focus-visible{ border-color: rgba(168, 85, 247, 0.40); }

.library-name{
  color: #0F172A;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.875rem;
  font-weight: 700;
}

.library-description{
  margin-top: 4px;
  color: #64748B;
  font-size: 0.75rem;
}

.library-modal-backdrop{
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(15, 23, 42, 0.58);
  backdrop-filter: blur(4px);
}

.library-modal{
  width: min(100%, 620px);
  padding: 24px;
  color: #0F172A;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.24);
}

.library-modal h2{
  margin-bottom: 8px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 1.1rem;
}

.library-modal > p{ color: #64748B; }

.library-modal pre{
  overflow-x: auto;
  margin: 18px 0;
  padding: 16px;
  color: #E2E8F0;
  background: #0F172A;
  border-radius: 10px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.8rem;
  line-height: 1.55;
  white-space: pre;
}

.library-modal-close{
  padding: 9px 16px;
  color: #FFFFFF;
  background: #8B5CF6;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
}

.library-modal-close:hover,
.library-modal-close:focus-visible{ background: #7C3AED; }

.clif{
  background-color: white;
  width: 80%;
  height: auto;
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  padding: 1em;
  align-items: center;
  margin-top: 50px;
  border-radius: 15px;
}

.carousel-card{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  margin-top: 30px;
}

.comp{
  width: 400px;
  height: auto;
}

.philosophy-section{
  width: 100%;
  margin-top: 64px;
  padding: 64px 24px;
  background: #FFFFFF;
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
}

.philosophy-container{
  width: min(100%, 1024px);
  margin: 0 auto;
}

.philosophy-heading{
  margin-bottom: 48px;
  text-align: center;
}

.philosophy-heading h2{
  color: #0F172A;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 700;
}

.philosophy-heading p{
  margin-top: 8px;
  color: #64748B;
  font-size: clamp(0.875rem, 2vw, 1rem);
}

.philosophy-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.philosophy-card{
  padding: 24px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
}

.philosophy-number{
  display: block;
  color: #8B5CF6;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
}

.philosophy-card h3{
  margin: 8px 0 6px;
  color: #0F172A;
  font-size: 1rem;
  font-weight: 700;
}

.philosophy-card p{
  color: #64748B;
  font-size: 0.875rem;
  line-height: 1.625;
}

.philosophy-code{
  display: inline-block;
  padding: 2px 6px;
  color: #0F172A;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 4px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.75rem;
}

.cta-banner{
  position: relative;
  width: min(calc(100% - 48px), 1024px);
  margin: 64px auto;
  padding: 56px;
  overflow: hidden;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(135deg, #8B5CF6, #0EA5E9);
  border-radius: 24px;
}

.cta-banner-overlay{
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background: radial-gradient(circle at top right, #FFFFFF, transparent 48%), linear-gradient(120deg, #A855F7, transparent 60%);
  mix-blend-mode: overlay;
}

.cta-banner-title,
.cta-banner-description,
.cta-banner-actions{
  position: relative;
}

.cta-banner-title{
  margin-bottom: 12px;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
}

.cta-banner-description{
  max-width: 576px;
  margin: 0 auto 32px;
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(0.875rem, 2vw, 1rem);
}

.cta-banner-actions{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.cta-banner-primary,
.cta-banner-secondary{
  display: inline-block;
  padding: 14px 24px;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 180ms ease, background-color 180ms ease;
}

.cta-banner-primary{
  color: #8B5CF6;
  background: #FFFFFF;
  box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.25);
}

.cta-banner-primary:hover{ opacity: 0.9; }

.cta-banner-secondary{
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.30);
}

.cta-banner-secondary:hover{ background: rgba(255, 255, 255, 0.20); }

.site-footer{
  margin-top: 80px;
  padding: 56px 24px 24px;
  background: #FFFFFF;
  border-top: 1px solid #E2E8F0;
}

.site-footer-inner,
.site-footer-bottom{
  width: min(100%, 1100px);
  margin: 0 auto;
}

.site-footer-inner{
  display: flex;
  justify-content: space-between;
  gap: 64px;
}

.site-footer-brand{ max-width: 370px; }

.site-footer-logo{
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: linear-gradient(135deg, #8B5CF6 0%, #3B82F6 100%);
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(139, 92, 246, 0.25);
  font-size: 1.25rem;
  font-weight: 800;
}

.site-footer-name{
  display: inline-block;
  margin-left: 10px;
  color: #0F172A;
  font-size: 1.125rem;
  font-weight: 700;
  vertical-align: middle;
}

.site-footer-tagline{
  margin-top: 16px;
  color: #64748B;
  font-size: 0.875rem;
  line-height: 1.65;
}

.site-footer-socials{
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.site-footer-social{
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: #64748B;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-footer-social:hover{
  color: #FFFFFF;
  background: #8B5CF6;
  border-color: #8B5CF6;
  transform: translateY(-2px);
}

.site-footer-links{
  display: flex;
  gap: 72px;
}

.site-footer-column{
  display: flex;
  min-width: 112px;
  flex-direction: column;
  gap: 10px;
}

.site-footer-column h3{
  margin-bottom: 4px;
  color: #0F172A;
  font-size: 0.875rem;
  font-weight: 700;
}

.site-footer-column a{
  color: #64748B;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 180ms ease;
}

.site-footer-column a:hover{ color: #8B5CF6; }

.site-footer-bottom{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding-top: 24px;
  color: #64748B;
  border-top: 1px solid #E2E8F0;
  font-size: 0.75rem;
}

.site-footer-status{
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  background: #8B5CF6;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.12);
}

.mobile-menu-toggle,
.mobile-nav-backdrop,
.mobile-nav-drawer{
  display: none;
}

}

















@media (max-width: 899px){
  
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  background-color: #F8FAFC;
}

header{
  width: 100%;
  height: 70px;
  background-color: white;
  border-bottom: 0.5px solid rgb(245, 245, 245);
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 999;
}

.logo-holder{
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  cursor: pointer;
}

.logo{
  width: 40px;
  height: auto;
}

.ltxt{
  font-weight: 600;
}

nav{
  width: auto;
  height: auto;
  display: none;
  justify-content: center;
  gap: 20px;
}

.link{
  cursor: pointer;
}

.link:hover{
  color: #8B5CF6;
}

.cta{
  width: 300px;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.cta1{
  width: 100px;
  height: 35px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid rgb(246, 243, 243);
  color: rgb(129, 125, 125);
  display: flex;
  justify-content: center;
  gap: 6px;
  align-items: center;
  cursor: pointer;
}

.cta1:hover{
  color: #8B5CF6;
}

.cta2{
  width: 150px;
  height: 40px;
  background-image: linear-gradient(135deg, #8B5CF6 0%, #3B82F6 100%);;
  color: white;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  align-items: center;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.carousel{
  width: 100%;
  height: 50px;
  background-color: rgb(13, 13, 13);
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
}

.tiny-card{
  width: 200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: white;
}

.tiny-card p{
  font-size: 12px;
}

.fa-bolt{
  color: gold;
}

.fa-database{
  color: #A855F7;
}

.fa-refresh{
  color: red;
}

.fa-hamburger{
  color: #3B82F6;
}

.fa-square-check{
  color: rgb(55, 150, 55)
}

.hero{
  background: radial-gradient(
    circle at 50% 0%,
    rgba(139, 92, 246, 0.10) 0%,
    transparent 70%
);
width: 100%;
height: 180vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 10px;
}

.hero-title{
  font-size: 1.7rem;
  font-weight: 500;
}

.highlight{
  color: #A855F7;
}

.hero-logo{
  width: 150px;
  height: auto;
}

.subtitle{
  width: 100%;
  text-align: center;
  font-size: 1rem;
  color: rgb(84, 81, 81);
}

.cta-copy{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-direction: column;
}

.rdocs{
  width: 150px;
  height: 50px;
  padding: 10px;
  border-radius: 5px;
  background-color: #3B82F6;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: none;
  font-weight: 600;
}

.copy-board{
  width: 330px;
  height: 50px;
  background-color: white;
  border: 2px solid rgb(244, 243, 243);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 10px;
}

.copy-board2{
  width: 95%;
  height: 50px;
  background-color: white;
  border: 2px solid rgb(244, 243, 243);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 10px;
}

.copy-btn{
  background-color: transparent;
  width:auto;
  height: auto;
  padding: 6px;
  cursor: pointer;
  border: 1px solid #E2E8F0;
}

.copy-board:hover {
  border: 1px solid #A855F7;
}

.copy-board:hover i{
  color: #A855F7;
}

.copy-board2:hover {
  border: 1px solid #A855F7;
}

.copy-board2:hover i{
  color: #A855F7;
}

.copy-board i{
  color: rgb(107, 105, 105);
}

.copy-board2 i{
  color: rgb(107, 105, 105);
}


.ftc{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
  padding: 1em;
  flex-direction: column;
}

.content-txt{
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.content-txt h1{
  font-size: 1.4rem;
}

.content-txt p{
  color: rgb(87, 85, 85);
}

.code-base{
  width: 95%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  background-color: rgb(27, 27, 27);
  border-radius: 15px;
  flex-direction: column;
}

.code-top{
  width: 100%;
  height: 45px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(48, 47, 47);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.design-file{
  display: flex;
  width: auto;
  height: auto;
  justify-content: center;
  gap: 20px;
}

.design{
  width: auto;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  gap: 8px;
}

.red-ball{
  background-color: red;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.yellow-ball{
  background-color: orange;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.green-ball{
  background-color: green;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.file{
  color: rgb(161, 160, 160);
}

.copy-btn-code{
  background-color: transparent;
  width:80px;
  height: auto;
  padding: 6px;
  cursor: pointer;
  border: none;
  color: rgb(231, 227, 227);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.copy-btn-code:hover{
  color: #8B5CF6;
}

.code-area{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 1em;
  font-size: 14PX;
}

.line-of-code{
  display: flex;
  gap: 4px;
}

.comment{
  color: rgb(102, 101, 101);
  font-style: italic;
}

.keyword{
  color: #8B5CF6;
  font-weight: 600;
}

.string{
  color: rgb(246, 243, 243);
}

.effect{
  color: #a86edf;
  margin-left: -4px;
}

.tag{
  color: #a86edf;
}


.id{
  color: rgb(188, 163, 16);
  margin-left: -4px;
}

.integer{
  margin-left: -4px;
  color: rgb(246, 243, 243);
  word-spacing: 2px;
}

.child{
  margin-left: 20px;
  color: #a86edf;
}

section{
  width: 100%;
  height: auto;
  background-color: transparent;
  padding: 1em;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

section h1{
  font-weight: 550;
}

.table{
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: white;
  border: 1px solid #E2E8F0;
  border-radius: 15px;
  margin-top: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


.tools-table{
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.875rem;
  border-radius: 30px;
  padding: 1em;
  background-color: transparent;
}

.tools-table-head,
.tools-table-body{
  background-color: #FFFFFF;
}

.tools-table-head{
  color: #64748B;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.tools-table-cell{
  padding: 1rem 1.25rem;
}

.tools-table-head .tools-table-cell{
  font-weight: 600;
}

.tools-table-row{
  border-top: 1px solid #E2E8F0;
}

.tools-table-tool{
  font-weight: 500;
}

.tools-table-muted{
  color: #64748B;
}

.tools-table-highlight{
  border-top: 2px solid rgba(139, 92, 246, 0.4);
  background-color: rgba(139, 92, 246, 0.05);
}

.tools-table-violet{
  color: #8B5CF6;
}

.tools-table-semibold{
  font-weight: 600;
}

.tools-table-highlight .tools-table-tool{
  font-weight: 700;
}

.tools-table-text{
  color: #0F172A;
}

.features-grid{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.feature-card{
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 24px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.feature-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.10);
}

.feature-card-violet:hover{
  border-color: rgba(139, 92, 246, 0.40);
  box-shadow: 0 10px 15px -3px rgba(139, 92, 246, 0.08);
}

.feature-card-azure:hover{
  border-color: rgba(14, 165, 233, 0.40);
  box-shadow: 0 10px 15px -3px rgba(14, 165, 233, 0.08);
}

.feature-card-amethyst:hover{
  border-color: rgba(168, 85, 247, 0.40);
  box-shadow: 0 10px 15px -3px rgba(168, 85, 247, 0.08);
}

.feature-icon{
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.feature-icon-violet{
  background-color: rgba(139, 92, 246, 0.10);
  color: #8B5CF6;
}

.feature-icon-azure{
  background-color: rgba(14, 165, 233, 0.10);
  color: #0EA5E9;
}

.feature-icon-amethyst{
  background-color: rgba(168, 85, 247, 0.10);
  color: #A855F7;
}

.feature-title{
  margin-bottom: 6px;
  color: #0F172A;
  font-size: 1rem;
  font-weight: 700;
}

.feature-description{
  color: #64748B;
  font-size: 0.875rem;
  line-height: 1.625;
}

.feature-code{
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #F8FAFC;
  color: #0F172A;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.75rem;
}

.cut30{
  width: 100%;
}

.cut35{
  width: 100%;
}

.hifeat{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5px;
}

.with-prop{
  display: flex;
  width: auto;
  gap: 8px;
  align-items: center;
}

#icon{
  color: #8B5CF6;
}

.wptxt{
  font-weight: 800;
  color: black;
}

.emph{
  width: auto;
  padding: 5px;
  border: 1px solid #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 5px;
}

.em{
  width: 70px;
  padding: 5px;
  border: 1px solid #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 5px;
  height: 20px;
}


.db{
  background-color: white;
  border-top: #E2E8F0;
  border-bottom: #E2E8F0;
}

.badge{
  width: 150px;
  padding: 5px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: #dbe6f8;
  color: #8B5CF6;
  font-size: 12px;
  font-weight: 600;
}

.grco{
  color: rgb(246, 243, 243) ;
}

.library-grid{
  width: min(100%, 1100px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.library-card{
  height: 80px;
  padding: 16px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.library-card:hover,
.library-card:focus-visible{
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.10);
  outline: none;
}

.library-card-violet:hover,
.library-card-violet:focus-visible{ border-color: rgba(139, 92, 246, 0.40); }
.library-card-azure:hover,
.library-card-azure:focus-visible{ border-color: rgba(14, 165, 233, 0.40); }
.library-card-amethyst:hover,
.library-card-amethyst:focus-visible{ border-color: rgba(168, 85, 247, 0.40); }

.library-name{
  color: #0F172A;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.875rem;
  font-weight: 700;
}

.library-description{
  margin-top: 4px;
  color: #64748B;
  font-size: 0.75rem;
}

.library-modal-backdrop{
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(15, 23, 42, 0.58);
  backdrop-filter: blur(4px);
}

.library-modal{
  width: min(100%, 620px);
  padding: 24px;
  color: #0F172A;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.24);
}

.library-modal h2{
  margin-bottom: 8px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 1.1rem;
}

.library-modal > p{ color: #64748B; }

.library-modal pre{
  overflow-x: auto;
  margin: 18px 0;
  padding: 16px;
  color: #E2E8F0;
  background: #0F172A;
  border-radius: 10px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.8rem;
  line-height: 1.55;
  white-space: pre;
}

.library-modal-close{
  padding: 9px 16px;
  color: #FFFFFF;
  background: #8B5CF6;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
}

.library-modal-close:hover,
.library-modal-close:focus-visible{ background: #7C3AED; }

.clif{
  background-color: white;
  width: 100%;
  height: auto;
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  padding: 1em;
  align-items: center;
  margin-top: 50px;
  border-radius: 15px;
}

.carousel-card{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  margin-top: 30px;
}

.comp{
  width: 400px;
  height: auto;
}

.philosophy-section{
  width: 100%;
  margin-top: 64px;
  padding: 64px 24px;
  background: #FFFFFF;
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
}

.philosophy-container{
  width: min(100%, 1024px);
  margin: 0 auto;
}

.philosophy-heading{
  margin-bottom: 48px;
  text-align: center;
}

.philosophy-heading h2{
  color: #0F172A;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 700;
}

.philosophy-heading p{
  margin-top: 8px;
  color: #64748B;
  font-size: clamp(0.875rem, 2vw, 1rem);
}

.philosophy-grid{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.philosophy-card{
  padding: 24px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
}

.philosophy-number{
  display: block;
  color: #8B5CF6;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
}

.philosophy-card h3{
  margin: 8px 0 6px;
  color: #0F172A;
  font-size: 1rem;
  font-weight: 700;
}

.philosophy-card p{
  color: #64748B;
  font-size: 0.875rem;
  line-height: 1.625;
}

.philosophy-code{
  display: inline-block;
  padding: 2px 6px;
  color: #0F172A;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 4px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.75rem;
}

.cta-banner{
  position: relative;
  width: min(calc(100% - 48px), 1024px);
  margin: 64px auto;
  padding: 56px;
  overflow: hidden;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(135deg, #8B5CF6, #0EA5E9);
  border-radius: 24px;
}

.cta-banner-overlay{
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background: radial-gradient(circle at top right, #FFFFFF, transparent 48%), linear-gradient(120deg, #A855F7, transparent 60%);
  mix-blend-mode: overlay;
}

.cta-banner-title,
.cta-banner-description,
.cta-banner-actions{
  position: relative;
}

.cta-banner-title{
  margin-bottom: 12px;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
}

.cta-banner-description{
  max-width: 576px;
  margin: 0 auto 32px;
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(0.875rem, 2vw, 1rem);
}

.cta-banner-actions{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.cta-banner-primary,
.cta-banner-secondary{
  display: inline-block;
  padding: 14px 24px;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 180ms ease, background-color 180ms ease;
}

.cta-banner-primary{
  color: #8B5CF6;
  background: #FFFFFF;
  box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.25);
}

.cta-banner-primary:hover{ opacity: 0.9; }

.cta-banner-secondary{
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.30);
}

.cta-banner-secondary:hover{ background: rgba(255, 255, 255, 0.20); }

.site-footer{
  margin-top: 80px;
  padding: 56px 24px 24px;
  background: #FFFFFF;
  border-top: 1px solid #E2E8F0;
}

.site-footer-inner,
.site-footer-bottom{
  width: min(100%, 1100px);
  margin: 0 auto;
}

.site-footer-inner{
  display: flex;
  justify-content: space-between;
  gap: 64px;
  flex-direction: column;
}

.site-footer-brand{ max-width: 370px; }

.site-footer-logo{
  width: 42px;
  height: auto;
}

.site-footer-name{
  display: inline-block;
  margin-left: 10px;
  color: #0F172A;
  font-size: 1.125rem;
  font-weight: 700;
  vertical-align: middle;
}

.site-footer-tagline{
  margin-top: 16px;
  color: #64748B;
  font-size: 0.875rem;
  line-height: 1.65;
}

.site-footer-socials{
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.site-footer-social{
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: #64748B;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-footer-social:hover{
  color: #FFFFFF;
  background: #8B5CF6;
  border-color: #8B5CF6;
  transform: translateY(-2px);
}

.site-footer-links{
  display: flex;
  gap: 72px;
}

.site-footer-column{
  display: flex;
  min-width: 112px;
  flex-direction: column;
  gap: 10px;
}

.site-footer-column h3{
  margin-bottom: 4px;
  color: #0F172A;
  font-size: 0.875rem;
  font-weight: 700;
}

.site-footer-column a{
  color: #64748B;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 180ms ease;
}

.site-footer-column a:hover{ color: #8B5CF6; }

.site-footer-bottom{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding-top: 24px;
  color: #64748B;
  border-top: 1px solid #E2E8F0;
  font-size: 0.75rem;
  flex-direction: column;
  justify-content: center;
}

.site-footer-status{
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  background: #8B5CF6;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.12);
}

.mobile-menu-toggle,
.mobile-nav-backdrop,
.mobile-nav-drawer{
  display: none;
}

}
