:root{--jade:#00A86B;--jade-bright:#00C07B}*{margin:0;padding:0;box-sizing:border-box}::selection{background:rgba(0,168,107,.2);color:#fff}body{font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,SF Pro Display,Helvetica Neue,Helvetica,Arial,sans-serif;background:#000;color:#f5f5f7;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;top:-160px;left:50%;transform:translateX(-50%);width:600px;height:480px;background:radial-gradient(ellipse at center,rgba(0,168,107,.06) 0,rgba(0,168,107,.02) 40%,transparent 70%);pointer-events:none;z-index:0;animation:ambient 1.2s ease-out both}.page{position:relative;z-index:1;max-width:480px;margin:0 auto;padding:56px 32px calc(32px + env(safe-area-inset-bottom, 0px));min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center}.hero{text-align:center;padding-bottom:24px}.avatar{display:block;width:96px;height:96px;border-radius:50%;margin:0 auto 16px;overflow:hidden;background:#111;object-fit:cover;transition:box-shadow .4s ease;animation:rise .7s ease-out .1s both}.avatar:hover{box-shadow:0 0 0 1px rgba(0,168,107,.15),0 0 24px rgba(0,168,107,.06)}.brand{font-size:12px;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:#86868b;margin-bottom:12px;animation:rise .6s ease-out .25s both}.name{font-size:56px;font-weight:600;letter-spacing:-.03em;line-height:1;margin-bottom:8px;animation:rise .6s ease-out .4s both}.tagline{font-size:20px;font-weight:300;color:#a1a1a6;letter-spacing:-.01em;line-height:1.4;margin-bottom:12px;animation:rise .6s ease-out .55s both}.credentials{font-size:13px;font-weight:400;color:#6e6e73;line-height:1.7;animation:rise .5s ease-out .7s both}.credentials a{color:inherit;text-decoration:none;transition:color .4s ease}.credentials a:hover{color:#a1a1a6}.divider{width:32px;height:1px;background:#333;animation:rise .5s ease-out .85s both}.links{width:100%;padding-top:32px}.link{display:flex;justify-content:space-between;align-items:center;padding:13px 0;text-decoration:none;color:#86868b;font-size:14px;font-weight:400;border-bottom:1px solid rgba(255,255,255,.05);transition:color .15s ease;animation:rise .5s ease-out both}.link:not(:hover){transition:color .4s ease}.link:first-child{border-top:1px solid rgba(255,255,255,.05);animation-delay:1s}.link:nth-child(2){animation-delay:1.06s}.link:nth-child(3){animation-delay:1.12s}.link:hover{color:#f5f5f7}.link .arrow{color:#48484a;font-size:12px;transition:transform .15s ease,color .15s ease}.link:not(:hover) .arrow{transition:transform .4s ease,color .4s ease}.link:hover .arrow{transform:translateX(4px);color:#86868b}.link:active{transform:scale(.985);transition:transform .1s ease}.omt{width:100%;padding-top:48px;text-align:center;animation:rise .8s ease-out 1.8s both}.cta{display:inline-flex;align-items:center;gap:10px;padding:20px 44px;border:1px solid rgba(0,168,107,.28);border-radius:980px;color:#f5f5f7;text-decoration:none;font-size:20px;font-weight:400;letter-spacing:-.01em;transition:background .15s ease,border-color .15s ease,box-shadow .2s ease,transform .1s ease;animation:breathe 4s ease-in-out 3s infinite}.cta:not(:hover){transition:background .4s ease,border-color .4s ease,box-shadow .5s ease}.cta:hover{background:rgba(0,168,107,.08);border-color:rgba(0,192,123,.45);box-shadow:0 0 40px rgba(0,168,107,.1),0 0 100px rgba(0,168,107,.05);animation:none}.cta:active{transform:scale(.97)}.cta .arrow{font-size:14px;color:var(--jade);opacity:.6;transition:transform .15s ease,opacity .15s ease}.cta:not(:hover) .arrow{transition:transform .4s ease,opacity .4s ease}.cta:hover .arrow{transform:translateX(3px);opacity:1}.footer{margin-top:auto;padding-top:32px;animation:rise .8s ease-out 1.7s both}.footer p{font-size:12px;color:#333;letter-spacing:.02em}.credentials a:focus-visible,.link:focus-visible{outline:2px solid rgba(255,255,255,.32);outline-offset:4px;border-radius:4px}.cta:focus-visible{outline:2px solid rgba(0,168,107,.5);outline-offset:4px;border-radius:980px;animation:none}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes ambient{0%{opacity:0}to{opacity:1}}@keyframes breathe{0%,to{border-color:rgba(0,168,107,.28)}50%{border-color:rgba(0,168,107,.12)}}.revisit *,.revisit :after,.revisit :before{animation-duration:0s!important;animation-delay:0s!important}.revisit .cta{animation:breathe 4s ease-in-out .5s infinite!important}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-delay:0s!important;transition-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:480px){.page{padding:40px 24px calc(28px + env(safe-area-inset-bottom, 0px))}.hero{padding-bottom:20px}.avatar{width:80px;height:80px;margin-bottom:12px}.name{font-size:44px;margin-bottom:6px}.tagline{font-size:18px;margin-bottom:10px}.links{padding-top:24px}.omt{padding-top:40px}.footer{padding-top:24px}.link{padding:11px 0;font-size:13px}.cta{padding:17px 36px;font-size:18px}}@media (hover:none){.link:active{opacity:.6;transform:scale(.985);transition:all .1s ease}.cta:active{background:rgba(0,168,107,.12);transform:scale(.97);transition:all .1s ease}}@media print{body{background:#fff;color:#1d1d1f}body:before{display:none}.page{min-height:auto;padding:48px 0}.avatar{border:1px solid #d2d2d7}.brand{color:#86868b}.tagline{color:#6e6e73}.credentials{color:#86868b}.divider{background:#d2d2d7}.link{color:#1d1d1f;border-color:#d2d2d7;padding:12px 0}.link:after{content:" (" attr(href) ")";font-size:11px;color:#86868b}.arrow{display:none}.cta{color:#1d1d1f;border-color:#00A86B}.cta:after{content:" — " attr(href);font-size:11px;color:#86868b}.credentials a{color:#1d1d1f}.footer p{color:#86868b}}