.app-layout{min-height:100vh}.app-layout .app-header{background:#ffffffe0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,77,79,.06);padding:0;position:fixed;width:100%;z-index:100;transition:all .3s ease}.app-layout .app-header:hover{box-shadow:0 2px 12px #ff4d4f14}.app-layout .app-header .header-content{height:100%;padding:0 16px;display:flex;align-items:center;justify-content:space-between}.app-layout .app-header .logo-section{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:10px;text-decoration:none;transition:opacity .3s ease;height:100%}.app-layout .app-header .logo-section:hover{opacity:.8}.app-layout .app-header .logo-section .logo-container{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;width:34px;height:34px;background:linear-gradient(135deg,#ff4d4f14,#ff4d4f2e);border-radius:50%;position:relative;overflow:hidden;flex-shrink:0}.app-layout .app-header .logo-section .logo-container:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(255,255,255,.2) 0%,transparent 70%);animation:rotate 10s linear infinite}.app-layout .app-header .logo-section .logo-container .logo-icon{font-size:18px;color:#ff4d4f;position:relative;z-index:1;animation:heartBeat 1.6s ease-in-out infinite;display:flex;align-items:center;justify-content:center}.app-layout .app-header .logo-section .logo-text{color:#ff4d4f;margin:0;font-size:15px;font-weight:600;white-space:nowrap;line-height:1}.app-layout .app-header .nav-section{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-wrap:nowrap;gap:24px;height:100%}.app-layout .app-header .nav-section .nav-item{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:8px;color:#333c;text-decoration:none;font-size:clamp(13px,3.5vw,14px);padding:8px 16px;border-radius:8px;transition:all .3s ease}.app-layout .app-header .nav-section .nav-item .anticon{font-size:16px;display:flex;align-items:center}.app-layout .app-header .nav-section .nav-item:hover{color:#ff4d4f;background:#ff4d4f0d}.app-layout .app-header .nav-section .nav-item.active{color:#ff4d4f;background:#ff4d4f1a}.app-layout .app-header .header-cta{display:flex;align-items:center;gap:5px;padding:6px 14px;background:linear-gradient(135deg,#ff4d4f,#ff6b7a);color:#fff;border:none;border-radius:18px;font-size:13px;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;letter-spacing:.3px}.app-layout .app-header .header-cta .cta-icon{font-size:12px;display:flex;align-items:center}.app-layout .app-header .header-cta:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff4d4f4d}.app-layout .app-header .header-cta:active{transform:translateY(0)}.app-layout .app-content{margin-top:64px;min-height:calc(100vh - 134px);display:flex;flex-direction:column}.app-layout .app-footer{background:linear-gradient(180deg,#fff6f699,#fffffff2);padding:24px 0;border-top:1px solid rgba(255,77,79,.08)}.app-layout .app-footer .footer-content{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;gap:10px;max-width:1200px;margin:0 auto;padding:0 16px}.app-layout .app-footer .copyright{margin:0;color:#33333373;font-size:12px;letter-spacing:.3px}.app-layout .app-footer .footer-links{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:24px}.app-layout .app-footer .footer-links a{color:#33333373;text-decoration:none;font-size:12px;transition:color .3s ease;position:relative}.app-layout .app-footer .footer-links a:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background:#ff4d4f;transform:scaleX(0);transition:transform .3s ease}.app-layout .app-footer .footer-links a:hover{color:#ff4d4f}.app-layout .app-footer .footer-links a:hover:after{transform:scaleX(1)}@media (max-width: 576px){.app-layout .app-header .logo-text{font-size:14px}.app-layout .app-header .nav-section{gap:16px}.app-layout .app-header .nav-section .nav-item span{display:none}.app-layout .app-header .header-cta{padding:5px 12px;font-size:12px;border-radius:14px}.app-layout .app-header .header-cta .cta-icon{font-size:11px}.app-layout .app-footer .footer-links{flex-wrap:wrap;gap:16px}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%{transform:scale(1);opacity:.6}50%{transform:scale(1.1);opacity:.4}to{transform:scale(1);opacity:.6}}@keyframes floatUp{0%{transform:translateY(100vh) scale(.5);opacity:0}10%{opacity:.15}90%{opacity:.15}to{transform:translateY(-20vh) scale(1);opacity:0}}@keyframes buttonGlow{0%{box-shadow:0 4px 15px #ff4d4f4d}50%{box-shadow:0 4px 25px #ff4d4f80,0 0 40px #ff4d4f26}to{box-shadow:0 4px 15px #ff4d4f4d}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.home{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;padding:32px 24px;background:linear-gradient(160deg,#fff9f9,#ffe8ea 40%,#ffd6e0);position:relative;overflow:hidden}.home:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.6) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(255,200,210,.3) 0%,transparent 50%);opacity:.6}.home .floating-hearts{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.home .floating-hearts .floating-heart{position:absolute;bottom:-20px;font-size:16px;color:#ff4d4f1f;animation:floatUp 12s ease-in infinite;-webkit-user-select:none;user-select:none}.home .floating-hearts .floating-heart:nth-child(1){font-size:14px}.home .floating-hearts .floating-heart:nth-child(2){font-size:20px}.home .floating-hearts .floating-heart:nth-child(3){font-size:12px}.home .floating-hearts .floating-heart:nth-child(4){font-size:18px}.home .floating-hearts .floating-heart:nth-child(5){font-size:15px}.home .home-content{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;max-width:520px;width:100%;text-align:center;animation:fadeIn .8s ease-out;position:relative;z-index:1}.home .header-section{margin-bottom:32px}.home .header-section .logo-wrapper{width:80px;height:80px;background:#ffffffb3;border-radius:50%;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;margin:0 auto 24px;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,77,79,.15);box-shadow:0 8px 32px #ff4d4f1a}.home .header-section .logo-wrapper:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border:2px solid transparent;border-radius:50%;background:linear-gradient(45deg,#ff4d4f,transparent) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;animation:rotate 3s linear infinite}.home .header-section .logo-wrapper .heart-icon{font-size:36px;color:#ff4d4f;animation:heartBeat 1.6s ease-in-out infinite;filter:drop-shadow(0 2px 4px rgba(255,77,79,.3))}.home .header-section .title{font-size:clamp(28px,8vw,42px);color:#ff4d4f;margin-bottom:16px;font-weight:800;text-shadow:0 2px 8px rgba(255,77,79,.15);letter-spacing:2px}@media (max-width: 576px){.home .header-section .title{font-size:28px;letter-spacing:1px}}.home .header-section .subtitle{font-size:clamp(15px,4vw,16px);color:#333333b3;max-width:360px;margin:0 auto;line-height:1.8;letter-spacing:.5px}.home .features{width:100%;margin-bottom:32px}.home .features .feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 576px){.home .features .feature-grid{grid-template-columns:1fr}}.home .features .feature-item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:14px;padding:18px 20px;background:#ffffffd9;border-radius:14px;text-align:left;transition:all .35s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,77,79,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;overflow:hidden;animation:fadeInUp .6s ease-out backwards}.home .features .feature-item:nth-child(1){animation-delay:.1s}.home .features .feature-item:nth-child(2){animation-delay:.2s}.home .features .feature-item:nth-child(3){animation-delay:.3s}.home .features .feature-item:nth-child(4){animation-delay:.4s}.home .features .feature-item:before{content:"";position:absolute;top:0;left:0;bottom:0;width:3px;background:linear-gradient(180deg,#ff4d4f,#ff4d4f33);opacity:0;transition:opacity .35s ease;border-radius:3px 0 0 3px}.home .features .feature-item:hover{transform:translateY(-4px);box-shadow:0 12px 28px #ff4d4f1f;background:#fffffff2;border-color:#ff4d4f26}.home .features .feature-item:hover:before{opacity:1}.home .features .feature-item:hover .feature-icon{transform:scale(1.1);background:linear-gradient(135deg,#ff4d4f1f,#ff4d4f33)}.home .features .feature-item .feature-icon{font-size:20px;color:#ff4d4f;background:#ff4d4f14;width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .35s ease;flex-shrink:0}.home .features .feature-item .feature-text{flex:1;min-width:0}.home .features .feature-item .feature-text h3{font-size:15px;color:#333;margin-bottom:3px;font-weight:600;letter-spacing:.3px;line-height:1.3}.home .features .feature-item .feature-text p{color:#33333380;margin:0;font-size:12px;line-height:1.5}.home .action-section{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;gap:16px}.home .action-section .button-wrapper{position:relative}.home .action-section .button-wrapper:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:28px;background:linear-gradient(135deg,#ff4d4f66,#ff8a9e66);filter:blur(12px);opacity:0;animation:pulse 3s ease-in-out infinite;z-index:-1}.home .action-section .start-button{height:52px;padding:0 48px;font-size:17px;font-weight:600;letter-spacing:2px;border-radius:26px;background:linear-gradient(135deg,#ff4d4f,#ff6b7a,#ff8a9e);background-size:200% 200%;border:none;position:relative;overflow:hidden;transition:all .4s ease;animation:buttonGlow 3s ease-in-out infinite}.home .action-section .start-button:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.15) 50%,transparent 70%);transform:translate(-100%);transition:transform .6s ease}.home .action-section .start-button:hover{transform:translateY(-3px) scale(1.03);background-position:100% 0}.home .action-section .start-button:hover:after{transform:translate(100%)}.home .action-section .start-button:active{transform:translateY(-1px) scale(1.01)}.home .action-section .action-info{text-align:center;animation:fadeInUp .6s ease-out .5s backwards}.home .action-section .action-info .info-text{color:#333;font-size:14px;margin-bottom:4px;letter-spacing:.5px}.home .action-section .action-info .info-text strong{color:#ff4d4f;font-size:16px;font-weight:700}.home .action-section .action-info .info-tip{color:#33333380;font-size:12px;margin:0}.home .action-section .action-info .info-tip strong{color:#ff4d4fcc;font-weight:600}@media (max-width: 576px){.home{padding:16px}.home .header-section{margin-bottom:24px}.home .header-section .logo-wrapper{width:68px;height:68px;margin-bottom:16px}.home .header-section .logo-wrapper .heart-icon{font-size:30px}.home .features{margin-bottom:24px}.home .features .feature-item{padding:16px;transition:transform .1s ease,opacity .1s ease;touch-action:manipulation}.home .features .feature-item:active{transform:scale(.99);opacity:.95}.home .features .feature-item .feature-icon{width:40px;height:40px;font-size:20px;border-radius:10px}.home .features .feature-item .feature-text h3{font-size:15px}.home .features .feature-item .feature-text p{font-size:12px}.home .features .feature-item:hover{transform:translateY(-2px)}.home .action-section,.home .action-section .button-wrapper{width:100%}.home .action-section .start-button{width:100%;padding:0;min-width:48px;min-height:48px;transition:transform .1s ease,opacity .1s ease;touch-action:manipulation}.home .action-section .start-button:active{transform:scale(.98);opacity:.9}}@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes floatUp{0%{transform:translateY(100vh) scale(.5);opacity:0}10%{opacity:.12}90%{opacity:.12}to{transform:translateY(-20vh) scale(1);opacity:0}}.profile-page{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex-wrap:nowrap;padding:20px 16px 40px;background:linear-gradient(160deg,#fff9f9,#ffe8ea 40%,#ffd6e0);position:relative;overflow-y:auto}.profile-page .floating-hearts{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.profile-page .floating-hearts .floating-heart{position:absolute;bottom:-20px;color:#ff4d4f1a;animation:floatUp 14s ease-in infinite;-webkit-user-select:none;user-select:none}.profile-page .floating-hearts .floating-heart:nth-child(1){font-size:14px}.profile-page .floating-hearts .floating-heart:nth-child(2){font-size:18px}.profile-page .floating-hearts .floating-heart:nth-child(3){font-size:12px}.profile-page .floating-hearts .floating-heart:nth-child(4){font-size:16px}.profile-page .profile-container{width:100%;max-width:420px;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;animation:fadeIn .5s ease-out;position:relative;z-index:1}.profile-page .profile-container .header-section{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;text-align:center;margin-bottom:24px}.profile-page .profile-container .header-section .logo-section{width:52px;height:52px;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;background:#ffffffb3;border-radius:50%;margin-bottom:12px;border:2px solid rgba(255,77,79,.12);box-shadow:0 6px 20px #ff4d4f14}.profile-page .profile-container .header-section .logo-section .heart-icon{font-size:24px;color:#ff4d4f;animation:heartBeat 1.6s ease-in-out infinite}.profile-page .profile-container .header-section .title{font-size:22px;color:#333;margin:0 0 6px;font-weight:700;letter-spacing:.5px}.profile-page .profile-container .header-section .subtitle{color:#33333380;font-size:13px;margin:0;line-height:1.5}.profile-page .profile-container .form-wrapper{background:#ffffffe0;border-radius:16px;padding:22px 18px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:none;box-shadow:0 4px 24px #ff4d4f0f;animation:fadeInUp .5s ease-out .15s backwards}.profile-page .profile-container .form-wrapper .profile-form .form-label{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:14px;color:#333}.profile-page .profile-container .form-wrapper .profile-form .form-label .anticon{font-size:14px;color:#ff4d4f}.profile-page .profile-container .form-wrapper .profile-form .ant-form-item{margin-bottom:20px}.profile-page .profile-container .form-wrapper .profile-form .ant-form-item:last-child{margin-bottom:0}.profile-page .profile-container .form-wrapper .profile-form .ant-form-item-label{padding-bottom:6px}.profile-page .profile-container .form-wrapper .profile-form .ant-form-item-label label{height:auto}.profile-page .profile-container .form-wrapper .profile-form .ant-input{height:42px;border-radius:10px;border-color:#3333331a;font-size:14px;padding:8px 14px;transition:all .3s ease}.profile-page .profile-container .form-wrapper .profile-form .ant-input::placeholder{color:#3333334d}.profile-page .profile-container .form-wrapper .profile-form .ant-input:hover{border-color:#ff4d4f4d}.profile-page .profile-container .form-wrapper .profile-form .ant-input:focus{border-color:#ff4d4f;box-shadow:0 0 0 2px #ff4d4f0f}.profile-page .profile-container .form-wrapper .profile-form .gender-selector{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:10px}.profile-page .profile-container .form-wrapper .profile-form .gender-selector .gender-card{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:6px;padding:0 20px;height:40px;border:1.5px solid rgba(51,51,51,.1);border-radius:20px;background:#fff;cursor:pointer;transition:all .3s ease;font-size:14px;color:#333}.profile-page .profile-container .form-wrapper .profile-form .gender-selector .gender-card .gender-emoji{font-size:18px;line-height:1}.profile-page .profile-container .form-wrapper .profile-form .gender-selector .gender-card .gender-label{font-weight:500;line-height:1}.profile-page .profile-container .form-wrapper .profile-form .gender-selector .gender-card:hover{border-color:#ff4d4f66;background:#ff4d4f05}.profile-page .profile-container .form-wrapper .profile-form .gender-selector .gender-card.active{border-color:#ff4d4f;background:#ff4d4f0f;color:#ff4d4f;box-shadow:0 2px 10px #ff4d4f1f}.profile-page .profile-container .form-wrapper .profile-form .gender-selector .gender-card.active .gender-label{font-weight:600}.profile-page .profile-container .form-wrapper .profile-form .test-type-selector{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;flex-wrap:nowrap;gap:10px}.profile-page .profile-container .form-wrapper .profile-form .test-type-selector .type-card{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:14px;padding:14px 16px;border:1.5px solid rgba(51,51,51,.08);border-radius:12px;background:#fff;cursor:pointer;transition:all .3s ease;text-align:left}.profile-page .profile-container .form-wrapper .profile-form .test-type-selector .type-card .type-icon{width:40px;height:40px;border-radius:10px;background:#ff4d4f0f;color:#ff4d4f;font-size:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.profile-page .profile-container .form-wrapper .profile-form .test-type-selector .type-card .type-info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex-wrap:nowrap;gap:2px}.profile-page .profile-container .form-wrapper .profile-form .test-type-selector .type-card .type-info .type-title{font-weight:600;font-size:14px;color:#333;transition:color .3s ease}.profile-page .profile-container .form-wrapper .profile-form .test-type-selector .type-card .type-info .type-desc{font-size:12px;color:#33333373;transition:color .3s ease}.profile-page .profile-container .form-wrapper .profile-form .test-type-selector .type-card:hover{border-color:#ff4d4f4d;background:#ff4d4f03}.profile-page .profile-container .form-wrapper .profile-form .test-type-selector .type-card:hover .type-icon{background:#ff4d4f1a}.profile-page .profile-container .form-wrapper .profile-form .test-type-selector .type-card.active{border-color:#ff4d4f;background:#ff4d4f0a;box-shadow:0 2px 12px #ff4d4f1a}.profile-page .profile-container .form-wrapper .profile-form .test-type-selector .type-card.active .type-icon{background:linear-gradient(135deg,#ff4d4f1f,#ff4d4f38);transform:scale(1.05)}.profile-page .profile-container .form-wrapper .profile-form .test-type-selector .type-card.active .type-info .type-title{color:#ff4d4f}.profile-page .profile-container .form-wrapper .profile-form .test-type-selector .type-card.active .type-info .type-desc{color:#ff4d4f99}.profile-page .profile-container .form-wrapper .profile-form .form-actions{margin-top:28px;margin-bottom:0}.profile-page .profile-container .form-wrapper .profile-form .form-actions .ant-form-item-control-input-content{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;gap:14px}.profile-page .profile-container .form-wrapper .profile-form .form-actions .submit-btn{width:100%;height:46px;border-radius:23px;font-size:16px;font-weight:600;letter-spacing:2px;background:linear-gradient(135deg,#ff4d4f,#ff6b7a,#ff8a9e);background-size:200% 200%;border:none;color:#fff;cursor:pointer;transition:all .4s ease;box-shadow:0 4px 18px #ff4d4f47}.profile-page .profile-container .form-wrapper .profile-form .form-actions .submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #ff4d4f61;background-position:100% 0}.profile-page .profile-container .form-wrapper .profile-form .form-actions .submit-btn:active{transform:translateY(0)}.profile-page .profile-container .form-wrapper .profile-form .form-actions .back-link{font-size:13px;color:#3336;cursor:pointer;transition:color .3s ease;-webkit-user-select:none;user-select:none}.profile-page .profile-container .form-wrapper .profile-form .form-actions .back-link:hover{color:#ff4d4f}@media (max-width: 576px){.profile-page{padding:16px 14px 28px}.profile-page .profile-container .header-section{margin-bottom:18px}.profile-page .profile-container .header-section .logo-section{width:46px;height:46px}.profile-page .profile-container .header-section .logo-section .heart-icon{font-size:22px}.profile-page .profile-container .header-section .title{font-size:20px}.profile-page .profile-container .form-wrapper{padding:18px 14px}.profile-page .profile-container .form-wrapper .profile-form input{font-size:16px!important}.profile-page .profile-container .form-wrapper .profile-form .ant-form-item{margin-bottom:16px}.profile-page .profile-container .form-wrapper .profile-form .gender-selector .gender-card{transition:transform .1s ease,opacity .1s ease;touch-action:manipulation}.profile-page .profile-container .form-wrapper .profile-form .gender-selector .gender-card:active{transform:scale(.98);opacity:.9}.profile-page .profile-container .form-wrapper .profile-form .test-type-selector .type-card{transition:transform .1s ease,opacity .1s ease;touch-action:manipulation;padding:12px 14px}.profile-page .profile-container .form-wrapper .profile-form .test-type-selector .type-card:active{transform:scale(.98);opacity:.9}.profile-page .profile-container .form-wrapper .profile-form .form-actions{margin-top:20px}.profile-page .profile-container .form-wrapper .profile-form .form-actions .submit-btn{transition:transform .1s ease,opacity .1s ease;touch-action:manipulation}.profile-page .profile-container .form-wrapper .profile-form .form-actions .submit-btn:active{transform:scale(.98);opacity:.9}}@media (orientation: landscape) and (max-height: 600px){.profile-page{padding:8px 12px 16px}.profile-page .profile-container .header-section{margin-bottom:10px;flex-direction:row;gap:12px;text-align:left}.profile-page .profile-container .header-section .logo-section{width:38px;height:38px;margin-bottom:0}.profile-page .profile-container .header-section .logo-section .heart-icon{font-size:18px}.profile-page .profile-container .header-section .title{font-size:18px;margin-bottom:2px}.profile-page .profile-container .header-section .subtitle{font-size:12px}.profile-page .profile-container .form-wrapper{padding:12px}.profile-page .profile-container .form-wrapper .profile-form .ant-form-item{margin-bottom:10px}}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes optionPop{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}6%{transform:scale(1.12)}12%{transform:scale(1)}18%{transform:scale(1.16)}25%{transform:scale(1)}to{transform:scale(1)}}.test-page{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex-wrap:nowrap;padding:16px 14px 24px;background:linear-gradient(160deg,#fff9f9,#ffe8ea 40%,#ffd6e0);position:relative}.test-page .test-container{width:100%;max-width:480px;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;gap:16px;animation:fadeIn .4s ease-out}.test-page .progress-section{background:#ffffffd9;padding:14px 16px 12px;border-radius:14px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,77,79,.06)}.test-page .progress-section .progress-info{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;margin-bottom:10px}.test-page .progress-section .progress-info .progress-text{color:#ff4d4f;font-size:15px;font-weight:700;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:4px}.test-page .progress-section .progress-info .progress-text .anticon{font-size:14px;animation:heartBeat 1.6s ease-in-out infinite}.test-page .progress-section .progress-info .progress-text .progress-sep{color:#33333340;font-weight:400;margin:0 1px}.test-page .progress-section .progress-info .progress-meta{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-wrap:nowrap;gap:8px}.test-page .progress-section .progress-info .progress-meta .dimension-tag{background:linear-gradient(135deg,#ff4d4f14,#ff4d4f24);color:#ff4d4f;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:600;letter-spacing:.3px}.test-page .progress-section .progress-info .progress-meta .quit-link{font-size:12px;color:#33333359;cursor:pointer;transition:color .3s ease;-webkit-user-select:none;user-select:none}.test-page .progress-section .progress-info .progress-meta .quit-link:hover{color:#3339}.test-page .progress-section .progress-bar{height:6px;background:#ff4d4f14;border-radius:3px;overflow:hidden}.test-page .progress-section .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,#ff4d4f,#ff6b7a 60%,#ff8a9e);border-radius:3px;transition:width .4s cubic-bezier(.4,0,.2,1);position:relative}.test-page .progress-section .progress-bar .progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:shimmer 2s ease-in-out infinite}.test-page .question-section{background:#ffffffe6;border-radius:16px;padding:24px 18px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 20px #ff4d4f0d;animation:slideIn .3s ease-out}.test-page .question-section .question-text{font-size:17px;color:#333;margin:0 0 20px;line-height:1.6;text-align:center;font-weight:600}.test-page .question-section .options-list{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;flex-wrap:nowrap;gap:10px}.test-page .question-section .options-list .option-item{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex-wrap:nowrap;gap:6px;padding:14px 16px;text-align:left;border:1.5px solid rgba(51,51,51,.08);border-radius:12px;background:#fff;cursor:pointer;transition:all .25s ease;font-size:14px;position:relative;animation:optionPop .3s ease-out backwards}.test-page .question-section .options-list .option-item:nth-child(1){animation-delay:.05s}.test-page .question-section .options-list .option-item:nth-child(2){animation-delay:.1s}.test-page .question-section .options-list .option-item:nth-child(3){animation-delay:.15s}.test-page .question-section .options-list .option-item:nth-child(4){animation-delay:.2s}.test-page .question-section .options-list .option-item:hover{border-color:#ff4d4f4d;background:#ff4d4f05;transform:translateY(-1px);box-shadow:0 4px 12px #ff4d4f0f}.test-page .question-section .options-list .option-item.selected{border-color:#ff4d4f33;border-left:3px solid #ff4d4f;background:linear-gradient(135deg,#ff4d4f08,#ff4d4f0f);box-shadow:0 2px 12px #ff4d4f14}.test-page .question-section .options-list .option-item.selected .option-index{background:linear-gradient(135deg,#ff4d4f,#ff6b7a);color:#fff;box-shadow:0 2px 6px #ff4d4f40}.test-page .question-section .options-list .option-item.selected .option-text{color:#ff4d4f;font-weight:500}.test-page .question-section .options-list .option-item .option-index{width:26px;height:26px;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;background:#ff4d4f14;border-radius:50%;font-weight:600;color:#ff4d4f;flex-shrink:0;font-size:12px;transition:all .25s ease}.test-page .question-section .options-list .option-item .option-text{color:#333;line-height:1.5;transition:all .25s ease}.test-page .nav-section{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:12px}.test-page .nav-section .nav-btn{flex:1;height:44px;border-radius:22px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:6px;border:none}.test-page .nav-section .nav-btn .anticon{font-size:12px}.test-page .nav-section .nav-btn.prev-btn{background:#ffffffd9;color:#3339;border:1.5px solid rgba(51,51,51,.1)}.test-page .nav-section .nav-btn.prev-btn:not(:disabled):hover{color:#ff4d4f;border-color:#ff4d4f4d;transform:translateY(-1px)}.test-page .nav-section .nav-btn.prev-btn:disabled{opacity:.35;cursor:not-allowed}.test-page .nav-section .nav-btn.next-btn{background:linear-gradient(135deg,#ff4d4f,#ff6b7a);color:#fff;font-weight:600;letter-spacing:.5px;box-shadow:0 4px 14px #ff4d4f40}.test-page .nav-section .nav-btn.next-btn:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff4d4f59}.test-page .nav-section .nav-btn.next-btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}@media (max-width: 576px){.test-page{padding:12px 12px 20px}.test-page .test-container{gap:12px}.test-page .progress-section{padding:12px 14px 10px}.test-page .question-section{padding:20px 14px}.test-page .question-section .question-text{font-size:16px;margin-bottom:16px}.test-page .question-section .options-list{gap:8px}.test-page .question-section .options-list .option-item{padding:12px 14px;transition:transform .1s ease,opacity .1s ease;touch-action:manipulation}.test-page .question-section .options-list .option-item:active{transform:scale(.98);opacity:.9}.test-page .question-section .options-list .option-item .option-index{width:24px;height:24px}.test-page .nav-section .nav-btn{height:42px;transition:transform .1s ease,opacity .1s ease;touch-action:manipulation}.test-page .nav-section .nav-btn:active{transform:scale(.98);opacity:.9}}@media (orientation: landscape) and (max-height: 600px){.test-page{padding:8px}.test-page .test-container{gap:8px}.test-page .test-container .progress-section{padding:8px 12px 6px}.test-page .test-container .progress-section .progress-info .progress-text{font-size:13px}.test-page .test-container .question-section{padding:14px 12px}.test-page .test-container .question-section .question-text{font-size:14px;margin-bottom:12px}.test-page .test-container .question-section .options-list{gap:6px}.test-page .test-container .question-section .options-list .option-item{padding:8px 12px;gap:4px}.test-page .test-container .question-section .options-list .option-item .option-index{width:22px;height:22px;font-size:11px}.test-page .test-container .question-section .options-list .option-item .option-text{font-size:13px}.test-page .test-container .nav-section .nav-btn{height:36px;font-size:13px}}.test-page .quit-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#00000059;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;animation:overlayFadeIn .2s ease-out;padding:20px}.test-page .quit-modal{width:100%;max-width:320px;background:#fff;border-radius:20px;padding:28px 24px 22px;text-align:center;box-shadow:0 20px 60px #00000026;animation:modalPopIn .25s cubic-bezier(.34,1.56,.64,1)}.test-page .quit-modal .quit-modal-icon{font-size:42px;margin-bottom:12px;line-height:1}.test-page .quit-modal .quit-modal-title{font-size:18px;font-weight:700;color:#333;margin:0 0 8px}.test-page .quit-modal .quit-modal-desc{font-size:13px;color:#33333380;margin:0 0 24px;line-height:1.5}.test-page .quit-modal .quit-modal-desc strong{color:#ff4d4f;font-weight:700}.test-page .quit-modal .quit-modal-actions{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:10px}.test-page .quit-modal .quit-modal-actions .quit-modal-btn{flex:1;height:42px;border-radius:21px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.test-page .quit-modal .quit-modal-actions .quit-modal-btn.cancel{background:linear-gradient(135deg,#ff4d4f,#ff6b7a);color:#fff;box-shadow:0 4px 14px #ff4d4f40}.test-page .quit-modal .quit-modal-actions .quit-modal-btn.cancel:hover{transform:translateY(-1px);box-shadow:0 6px 20px #ff4d4f59}.test-page .quit-modal .quit-modal-actions .quit-modal-btn.confirm{background:#3333330f;color:#3333338c}.test-page .quit-modal .quit-modal-actions .quit-modal-btn.confirm:hover{background:#3333331a;color:#333333b3}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(200%)}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalPopIn{0%{opacity:0;transform:scale(.85) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.test-complete-modal .ant-modal-content{border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#fff9f9,#ffe8ea)}.test-complete-modal .ant-modal-body{padding:24px}.test-complete-modal .complete-modal-title{text-align:center;font-size:20px;font-weight:600;color:#333;margin-bottom:24px;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:8px}.test-complete-modal .complete-modal-title .title-icon{color:#ff4d4f;font-size:24px;animation:heartBeat 1.6s ease-in-out infinite}.test-complete-modal .complete-modal .modal-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:16px 0 24px}.test-complete-modal .complete-modal .modal-stats .stat-item{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;gap:4px;padding:16px;background:#fffc;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,77,79,.08);transition:all .3s ease}.test-complete-modal .complete-modal .modal-stats .stat-item .value{font-size:28px;font-weight:700;color:#ff4d4f;line-height:1}.test-complete-modal .complete-modal .modal-stats .stat-item .label{font-size:13px;color:#3333338c}.test-complete-modal .complete-modal .modal-tip{margin:0;padding:16px;background:#ffffffb3;border-radius:12px;font-size:14px;color:#333333b3;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:8px}.test-complete-modal .complete-modal .modal-tip .tip-icon{color:#ff4d4f;font-size:16px;flex-shrink:0}.test-complete-modal .ant-modal-confirm-btns{margin-top:24px}.test-complete-modal .ant-modal-confirm-btns .ant-btn-primary{height:44px;font-size:16px;border-radius:22px;transition:all .3s ease;background:linear-gradient(135deg,#ff4d4f,#ff6b7a);border:none;box-shadow:0 4px 14px #ff4d4f40}.test-complete-modal .ant-modal-confirm-btns .ant-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff4d4f59}.test-complete-modal .ant-modal-confirm-btns .ant-btn-primary:active{transform:translateY(0)}.test-complete-modal .ant-modal-confirm-btns .ant-btn-primary .anticon{margin-right:8px}@media (max-width: 576px){.test-complete-modal .ant-modal-body{padding:16px}.test-complete-modal .complete-modal .modal-stats{gap:8px;margin:16px 0}.test-complete-modal .complete-modal .modal-stats .stat-item{padding:8px}.test-complete-modal .complete-modal .modal-stats .stat-item .value{font-size:24px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes ringDraw{0%{stroke-dashoffset:339.29}}@keyframes scoreCount{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes heartPulse{0%,to{transform:scale(1)}6%{transform:scale(1.15)}12%{transform:scale(1)}18%{transform:scale(1.2)}25%{transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes polygonDraw{0%{opacity:0;transform:scale(.95);stroke-dashoffset:1000}to{opacity:1;transform:scale(1);stroke-dashoffset:0}}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.result-page{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex-wrap:nowrap;padding:16px 14px 28px;background:linear-gradient(160deg,#fff9f9,#ffe8ea 40%,#ffd6e0)}.result-page .result-container{width:100%;max-width:500px;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;gap:16px}.result-page .share-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;gap:16px;position:relative}.result-page .share-content .watermark{position:absolute;bottom:16px;right:16px;font-size:14px;color:#ff4d4f1f;transform:rotate(-45deg);pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;font-weight:700;padding:8px;border:2px solid rgba(255,77,79,.08);border-radius:4px}.result-page .score-section{background:#ffffffeb;border-radius:20px;padding:28px 20px 24px;text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 24px #ff4d4f0f;animation:fadeInUp .5s ease-out}.result-page .score-section .couple-names{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:10px;margin-bottom:8px}.result-page .score-section .couple-names .name{font-size:18px;font-weight:700;color:#333}.result-page .score-section .couple-names .couple-heart{color:#ff4d4f;font-size:16px;animation:heartPulse 1.6s ease-in-out infinite}.result-page .score-section .match-badge{display:inline-block;padding:4px 16px;background:linear-gradient(135deg,#ff4d4f1a,#ff4d4f2e);border-radius:16px;color:#ff4d4f;font-weight:600;font-size:13px;margin-bottom:20px}.result-page .score-section .score-ring{position:relative;width:140px;height:140px;margin:0 auto 20px}.result-page .score-section .score-ring .ring-svg{width:100%;height:100%;transform:rotate(-90deg)}.result-page .score-section .score-ring .ring-svg .ring-bg{fill:none;stroke:#ff4d4f14;stroke-width:8}.result-page .score-section .score-ring .ring-svg .ring-fill{fill:none;stroke:url(#ringGradient);stroke-width:8;stroke-linecap:round;stroke:#ff4d4f;animation:ringDraw 1.2s cubic-bezier(.4,0,.2,1) forwards;filter:drop-shadow(0 2px 4px rgba(255,77,79,.2))}.result-page .score-section .score-ring .score-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;gap:2px;animation:scoreCount .6s ease-out .4s backwards}.result-page .score-section .score-ring .score-center .score-heart{font-size:18px;color:#ff4d4f;animation:heartPulse 1.6s ease-in-out infinite}.result-page .score-section .score-ring .score-center .score-number{font-size:28px;font-weight:800;color:#ff4d4f;letter-spacing:-1px}.result-page .score-section .match-desc{font-size:18px;font-weight:700;color:#333;margin:0 0 6px}.result-page .score-section .match-summary{font-size:13px;color:#33333380;margin:0;line-height:1.6;padding:0 12px}.result-page .dimension-section{background:#ffffffeb;border-radius:20px;padding:22px 18px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 24px #ff4d4f0f;animation:fadeInUp .5s ease-out .1s backwards}.result-page .dimension-section .section-title{font-size:16px;font-weight:700;color:#333;margin:0 0 16px}.result-page .dimension-section .radar-chart-container{width:100%;height:240px;margin-bottom:20px;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap}.result-page .dimension-section .radar-chart-container .radar-svg{width:100%;height:100%;max-width:300px;overflow:visible}.result-page .dimension-section .radar-chart-container .radar-svg .radar-grid{fill:none;stroke:#ff4d4f40;stroke-width:1}.result-page .dimension-section .radar-chart-container .radar-svg .radar-axis{stroke:#ff4d4f40;stroke-width:1;stroke-dasharray:3 3}.result-page .dimension-section .radar-chart-container .radar-svg .radar-polygon{fill:url(#radarFill);stroke:#ff4d4f;stroke-width:2;stroke-linejoin:round;animation:polygonDraw 1.2s ease-out backwards;filter:drop-shadow(0 4px 6px rgba(255,77,79,.15))}.result-page .dimension-section .radar-chart-container .radar-svg .radar-point{fill:#fff;stroke:#ff4d4f;stroke-width:2;animation:scaleIn .4s cubic-bezier(.175,.885,.32,1.275) backwards}.result-page .dimension-section .radar-chart-container .radar-svg .radar-point:nth-child(1){animation-delay:.8s}.result-page .dimension-section .radar-chart-container .radar-svg .radar-point:nth-child(2){animation-delay:.9s}.result-page .dimension-section .radar-chart-container .radar-svg .radar-point:nth-child(3){animation-delay:1s}.result-page .dimension-section .radar-chart-container .radar-svg .radar-point:nth-child(4){animation-delay:1.1s}.result-page .dimension-section .radar-chart-container .radar-svg .radar-label{font-size:12px;fill:#3339;font-weight:500}.result-page .dimension-section .dimension-list{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;gap:14px}.result-page .dimension-section .dimension-item{animation:fadeInUp .4s ease-out backwards}.result-page .dimension-section .dimension-item .dim-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;margin-bottom:6px}.result-page .dimension-section .dimension-item .dim-header .dim-name{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:6px;font-size:14px;font-weight:600;color:#333}.result-page .dimension-section .dimension-item .dim-header .dim-name .dim-emoji{font-size:15px}.result-page .dimension-section .dimension-item .dim-header .dim-name .dim-tag{font-size:10px;font-weight:700;padding:1px 6px;border-radius:8px}.result-page .dimension-section .dimension-item .dim-header .dim-name .dim-tag.best{background:linear-gradient(135deg,#ff6b7a1a,#ff4d4f26);color:#ff4d4f}.result-page .dimension-section .dimension-item .dim-header .dim-name .dim-tag.weak{background:#faad141f;color:#d48806}.result-page .dimension-section .dimension-item .dim-header .dim-score{font-size:14px;font-weight:700;color:#ff4d4f}.result-page .dimension-section .dimension-item .dim-bar{height:6px;background:#ff4d4f12;border-radius:3px;overflow:hidden;margin-bottom:6px}.result-page .dimension-section .dimension-item .dim-bar .dim-fill{height:100%;background:linear-gradient(90deg,#ff4d4f,#ff6b7a 60%,#ff8a9e);border-radius:3px;transition:width .8s cubic-bezier(.4,0,.2,1);position:relative}.result-page .dimension-section .dimension-item .dim-desc{font-size:12px;color:#33333373;margin:0;line-height:1.5}.result-page .suggestion-section{background:#ffffffeb;border-radius:20px;padding:22px 18px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 24px #ff4d4f0f;animation:fadeInUp .5s ease-out .2s backwards}.result-page .suggestion-section .section-title{font-size:16px;font-weight:700;color:#333;margin:0 0 14px}.result-page .suggestion-section .advice-card{background:#ff4d4f05;border-radius:14px;border:1px solid rgba(255,77,79,.06);overflow:hidden;transition:all .3s ease}.result-page .suggestion-section .advice-card:not(:last-child){margin-bottom:12px}.result-page .suggestion-section .advice-card:hover{border-color:#ff4d4f1f;box-shadow:0 2px 12px #ff4d4f0f}.result-page .suggestion-section .advice-card .advice-header{padding:12px 14px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:8px;border-bottom:1px solid rgba(255,77,79,.05)}.result-page .suggestion-section .advice-card .advice-header .advice-tag{flex-shrink:0;font-size:11px;font-weight:700;padding:2px 8px;border-radius:8px;background:linear-gradient(135deg,#ff4d4f,#ff6b7a);color:#fff}.result-page .suggestion-section .advice-card .advice-header .advice-question{font-size:14px;font-weight:600;color:#333;line-height:1.4}.result-page .suggestion-section .advice-card .advice-body{padding:12px 14px}.result-page .suggestion-section .advice-card .advice-body .advice-block:not(:last-child){margin-bottom:12px}.result-page .suggestion-section .advice-card .advice-body .advice-block h4{font-size:13px;font-weight:600;color:#333;margin:0 0 4px}.result-page .suggestion-section .advice-card .advice-body .advice-block p{font-size:12px;color:#3339;margin:0;line-height:1.6;padding-left:22px}.result-page .suggestion-section .advice-card .advice-body .advice-block ul{margin:4px 0 0;padding-left:22px;list-style:none}.result-page .suggestion-section .advice-card .advice-body .advice-block ul li{font-size:12px;color:#3339;line-height:1.6;margin-bottom:4px;position:relative;padding-left:14px}.result-page .suggestion-section .advice-card .advice-body .advice-block ul li:before{content:"";position:absolute;left:0;top:8px;width:5px;height:5px;background:#ff4d4f;border-radius:50%;opacity:.5}.result-page .suggestion-section .advice-card .advice-body .advice-block ul li:last-child{margin-bottom:0}.result-page .action-buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:12px;margin-top:4px;animation:fadeInUp .5s ease-out .3s backwards}.result-page .action-buttons .action-btn{flex:1;height:44px;border-radius:22px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:6px;border:none}.result-page .action-buttons .action-btn.secondary{background:#ffffffd9;color:#3339;border:1.5px solid rgba(51,51,51,.1)}.result-page .action-buttons .action-btn.secondary:hover{color:#ff4d4f;border-color:#ff4d4f4d;transform:translateY(-1px)}.result-page .action-buttons .action-btn.primary{background:linear-gradient(135deg,#ff4d4f,#ff6b7a);color:#fff;box-shadow:0 4px 14px #ff4d4f40}.result-page .action-buttons .action-btn.primary .anticon{font-size:14px}.result-page .action-buttons .action-btn.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff4d4f59}@media (max-width: 576px){.result-page{padding:12px 12px 24px}.result-page .result-container{gap:12px}.result-page .score-section{padding:22px 16px 20px}.result-page .score-section .couple-names .name{font-size:16px}.result-page .score-section .score-ring{width:120px;height:120px;margin-bottom:16px}.result-page .score-section .score-ring .score-center .score-number{font-size:24px}.result-page .score-section .score-ring .score-center .score-heart,.result-page .score-section .match-desc{font-size:16px}.result-page .dimension-section,.result-page .suggestion-section{padding:18px 14px}.result-page .suggestion-section .advice-card .advice-header{padding:10px 12px;flex-wrap:wrap}.result-page .suggestion-section .advice-card .advice-body{padding:10px 12px}.result-page .action-buttons .action-btn{height:42px;transition:transform .1s ease,opacity .1s ease;touch-action:manipulation}.result-page .action-buttons .action-btn:active{transform:scale(.98);opacity:.9}}@media (orientation: landscape) and (max-height: 600px){.result-page{padding:8px}.result-page .result-container{gap:8px}.result-page .score-section{padding:16px 14px}.result-page .score-section .score-ring{width:100px;height:100px;margin-bottom:12px}.result-page .score-section .score-ring .score-center .score-number{font-size:20px}.result-page .score-section .score-ring .score-center .score-heart,.result-page .score-section .match-desc{font-size:14px}.result-page .score-section .match-summary{font-size:12px}.result-page .dimension-section,.result-page .suggestion-section{padding:14px 12px}.result-page .action-buttons .action-btn{height:36px;font-size:13px}}.preview-content{background:#f5f5f5;padding:16px;border-radius:12px}.preview-content img{display:block;max-width:100%;height:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a}.modal-btn{padding:8px 20px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;border:none;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:6px;display:inline-flex}.modal-btn.cancel{background:#3333330f;color:#3333338c}.modal-btn.cancel:hover{background:#3333331a}.modal-btn.download{background:linear-gradient(135deg,#ff4d4f,#ff6b7a);color:#fff;box-shadow:0 2px 8px #ff4d4f33}.modal-btn.download:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff4d4f4d}@media print{.action-buttons{display:none!important}}.no-animation *{animation:none!important;transition:none!important}.no-animation .ring-fill{stroke-dashoffset:var(--circle-offset, 0)!important;animation:none!important}.ant-modal.share-preview-modal{width:100%!important;max-width:360px!important;padding-bottom:0}.ant-modal.share-preview-modal .ant-modal-content{padding:0;border-radius:16px;overflow:hidden}.ant-modal.share-preview-modal .ant-modal-header{padding:12px 16px;margin:0;border-bottom:1px solid #f0f0f0}.ant-modal.share-preview-modal .ant-modal-body{padding:0}.ant-modal.share-preview-modal .preview-content{border-radius:0;background:#f5f5f5;padding:0}.ant-modal.share-preview-modal .preview-content img{border-radius:0;width:100%;display:block}.ant-modal.share-preview-modal .ant-modal-footer{padding:12px 16px;border-top:1px solid #f0f0f0;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-wrap:nowrap;gap:12px}@media (max-width: 576px){.ant-modal{max-width:calc(100vw - 32px)!important;margin:8px auto}.ant-modal .ant-modal-content{border-radius:16px}.ant-modal .ant-modal-body{padding:12px}.ant-modal .ant-modal-footer{padding:8px 12px}}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:clamp(13px,3.5vw,14px);line-height:1.5;color:#333;background-color:#fff;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}input,textarea,[contenteditable]{-webkit-user-select:text;user-select:text}.container{max-width:1200px;margin:0 auto;padding:0 16px}.btn{padding:16px 24px;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease}.btn-primary{background-color:#ff4d4f;color:#fff}.btn-primary:hover{opacity:.9}.ant-layout{background:#fff}.ant-layout-header{height:64px;line-height:64px}.ant-layout-footer{padding:24px 0}@media (max-width: 576px){*{transition-duration:.2s!important}.feature-item,.option-item,.nav-button,.start-button,button{will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden}@keyframes rotate{0%{transform:none}to{transform:none}}@keyframes gradientFlow{0%{background-position:0% 50%}to{background-position:0% 50%}}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
