:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}
:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}
*,*:before,*:after{box-sizing:border-box;margin:0;position:relative;font-weight:400}
body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Microsoft Yahei,PingFang SC,system-ui,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
#app{max-width:1280px;margin:0 auto;padding:2rem;font-weight:400}
@media (hover: hover){a:hover{background-color:#00bd7e33}}
header{line-height:1.5;max-height:100vh}
h1{font-weight:500;font-size:2rem;top:-10px}
.greetings h1{text-align:center}
a,.green{text-decoration:none;color:#00bd7e;transition:.4s}
.intro-container{display:flex;flex-wrap:wrap}
.intro-row{display:flex;flex:0 0 100%}
.intro-label{flex:0 0 12em;white-space:nowrap;vertical-align:top}
.intro-icon{margin-right:.5em;height:1em;width:1em;}
.item{margin-top:2rem;display:flex}
.details{flex:1;margin-left:1rem}
i{display:flex;place-items:center;place-content:center;width:32px;height:32px;color:var(--color-text)}
h3{font-size:1.2rem;font-weight:500;margin-bottom:.4rem;color:var(--color-heading)}
.support-detail{margin-top:1em}
.support-label{flex:0 0 7em;white-space:nowrap;vertical-align:top}
.support-description{word-break:break-all}
.support-row{display:flex;flex:0 0 100%}
.support-row:hover .qrcode{display:block!important;}
.qrcode{width:200px;height:200px;left:-200px;top:-100px;position:absolute;display:none;}

@media (min-width: 1024px){
body{display:flex;place-items:center}
#app{display:grid;grid-template-columns:1fr 3fr;padding:0 2rem}
header{display:flex;place-items:center;padding-right:calc(var(--section-gap) / 2)}
header .wrapper{display:flex;place-items:flex-start;flex-wrap:wrap}
.greetings h1{text-align:left}
}
@media (max-width: 500px){.intro-row{flex-wrap:wrap}}
@media (max-width: 1024px){i{display:none}}
@media (min-width: 1024px){
.item{margin-top:0;padding:.4rem 0 1rem calc(var(--section-gap) / 2)}
i{top:calc(50% - 25px);left:-26px;position:absolute;border:1px solid var(--color-border);background:var(--color-background);border-radius:8px;width:50px;height:50px}
.item:before{content:" ";border-left:1px solid var(--color-border);position:absolute;left:0;bottom:calc(50% + 25px);height:calc(50% - 25px)}
.item:after{content:" ";border-left:1px solid var(--color-border);position:absolute;left:0;top:calc(50% + 25px);height:calc(50% - 25px)}
.item:first-of-type:before{display:none}
.item:last-of-type:after{display:none}
}