*{margin:0;padding:0;border:0}body,html{margin:0;padding:0;overflow-x:hidden;height:100%}button{all:unset;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}h1{font-size:3.2em;line-height:1.1}ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;justify-content:center}li{list-style:none;display:flex;align-items:center;justify-content:center;margin:0 20px}.container{display:flex;align-items:center;justify-content:center;height:100%;font-family:Arial,sans-serif;flex-direction:column}.list-cont{margin-right:60px;max-width:80%;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column}.title-frame{padding:12px;margin-left:60px;margin-bottom:16px;width:100%;border:rgba(211,211,211,.47) 1px solid;border-radius:15px;background-color:#fefefe;display:flex;align-items:center;justify-content:center}.raceul{display:flex;align-items:center;justify-content:center;flex-direction:row;width:100%}.racelist{width:138px;height:530px;transition:transform .2s,background-color .2s;flex-wrap:wrap;margin-left:60px;opacity:0;transform:translate(-100%);animation:slide-in .5s ease-in-out forwards}.racelist-hover{width:138px;height:530px;transition:transform .2s,background-color .2s;flex-wrap:wrap;margin-left:60px;opacity:1}.racelist-hover:hover{transform:translateY(-12px)}.racelist-hover:active{transform:translateY(0)}.racelist:nth-child(1){animation-delay:1.6s}.racelist:nth-child(2){animation-delay:1.4s}.racelist:nth-child(3){animation-delay:1.2s}.racelist:nth-child(4){animation-delay:1s}.racelist:nth-child(5){animation-delay:.8s}.racelist:nth-child(6){animation-delay:.6s}.racelist:nth-child(7){animation-delay:.4s}.racelist:nth-child(8){animation-delay:.2s}.button-label-num{display:flex;align-items:center;justify-content:center;width:100%;border-top-color:transparent;border-bottom-color:transparent;font-size:36px;margin-top:16px;margin-bottom:16px}.button-label{display:flex;align-items:center;width:100%;height:96%;background-color:#fff3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:none;border-right:1px solid rgba(255,255,255,.5);border-bottom:1px solid #fff;font-size:32px;color:#635e5e;text-align:center;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top-color:transparent;flex-direction:column;word-wrap:break-word;white-space:pre-wrap;box-shadow:#00000024 1px 10px 20px}.button-label:hover{background-color:#dfd3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.button-top{width:100%;height:4%;border-top-left-radius:10px;border-top-right-radius:10px}.button-top-white{background-color:#f1f1f1;border:1px solid #eae5e5}.button-top-black{background-color:#373636;border:1px solid #eae5e5}.button-top-red{background-color:#ea3636;border:1px solid #eae5e5}.button-top-blue{background-color:#6969f3;border:1px solid #eae5e5}.button-top-yellow{background-color:#f1f16e;border:1px solid #eae5e5}.button-top-green{background-color:#77f177;border:1px solid #eae5e5}.button-top-orange{background-color:#eda75c;border:1px solid #eae5e5}.button-top-pink{background-color:#f3a5a5;border:1px solid #eae5e5}@keyframes slide-in{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.button-label-num-div{width:48px;height:48px;border-radius:10px}.button-label-num-white{background-color:#f1f1f1;display:flex;align-items:center;justify-content:center;box-shadow:#00000024 1px 1px 1px}.button-label-num-black{background-color:#373636;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:#00000024 1px 1px 1px}.button-label-num-red{background-color:#ea3636;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:#00000024 1px 1px 1px}.button-label-num-blue{background-color:#6969f3;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:#00000024 1px 1px 1px}.button-label-num-yellow{background-color:#f1f16e;display:flex;align-items:center;justify-content:center;box-shadow:#00000024 1px 1px 1px}.button-label-num-green{background-color:#77f177;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:#00000024 1px 1px 1px}.button-label-num-orange{background-color:#eda75c;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:#00000024 1px 1px 1px}.button-label-num-pink{background-color:#f3a5a5;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:#00000024 1px 1px 1px}.racelist-hover:hover .button-list-hover-anim{animation:spin 1s linear infinite}.button-list-hover-anim{opacity:0;display:flex;justify-content:center;align-items:center;margin-top:20px;transition:transform .5s ease-in-out}@keyframes spin{0%{opacity:1;transform:rotateY(0)}to{opacity:1;transform:rotateY(360deg)}}@media (max-width: 768px){.list-cont{max-width:80%;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-right:0}.title-frame{margin-left:0;padding:12px;width:100%;margin-top:30px;margin-bottom:16px;border:rgba(211,211,211,.47) 1px solid;border-radius:15px;background-color:#fefefe;display:flex;align-items:center;justify-content:center}.raceul{flex-direction:column;align-items:center;justify-content:center;display:flex}.racelist{width:280px;height:60px;transition:transform .2s,background-color .2s;flex-wrap:wrap;opacity:0;transform:translate(-100%);animation:slide-in .5s forwards;margin-bottom:20px;margin-left:0}.racelist-hover{width:280px;height:60px;transition:transform .2s,background-color .2s;flex-wrap:wrap;opacity:1;margin-bottom:20px;margin-left:0}.button-top{width:4%;height:100%;border-radius:10px 0 0 10px}.button-label-num{display:flex;align-items:center;justify-content:center;width:2%;height:100%;border-top-color:transparent;border-bottom-color:transparent;font-size:24px;margin:0 16px}.button-label{display:flex;align-items:center;width:94%;height:100%;background-color:#fff;border:1px solid #eae5e5;font-size:16px;color:#635e5e;text-align:center;border-radius:0 10px 10px 0;border-left-color:transparent;flex-direction:row;word-wrap:break-word;white-space:pre-wrap;box-shadow:#00000024 1px 10px 20px}.button-label-num-div{width:48px;height:48px;padding-left:8px;padding-right:8px;border-radius:4px}.racelist:nth-child(1){animation-delay:.2s}.racelist:nth-child(2){animation-delay:.4s}.racelist:nth-child(3){animation-delay:.6s}.racelist:nth-child(4){animation-delay:.8s}.racelist:nth-child(5){animation-delay:1s}.racelist:nth-child(6){animation-delay:1.2s}.racelist:nth-child(7){animation-delay:1.4s}.racelist:nth-child(8){animation-delay:1.6s}}._hero_1lo0s_1{position:relative;width:100%;height:100vh;overflow:hidden}._slide_1lo0s_8{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.5s ease-in-out;z-index:0}._active_1lo0s_18{opacity:1;z-index:1}._overlay_1lo0s_23{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background-color:#fff3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;color:#fff}._title_1lo0s_38{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#575252d6}._subtitle_1lo0s_46{font-size:1.2rem;margin-bottom:1.5rem;color:#575252d6}._scrollButton_1lo0s_52{margin-top:1rem;padding:.8rem 1.5rem;font-size:1rem;font-weight:700;color:#756d6d;background-color:#fff3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:10px;border:1px solid rgba(87,82,82,.84);cursor:pointer;transition:all .3s ease}._scrollButton_1lo0s_52:hover{background:#b6b3b333;color:#222;border-color:#222}.profile-container{display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Arial,sans-serif;padding:20px;height:100vh;width:100%}.profile-header{display:flex;justify-content:center;align-items:center;width:100%;max-width:800px;color:#f3f3f3;text-align:center;padding:20px;background-color:#00407c33;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-top-left-radius:10px;border-top-right-radius:10px;border:none;border-right:1px solid rgba(255,255,255,.5);border-bottom:1px solid #fff}.profile-main{display:flex;justify-content:center;align-items:flex-start;gap:30px;flex-wrap:wrap;width:100%;max-width:800px;padding:20px;background-color:#fff3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-bottom-left-radius:10px;border-bottom-right-radius:10px;border:none;border-right:1px solid rgba(255,255,255,.5);border-bottom:1px solid #fff;box-shadow:0 4px 6px #0000001a}.profile-box-left{flex:1;display:flex;flex-direction:column;align-items:center}.profile-image{border-radius:10px;width:200px;height:200px;object-fit:cover;border:3px solid #ddd}.profile-gallery{display:flex;gap:5px;margin-top:10px}.profile-thumbnail{width:50px;height:50px;border-radius:5px;border:1px solid #ddd;cursor:pointer;transition:transform .2s}.profile-thumbnail:hover{transform:scale(1.1)}.profile-box-right{flex:1;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.profile-info-table{border-collapse:collapse;font-size:16px;width:100%}.profile-info-table th,.profile-info-table td{padding:8px 12px;border-bottom:1px solid #ddd}.profile-info-table th{text-align:left;background-color:#d7f1ff;color:#000}.profile-info-table td{background-color:#f9f9f9}.profile-suitability{width:100%;max-width:800px;background:#fff;padding:15px;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin-top:20px}.suitability-item{display:flex;align-items:center;margin-bottom:10px}.suitability-item span{flex:1;font-weight:700}.suitability-bar{flex:3;height:10px;border-radius:5px}.history-bar{background-color:#4fa3d1;width:80%}.horse-bar{background-color:#fc0;width:95%}.skill-header{margin-top:24px;background:linear-gradient(to bottom,#fff,#dfdfdf);border:#bbbbbb 1px solid}.pedigree-chart{display:flex;width:320px;height:160px;border:1px solid #666;flex-direction:column}.sire,.dam{width:100%;height:50%;display:flex;flex-direction:row}.dam{border-right:none}.parent{height:100%;width:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;flex-direction:row}.sire .parent{background-color:#b3d9ff}.dam .parent{background-color:#ffb3b3}.grandparents{height:100%;width:50%;display:flex;flex-direction:column}.grandparent{height:50%;width:100%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}.grandparent:last-child{border-right:none}.sire .grandparent:nth-child(1),.dam .grandparent:nth-child(1){background-color:#b3d9ff}.sire .grandparent:nth-child(2),.dam .grandparent:nth-child(2){background-color:#ffb3b3}@media (max-width: 768px){.profile-main{flex-direction:column;align-items:center}.profile-box-left,.profile-box-right{width:100%;text-align:center}.profile-info-table{width:100%}}.glass{background-color:#fff3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:10px;border:none;border-right:1px solid rgba(255,255,255,.5);border-bottom:1px solid #fff}.skill-container{display:flex;align-items:center;justify-content:center;height:100vh;width:100%;flex-direction:column}.loading-black{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1;background-color:#000;display:flex;align-items:center;justify-content:center}.loading-svg{width:100px;height:100px;animation:rotateYAnimation 2s linear infinite;transform-style:preserve-3d}@keyframes rotateYAnimation{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.repolist{display:flex;justify-content:center;align-items:center;margin-top:20px}.container-content{background-color:#fff;padding:15px;border-radius:10px;margin:10px;border:#bbbbbb 1px solid;box-shadow:0 4px 6px #ffffff1a;transition:transform .2s ease-in-out;max-width:350px;width:100%;box-sizing:border-box}.container-content:hover{background-color:#ffffffbe;transform:scale(1.05)}.github-title{font-size:18px;font-weight:700;color:#4fa3d1}.github-title a{text-decoration:none;color:inherit}.github-title a:hover{text-decoration:underline}.github-description{color:#bbb;font-size:14px}@media (max-width: 768px){.container-content{max-width:100%}.github-title{font-size:16px}.github-description{font-size:12px}}@media (max-width: 480px){.github-title{font-size:14px}.github-description{font-size:12px}}.repository-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh}.contact-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;font-family:Arial,sans-serif}.contact-title{font-size:36px;color:#373636;margin-bottom:20px}.contact-form{display:flex;flex-direction:column;align-items:center;background-color:#fff;padding:20px;border-radius:30px;box-shadow:#00000024 1px 10px 20px;width:80%;max-width:500px;opacity:.85}.contact-input{width:100%;padding:10px;margin:10px 0;border:1px solid gray;border-radius:5px;font-size:16px}.contact-textarea{width:100%;padding:10px;margin:10px 0;border:1px solid gray;border-radius:5px;font-size:16px;height:100px;resize:none}.contact-button{background-color:#268300;color:#fff;border:none;padding:10px 20px;border-radius:5px;font-size:16px;cursor:pointer;transition:transform .2s,background-color .2s}.contact-button:hover{opacity:.7}.background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:-1;pointer-events:none}@keyframes fallAndSway{0%{transform:translate(0) rotate(0);opacity:1}50%{transform:translate(-50vw,55vh) rotate(180deg)}to{transform:translate(-100vw,110vh) rotate(360deg)}}.sakura-petal{position:absolute;animation:fallAndSway 12s linear infinite;opacity:0}.backImg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:-1;pointer-events:none}.sakurapetal{position:absolute;opacity:0}
