@tailwind base;@tailwind components;@tailwind utilities;:root{--foreground-rgb:0, 0, 0;--background-start-rgb:255, 255, 255;--background-end-rgb:255, 255, 255}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255, 255, 255;--background-start-rgb:0, 0, 0;--background-end-rgb:0, 0, 0}}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom, transparent, rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb))}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}html{scroll-behavior:smooth}.about-section-grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:768px){.about-section-grid{grid-template-columns:1fr 1fr;gap:2rem}}.about-text-content{order:2}.about-image-content{order:1}@media (min-width:768px){.about-text-content{order:1}.about-image-content{order:2}}.about-image-container{background-color:#f8f9fa;border-radius:8px;justify-content:center;align-items:center;width:100%;max-width:400px;height:300px;margin:0 auto;display:flex;overflow:hidden}@media (min-width:768px){.about-image-container{max-width:none;height:400px}}.about-title-mobile{font-size:2rem}@media (min-width:768px){.about-title-mobile{font-size:2.5rem}}.featured-project-section{padding:40px 0}@media (min-width:768px){.featured-project-section{padding:80px 0}}.featured-project-container{padding:0 1rem}@media (min-width:768px){.featured-project-container{max-width:1200px;margin:0 auto;padding:0}}.featured-project-title{margin-bottom:1rem;font-size:1.8rem}@media (min-width:768px){.featured-project-title{font-size:2.5rem}}.featured-project-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:768px){.featured-project-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.featured-project-header-group{flex-direction:column;align-items:flex-start;gap:1rem}@media (min-width:768px){.featured-project-header-group{flex-direction:row;justify-content:space-between;align-items:center}}.demo-button-mobile{width:100%}@media (min-width:768px){.demo-button-mobile{width:auto}}.project-detail-card{box-shadow:none;background:0 0;border:none;padding:1rem 0}@media (min-width:768px){.project-detail-card{background:#fff;border:1px solid #e9ecef;border-radius:8px;height:100%;padding:1rem;box-shadow:0 1px 3px #0000001a}}.innovation-card{box-shadow:none;background:0 0;border:none;padding:1rem 0}@media (min-width:768px){.innovation-card{background:#e7f5ff;border-radius:8px;padding:1rem;box-shadow:0 1px 3px #0000000d}}
