@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");.modal-backdrop{background-color:rgba(0,0,0,.7)}.modal-backdrop,.modal-backdrop-glass{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-backdrop-glass{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);box-shadow:0 0 30px rgba(227,228,237,.37)}.modal{max-width:80vw;height:auto;max-height:80vh;overflow:auto;border:none;border-radius:12px;background-color:#fff;padding:20px;position:relative;font-size:48px}.close-button,.modal{display:flex;justify-content:center;align-items:center;font-weight:500}.close-button{position:absolute;top:10px;right:10px;width:48px;height:48px;background-color:transparent;border:none;border-radius:15px;cursor:pointer;font-size:24px}.close-button:hover{background-color:#eee}.close-button:after{content:"x";color:#000}.cards-container{display:grid;grid-template-columns:repeat(3,200px);grid-gap:16px;gap:16px;padding:16px}.card,.cards-container{justify-content:center;align-items:center}.card{display:flex;height:200px;background-color:#eee;border-radius:8px;text-decoration:none;color:#000;font-size:24px;font-weight:500;max-width:200px}@media (max-width:600px){.cards-container{grid-template-columns:1fr;justify-items:center}.card{width:80%}}@keyframes scale-in-center{0%{transform:scale(0);opacity:1}to{transform:scale(1);opacity:1}}@keyframes scale-out-center{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:1}}*{box-sizing:border-box;padding:0;margin:0}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{border:2px solid #fff;border-radius:10px;background-color:#888}body,html{margin:0 auto;padding:0;width:100%}html{scrollbar-gutter:stable}.transparent-scroll{overflow:overlay}.transparent-scroll::-webkit-scrollbar{width:1vw}.transparent-scroll::-webkit-scrollbar-thumb{background-color:hsla(0,0%,42%,.49);border-radius:100px}body{min-width:320px;max-width:428px;width:"100%";font-size:13px;background-color:#fefaf6;padding-right:0!important}.layout.primary header{position:-webkit-sticky;position:sticky;top:0;left:0;height:60px;background-color:#fff;z-index:2;padding:10px 8px 10px 20px;display:flex;justify-content:space-between;align-items:center}a{color:inherit;text-decoration:none}span.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}