.mini-row-title{min-height:2rem;text-align:center;font-size:1rem;font-weight:700;color:var(--color-font-1)}.mini-row{min-height:2rem;display:flex;justify-content:space-between;align-items:center;gap:var(--space);color:var(--color-font-1);word-break:keep-all}.mini-modal{position:absolute;z-index:9;width:12rem;background:var(--color-second);border-radius:.5rem;box-shadow:0 0 8px 2px var(--color-item-border);padding:.6rem var(--space);left:50%;transform:translate3d(-50%,0,0)}@keyframes bounce-in-8f829a82{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes bounce-in-full-8f829a82{0%{transform:scale(1.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes fade-in-8f829a82{0%{opacity:0}to{opacity:1}}.modal-root[data-v-8f829a82]{position:fixed;top:0;left:0;z-index:999;display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;overflow:hidden}.modal-root .modal-mask[data-v-8f829a82]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.45);transition:background .3s;animation:fade-in-8f829a82 .3s}.modal-root .modal-mask.bounce-out[data-v-8f829a82]{background:transparent}.modal-root .window[data-v-8f829a82]{box-shadow:var(--shadow);border-radius:.5rem;animation:bounce-in-8f829a82 .3s ease-out}.modal-root .window.bounce-out[data-v-8f829a82]{transform:scale(0);opacity:0}.modal-root .full[data-v-8f829a82]{width:100vw;height:100vh;animation:bounce-in-full-8f829a82 .3s ease-out}.modal-root .full.bounce-out[data-v-8f829a82]{transform:scale(1.5);opacity:0}.modal-root .modal[data-v-8f829a82]{position:relative;background:var(--color-second);overflow:hidden;display:flex;flex-direction:column;transition:transform .3s,opacity .3s}.modal-root .modal .close[data-v-8f829a82]{position:absolute;right:1.2rem;top:1.2rem;z-index:999}.modal-root .modal .modal-header[data-v-8f829a82]{display:flex;justify-content:space-between;align-items:center;padding:1.3rem 1.3rem 1rem;border-radius:.5rem .5rem 0 0}.modal-root .modal .modal-header .title[data-v-8f829a82]{color:var(--color-font-1);font-weight:700;font-size:1.3rem;line-height:1.8rem}.modal-root .modal .modal-body[data-v-8f829a82]{box-sizing:border-box;color:var(--color-main-text);font-weight:400;font-size:1.1rem;line-height:1.7rem;width:100%;flex:1;overflow:hidden;display:flex}.modal-root .modal .modal-body.padding[data-v-8f829a82]{padding:.2rem 1.6rem 1.6rem}.modal-root .modal .modal-body .content[data-v-8f829a82]{width:25rem;padding:.2rem 1.6rem 1.6rem}.modal-root .modal .modal-footer[data-v-8f829a82]{display:flex;justify-content:space-between;padding:var(--space)}
