:root{--vite-purple: #1b5e20;--vite-blue: #01579b;--vite-dark: #0a1f18;--glass-bg: rgba(10, 31, 24, .75);--glass-border: rgba(212, 175, 55, .25);--text-main: #f1f8e9;--gold-accent: #d4af37}html,body{height:100%;overflow:hidden;position:fixed;width:100%;margin:0;padding:0;background-color:#05100e;background-image:linear-gradient(#0000004d,#00000080),url(https://images.unsplash.com/photo-1535132011086-b8818f016104?q=80&w=1000&auto=format&fit=crop);background-size:cover;background-position:center center;background-repeat:no-repeat;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,sans-serif;color:var(--text-main)}@media(max-width:768px){html,body{background-image:linear-gradient(#0003,#0009),url(https://images.unsplash.com/photo-1535132011086-b8818f016104?q=80&w=1000&auto=format&fit=crop);background-position:center bottom}}@keyframes bg-pulse{0%{transform:translate(0) scale(1)}to{transform:translate(-5%,-5%) scale(1.1)}}body{display:flex;flex-direction:column}.site-header{flex:0 0 auto;background:#ffffff4d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.2)}.site-header__left{display:flex;align-items:center;gap:12px}@keyframes al-gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes al-glow-pulse{0%,to{box-shadow:0 0 12px #00b47866,0 2px 8px #0003}50%{box-shadow:0 0 20px #00b47899,0 2px 8px #0003}}.archerlab-link{background:linear-gradient(135deg,#00b478,#4dd9a0,#00b478);background-size:200% 200%;animation:al-gradient 3s ease infinite,al-glow-pulse 2s ease-in-out infinite;color:#fff;border:1.5px solid rgba(255,255,255,.4);padding:.35rem .75rem;border-radius:20px;text-decoration:none;font-size:.75rem;font-weight:700;letter-spacing:.3px;display:flex;align-items:center;gap:4px;box-shadow:0 0 12px #00b47866,0 2px 8px #0003;transition:transform .2s,box-shadow .2s;white-space:nowrap}.archerlab-link:hover{transform:scale(1.05);box-shadow:0 0 20px #00b47899,0 4px 12px #0000004d}#main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;position:relative;padding:0}.hub-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;height:100%;gap:2vh;padding:4vh 1.5rem 4vh 1.5rem;box-sizing:border-box;perspective:1000px}.hub-card{background:#0f1e1966;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(212,175,55,.15);border-radius:24px;padding:1.2vh 2rem;width:100%;max-width:420px;text-decoration:none;color:var(--text-main);display:flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 auto;height:auto;min-height:14vh;position:relative;overflow:hidden;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s ease,border-color .3s ease;box-shadow:0 15px 35px #0003;transform-style:preserve-3d;opacity:0;animation:fadeInUp .8s cubic-bezier(.2,.8,.2,1) forwards;-webkit-tap-highlight-color:transparent}.hub-icon,.hub-title,.hub-desc{transform:translateZ(20px);transform-style:preserve-3d}.hub-icon{transform:translateZ(40px);font-size:3.5rem;margin-bottom:1rem;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3));transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.hub-card:nth-child(2){animation-delay:.15s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hub-card:before{content:"";position:absolute;inset:0;border-radius:24px;padding:1px;background:linear-gradient(135deg,#d4af374d,#ffffff0d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.hub-card:after{content:"";position:absolute;inset:0;border-radius:24px;background:radial-gradient(600px circle at var(--mouse-x) var(--mouse-y),rgba(212,175,55,.08),transparent 40%);opacity:0;transition:opacity .5s;pointer-events:none;z-index:1}.hub-card:hover:after{opacity:1}.hub-card .spotlight-border{position:absolute;inset:0;border-radius:24px;padding:1px;background:radial-gradient(400px circle at var(--mouse-x) var(--mouse-y),rgba(212,175,55,.4),transparent 40%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:0;transition:opacity .5s;z-index:2}@media(hover:hover){.hub-card:hover .spotlight-border{opacity:1}.hub-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 30px 60px #0006,0 0 30px #d4af371a;border-color:#d4af3780;background:#142823d9}.hub-card:first-child:hover{box-shadow:0 30px 60px #0006,0 0 40px #2e7d3233}.hub-card:hover .hub-icon{transform:translateZ(60px) scale(1.15);filter:drop-shadow(0 0 25px rgba(212,175,55,.3))}.hub-card:hover .hub-title{background:linear-gradient(to right,#d4af37,#fdd835);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hub-card:hover .hub-desc{color:#eceff1}}.hub-title{font-family:Pretendard,sans-serif;font-size:2.6vh;font-weight:700;margin-bottom:1.2vh;background:linear-gradient(135deg,#f1f8e9,#c5e1a5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.01em;text-shadow:0 2px 10px rgba(0,0,0,.2)}.hub-desc{font-family:Pretendard,sans-serif;color:#b0bec5;font-size:1.5vh;line-height:1.6;font-weight:400;letter-spacing:.01em;word-break:keep-all;transition:all .3s}.site-footer{flex:0 0 auto;margin-top:0!important;padding:1rem 0!important;background:transparent!important;border-top:none!important;position:absolute;bottom:0;width:100%;pointer-events:none;z-index:10}.site-footer__inner{pointer-events:auto;padding-bottom:1rem}@media(min-width:768px){.hub-container{flex-direction:row;gap:3rem;justify-content:center;padding:0 2rem}.hub-card{height:auto;max-height:none;padding:3rem 2.5rem;flex:0 1 450px;min-height:320px}.hub-icon{font-size:5rem;margin-bottom:2rem}.hub-title{font-size:2rem;margin-bottom:1rem;word-break:keep-all;text-align:center}.hub-desc{font-size:1.1rem;word-break:keep-all}.site-footer{position:relative;bottom:auto;padding:2rem 0!important}}@media(hover:none),(pointer:coarse){.hub-card:active{transform:scale(.96);transition:transform .1s}.hub-card:first-child{animation:fadeInUp .8s cubic-bezier(.2,.8,.2,1) forwards}.hub-card:last-child{animation:fadeInUp .8s cubic-bezier(.2,.8,.2,1) forwards;animation-delay:.15s}}body.is-mobile .hub-card:first-child{animation:fadeInUp .8s cubic-bezier(.2,.8,.2,1) forwards}body.is-mobile .hub-card:last-child{animation:fadeInUp .8s cubic-bezier(.2,.8,.2,1) forwards;animation-delay:.15s}body.is-mobile .mobile-shine{display:none!important}body.is-mobile .hub-card{transform:translateY(-6px) scale(1.01);box-shadow:0 20px 50px #00000080,0 0 30px #d4af371a;border-color:#d4af3766;background:#0f1e19d9}body.is-mobile .hub-card:first-child{box-shadow:0 20px 50px #00000080,0 0 40px #2e7d3226}body.is-mobile .hub-card .hub-icon{transform:translateZ(50px) scale(1.1);filter:drop-shadow(0 0 25px rgba(212,175,55,.3))}body.is-mobile .hub-card .hub-title{background:linear-gradient(135deg,#f1f8e9,#c5e1a5);-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.is-mobile .hub-card .hub-desc{color:#cfd8dc}body.is-mobile .hub-card:after{opacity:0}body.is-mobile .hub-card .spotlight-border{opacity:0}:root{--golf-ink: #102018;--golf-green: #214932;--golf-fairway: #6d8f47;--golf-cream: #f7f3e7;--golf-muted: #d8d0bf;--golf-brass: #c4a15f;--golf-sky: #8fb5c8;--golf-line: rgba(247, 243, 231, .22)}html,body{color:var(--golf-cream);background-color:#0e1d16;background-image:linear-gradient(90deg,#0c1d16d6,#0c1d168c 54%,#0c1d16c7),url(https://images.unsplash.com/photo-1535132011086-b8818f016104?q=80&w=1600&auto=format&fit=crop);background-size:cover;background-position:center}@media(max-width:768px){html,body{background-image:linear-gradient(180deg,#0c1d16b8,#0c1d16e0),url(https://images.unsplash.com/photo-1535132011086-b8818f016104?q=80&w=1200&auto=format&fit=crop);background-position:center bottom}}body>canvas{display:none!important}.site-header{background:#0e1d16d1;border-bottom-color:#f7f3e729;box-shadow:0 10px 32px #0000002e}.archerlab-link{animation:none;background:#f7f3e714;border:1px solid rgba(247,243,231,.2);border-radius:6px;box-shadow:none;color:var(--golf-muted);font-size:0;letter-spacing:0;padding:.42rem .66rem}.archerlab-link:after{content:"ArcherLab";font-size:.72rem;font-weight:650}.archerlab-link:hover{transform:translateY(-1px);border-color:#c4a15f6b;box-shadow:none;color:var(--golf-cream)}.hub-container{align-items:center;justify-content:center;padding:clamp(1.25rem,4vh,2.4rem) 1.25rem 5.5rem;perspective:none}.hub-card{align-items:flex-start;justify-content:flex-start;max-width:430px;min-height:250px;padding:1.55rem;border-radius:8px;border:1px solid var(--golf-line);border-top-color:#c4a15f7a;background:linear-gradient(180deg,#f7f3e7e0,#f7f3e7c2),#f7f3e7d1;color:#17251d;box-shadow:0 28px 78px #00000042;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transform:none!important;transform-style:flat;text-align:left;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.hub-card:before{inset:0 0 auto;height:3px;border-radius:8px 8px 0 0;padding:0;background:linear-gradient(90deg,#214932,#c4a15f,#8fb5c8);-webkit-mask:none;mask:none;opacity:1}.hub-card:after,.hub-card .spotlight-border,.mobile-shine{display:none!important}.hub-icon,.hub-title,.hub-desc{position:relative;z-index:1;transform:none!important}.hub-icon{width:86px;height:54px;margin:0 0 1.45rem;border-radius:8px;border:1px solid rgba(33,73,50,.18);background:linear-gradient(180deg,#ffffff57,#fff0),#e7dfce;box-shadow:inset 0 -1px #2149321f;filter:none;font-size:0}.hub-icon:before{content:"SWING";position:absolute;left:12px;top:10px;color:#17251d;font-family:Manrope,Pretendard,sans-serif;font-size:.68rem;font-weight:800;letter-spacing:.08em}.hub-icon:after{content:"";position:absolute;left:12px;right:12px;bottom:12px;height:2px;background:linear-gradient(90deg,#214932,#c4a15f,transparent)}.hub-title{margin:0 0 .75rem;color:#17251d;background:none;-webkit-text-fill-color:currentColor;font-family:Manrope,Pretendard,sans-serif;font-size:clamp(1.35rem,2.6vh,1.76rem);font-weight:760;letter-spacing:0;line-height:1.22;text-shadow:none}.hub-desc{color:#4a5d50;font-size:clamp(.96rem,1.45vh,1.04rem);line-height:1.62;letter-spacing:0}@media(hover:hover){.hub-card:hover{transform:translateY(-4px)!important;border-color:#c4a15f85;box-shadow:0 34px 88px #00000052;background:linear-gradient(180deg,#f7f3e7eb,#f7f3e7cc),#f7f3e7db}.hub-card:hover .hub-icon{transform:none!important;filter:none}.hub-card:hover .hub-title{background:none;-webkit-text-fill-color:currentColor;color:#17251d}.hub-card:hover .hub-desc{color:#3c4e43}}@media(min-width:768px){.hub-container{padding:0 2rem}.hub-card{flex:0 1 430px;min-height:286px;padding:2rem}.hub-icon{width:96px;height:58px;margin-bottom:1.7rem}.hub-title{font-size:1.86rem;text-align:left}.hub-desc{font-size:1.04rem}}@media(hover:none),(pointer:coarse){.hub-card,.hub-card:first-child,.hub-card:last-child,body.is-mobile .hub-card,body.is-mobile .hub-card:first-child,body.is-mobile .hub-card:last-child{animation:fadeInUp .7s ease forwards;transform:none!important;box-shadow:0 22px 60px #0000004d;background:linear-gradient(180deg,#f7f3e7e6,#f7f3e7c7),#f7f3e7d6}.hub-card:active{transform:translateY(1px)!important}}body.is-mobile .hub-card .hub-title,body.is-mobile .hub-card:first-child .hub-title,body.is-mobile .hub-card:last-child .hub-title{background:none;-webkit-text-fill-color:currentColor;color:#17251d}body.is-mobile .hub-card,body.is-mobile .hub-card:first-child,body.is-mobile .hub-card:last-child{background:linear-gradient(180deg,#f7f3e7e6,#f7f3e7c7),#f7f3e7d6;border-color:#c4a15f6b;box-shadow:0 22px 60px #0000004d}body.is-mobile .hub-card .hub-desc{color:#4a5d50}body.is-mobile .hub-card .hub-icon{transform:none!important;filter:none}.contact-icon{display:none}
