div.model-content{flex:1;height:100%;display:flex;padding:20px 20px 0;flex-direction:column}div.model-content div.tab-container{width:100%;height:55px;display:flex;overflow:hidden;overflow-x:scroll;border-radius:12px;border:2px solid #e3e8f7}div.model-content div.tab-container div.tab-box{height:100%;display:flex;cursor:pointer;padding:0 15px;align-items:center;justify-content:center}div.model-content div.tab-container div.tab-box span.tab-name{color:#858585;transition:color ease .3s}div.model-content div.tab-content{flex:1;width:100%;overflow:hidden;margin-top:25px;overflow-y:scroll;border-radius:12px;border:2px solid #e3e8f7}div.model-content div.tab-content div.layout-container{width:100%;padding:0 20px;animation:card-in 1s ease}div.model-footbox{width:100%;padding:15px 0;margin-top:20px;color:#fff;text-align:center;background-color:#242933}div.model-footbox p,div.model-footbox a{color:#fff;font-size:17px;line-height:36px;text-align:center}div.model-footbox p{display:flex;align-items:center;justify-content:center}div.model-footbox p img.beian-icon{height:20px;margin-right:8px;margin-bottom:.75px;background-color:unset}div.model-user{height:100%;padding-top:20px;padding-left:20px}div.model-user div.user-box{height:100%;position:relative;border-radius:12px;background-size:cover;background-position:center;background-repeat:no-repeat;background-image:url(/assets/bg-profile-C452_O4a.jpg)}div.model-user div.user-contianer{width:100%;height:100%;display:flex;position:relative;align-items:center;flex-direction:column;justify-content:center}div.model-user div.user-contianer div.avatar-box{width:85px;height:85px;cursor:pointer;overflow:hidden;border-radius:50%;border:5px solid #ffffff}div.model-user div.user-contianer div.avatar-box img.avatar-img{width:100%;height:100%;transition:1s}div.model-user div.user-contianer div.avatar-box:hover img.avatar-img{transform:rotate(360deg)}div.model-user div.user-contianer p.user-profile{margin-top:10px;color:#fff;font-weight:700;text-align:center;word-break:break-all;text-shadow:#888 1px 1px 2px}div.model-user div.user-contianer p.username{font-size:30px}div.model-user div.user-contianer p.userdesc{width:75%;line-clamp:2;font-size:16px;overflow:hidden;line-height:28px;display:-webkit-box;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical}div.mobile-home{display:flex;overflow:hidden;min-height:100vh;position:relative;align-items:center;justify-content:center}div.mobile-home .hero-section{z-index:2;display:flex;padding:40px 20px;text-align:center;align-items:center;flex-direction:column;justify-content:center}div.mobile-home .hero-section .avatar-container{position:relative;margin-bottom:30px}div.mobile-home .hero-section .avatar-container .avatar-wrapper{width:120px;height:120px;overflow:hidden;border-radius:50%;position:relative;animation:float 3s ease-in-out infinite;cursor:pointer;-webkit-tap-highlight-color:transparent}div.mobile-home .hero-section .avatar-container .avatar-wrapper:before{content:"";top:0;right:0;bottom:0;left:0;z-index:3;opacity:0;position:absolute;border-radius:50%;pointer-events:none;transition:opacity .3s ease;background:radial-gradient(circle at var(--touch-x, 50%) var(--touch-y, 50%),rgba(255,255,255,.2) 0%,transparent 60%)}div.mobile-home .hero-section .avatar-container .avatar-wrapper:active:before{opacity:1}div.mobile-home .hero-section .avatar-container .avatar-wrapper img.avatar-img{width:100%;height:100%;object-fit:cover;transition:transform .3s cubic-bezier(.4,0,.2,1);filter:brightness(1) contrast(1)}div.mobile-home .hero-section .avatar-container .avatar-wrapper img.avatar-img:hover{transform:scale(1.08);filter:brightness(1.05) contrast(1.1)}div.mobile-home .hero-section .avatar-container .avatar-wrapper img.avatar-img:active{transform:scale(.96)}div.mobile-home .hero-section .avatar-container .avatar-wrapper .avatar-ring{top:-4px;right:-4px;bottom:-4px;left:-4px;z-index:-1;position:absolute;border-radius:50%;animation:rotate 4s linear infinite;background:linear-gradient(45deg,#42d392,#647eff,#ff6b6b,#42d392);background-size:300% 300%;animation:rotateGradient 4s ease-in-out infinite}div.mobile-home .hero-section .avatar-container .avatar-wrapper .avatar-ring:before{content:"";top:2px;right:2px;bottom:2px;left:2px;z-index:-1;position:absolute;border-radius:50%;background:#fff}div.mobile-home .hero-section .profile-content{max-width:320px}div.mobile-home .hero-section .profile-content h1.username{font-size:36px;font-weight:700;color:#333;margin-bottom:8px;letter-spacing:-.5px;animation:fadeInUp .8s ease .2s both}div.mobile-home .hero-section .profile-content p.userdesc{font-size:18px;color:#666;font-weight:400;overflow:hidden;line-height:28px;margin-bottom:24px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;animation:fadeInUp .8s ease .4s both}div.mobile-home .hero-section .profile-content .social-links{display:flex;gap:16px;margin-top:20px;justify-content:center;animation:fadeInUp .8s ease .6s both}div.mobile-home .hero-section .profile-content .social-links .social-link{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent;position:relative;overflow:hidden;text-decoration:none}div.mobile-home .hero-section .profile-content .social-links .social-link.github-btn{background:#24292ecc}div.mobile-home .hero-section .profile-content .social-links .social-link.gitee-btn{background:#c71d23cc}div.mobile-home .hero-section .profile-content .social-links .social-link.netease-btn{background:#12b7f5cc}div.mobile-home .hero-section .profile-content .social-links .social-link.bilibili-btn{background:#fb7299cc}div.mobile-home .hero-section .profile-content .social-links .social-link:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}div.mobile-home .hero-section .profile-content .social-links .social-link:active:before{width:80px;height:80px}div.mobile-home .hero-section .profile-content .social-links .social-link:hover{transform:translateY(-2px)}div.mobile-home .hero-section .profile-content .social-links .social-link:hover.github-btn{color:#fff;background:#24292ee6;box-shadow:0 4px 12px #24292e4d}div.mobile-home .hero-section .profile-content .social-links .social-link:hover.gitee-btn{color:#fff;background:#c71d23e6;box-shadow:0 4px 12px #c71d234d}div.mobile-home .hero-section .profile-content .social-links .social-link:hover.netease-btn{color:#fff;background:#12b7f5e6;box-shadow:0 4px 12px #12b7f54d}div.mobile-home .hero-section .profile-content .social-links .social-link:hover.bilibili-btn{color:#fff;background:#fb7299e6;box-shadow:0 4px 12px #fb72994d}div.mobile-home .hero-section .profile-content .social-links .social-link:active{transform:translateY(0)}div.mobile-home .hero-section .profile-content .social-links .social-link svg{width:20px;height:20px;transition:transform .3s ease}div.mobile-home .hero-section .profile-content .social-links .social-link:hover svg{transform:scale(1.1)}div.mobile-home .hero-section .profile-content .social-links .social-link:active svg{transform:scale(.95)}div.mobile-home .scroll-indicator{left:50%;bottom:30px;position:absolute;transform:translate(-50%);animation:fadeInUp .8s ease .8s both;cursor:pointer;-webkit-tap-highlight-color:transparent}div.mobile-home .scroll-indicator .scroll-dot{width:6px;height:24px;border-radius:3px;position:relative;background:#8585854d;transition:all .3s ease}div.mobile-home .scroll-indicator .scroll-dot:before{content:"";top:0;left:0;width:100%;height:10px;position:absolute;border-radius:3px;background:linear-gradient(180deg,#42d392,#647eff);animation:scroll 2s ease-in-out infinite;transition:transform .3s ease}div.mobile-home .scroll-indicator .scroll-dot:hover{background:#85858566;transform:scale(1.1)}div.mobile-home .scroll-indicator .scroll-dot:hover:before{animation-duration:1.2s}div.mobile-home .scroll-indicator .scroll-dot:active{transform:scale(.95)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes rotateGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes scroll{0%{top:0;opacity:1}to{top:12px;opacity:0}}div.mobile-about{padding:60px 20px 40px}div.mobile-about .about-content{gap:25px;display:grid;margin:0 auto;max-width:500px;grid-template-columns:1fr}div.mobile-about .about-content .bio-card{padding:20px;overflow:hidden;position:relative;border-radius:12px;background:#fff;border:2px solid #e3e8f7;animation:fadeInUp .8s ease-out both;transition:all .3s cubic-bezier(.4,0,.2,1)}div.mobile-about .about-content .bio-card .bio-text{z-index:2;position:relative}div.mobile-about .about-content .bio-card .bio-text .description{margin:0;font-size:16px;line-height:1.8;color:#666;text-align:justify}div.mobile-about .about-content .bio-card:hover{transform:translateY(-2px);border-color:var(--dominColor);box-shadow:0 4px 12px #409eff26}div.mobile-about .about-content .bio-card:hover .project-icon{color:var(--dominColor);transform:translate(3px)}div.mobile-about .about-content .contact-section{animation-delay:.2s;animation:fadeInUp .8s ease-out both}div.mobile-about .about-content .contact-section .contact-cards{gap:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}div.mobile-about .about-content .contact-section .contact-cards .contact-card{padding:20px;text-align:center;border-radius:12px;background:#fff;border:2px solid #e3e8f7;transition:all .3s cubic-bezier(.4,0,.2,1)}div.mobile-about .about-content .contact-section .contact-cards .contact-card:hover{transform:translateY(-2px);border-color:var(--dominColor);box-shadow:0 4px 12px #409eff26}div.mobile-about .about-content .contact-section .contact-cards .contact-card:hover .contact-icon{transform:scale(1.05);color:var(--dominColor);background:#409eff1a}div.mobile-about .about-content .contact-section .contact-cards .contact-card:active{transform:translateY(-1px)}div.mobile-about .about-content .contact-section .contact-cards .contact-card .contact-icon{width:48px;height:48px;display:flex;color:#858585;align-items:center;border-radius:12px;margin:0 auto 12px;justify-content:center;transition:all .3s ease;background:#8585851a}div.mobile-about .about-content .contact-section .contact-cards .contact-card .contact-icon svg{width:20px;height:20px}div.mobile-about .about-content .contact-section .contact-cards .contact-card .contact-text{font-size:14px;font-weight:500;color:#666}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}div.mobile-outsor{padding:60px 20px 40px}div.mobile-outsor .portfolio-grid{gap:25px;display:grid;margin:0 auto;max-width:500px;grid-template-columns:1fr}div.mobile-outsor .portfolio-grid .portfolio-card{overflow:hidden;position:relative;border-radius:12px;background:#fff;border:2px solid #e3e8f7;animation-delay:var(--delay);animation:slideInUp .8s ease-out both;-webkit-tap-highlight-color:transparent;transition:all .3s cubic-bezier(.4,0,.2,1)}div.mobile-outsor .portfolio-grid .portfolio-card:last-child{margin-bottom:0}div.mobile-outsor .portfolio-grid .portfolio-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #409eff26}div.mobile-outsor .portfolio-grid .portfolio-card:hover .card-image .image-overlay{opacity:1}div.mobile-outsor .portfolio-grid .portfolio-card:hover .project-tag span{color:var(--dominColor);background:#409eff1a}div.mobile-outsor .portfolio-grid .portfolio-card:active{transform:translateY(-2px)}div.mobile-outsor .portfolio-grid .portfolio-card .card-image{width:100%;height:120px;overflow:hidden;position:relative}div.mobile-outsor .portfolio-grid .portfolio-card .card-image img.screenshot{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}div.mobile-outsor .portfolio-grid .portfolio-card .card-image .image-overlay{top:0;right:0;bottom:0;left:0;opacity:0;display:flex;position:absolute;align-items:center;justify-content:center;transition:opacity .3s ease;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.7) 100%)}div.mobile-outsor .portfolio-grid .portfolio-card .card-image .image-overlay .view-icon{width:56px;height:56px;display:flex;color:#1a1b26;border-radius:50%;align-items:center;transform:scale(.8);justify-content:center;transition:transform .3s ease;background:#ffffffe6}div.mobile-outsor .portfolio-grid .portfolio-card .card-image .image-overlay .view-icon svg{width:24px;height:24px}div.mobile-outsor .portfolio-grid .portfolio-card .card-content{padding:20px}div.mobile-outsor .portfolio-grid .portfolio-card .card-content .project-name{font-size:18px;font-weight:600;color:#333;margin:0 0 10px}div.mobile-outsor .portfolio-grid .portfolio-card .card-content .project-desc{line-clamp:2;font-size:14px;line-height:1.5;color:#666;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}div.mobile-outsor .portfolio-grid .portfolio-card:hover .card-image img.screenshot{transform:scale(1.05)}div.mobile-outsor .portfolio-grid .portfolio-card:hover .image-overlay .view-icon{transform:scale(1)}div.mobile-photos{padding:60px 20px 40px}div.mobile-photos .gallery-container{margin:0 auto;max-width:800px}div.mobile-photos .gallery-container .photo-grid{gap:25px;display:grid;margin:0 auto;max-width:500px;grid-template-columns:1fr}div.mobile-photos .gallery-container .photo-grid.expanded{grid-template-rows:unset}div.mobile-photos .gallery-container .photo-grid .photo-item{overflow:hidden;position:relative;border-radius:12px;animation-delay:var(--delay);-webkit-tap-highlight-color:transparent;animation:photoFadeIn .6s ease-out both}div.mobile-photos .gallery-container .photo-grid .photo-item .photo-wrapper{width:100%;height:180px;overflow:hidden;position:relative;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}div.mobile-photos .gallery-container .photo-grid .photo-item .photo-wrapper .photo-img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}div.mobile-photos .gallery-container .photo-grid .photo-item .photo-wrapper .photo-overlay{top:0;right:0;bottom:0;left:0;opacity:0;display:flex;padding:20px;position:absolute;align-items:flex-end;transition:opacity .3s ease;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.4) 70%,rgba(0,0,0,.8) 100%)}div.mobile-photos .gallery-container .photo-grid .photo-item .photo-wrapper .photo-overlay .overlay-content{width:100%;display:flex;align-items:center;justify-content:center}div.mobile-photos .gallery-container .photo-grid .photo-item .photo-wrapper .photo-overlay .overlay-content .photo-title{opacity:0;font-size:14px;font-weight:500;color:#fff;text-align:right;transform:translateY(10px);transition:all .3s ease .1s}div.mobile-photos .gallery-container .photo-grid .photo-item .photo-wrapper .photo-frame{top:0;right:0;bottom:0;left:0;opacity:0;position:absolute;border-radius:16px;pointer-events:none;transition:opacity .3s ease;border:1px solid rgba(255,255,255,.2)}div.mobile-photos .gallery-container .photo-grid .photo-item:hover{transform:translateY(-5px)}div.mobile-photos .gallery-container .photo-grid .photo-item:hover .photo-wrapper{border-color:#647eff4d;box-shadow:0 20px 40px #0003}div.mobile-photos .gallery-container .photo-grid .photo-item:hover .photo-wrapper .photo-img{transform:scale(1.05)}div.mobile-photos .gallery-container .photo-grid .photo-item:hover .photo-wrapper .photo-overlay{opacity:1}div.mobile-photos .gallery-container .photo-grid .photo-item:hover .photo-wrapper .photo-overlay .overlay-content .photo-title{opacity:1;transform:translateY(0)}div.mobile-photos .gallery-container .photo-grid .photo-item:hover .photo-wrapper .photo-frame{opacity:1}div.mobile-photos .gallery-container .gallery-footer{margin-top:40px;text-align:center}div.mobile-photos .gallery-container .gallery-footer .expand-btn{gap:12px;font-size:14px;color:#333;font-weight:500;padding:12px 24px;align-items:center;border-radius:25px;display:inline-flex;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid #e3e8f7;background:#ffffff0d;-webkit-tap-highlight-color:transparent;transition:all .3s cubic-bezier(.4,0,.2,1)}div.mobile-photos .gallery-container .gallery-footer .expand-btn:hover{background:#ffffff14;border-color:#647eff4d}div.mobile-photos .gallery-container .gallery-footer .expand-btn:hover .btn-icon svg{transform:scale(1.1)}div.mobile-photos .gallery-container .gallery-footer .expand-btn.active{color:#647eff;background:#647eff1a;border-color:#647eff4d}div.mobile-photos .gallery-container .gallery-footer .expand-btn .btn-text{transition:color .3s ease}div.mobile-photos .gallery-container .gallery-footer .expand-btn .btn-icon{display:flex;align-items:center;justify-content:center;transition:transform .3s ease}div.mobile-photos .gallery-container .gallery-footer .expand-btn .btn-icon svg{width:16px;height:16px;transition:transform .3s ease}div.mobile-photos .gallery-container .gallery-footer .expand-btn .btn-icon svg.rotated{transform:rotate(180deg)}@keyframes photoFadeIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}div.model-title{width:100%;height:45px;display:flex;margin:15px 0;color:#fff;align-items:center}div.model-title svg.icon{width:32px;height:32px;fill:#fff;margin-right:8px}div.model-title span.title{font-size:20px;margin-top:2.5px}div.mobile-friend{padding:60px 20px 40px}div.mobile-friend .friends-grid{gap:25px;display:grid;margin:0 auto;max-width:500px;grid-template-columns:1fr}div.mobile-friend .friends-grid .friend-card{display:flex;padding:20px;border-radius:12px;align-items:center;background:#fff;border:2px solid #e3e8f7;animation-delay:var(--delay);animation:slideInUp .6s ease-out both;-webkit-tap-highlight-color:transparent;transition:all .3s cubic-bezier(.4,0,.2,1)}div.mobile-friend .friends-grid .friend-card:hover{transform:translateY(-2px);border-color:var(--dominColor);box-shadow:0 4px 12px #409eff26}div.mobile-friend .friends-grid .friend-card:hover .friend-avatar{transform:scale(1.05)}div.mobile-friend .friends-grid .friend-card:hover .friend-avatar .avatar-status{background:#42d392}div.mobile-friend .friends-grid .friend-card:hover .friend-action{color:var(--dominColor);transform:translate(3px)}div.mobile-friend .friends-grid .friend-card:active{transform:translateY(-1px)}div.mobile-friend .friends-grid .friend-card .friend-avatar{position:relative;width:60px;height:60px;flex-shrink:0;overflow:hidden;margin-right:16px;border-radius:12px;transition:transform .3s ease}div.mobile-friend .friends-grid .friend-card .friend-avatar img.avatar-img{width:100%;height:100%;object-fit:cover}div.mobile-friend .friends-grid .friend-card .friend-avatar .avatar-status{right:4px;bottom:4px;width:16px;height:16px;position:absolute;border-radius:50%;transition:background .3s ease;background:#ffffff4d;border:2px solid rgba(255,255,255,.9)}div.mobile-friend .friends-grid .friend-card .friend-info{flex:1}div.mobile-friend .friends-grid .friend-card .friend-info .friend-name{font-size:16px;font-weight:600;color:#333;margin:0 0 6px}div.mobile-friend .friends-grid .friend-card .friend-info .friend-desc{margin:0;line-clamp:2;font-size:13px;line-height:1.4;overflow:hidden;color:#666;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}div.mobile-friend .friends-grid .friend-card .friend-action{width:32px;height:32px;display:flex;flex-shrink:0;color:#858585;margin-left:12px;border-radius:8px;align-items:center;justify-content:center;transition:all .3s ease;background:#8585851a}div.mobile-friend .friends-grid .friend-card .friend-action svg{width:16px;height:16px}div.mobile-project{padding:60px 20px 40px}div.mobile-project .project-grid{gap:25px;display:grid;margin:0 auto;max-width:500px;grid-template-columns:1fr}div.mobile-project .project-grid .project-card{padding:20px;overflow:hidden;border-radius:8px;position:relative;background:#fff;border:2px solid #e3e8f7;animation-delay:var(--delay);animation:slideInUp .6s ease-out both;-webkit-tap-highlight-color:transparent;transition:all .3s cubic-bezier(.4,0,.2,1)}div.mobile-project .project-grid .project-card:before{top:0;right:0;bottom:0;left:0;z-index:3;opacity:0;content:"";position:absolute;border-radius:16px;pointer-events:none;transition:opacity .3s ease;background:radial-gradient(circle at var(--touch-x, 50%) var(--touch-y, 50%),rgba(255,255,255,.2) 0%,transparent 50%)}div.mobile-project .project-grid .project-card:active:before{opacity:1}div.mobile-project .project-grid .project-card:hover{transform:translateY(-2px);border-color:var(--dominColor);box-shadow:0 4px 12px #409eff26}div.mobile-project .project-grid .project-card:hover .project-icon{color:var(--dominColor);transform:translate(3px)}div.mobile-project .project-grid .project-card:active{transform:translateY(-2px)}div.mobile-project .project-grid .project-card .card-content{z-index:2;position:relative}div.mobile-project .project-grid .project-card .card-content .card-header{display:flex;margin-bottom:12px;align-items:center;justify-content:space-between}div.mobile-project .project-grid .project-card .card-content .card-header .project-name{flex:1;margin:0;font-size:20px;font-weight:600;color:#333}div.mobile-project .project-grid .project-card .card-content .card-header .project-icon{display:flex;flex-shrink:0;color:#858585;border-radius:12px;align-items:center;justify-content:center;transition:transform .3s ease}div.mobile-project .project-grid .project-card .card-content .card-header .project-icon svg{width:16px;height:16px}div.mobile-project .project-grid .project-card .card-content .project-desc{line-clamp:2;font-size:15px;line-height:1.6;color:#666;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}div.mobile-mySkill{padding:60px 20px 40px}div.mobile-mySkill .skill-grid{gap:25px;display:grid;margin:0 auto;max-width:500px;grid-template-columns:1fr}div.mobile-mySkill .skill-grid .skill-category{padding:20px;border-radius:12px;background:#fff;border:2px solid #e3e8f7;animation-delay:var(--delay);-webkit-tap-highlight-color:transparent;animation:slideInFromLeft .8s ease-out both}div.mobile-mySkill .skill-grid .skill-category:last-child{margin-bottom:0}div.mobile-mySkill .skill-grid .skill-category .category-header{display:flex;align-items:center;margin-bottom:25px;padding-bottom:15px;border-bottom:1px solid #e3e8f7}div.mobile-mySkill .skill-grid .skill-category .category-header .category-icon{width:48px;height:48px;color:#fff;display:flex;margin-right:16px;border-radius:12px;align-items:center;justify-content:center;box-shadow:0 4px 12px #42d39233;background:linear-gradient(135deg,#42d392,#647eff)}div.mobile-mySkill .skill-grid .skill-category .category-header .category-name{flex:1;margin:0;font-size:20px;font-weight:600;color:#333}div.mobile-mySkill .skill-grid .skill-category .category-header .skill-count{font-size:14px;color:#858585;padding:4px 12px;border-radius:12px;background:#8585851a}div.mobile-mySkill .skill-grid .skill-category .skill-grid{gap:15px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}div.mobile-mySkill .skill-grid .skill-category .skill-grid .skill-item{display:flex;padding:12px 16px;border-radius:12px;align-items:center;animation-delay:var(--item-delay);background:#8585850d;-webkit-tap-highlight-color:transparent;border:1px solid rgba(133,133,133,.1);animation:skillItemFadeIn .5s ease-out both;transition:all .3s cubic-bezier(.4,0,.2,1)}div.mobile-mySkill .skill-grid .skill-category .skill-grid .skill-item:hover{transform:translateY(-2px);background:#409eff0d;border-color:#409eff33;box-shadow:0 4px 12px #0000001a}div.mobile-mySkill .skill-grid .skill-category .skill-grid .skill-item:hover .skill-icon .icon-dots span{background:var(--dominColor)}div.mobile-mySkill .skill-grid .skill-category .skill-grid .skill-item:active{transform:translateY(-1px)}div.mobile-mySkill .skill-grid .skill-category .skill-grid .skill-item .skill-icon{margin-right:12px;flex-shrink:0}div.mobile-mySkill .skill-grid .skill-category .skill-grid .skill-item .skill-icon .icon-dots{display:flex;gap:3px}div.mobile-mySkill .skill-grid .skill-category .skill-grid .skill-item .skill-icon .icon-dots span{width:6px;height:6px;background:#858585;border-radius:50%;transition:all .3s ease}div.mobile-mySkill .skill-grid .skill-category .skill-grid .skill-item .skill-icon .icon-dots span:nth-child(1){animation:dotPulse 2s ease-in-out infinite}div.mobile-mySkill .skill-grid .skill-category .skill-grid .skill-item .skill-icon .icon-dots span:nth-child(2){animation:dotPulse 2s ease-in-out infinite .2s}div.mobile-mySkill .skill-grid .skill-category .skill-grid .skill-item .skill-icon .icon-dots span:nth-child(3){animation:dotPulse 2s ease-in-out infinite .4s}div.mobile-mySkill .skill-grid .skill-category .skill-grid .skill-item .skill-name{font-size:14px;font-weight:500;color:#666;flex:1}div.mobile-mySkill .skill-grid .skill-category .skill-grid .skill-item .skill-level{margin-left:12px;flex-shrink:0}div.mobile-mySkill .skill-grid .skill-category .skill-grid .skill-item .skill-level .level-bar{width:60px;height:4px;background:#8585851a;border-radius:2px;overflow:hidden}div.mobile-mySkill .skill-grid .skill-category .skill-grid .skill-item .skill-level .level-bar .level-fill{height:100%;background:linear-gradient(90deg,#42d392,var(--dominColor));border-radius:2px;width:var(--width);transition:width 1s ease-out;animation:levelGlow 2s ease-in-out infinite}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes skillItemFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes dotPulse{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.2);opacity:1}}@keyframes levelGlow{0%,to{opacity:1}50%{opacity:.8}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes tagFadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}div.mobile-website{padding:60px 20px 40px}div.mobile-website .website-grid{gap:25px;display:grid;margin:0 auto;max-width:500px;grid-template-columns:1fr}div.mobile-website .website-grid .website-card{padding:20px;overflow:hidden;position:relative;border-radius:12px;background:#fff;border:2px solid #e3e8f7;animation-delay:var(--delay);animation:slideInUp .6s ease-out both;-webkit-tap-highlight-color:transparent;transition:all .3s cubic-bezier(.4,0,.2,1)}div.mobile-website .website-grid .website-card:before{top:0;right:0;bottom:0;left:0;z-index:3;opacity:0;content:"";position:absolute;border-radius:16px;pointer-events:none;transition:opacity .3s ease;background:radial-gradient(circle at var(--touch-x, 50%) var(--touch-y, 50%),rgba(255,255,255,.2) 0%,transparent 50%)}div.mobile-website .website-grid .website-card:active:before{opacity:1}div.mobile-website .website-grid .website-card:hover{transform:translateY(-2px);border-color:var(--dominColor);box-shadow:0 4px 12px #409eff26}div.mobile-website .website-grid .website-card:hover .website-icon{color:var(--dominColor);transform:translate(3px)}div.mobile-website .website-grid .website-card:active{transform:translateY(-2px)}div.mobile-website .website-grid .website-card .card-content{z-index:2;position:relative}div.mobile-website .website-grid .website-card .card-content .card-header{display:flex;margin-bottom:12px;align-items:center;justify-content:space-between}div.mobile-website .website-grid .website-card .card-content .card-header .website-name{flex:1;margin:0;font-size:20px;font-weight:600;color:#333}div.mobile-website .website-grid .website-card .card-content .card-header .website-icon{display:flex;flex-shrink:0;color:#858585;border-radius:8px;align-items:center;justify-content:center;transition:transform .3s ease}div.mobile-website .website-grid .website-card .card-content .card-header .website-icon svg{width:16px;height:16px}div.mobile-website .website-grid .website-card .card-content .website-desc{line-clamp:2;font-size:15px;line-height:1.6;color:#666;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}div.main-container{width:100%;height:100%;display:flex;align-items:center;flex-direction:column;justify-content:center}div.main-container div.main-box{z-index:2;width:1024px;display:flex;overflow:hidden;min-width:1024px;border-radius:12px;flex-direction:column;background-color:#fff;border:1px solid #e3e8f7;animation:card-in 1.5s ease}div.main-container div.main-box div.content{height:470px;display:flex}div.main-container div.main-box footer.footer{width:100%;height:55px;display:flex;padding:0 20px;align-items:center;background-color:#fff;justify-content:space-between}div.main-container div.main-box footer.footer a,div.main-container div.main-box footer.footer span{color:#858585}div.main-container div.main-box footer.footer span{display:flex;align-items:center}div.main-container div.main-box footer.footer span img.beian-icon{height:20px;margin-right:8px;margin-top:.75px;background-color:unset}div.main-container div.strat-box{width:100%;height:100vh;overflow:hidden;overflow-y:auto;background:#fff;scroll-behavior:smooth;position:relative}div.main-container div.strat-box::-webkit-scrollbar{width:4px}div.main-container div.strat-box::-webkit-scrollbar-track{background:#f5f5f5}div.main-container div.strat-box::-webkit-scrollbar-thumb{background:#e3e8f7;border-radius:2px}div.main-container div.strat-box::-webkit-scrollbar-thumb:hover{background:#d1d9f0}div.main-container div.strat-box div.mobile-layout{width:100%;padding:0 20px;position:relative;margin-bottom:35px}div.main-container div.strat-box div.mobile-layout:first-child{margin-bottom:unset}div.main-container div.strat-box div.mobile-layout .section-header{text-align:center;margin-bottom:50px}div.main-container div.strat-box div.mobile-layout .section-header .section-title{font-size:32px;font-weight:700;color:#333;margin-bottom:16px;letter-spacing:-.5px}div.main-container div.strat-box div.mobile-layout .section-header .title-underline{width:60px;height:3px;margin:0 auto;border-radius:2px;position:relative;background:linear-gradient(90deg,#42d392,#647eff)}*{margin:0;padding:0;-webkit-user-select:none;user-select:none;box-sizing:border-box;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei}html{width:100vw;height:100%;overflow:hidden}body{width:100%;height:100%;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);background-image:url(/assets/bg-light-Byg4bxiQ.jpg)}a{text-decoration:none}img{object-fit:cover;-webkit-user-select:none;user-select:none;background-color:#f1f1f1}:root{--dominColor: #409EFF}.color-text{background:-webkit-linear-gradient(315deg,#42d392 25%,#647eff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}div#application{width:100%;height:100%;overflow:hidden}::-webkit-scrollbar{display:none}@keyframes card-in{0%{opacity:0;transform:translateY(200px)}to{opacity:1;transform:translateY(0)}}.mobile-touch-feedback{position:relative;overflow:hidden}.mobile-touch-feedback:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#ffffff4d;border-radius:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;pointer-events:none}.mobile-touch-feedback:active:after{width:300px;height:300px}@keyframes pageSlideIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}@keyframes glow{0%,to{box-shadow:0 0 5px #647eff4d}50%{box-shadow:0 0 20px #647eff99}}
