.flashcard{background-color:transparent;width:360px;max-width:80vw;height:440px;max-height:75vh}.flashcard-inner{position:relative;width:100%;height:100%;text-align:center;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.4,0,.2,1)}.flashcard-inner.flipped{transform:rotateY(180deg)}.flashcard-back,.flashcard-front{background-color:#F7F5F4;border:1px solid #eae7e6;border-radius:20px;padding:24px;width:100%;height:100%;display:flex;flex-direction:column;gap:24px;position:absolute;backface-visibility:hidden}.flashcard-front{align-items:center;justify-content:center}.flashcard-back{justify-content:space-between;transform:rotateY(180deg)}.flashcard-back-content{gap:24px}.flashcard-back-content,.flashcard-character{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.flashcard-character{font-size:88px}.font-type-serif .flashcard-character{font-family:var(--font-noto-serif-georgian)}.flashcard-name{font-size:28px;font-weight:400;color:#000;text-align:center}.flashcard-pronunciation{font-size:20px;font-weight:400;color:#999;text-align:center}.flashcard-pronunciation b{color:#000}.flashcard-audio{margin-right:auto;margin-left:auto;width:240px;max-width:100%}.flashcard-actions{width:100%;display:flex;flex-direction:column;gap:12px;margin-top:auto}