:root{--home-primary: rgb(28, 30, 33);--home-text-primary: rgb(28, 30, 33);--home-text-secondary: #5f6368;--home-border: #e8eaed;--home-hover: #f8f9fa;--home-accent-1: #111827;--home-accent-2: #4b5563}.home{color:var(--home-text-primary)}.home__main{width:100%}.home__hero{max-width:80rem;margin:0 auto;padding:clamp(4.5rem,8vw,7.5rem) 2rem 5rem;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center}.home__hero:before{content:"";position:absolute;top:-7.5rem;left:50%;transform:translate(-50%);width:min(47.5rem,92vw);height:min(47.5rem,92vw);background:radial-gradient(circle,rgba(28,30,33,.05) 0%,transparent 70%);pointer-events:none;z-index:-1}.home__hero-badge{display:inline-block;padding:.5rem 1.25rem;background:linear-gradient(135deg,#11182714,#4b55630f);border-radius:1.5rem;font-size:.8125rem;font-weight:600;color:var(--home-primary);margin-bottom:1.75rem;letter-spacing:.0188rem}.home__hero-title{font-size:clamp(2.5rem,6vw,4rem);color:var(--home-primary);margin:0 0 1.5rem;font-weight:800;line-height:1.1;letter-spacing:-.0938rem}.home__hero-highlight{background:linear-gradient(135deg,var(--home-accent-1) 0%,var(--home-accent-2) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home__hero-desc{font-size:1.25rem;color:var(--home-text-secondary);margin:0 auto 3rem;max-width:45rem;line-height:1.7}.home__cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.home__btn{padding:1rem 2.25rem;border-radius:.625rem;text-decoration:none;font-size:.9375rem;font-weight:600;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease,border-color .3s ease,color .3s ease;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.home__btn--primary{background:var(--home-primary);color:#fff;box-shadow:0 .25rem .875rem #1c1e2126}.home__btn--primary:hover{background:#3a3d42;transform:translateY(-.1875rem);box-shadow:0 .5rem 1.5rem #1c1e2140}.home__btn--secondary{background:#fff;color:var(--home-primary);border:.125rem solid var(--home-border)}.home__btn--secondary:hover{border-color:var(--home-primary);background:var(--home-hover);transform:translateY(-.1875rem);box-shadow:0 .5rem 1.5rem #00000014}.home__projects{max-width:min(100rem,92vw);margin:clamp(4rem,8vw,6.25rem) auto;padding:0 clamp(1rem,3vw,2rem);min-height:25rem}.home__section-header{text-align:center;margin-bottom:4rem;display:flex;flex-direction:column;align-items:center}.home__section-label{font-size:.8125rem;font-weight:700;color:var(--home-text-secondary);letter-spacing:.0938rem;text-transform:uppercase;margin-bottom:1rem}.home__section-title{font-size:2.625rem;color:var(--home-primary);margin:0 0 1rem;font-weight:800;letter-spacing:-.05rem}.home__section-desc{font-size:1.125rem;color:var(--home-text-secondary);max-width:40rem;margin:0 auto}.home__project-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem}.home__project-card{background:#fff;border:1px solid var(--home-border);border-radius:1rem;overflow:hidden;position:relative;display:flex;flex-direction:column;height:clamp(27.5rem,24vw,30rem)}@media (min-width: 64rem){.home__project-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 90rem){.home__project-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 120rem){.home__project-grid{grid-template-columns:repeat(4,1fr)}}.home__project-card,.home__feature-card,.home__future-card{opacity:0;transform:translateY(1.875rem);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1),box-shadow .3s ease,border-color .3s ease}.home__project-card.is-visible,.home__feature-card.is-visible,.home__future-card.is-visible{opacity:1;transform:translateY(0)}.home__project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:.25rem;background:linear-gradient(90deg,var(--home-primary),#4a4d51);transform:scaleX(0);transition:transform .4s}.home__project-card:hover{transform:translateY(-.625rem);box-shadow:0 1rem 3rem #0000001f}.home__project-card:hover:before{transform:scaleX(1)}.home__project-image{width:100%;height:9.375rem;background:linear-gradient(135deg,#fafbfc,#f0f2f5);display:flex;align-items:center;justify-content:center;font-size:3rem;position:relative;overflow:hidden}.home__project-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,transparent 0%,rgba(28,30,33,.03) 100%)}.home__project-content{padding:1.125rem;display:flex;flex-direction:column;flex:1;min-width:0}.home__project-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.home__project-status{padding:.25rem .75rem;background:#1c1e2114;border-radius:1.25rem;font-size:.75rem;font-weight:600;color:var(--home-primary)}.home__project-title{font-size:1.125rem;color:var(--home-primary);margin:0 0 .5rem;font-weight:700;letter-spacing:-.0188rem;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.home__project-desc{color:var(--home-text-secondary);font-size:.8125rem;line-height:1.6;margin:0 0 .75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home__tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.75rem;overflow:hidden;max-height:4.0625rem}.home__tag{padding:.25rem .625rem;background:#1c1e210f;color:var(--home-text-primary);border-radius:.25rem;font-size:.6875rem;font-weight:600;height:1.375rem;line-height:.875rem;transition:transform .2s ease,background-color .2s ease}.home__tag:hover{background:#1c1e211f;transform:translateY(-.0625rem)}.home__project-links{display:flex;gap:.75rem;margin-top:auto;min-height:3rem;align-items:stretch}.home__project-btn{flex:1;padding:.5rem .75rem;text-align:center;text-decoration:none;border-radius:.375rem;font-size:.8125rem;font-weight:600;cursor:pointer;border:0;background:transparent;min-height:2.5rem;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease}.home__project-btn--demo{background:var(--home-primary);color:#fff}.home__project-btn--demo:hover{background:#3a3d42;transform:translateY(-.125rem);box-shadow:0 .375rem 1rem #1c1e2133}.home__project-btn--detail{background:transparent;color:var(--home-primary);border:.125rem solid var(--home-border)}.home__project-btn--detail:hover{border-color:var(--home-primary);background:var(--home-hover)}@keyframes home-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.home__project-card--skeleton .home__project-image,.home__project-card--skeleton .home__project-status,.home__project-card--skeleton .home__project-title,.home__project-card--skeleton .home__project-desc,.home__project-card--skeleton .home__tag,.home__project-card--skeleton .home__project-btn{background:linear-gradient(90deg,#f1f3f5,#e9ecef,#f1f3f5);background-size:200% 100%;animation:home-skeleton-shimmer 1.2s ease-in-out infinite;color:transparent}.home__project-card--skeleton .home__project-image{font-size:0}.home__project-card--skeleton .home__project-status{width:5.25rem;height:1.25rem;border-radius:62.4375rem;background-clip:padding-box}.home__project-card--skeleton .home__project-title{height:2.75rem;border-radius:.625rem;margin:0 0 .625rem}.home__project-card--skeleton .home__project-desc{border-radius:.625rem;margin:0 0 1rem}.home__project-card--skeleton .home__tags{max-height:3.125rem}.home__project-card--skeleton .home__tag{width:3.5rem;padding:0;border-radius:.375rem}.home__project-card--skeleton .home__tag:nth-child(3n){width:4.5rem}.home__project-card--skeleton .home__tag:nth-child(4n){width:2.75rem}.home__project-card--skeleton .home__project-btn--demo,.home__project-card--skeleton .home__project-btn--detail{border:0}@media (max-width: 63.9375rem){.home__project-card{height:auto;flex-direction:row}.home__project-image{width:6rem;height:6rem;flex:0 0 auto;font-size:2.625rem}.home__project-content{padding:1rem}.home__project-desc{min-height:0}.home__tags{max-height:2.75rem}}.home__tech{max-width:80rem;margin:clamp(3rem,6vw,5rem) auto;padding:clamp(2rem,5vw,3.75rem) clamp(1rem,3vw,2rem);background:linear-gradient(135deg,#fafbfc,#f5f7fa);border-radius:1.5rem;position:relative;overflow:hidden;min-height:31.25rem}.home__tech:before{content:"";position:absolute;top:-50%;right:-10%;width:31.25rem;height:31.25rem;background:radial-gradient(circle,rgba(28,30,33,.03) 0%,transparent 70%);pointer-events:none}.home__tech-title{text-align:center;font-size:2.625rem;color:var(--home-primary);margin:0 0 4rem;font-weight:800;letter-spacing:-.05rem}.home__feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.home__feature-card{text-align:center;padding:2rem 1.5rem;background:#fff;border-radius:1rem;border:1px solid var(--home-border)}.home__feature-card:hover{transform:translateY(-.5rem);box-shadow:0 .75rem 2rem #0000001a}.home__feature-icon{font-size:3.5rem;margin-bottom:1.25rem;display:block}.home__feature-title{font-size:1.125rem;color:var(--home-primary);margin:0 0 .75rem;font-weight:700}.home__feature-desc{color:var(--home-text-secondary);font-size:.875rem;line-height:1.7;margin:0}.home__footer{background:var(--home-primary);color:#fff;text-align:center;padding:3rem 2rem;margin-top:6.25rem}.home__footer-text{font-size:.875rem;opacity:.85;line-height:1.8;margin:0}.home__footer-sub{margin:.5rem 0 0;font-size:.8125rem;opacity:.85}.home-block-enter-active,.home-block-leave-active{transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.home-block-enter-from,.home-block-leave-to{opacity:0;transform:translateY(1.25rem)}.home-block-enter-to,.home-block-leave-from{opacity:1;transform:translateY(0)}@media (max-width: 64rem){.home__feature-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 48rem){.home__hero-desc{font-size:1.125rem}.home__feature-grid{grid-template-columns:1fr}.home__section-title{font-size:2rem}}@media (max-width: 30rem){.home__hero,.home__projects,.home__tech{padding-left:1rem;padding-right:1rem}}.home__future{max-width:80rem;margin:clamp(4rem,8vw,6.25rem) auto;padding:0 clamp(1rem,3vw,2rem);min-height:18.75rem}.home__future-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.75rem}.home__future-card{display:flex;background:#fff;border-radius:1.25rem;border:1px solid var(--home-border);overflow:hidden;padding:1.5rem;gap:1.5rem}.home__future-card:hover{transform:translateY(-.5rem);box-shadow:0 .75rem 2rem #00000014;border-color:var(--home-primary)}.home__future-image{font-size:3rem;display:flex;align-items:center;justify-content:center;min-width:5rem;height:5rem;background:var(--home-hover);border-radius:1rem}.home__future-content{flex:1}.home__future-title{font-size:1.25rem;color:var(--home-primary);margin:0 0 .75rem;font-weight:700}.home__future-desc{color:var(--home-text-secondary);font-size:.875rem;line-height:1.6;margin:0 0 1rem}@media (max-width: 64rem){.home__future-grid{grid-template-columns:1fr}}@media (max-width: 48rem){.home__future-card{flex-direction:column;text-align:center;align-items:center}}@media (max-width: 30rem){.home__future{padding-left:1rem;padding-right:1rem}}@media (prefers-reduced-motion: reduce){.home__project-card,.home__feature-card,.home__future-card,.home__btn{transition:none;transform:none}.home-block-enter-active,.home-block-leave-active{transition:none}}
