.link{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:var(--primary)}.link .link-icon{display:flex;align-items:center;justify-content:center;box-shadow:.6rem .6rem 1rem var(--shadow-dark),-.2rem -.2rem 1rem var(--shadow-light)}.link .link-icon:hover{box-shadow:.4rem .4rem 1rem var(--shadow-dark),-.1rem -.1rem 1rem var(--shadow-light);color:var(--hover)}.link .link-icon:active{box-shadow:inset .6rem .6rem 1rem var(--shadow-dark),inset -.2rem -.2rem 1rem var(--shadow-light)}.link .size-small{width:4rem;height:4rem;font-size:1.8rem}.link .size-normal{width:5rem;height:5rem;font-size:2rem}.link .size-big{width:6rem;height:6rem;font-size:2.2rem;border-radius:2rem}.link .shape-ranc{border-radius:1rem}.link .shape-circle{border-radius:50%}.link p{font-size:1.2rem}.main{width:100%;height:100%;grid-area:main;box-shadow:.8rem .8rem 1.4rem var(--shadow-dark),-.2rem -.2rem 1.8rem var(--shadow-light);border-radius:3rem;border:1px solid var(--shadow-light);padding:2rem}.main .title{width:100%;text-align:center;font-size:2.5rem}.main .sub-title{width:100%;text-align:center;font-size:1.5rem;margin-bottom:5rem}.main .sites{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(4rem,6rem));gap:3rem;justify-content:center;place-items:center center;box-shadow:inset .6rem .6rem 1.4rem var(--shadow-dark),inset -.2rem -.2rem 1.8rem var(--shadow-light);border-radius:3rem;overflow-y:auto}@media screen and (min-width: 200px){.main .sites{padding:2rem 1rem}}@media screen and (min-width: 992px){.main .sites{padding:5rem}}.sider{height:100%;width:100%;grid-area:sider;box-shadow:.8rem .8rem 1.4rem var(--shadow-dark),-.2rem -.2rem 1.8rem var(--shadow-light);border-radius:3rem;border:1px solid var(--shadow-light);display:flex;flex-direction:column;padding-left:2rem;padding-right:2rem}.sider .avater{height:16rem;display:flex;justify-content:center;align-items:center}.sider .avater img{height:9rem;width:9rem;border-radius:50%;transition:all .4s ease-in-out;cursor:pointer}.sider .avater img:hover{transform:rotate(360deg)}.sider .user-name{display:flex;align-items:center;justify-content:center;font-size:1.6rem}.sider .socials{margin-top:5rem;margin-bottom:3rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(4rem,6rem));justify-content:center;place-items:center center;gap:2rem}.sider .theme-switcher{display:flex;align-items:center;justify-content:center;font-size:1.7rem;cursor:pointer;margin-top:auto;margin-bottom:2rem}.sider .theme-switcher:hover{color:var(--hover)}.footer{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.7rem;font-size:1.3rem;grid-area:footer;box-shadow:.8rem .8rem 1.4rem var(--shadow-dark),-.2rem -.2rem 1.8rem var(--shadow-light);border-radius:3rem;border:1px solid var(--shadow-light)}.footer .footer-item{color:var(--primary-light);cursor:pointer}.footer .footer-item a{text-decoration:none;color:var(--primary-light)}.footer .footer-item a:hover{color:#175199}.footer .footer-item img{vertical-align:middle;margin-right:.3rem}.App{width:100%;display:grid;user-select:none}@media screen and (min-width: 200px){.App{padding:2rem;gap:1.5rem;grid-template-areas:"main" "sider" "footer";grid-template-rows:5fr 5fr 1fr;grid-template-columns:1fr}}@media screen and (min-width: 992px){.App{height:100%;padding:10rem 15rem;gap:1.5rem;grid-template-areas:"sider main" "sider footer";grid-template-rows:5fr 1fr;grid-template-columns:1fr 3fr}}html,body{width:100%;height:100%;margin:0;box-sizing:border-box;font-size:62.5%;color:var(--primary);background-color:var(--bg-color);font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif}div{box-sizing:border-box}#root{width:100%;height:100%}:root[theme=dark]{--bg-color: #282828;--shadow-dark: #222;--shadow-light: #2e2e2e;--primary: #cdd9e5f1;--primary-light: #8590a6;--hover: #c097f4;--greyLight-1: #E4EBF5;--greyLight-2: #c8d0e7;--greyLight-3: #bec8e4;--greyDark: #9baacf}:root[theme=light]{--bg-color: #E4EBF5;--shadow-dark: #C8D0E7;--shadow-light: #fff;--primary: #121212;--primary-light: #8590a6;--hover: #5eb9ff;--greyLight-1: #E4EBF5;--greyLight-2: #c8d0e7;--greyLight-3: #bec8e4;--greyDark: #9baacf}
