@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";.dashboard-hero-container{position:relative;width:100%;overflow:hidden;background-color:#2a0006;display:flex;align-items:center;justify-content:center;height:calc(100vh - 65px);min-height:520px;margin-bottom:2.5rem}.dashboard-hero-title-sub{font-weight:800;color:#fff;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.8);font-size:.9rem}.dashboard-hero-title-main{font-weight:900;line-height:1;letter-spacing:-.02em;color:#fff;text-align:center;text-shadow:0 4px 25px rgba(0,0,0,.95),0 2px 15px rgba(128,0,32,.6);font-size:3rem}.dashboard-section-1{display:flex;flex-direction:column;justify-content:center;width:100%;height:auto;max-height:none;margin-bottom:3.5rem}.dashboard-card-main{background-color:#fff;border:1px solid var(--chakra-colors-gray-100);border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 40px #00000014;display:flex;flex:1;flex-direction:column;gap:1.25rem;padding:1rem}.dashboard-card-left-photo{border-radius:1rem;overflow:hidden;cursor:pointer;position:relative;flex-shrink:0;box-shadow:0 8px 25px #00000014;width:100%;height:240px}.dashboard-card-right-col{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.85rem;height:100%;width:100%}.dashboard-card-right-photo{border-radius:1rem;overflow:hidden;position:relative;flex-shrink:0;box-shadow:0 8px 25px #00000014;width:100%;height:180px}.dashboard-card-desc{color:var(--chakra-colors-gray-700);line-height:1.55;text-align:justify;font-size:.82rem}.dashboard-prodi-title{font-weight:800;color:var(--chakra-colors-gray-900);text-align:center;font-size:1.5rem}@media screen and (min-width: 480px){.dashboard-hero-title-sub{font-size:1.1rem}.dashboard-hero-title-main{font-size:4.2rem}.dashboard-card-left-photo{height:320px}.dashboard-card-right-photo{height:210px}}@media screen and (min-width: 768px){.dashboard-hero-container{margin-bottom:3.5rem}.dashboard-hero-title-sub{font-size:1.35rem}.dashboard-hero-title-main{font-size:5.8rem}.dashboard-card-main{padding:1.35rem}.dashboard-card-desc{font-size:.88rem}.dashboard-prodi-title{font-size:2.2rem}}@media screen and (min-width: 992px){.dashboard-hero-container{min-height:640px}.dashboard-hero-title-main{font-size:6.8rem}.dashboard-section-1{height:calc(100vh - 6.5rem);max-height:calc(100vh - 6.5rem);margin-bottom:4.5rem}.dashboard-card-main{flex-direction:row;align-items:stretch}.dashboard-card-left-photo{width:60%;height:100%}.dashboard-card-right-col{width:40%}.dashboard-card-right-photo{height:48%}}.dashboard-profile-title{font-weight:900;color:var(--chakra-colors-gray-900);text-align:center;font-size:1.6rem}.dashboard-profile-grid{align-items:center;justify-items:center;width:100%}.dashboard-profile-card{width:100%;max-width:340px;margin:0 auto;padding:1.25rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.dashboard-profile-card-active{transform:scale(1.02) translateY(-4px);z-index:5}.dashboard-profile-card-inactive{transform:scale(.98);z-index:1}.dashboard-profile-photo{border-radius:1rem;overflow:hidden;flex-shrink:0;width:155px;height:194px}.dashboard-profile-name{font-weight:900;line-height:1.2;font-size:1.25rem}@media screen and (min-width: 480px){.dashboard-profile-photo{width:175px;height:218px}}@media screen and (min-width: 768px){.dashboard-profile-title{font-size:2.4rem}.dashboard-profile-card{padding:1.5rem}.dashboard-profile-photo{width:192px;height:240px}.dashboard-profile-name{font-size:1.4rem}}@media screen and (min-width: 992px){.dashboard-profile-card{max-width:none}.dashboard-profile-card-active{transform:scale(1.05) translateY(-6px)}.dashboard-profile-card-active:hover{transform:scale(1.08) translateY(-10px)}.dashboard-profile-card-inactive:hover{transform:translateY(-4px)}}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100vh;overflow-x:hidden;font-family:Plus Jakarta Sans,sans-serif,system-ui;background-color:#fff;color:#f8fafc}#root{width:100%;min-height:100vh;margin:0;padding:0;overflow-x:hidden}:root{--scrollbar-thumb: rgba(128, 0, 32, .85);--scrollbar-thumb-hover: rgba(128, 0, 32, 1)}.theme-bki{--scrollbar-thumb: rgba(15, 157, 88, .85);--scrollbar-thumb-hover: rgba(15, 157, 88, 1)}.theme-mandarin{--scrollbar-thumb: rgba(216, 27, 156, .85);--scrollbar-thumb-hover: rgba(216, 27, 156, 1)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:9999px;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}@keyframes collageMarqueeLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes collageMarqueeRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.collage-row-left{display:flex;width:max-content;animation:collageMarqueeLeft 35s linear infinite}.collage-row-right{display:flex;width:max-content;animation:collageMarqueeRight 40s linear infinite}.collage-row-left:hover,.collage-row-right:hover{animation-play-state:paused}@keyframes floatAlphabetSlow{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-25px) rotate(6deg)}to{transform:translateY(0) rotate(-6deg)}}@keyframes floatAlphabetFast{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-40px) rotate(-10deg)}to{transform:translateY(0) rotate(10deg)}}.float-alphabet-slow{animation:floatAlphabetSlow 8s ease-in-out infinite}.float-alphabet-fast{animation:floatAlphabetFast 12s ease-in-out infinite}
