:root{font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,"Apple Color Emoji",Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#37352f;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}@media(prefers-color-scheme:dark){:root{color:#ffffffde;background-color:#1a1a1a}}.app{min-height:100vh;display:flex;flex-direction:column}.header{text-align:center;padding:4rem 2rem 2rem}.header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.02em}.subtitle{font-size:1.125rem;color:#37352f99;font-weight:400}.main{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:2rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-bottom:4rem}.footer{padding:2rem;text-align:center;border-top:1px solid rgba(55,53,47,.09)}.footer-links{display:flex;gap:2rem;justify-content:center;align-items:center}.footer-links a{color:#37352f99;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#37352f}@media(prefers-color-scheme:dark){.subtitle{color:#fff9}.footer{border-top-color:#ffffff1a}.footer-links a{color:#fff9}.footer-links a:hover{color:#ffffffe6}}@media(max-width:768px){.header h1{font-size:2rem}.projects-grid{grid-template-columns:1fr}}.project-card{display:block;padding:2rem;border:1px solid rgba(55,53,47,.09);border-radius:12px;text-decoration:none;color:inherit;transition:all .2s ease;position:relative;background:#fff;cursor:pointer}.project-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014;border-color:#37352f29}.project-card:hover .card-arrow{transform:translate(4px)}.card-content{position:relative}.card-title{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;display:flex;flex-direction:column;gap:.25rem}.card-title-en{font-size:1rem;font-weight:400;color:#37352f99}.card-description{font-size:1rem;line-height:1.6;color:#37352fcc;margin-bottom:.5rem}.card-description-en{font-size:.875rem;line-height:1.6;color:#37352f80;margin-bottom:1rem}.card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag{display:inline-block;padding:.25rem .75rem;background:#8783781a;border-radius:6px;font-size:.875rem;color:#37352fb3}.card-arrow{position:absolute;top:2rem;right:2rem;font-size:1.5rem;color:#37352f4d;transition:all .2s ease}@media(prefers-color-scheme:dark){.project-card{background:#2a2a2a;border-color:#ffffff1a}.project-card:hover{border-color:#fff3;box-shadow:0 12px 24px #0000004d}.card-title-en{color:#fff9}.card-description{color:#fffc}.card-description-en{color:#ffffff80}.tag{background:#ffffff1a;color:#ffffffb3}.card-arrow{color:#ffffff4d}}@media(max-width:768px){.project-card{padding:1.5rem}.card-arrow{top:1.5rem;right:1.5rem}}
